From 91c58f29a60b1df1fc56da26770f6641b511d2de Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 28 Oct 2005 23:02:26 +0000 Subject: BROKEN on 7.0: Does not compile --- devel/commoncpp/Makefile | 8 +++++++- net-p2p/gnunet/Makefile | 8 +++++++- net/gnunet/Makefile | 8 +++++++- security/cfs/Makefile | 8 +++++++- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/devel/commoncpp/Makefile b/devel/commoncpp/Makefile index 852a83647b12..113002ca2ac4 100644 --- a/devel/commoncpp/Makefile +++ b/devel/commoncpp/Makefile @@ -36,7 +36,13 @@ INFO= commoncpp2 CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +.include + +.if ${OSVERSION} >= 700000 +BROKEN= "Does not compile on FreeBSD >= 7.0" +.endif + pre-configure: @${CP} ${LTMAIN} ${WRKSRC}/autoconf -.include +.include diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index a79991ce37e8..01d1c973446c 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -102,6 +102,12 @@ MAN1= gnunet-chat.1 gnunet-check.1 gnunet-convert.1 \ gnunet-update.1 gnunetd.1 MAN5= gnunet.conf.5 +.include + +.if ${OSVERSION} >= 700000 +BROKEN= "Does not compile on FreeBSD >= 7.0" +.endif + pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "You can build GNUnet with the following options:" @@ -134,4 +140,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} .endif -.include +.include diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile index a79991ce37e8..01d1c973446c 100644 --- a/net/gnunet/Makefile +++ b/net/gnunet/Makefile @@ -102,6 +102,12 @@ MAN1= gnunet-chat.1 gnunet-check.1 gnunet-convert.1 \ gnunet-update.1 gnunetd.1 MAN5= gnunet.conf.5 +.include + +.if ${OSVERSION} >= 700000 +BROKEN= "Does not compile on FreeBSD >= 7.0" +.endif + pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "You can build GNUnet with the following options:" @@ -134,4 +140,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} .endif -.include +.include diff --git a/security/cfs/Makefile b/security/cfs/Makefile index 8f998252dc77..e076781a9012 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -25,6 +25,12 @@ SUB_FILES= pkg-message SUB_LIST= CFSD_BOOTSTRAP=${CFSD_BOOTSTRAP} PLIST_SUB= CFSD_BOOTSTRAP=${CFSD_BOOTSTRAP} +.include + +.if ${OSVERSION} >= 700000 +BROKEN= "Does not compile on FreeBSD >= 7.0" +.endif + post-patch: ${REINPLACE_CMD} 's/^\.TH SSH/.TH CFSSH/' ${WRKSRC}/cfssh.1 @@ -40,4 +46,4 @@ do-install: ${INSTALL} -d ${_BINOWNGRP} -m 0 ${CFSD_BOOTSTRAP} @${CAT} ${PKGMESSAGE} -.include +.include -- cgit v1.2.3