[maintainer] Update security/fiked to 0.0.4, really fix build on 4.x
Port changes: * Set USE_GCC to allow build on FreeBSD 4.x * Add WITHOUT_LIBNET knob * Remove CC fixes, upstream makefile honours CC now * Upgrade to 0.0.4 Upstream changes: * Support for dropping privileges to unprivileged user * Portability fixes * Bug fixes RP: ports/90722 Submitted by: Daniel Roethlisberger <daniel@roe.ch>
This commit is contained in:
parent
5e724c2cb5
commit
6792a693ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151710
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= fiked
|
||||
PORTVERSION= 0.0.2
|
||||
PORTVERSION= 0.0.4
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://dragon.roe.ch/bitsnpieces/fiked/ \
|
||||
http://home.tiscalinet.ch/roe/fiked/
|
||||
@ -15,35 +15,30 @@ MAINTAINER= daniel@roe.ch
|
||||
COMMENT= A fake IKE PSK+XAUTH daemon based on VPNC
|
||||
|
||||
LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt
|
||||
.if !defined(WITHOUT_LIBNET)
|
||||
BUILD_DEPENDS= libnet*>=1.1.2,1:${PORTSDIR}/net/libnet
|
||||
.endif
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GCC= 3.2+
|
||||
USE_REINPLACE= yes
|
||||
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
MAKE_ENV+= CC="${CC}"
|
||||
|
||||
PLIST_FILES= bin/fiked
|
||||
MAN1= fiked.1
|
||||
PORTDOCS= README
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on FreeBSD 4.x"
|
||||
.endif
|
||||
PORTDOCS= README NEWS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|^\(CC\)=|\1?=|; s|=-g|=|' ${WRKSRC}/${MAKEFILE}
|
||||
@${REINPLACE_CMD} -e 's|=-g|=|' ${WRKSRC}/${MAKEFILE}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/fiked ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/fiked.1 ${PREFIX}/man/man1/
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (fiked-0.0.2.tar.bz2) = d686f04ddd6da2826e8d2b1a3a7e4177
|
||||
SHA256 (fiked-0.0.2.tar.bz2) = ba76c76b0f790434873a7d70f27b796335eaea139d4eac08c1fac01c6c5efe92
|
||||
SIZE (fiked-0.0.2.tar.bz2) = 107751
|
||||
MD5 (fiked-0.0.4.tar.bz2) = e8d1957b28195712c90e80989301581f
|
||||
SHA256 (fiked-0.0.4.tar.bz2) = a3c0f94df312321737665ba55342cacbf979b1e14b3fe978db667ccda9b0a1c4
|
||||
SIZE (fiked-0.0.4.tar.bz2) = 109062
|
||||
|
Loading…
Reference in New Issue
Block a user