mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
BROKEN on 5.1: fails to link
This commit is contained in:
parent
bc2b8d09af
commit
e5a65eeff9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81220
4 changed files with 28 additions and 4 deletions
|
@ -15,6 +15,12 @@ MASTER_SITES= http://www.cs.utah.edu/flux/janos/${DISTNAME}/
|
|||
MAINTAINER= znerd@FreeBSD.org
|
||||
COMMENT= A virtual machine for executing Java bytecodes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Fails to link"
|
||||
.endif
|
||||
|
||||
USE_XLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-x
|
||||
|
@ -30,4 +36,4 @@ post-install:
|
|||
${CP} -R ${WRKSRC}/doc ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -15,6 +15,12 @@ DISTNAME= nget-${PORTVERSION}+uulib
|
|||
MAINTAINER= george@crackpipe.net
|
||||
COMMENT= Auto-resuming command line nntp file grabber
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Fails to link"
|
||||
.endif
|
||||
|
||||
MAN1= nget.1 ngetlite.1
|
||||
MANCOMPRESSED= no
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -33,4 +39,4 @@ post-install:
|
|||
strip ${PREFIX}/bin/nget
|
||||
strip ${PREFIX}/bin/ngetlite
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -15,6 +15,12 @@ MASTER_SITES= http://www.netcologne.de/~nc-lindenal/qlwm/
|
|||
MAINTAINER= trevor@FreeBSD.org
|
||||
COMMENT= Qt-based window manager
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Fails to link"
|
||||
.endif
|
||||
|
||||
DOCDIR= share/doc/${PORTNAME}
|
||||
DOCS= CHANGES README
|
||||
LIBDIR= lib/${PORTNAME}
|
||||
|
@ -73,4 +79,4 @@ do-install:
|
|||
${SED} -e s,%PREFIX%,${PREFIX},g <${FILESDIR}/qlwm >${WRKSRC}/qlwm
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/qlwm ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -13,6 +13,12 @@ MASTER_SITES= http://www2.bc.edu/~kelleyry/toolbox/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A blackbox style configuration utility
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Fails to link"
|
||||
.endif
|
||||
|
||||
USE_QT_VER= 2
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
|
@ -21,4 +27,4 @@ MAKE_ENV= CXX="${CXX}" CC="${CC}"
|
|||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/toolbox ${PREFIX}/bin/toolbox
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue