diff options
-rw-r--r-- | audio/opmixer/Makefile | 8 | ||||
-rw-r--r-- | devel/openthreads/Makefile | 8 | ||||
-rw-r--r-- | editors/openoffice-1.0/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 4 | ||||
-rw-r--r-- | finance/openhbci/Makefile | 8 | ||||
-rw-r--r-- | multimedia/openquicktime/Makefile | 4 | ||||
-rw-r--r-- | net/osrtspproxy/Makefile | 8 | ||||
-rw-r--r-- | textproc/ocaml-yaxi/Makefile | 8 | ||||
-rw-r--r-- | www/openvrml/Makefile | 4 |
9 files changed, 51 insertions, 5 deletions
diff --git a/audio/opmixer/Makefile b/audio/opmixer/Makefile index f70c5d4325d..710f482e019 100644 --- a/audio/opmixer/Makefile +++ b/audio/opmixer/Makefile @@ -23,6 +23,12 @@ USE_X_PREFIX= yes PLIST= ${WRKDIR}/pkg-plist WRKSRC= ${WRKDIR}/opmixer +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + pre-install: ${ECHO_CMD} "bin/opmixer" > ${PLIST} ${ECHO_CMD} "bin/opmixer-load" >> ${PLIST} @@ -40,4 +46,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/openthreads/Makefile b/devel/openthreads/Makefile index 96ecb71c4b6..f3bebe8568f 100644 --- a/devel/openthreads/Makefile +++ b/devel/openthreads/Makefile @@ -26,8 +26,14 @@ MAKEFILE= GNUmakefile # opt = optimized ($OPTF added); debug = debug ($DBGF added); opt is default ALL_TARGET= opt +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's,%%CXXFLAGS%%,${CXXFLAGS},g' \ ${WRKSRC}/Make/makedefs -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 521c373075e..2d660032692 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -42,6 +42,10 @@ USE_GNOME= orbit gtk12 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + INSTALLATION_BASEDIR= OpenOffice.org1.0 BUILD_NR= 641 DIST_SUBDIR= openoffice1.0 diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 521c373075e..2d660032692 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -42,6 +42,10 @@ USE_GNOME= orbit gtk12 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + INSTALLATION_BASEDIR= OpenOffice.org1.0 BUILD_NR= 641 DIST_SUBDIR= openoffice1.0 diff --git a/finance/openhbci/Makefile b/finance/openhbci/Makefile index a70d26e9a44..3c1309675fd 100644 --- a/finance/openhbci/Makefile +++ b/finance/openhbci/Makefile @@ -18,4 +18,10 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + +.include <bsd.port.post.mk> diff --git a/multimedia/openquicktime/Makefile b/multimedia/openquicktime/Makefile index 3178c907aac..18ce2651250 100644 --- a/multimedia/openquicktime/Makefile +++ b/multimedia/openquicktime/Makefile @@ -31,6 +31,10 @@ OPTIONS= DEBUG "Turn on debugging" on .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .ifndef(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug=no .endif diff --git a/net/osrtspproxy/Makefile b/net/osrtspproxy/Makefile index 91350d9604b..497db0f159c 100644 --- a/net/osrtspproxy/Makefile +++ b/net/osrtspproxy/Makefile @@ -17,8 +17,14 @@ COMMENT= The RTSP Proxy Kit is a reference implementation of an RTSP proxy HAS_CONFIGURE= YES +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rtspproxy/rtspproxy ${PREFIX}/sbin ${INSTALL_SCRIPT} ${FILESDIR}/rtspproxy.sh ${PREFIX}/etc/rc.d/rtspproxy.sh.sample -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/textproc/ocaml-yaxi/Makefile b/textproc/ocaml-yaxi/Makefile index 4bde78cd100..06f1c503115 100644 --- a/textproc/ocaml-yaxi/Makefile +++ b/textproc/ocaml-yaxi/Makefile @@ -33,10 +33,16 @@ PLIST_FILES= bin/yaxsltproc PKGDEINSTALL= ${PKGINSTALL} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-install: @${FIND} ${PREFIX}/lib/ocaml/site-lib/${PORTNAME} -type f | \ ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} @${ECHO_CMD} "@dirrm lib/ocaml/site-lib/${PORTNAME}" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ocamlfind remove ${PORTNAME} 2>/dev/null || true" >> ${TMPPLIST} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile index ca8f4365a74..06d2fa06010 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -40,6 +40,10 @@ PORTDOCS= # empty, not use * 'cause args too long (for find) .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${ARCH} != "i386" BROKEN= "Does not compile on !i386" .endif |