diff options
-rw-r--r-- | audio/xsidplay/Makefile | 4 | ||||
-rw-r--r-- | chinese/stardict2/Makefile | 8 | ||||
-rw-r--r-- | devel/sdts++/Makefile | 8 | ||||
-rw-r--r-- | finance/aqmoney/Makefile | 8 | ||||
-rw-r--r-- | net-p2p/dctc/Makefile | 8 | ||||
-rw-r--r-- | net/dctc/Makefile | 8 | ||||
-rw-r--r-- | net/tcpreen/Makefile | 4 | ||||
-rw-r--r-- | print/lilypond/Makefile | 8 | ||||
-rw-r--r-- | textproc/stardict2/Makefile | 8 | ||||
-rw-r--r-- | textproc/stardict3/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/fox-devel/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/fox14/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gtkmathview/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/vdk/Makefile | 4 |
14 files changed, 83 insertions, 9 deletions
diff --git a/audio/xsidplay/Makefile b/audio/xsidplay/Makefile index dd454468144f..5bc0107518e2 100644 --- a/audio/xsidplay/Makefile +++ b/audio/xsidplay/Makefile @@ -40,6 +40,10 @@ MAN1= xsidplay.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + .if ${MACHINE_ARCH} == "alpha" CFLAGS+= -O0 .endif diff --git a/chinese/stardict2/Makefile b/chinese/stardict2/Makefile index efa9d32527b6..bb4fff982de2 100644 --- a/chinese/stardict2/Makefile +++ b/chinese/stardict2/Makefile @@ -24,6 +24,12 @@ LIB_DEPENDS= gnome-2.200:${PORTSDIR}/x11/libgnome \ bonobo-2.0:${PORTSDIR}/devel/libbonobo \ bonobo-activation.4:${PORTSDIR}/devel/bonobo-activation +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes @@ -47,4 +53,4 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/stardict-xdict-big5-2.0.0/* ${PREFIX}/share/stardict/dic/ ${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ce-big5-2.0.0/* ${PREFIX}/share/stardict/dic/ -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/sdts++/Makefile b/devel/sdts++/Makefile index 625b20adb7fb..74fd7030b8a9 100644 --- a/devel/sdts++/Makefile +++ b/devel/sdts++/Makefile @@ -19,7 +19,13 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:site1 \ MAINTAINER= ports@FreeBSD.org COMMENT= C++ library for SDTS related development +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + USE_LIBTOOL= yes CONFIGURE_ARGS= --with-boost=${WRKDIR}/boost_1_27_0 -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/finance/aqmoney/Makefile b/finance/aqmoney/Makefile index f3aecd7bc76e..565551265b93 100644 --- a/finance/aqmoney/Makefile +++ b/finance/aqmoney/Makefile @@ -15,8 +15,14 @@ COMMENT= AqMoney uses openhbci to manage your credit institute accounts LIB_DEPENDS= openhbci.7:${PORTSDIR}/finance/openhbci +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} MAN1= aqmoney.1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net-p2p/dctc/Makefile b/net-p2p/dctc/Makefile index ff4023afdcd0..1138010f8bb8 100644 --- a/net-p2p/dctc/Makefile +++ b/net-p2p/dctc/Makefile @@ -18,6 +18,12 @@ COMMENT= A DirectConnect (www.neo-modus.com) text client for file sharing BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + USE_GETOPT_LONG= yes USE_GNOME= glib12 USE_PERL5_RUN= yes @@ -107,4 +113,4 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/bin .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net/dctc/Makefile b/net/dctc/Makefile index ff4023afdcd0..1138010f8bb8 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -18,6 +18,12 @@ COMMENT= A DirectConnect (www.neo-modus.com) text client for file sharing BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + USE_GETOPT_LONG= yes USE_GNOME= glib12 USE_PERL5_RUN= yes @@ -107,4 +113,4 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/bin .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net/tcpreen/Makefile b/net/tcpreen/Makefile index 40caa79593f9..d637400947e6 100644 --- a/net/tcpreen/Makefile +++ b/net/tcpreen/Makefile @@ -25,6 +25,10 @@ DOC_FILES= README .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + .if ${OSVERSION} < 500000 LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt .endif diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index e44629b28dd9..64511f271244 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -19,6 +19,12 @@ COMMENT= The GNU music typesetter BUILD_DEPENDS= ${LOCALBASE}/bin/latex:${PORTSDIR}/print/teTeX LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + MAN1= abc2ly.1 as2text.1 convert-ly.1 etf2ly.1 lilypond.1 \ lilypond-book.1 ly2dvi.1 midi2ly.1 mup2ly.1 musedata2ly.1 pmx2ly.1 @@ -45,4 +51,4 @@ post-install: ${FIND} ${PREFIX}/share/examples/lilypond -name "GNUmakefile" | xargs ${RM} ;\ ${FIND} ${PREFIX}/share/examples/lilypond -name "out" | xargs ${RM} -rf ;\ -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/textproc/stardict2/Makefile b/textproc/stardict2/Makefile index efa9d32527b6..bb4fff982de2 100644 --- a/textproc/stardict2/Makefile +++ b/textproc/stardict2/Makefile @@ -24,6 +24,12 @@ LIB_DEPENDS= gnome-2.200:${PORTSDIR}/x11/libgnome \ bonobo-2.0:${PORTSDIR}/devel/libbonobo \ bonobo-activation.4:${PORTSDIR}/devel/bonobo-activation +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes @@ -47,4 +53,4 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/stardict-xdict-big5-2.0.0/* ${PREFIX}/share/stardict/dic/ ${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ce-big5-2.0.0/* ${PREFIX}/share/stardict/dic/ -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/textproc/stardict3/Makefile b/textproc/stardict3/Makefile index efa9d32527b6..bb4fff982de2 100644 --- a/textproc/stardict3/Makefile +++ b/textproc/stardict3/Makefile @@ -24,6 +24,12 @@ LIB_DEPENDS= gnome-2.200:${PORTSDIR}/x11/libgnome \ bonobo-2.0:${PORTSDIR}/devel/libbonobo \ bonobo-activation.4:${PORTSDIR}/devel/bonobo-activation +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes @@ -47,4 +53,4 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/stardict-xdict-big5-2.0.0/* ${PREFIX}/share/stardict/dic/ ${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ce-big5-2.0.0/* ${PREFIX}/share/stardict/dic/ -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11-toolkits/fox-devel/Makefile b/x11-toolkits/fox-devel/Makefile index c635444723fc..5bbcb1043e1d 100644 --- a/x11-toolkits/fox-devel/Makefile +++ b/x11-toolkits/fox-devel/Makefile @@ -136,6 +136,10 @@ pre-everything:: .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + ## ## Port conflict management ## diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile index c635444723fc..5bbcb1043e1d 100644 --- a/x11-toolkits/fox14/Makefile +++ b/x11-toolkits/fox14/Makefile @@ -136,6 +136,10 @@ pre-everything:: .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + ## ## Port conflict management ## diff --git a/x11-toolkits/gtkmathview/Makefile b/x11-toolkits/gtkmathview/Makefile index 45b1b43ce5a9..aa1dc7e5efe0 100644 --- a/x11-toolkits/gtkmathview/Makefile +++ b/x11-toolkits/gtkmathview/Makefile @@ -20,6 +20,12 @@ LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ xml2:${PORTSDIR}/textproc/libxml2 \ gmetadom_gdome_cpp_smart:${PORTSDIR}/textproc/gmetadom +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= glib12 gtk12 @@ -39,4 +45,4 @@ post-patch: post-install: @install-info ${PREFIX}/info/gtkmathview.info ${PREFIX}/info/dir -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11-toolkits/vdk/Makefile b/x11-toolkits/vdk/Makefile index ea909f758783..69ca8d1dc60e 100644 --- a/x11-toolkits/vdk/Makefile +++ b/x11-toolkits/vdk/Makefile @@ -26,6 +26,10 @@ MAN1= vdk-config.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + .if ${HAVE_GNOME:Mgnomelibs}!="" USE_GNOME= gnomelibs PKGNAMESUFFIX= -gnome |