diff options
author | kris <kris@FreeBSD.org> | 2006-09-11 07:53:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-11 07:53:06 +0800 |
commit | 8140302b7c6a372bdde66ad6e19b222b2ba7db30 (patch) | |
tree | fa829948d3e95cf7aea208237c0e4940b69597e2 | |
parent | 5a16cd1f26c58d8fc75332e75393928054b86f77 (diff) | |
download | freebsd-ports-gnome-8140302b7c6a372bdde66ad6e19b222b2ba7db30.tar.gz freebsd-ports-gnome-8140302b7c6a372bdde66ad6e19b222b2ba7db30.tar.zst freebsd-ports-gnome-8140302b7c6a372bdde66ad6e19b222b2ba7db30.zip |
BROKEN on 7.0: Does not compile
-rw-r--r-- | devel/qssl/Makefile | 8 | ||||
-rw-r--r-- | irc/tr-ircd/Makefile | 4 | ||||
-rw-r--r-- | mail/up-imapproxy/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/net-snmp4/Makefile | 4 | ||||
-rw-r--r-- | security/py-pow/Makefile | 8 | ||||
-rw-r--r-- | security/xmlsec/Makefile | 8 | ||||
-rw-r--r-- | security/xmlsec1/Makefile | 4 | ||||
-rw-r--r-- | www/wyvern/Makefile | 4 |
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 |