BROKEN on 7.0: Does not compile

This commit is contained in:
Kris Kennaway 2005-10-28 23:02:26 +00:00
parent ae51ddccf2
commit 91c58f29a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146611
4 changed files with 28 additions and 4 deletions

View file

@ -36,7 +36,13 @@ INFO= commoncpp2
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
BROKEN= "Does not compile on FreeBSD >= 7.0"
.endif
pre-configure:
@${CP} ${LTMAIN} ${WRKSRC}/autoconf
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -102,6 +102,12 @@ MAN1= gnunet-chat.1 gnunet-check.1 gnunet-convert.1 \
gnunet-update.1 gnunetd.1
MAN5= gnunet.conf.5
.include <bsd.port.pre.mk>
.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 <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -102,6 +102,12 @@ MAN1= gnunet-chat.1 gnunet-check.1 gnunet-convert.1 \
gnunet-update.1 gnunetd.1
MAN5= gnunet.conf.5
.include <bsd.port.pre.mk>
.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 <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -25,6 +25,12 @@ SUB_FILES= pkg-message
SUB_LIST= CFSD_BOOTSTRAP=${CFSD_BOOTSTRAP}
PLIST_SUB= CFSD_BOOTSTRAP=${CFSD_BOOTSTRAP}
.include <bsd.port.pre.mk>
.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 <bsd.port.mk>
.include <bsd.port.post.mk>