summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cad/gwave/Makefile8
-rw-r--r--devel/adabroker/Makefile8
-rw-r--r--graphics/xmms-gforce/Makefile8
-rw-r--r--lang/jgnat/Makefile4
-rw-r--r--mail/ml/Makefile8
-rw-r--r--net/ntop/Makefile7
6 files changed, 38 insertions, 5 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile
index 14bc03088784..ca0ec42ac388 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 2646a27fe83f..ae34a1f3573b 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 45bf5ffe78fb..d66bd2d4ef0c 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 42d5b5517e1f..066662a94a11 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 d08e84991ed0..db36eb31f3ef 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 fe22f59a1451..2db96ba3903d 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}