summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/qssl/Makefile8
-rw-r--r--irc/tr-ircd/Makefile4
-rw-r--r--mail/up-imapproxy/Makefile4
-rw-r--r--net-mgmt/net-snmp4/Makefile4
-rw-r--r--security/py-pow/Makefile8
-rw-r--r--security/xmlsec/Makefile8
-rw-r--r--security/xmlsec1/Makefile4
-rw-r--r--www/wyvern/Makefile4
8 files changed, 41 insertions, 3 deletions
diff --git a/devel/qssl/Makefile b/devel/qssl/Makefile
index 1e79b6d8f3a2..c34d193c453c 100644
--- a/devel/qssl/Makefile
+++ b/devel/qssl/Makefile
@@ -26,6 +26,12 @@ MAKE_ARGS= QTDIR=${X11BASE}
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
USE_QT_VER= 3
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700019
+BROKEN= Does not compile on FreeBSD >= 7.0
+.endif
+
do-configure:
cd ${WRKSRC} && ${SETENV} ${MAKE_ARGS} qmake \
-spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ qssl.pro
@@ -35,4 +41,4 @@ do-install:
${PREFIX}/lib/libqssl.so.${SHLIB_MAJOR}
${LN} -s libqssl.so.${SHLIB_MAJOR} ${PREFIX}/lib/libqssl.so
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/irc/tr-ircd/Makefile b/irc/tr-ircd/Makefile
index 8df5f5cf096d..2e69bd41d703 100644
--- a/irc/tr-ircd/Makefile
+++ b/irc/tr-ircd/Makefile
@@ -40,6 +40,10 @@ CONFIGURE_ARGS+=--enable-small-nets
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700019
+BROKEN= Does not compile on FreeBSD >= 7.0
+.endif
+
.if ${OSVERSION} < 500000
USE_GCC= 3.4 # Needs va_copy
.endif
diff --git a/mail/up-imapproxy/Makefile b/mail/up-imapproxy/Makefile
index 37df5711443d..29e895b2f27d 100644
--- a/mail/up-imapproxy/Makefile
+++ b/mail/up-imapproxy/Makefile
@@ -21,6 +21,10 @@ USE_RC_SUBR= imapproxyd.sh
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700019
+BROKEN= Does not compile on FreeBSD >= 7.0
+.endif
+
post-patch:
${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g" \
-e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile
index c17b4c5478f5..fe605bb872eb 100644
--- a/net-mgmt/net-snmp4/Makefile
+++ b/net-mgmt/net-snmp4/Makefile
@@ -73,6 +73,10 @@ PLIST_SUB+= shlib=${SHLIB_VERSION}
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700019
+BROKEN= Does not compile on FreeBSD >= 7.0
+.endif
+
.if ${OSVERSION} >= 600000
CFLAGS+= -Dfreebsd5
.endif
diff --git a/security/py-pow/Makefile b/security/py-pow/Makefile
index 0c4d24de81c5..170c6039c5a3 100644
--- a/security/py-pow/Makefile
+++ b/security/py-pow/Makefile
@@ -23,6 +23,12 @@ USE_OPENSSL= yes
PORTDOCS= POW.pdf
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700019
+BROKEN= Does not compile on FreeBSD >= 7.0
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@@ -31,4 +37,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/security/xmlsec/Makefile b/security/xmlsec/Makefile
index dce298c3afe2..6d321d12b84b 100644
--- a/security/xmlsec/Makefile
+++ b/security/xmlsec/Makefile
@@ -29,6 +29,12 @@ INSTALLS_SHLIB= yes
MAN1= xmlsec.1 xmlsec-config.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700019
+BROKEN= Does not compile on FreeBSD >= 7.0
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@@ -36,4 +42,4 @@ post-install:
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile
index c737ead5e47d..90eb0cf01522 100644
--- a/security/xmlsec1/Makefile
+++ b/security/xmlsec1/Makefile
@@ -55,6 +55,10 @@ post-install:
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700019
+BROKEN= Does not compile on FreeBSD >= 7.0
+.endif
+
.if defined(WITH_GNUTLS)
CONFIGURE_ARGS+= --with-gnutls="${LOCALBASE}"
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
diff --git a/www/wyvern/Makefile b/www/wyvern/Makefile
index 625d090f4d88..093ddf78c2df 100644
--- a/www/wyvern/Makefile
+++ b/www/wyvern/Makefile
@@ -28,6 +28,10 @@ MAKE_ARGS= rcdir="${LOCALBASE}/etc/rc.d"
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700019
+BROKEN= Does not compile on FreeBSD >= 7.0
+.endif
+
.if ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ipv6
.endif