diff options
-rw-r--r-- | audio/raop_play/Makefile | 8 | ||||
-rw-r--r-- | devel/gdb6/Makefile | 5 | ||||
-rw-r--r-- | devel/gdb66/Makefile | 5 | ||||
-rw-r--r-- | net/atmsupport/Makefile | 8 | ||||
-rw-r--r-- | net/sharity-light/Makefile | 8 | ||||
-rw-r--r-- | net/tcpview/Makefile | 5 | ||||
-rw-r--r-- | net/ttbudget/Makefile | 4 | ||||
-rw-r--r-- | palm/barry/Makefile | 1 | ||||
-rw-r--r-- | security/samhain/Makefile | 4 |
9 files changed, 45 insertions, 3 deletions
diff --git a/audio/raop_play/Makefile b/audio/raop_play/Makefile index 0de5c3c6f145..8b1751aaac8a 100644 --- a/audio/raop_play/Makefile +++ b/audio/raop_play/Makefile @@ -28,7 +28,13 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes USE_GNOME= glib20 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800000 && ${ARCH} == "amd64" +BROKEN= incomplete build +.endif + pre-build: ${CP} ${FILESDIR}/getline.c ${FILESDIR}/getline.h ${WRKSRC}/rendezvous/ -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/gdb6/Makefile b/devel/gdb6/Makefile index 2ee5c8f73757..ec957e879d54 100644 --- a/devel/gdb6/Makefile +++ b/devel/gdb6/Makefile @@ -71,6 +71,11 @@ PLIST_SUB+= INSIGHT='@comment ' .if ${ARCH} == "amd64" CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} + +.if ${OSVERSION} >= 800000 +BROKEN= does not compile +.endif + .endif post-patch: diff --git a/devel/gdb66/Makefile b/devel/gdb66/Makefile index 2ee5c8f73757..ec957e879d54 100644 --- a/devel/gdb66/Makefile +++ b/devel/gdb66/Makefile @@ -71,6 +71,11 @@ PLIST_SUB+= INSIGHT='@comment ' .if ${ARCH} == "amd64" CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} + +.if ${OSVERSION} >= 800000 +BROKEN= does not compile +.endif + .endif post-patch: diff --git a/net/atmsupport/Makefile b/net/atmsupport/Makefile index bfc2832fb963..72e6ca60a656 100644 --- a/net/atmsupport/Makefile +++ b/net/atmsupport/Makefile @@ -25,4 +25,10 @@ USE_LDCONFIG= yes MAN1= unidecode.1 uniencode.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800000 && ${ARCH} == "amd64" +BROKEN= does not compile +.endif + +.include <bsd.port.post.mk> diff --git a/net/sharity-light/Makefile b/net/sharity-light/Makefile index cd8339c306a2..9fd7e8f887ca 100644 --- a/net/sharity-light/Makefile +++ b/net/sharity-light/Makefile @@ -19,6 +19,12 @@ MAN8= smbmount.8 PLIST_FILES= sbin/shlight sbin/unshlight PORTDOCS= * +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800100 +BROKEN= does not compile +.endif + post-extract: @${MKDIR} ${WRKDIR}/unshlight @${CP} ${FILESDIR}/unshlight.c ${WRKDIR}/unshlight @@ -37,4 +43,4 @@ do-install: .endif ${INSTALL_MAN} ${WRKSRC}/smbmount.8 ${PREFIX}/man/man8 -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net/tcpview/Makefile b/net/tcpview/Makefile index d662abfe72d5..34438b6a31e8 100644 --- a/net/tcpview/Makefile +++ b/net/tcpview/Makefile @@ -21,6 +21,11 @@ USE_MOTIF= yes MAN1= tcpview.1 .include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800100 +BROKEN= does not compile +.endif + post-patch: .for f in nametoaddr.c addrtoname.c print-nfs.c detail-tcp.c tv_addrtoname.c @${REINPLACE_CMD} -e 's/NTOHL/ntohl/ ; s/NTOHS/ntohs/' ${WRKSRC}/${f} diff --git a/net/ttbudget/Makefile b/net/ttbudget/Makefile index 17264a4e81a4..bbec607fea51 100644 --- a/net/ttbudget/Makefile +++ b/net/ttbudget/Makefile @@ -33,6 +33,10 @@ post-install: .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800000 +BROKEN= does not compile +.endif + .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif diff --git a/palm/barry/Makefile b/palm/barry/Makefile index 6cbb23d86f8f..11aed1904f9b 100644 --- a/palm/barry/Makefile +++ b/palm/barry/Makefile @@ -34,6 +34,7 @@ OPTIONS= GUI "Build the GUI" On \ LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb .else CONFIGURE_ENV+= LIBUSB_LIBS="-lusb" LIBUSB_CFLAGS="-I/usr/include" +BROKEN= does not configure .endif .if defined(WITH_GUI) diff --git a/security/samhain/Makefile b/security/samhain/Makefile index ee1d37a4bf90..4e896866bc70 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -34,6 +34,10 @@ CONFLICTS= samhain-client-2* CFLAGS+= -fPIC .endif +.if ${ARCH} == "amd64" && ${OSVERSION} >= 800000 +BROKEN= does not compile +.endif + .if defined(WITH_GPG) BUILD_DEPENDS+= gpg:${PORTSDIR}/security/gnupg .endif |