diff options
-rw-r--r-- | cad/gwave/Makefile | 8 | ||||
-rw-r--r-- | devel/adabroker/Makefile | 8 | ||||
-rw-r--r-- | graphics/xmms-gforce/Makefile | 8 | ||||
-rw-r--r-- | lang/jgnat/Makefile | 4 | ||||
-rw-r--r-- | mail/ml/Makefile | 8 | ||||
-rw-r--r-- | net/ntop/Makefile | 7 |
6 files changed, 38 insertions, 5 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile index 14bc030..ca0ec42 100644 --- a/cad/gwave/Makefile +++ b/cad/gwave/Makefile @@ -18,6 +18,12 @@ LIB_DEPENDS= geda.18:${PORTSDIR}/cad/libgeda \ guile.15:${PORTSDIR}/lang/guile \ guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + USE_AUTOCONF= yes USE_GNOME= gtk12 #CONFIGURE_ARGS= --enable-gdgeda @@ -26,4 +32,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= sp2sp.1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/adabroker/Makefile b/devel/adabroker/Makefile index 2646a27..ae34a1f 100644 --- a/devel/adabroker/Makefile +++ b/devel/adabroker/Makefile @@ -17,6 +17,12 @@ COMMENT= A full Ada ORB to develop CORBA application BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat LIB_DEPENDS= adasockets.0:${PORTSDIR}/net/adasockets +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + USE_LIBTOOL= yes USE_AUTOMAKE_VER=14 CONFIGURE_ARGS= --enable-adasockets @@ -29,4 +35,4 @@ MAN7= adabroker.7 post-install: ${RM} ${PREFIX}/lib/adabroker/allsrc.adb -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/graphics/xmms-gforce/Makefile b/graphics/xmms-gforce/Makefile index 45bf5ff..d66bd2d 100644 --- a/graphics/xmms-gforce/Makefile +++ b/graphics/xmms-gforce/Makefile @@ -17,6 +17,12 @@ COMMENT= A visual plugin for XMMS BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes @@ -37,4 +43,4 @@ pre-fetch: @${ECHO_MSG} "*******************************************************" .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/lang/jgnat/Makefile b/lang/jgnat/Makefile index 42d5b55..066662a 100644 --- a/lang/jgnat/Makefile +++ b/lang/jgnat/Makefile @@ -33,6 +33,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME:C@-([^\-]+)$@/\1@} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + LIBDIR= ${PREFIX}/lib/jgnat ADAINCDIR= ${LIBDIR}/adainclude ADALIBDIR= ${LIBDIR}/adalib diff --git a/mail/ml/Makefile b/mail/ml/Makefile index d08e849..db36eb31 100644 --- a/mail/ml/Makefile +++ b/mail/ml/Makefile @@ -14,6 +14,12 @@ MASTER_SITES= http://ftp.rge.com/pub/mail/ml/ \ MAINTAINER= ports@FreeBSD.org COMMENT= An X11 IMAP client +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_IMAKE= yes USE_MOTIF= yes @@ -23,4 +29,4 @@ pre-configure: @( cd ${WRKSRC}/../imap-4; make bsi ) @( cd ${WRKSRC}; ${RM} -f makeproto ) -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net/ntop/Makefile b/net/ntop/Makefile index fe22f59..2db96ba 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -24,6 +24,12 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libgdc.a:${PORTSDIR}/graphics/gdchart RUN_DEPENDS= ${LOCALBASE}/lib/libgdc.a:${PORTSDIR}/graphics/gdchart LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + # ntop will store its runtime database files in ${DBDIR}/ntop/ DBDIR?= /var/db @@ -46,7 +52,6 @@ CONFIGURE_ARGS= --localstatedir=${DBDIR} \ CONFIGURE_ARGS+= --enable-tcpwrap .endif -.include <bsd.port.pre.mk> .if ${OSVERSION} < 400014 LIB_DEPENDS+= ssl.3:${PORTSDIR}/security/openssl CONFIGURE_ARGS+= --with-ossl-root=${LOCALBASE} |