mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
BROKEN on 7.0: Does not compile
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue