diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:50:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:50:46 +0000 |
commit | e5a65eeff9960512e5b51028be60d3b15e77e27f (patch) | |
tree | 98f54d9a4a45f1644ec0b9b2755ab7f792dcd2fb | |
parent | BROKEN on 5.1: does not compile (diff) |
BROKEN on 5.1: fails to link
Notes
Notes:
svn path=/head/; revision=81220
-rw-r--r-- | java/janosvm/Makefile | 8 | ||||
-rw-r--r-- | news/nget/Makefile | 8 | ||||
-rw-r--r-- | x11-wm/qlwm/Makefile | 8 | ||||
-rw-r--r-- | x11-wm/toolbox/Makefile | 8 |
4 files changed, 28 insertions, 4 deletions
diff --git a/java/janosvm/Makefile b/java/janosvm/Makefile index 1fda9cbd0914..ee772637e68c 100644 --- a/java/janosvm/Makefile +++ b/java/janosvm/Makefile @@ -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> diff --git a/news/nget/Makefile b/news/nget/Makefile index 0af140f74a7e..33b9574205bb 100644 --- a/news/nget/Makefile +++ b/news/nget/Makefile @@ -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> diff --git a/x11-wm/qlwm/Makefile b/x11-wm/qlwm/Makefile index ec5742cdde0a..13897f7269a8 100644 --- a/x11-wm/qlwm/Makefile +++ b/x11-wm/qlwm/Makefile @@ -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> diff --git a/x11-wm/toolbox/Makefile b/x11-wm/toolbox/Makefile index b5f1d25cbb20..b1a1d30a38a0 100644 --- a/x11-wm/toolbox/Makefile +++ b/x11-wm/toolbox/Makefile @@ -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> |