1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Update to 2.0BETA2

- Mark BROKEN with gcc 4.2

PR:		ports/116104
Submitted by:	Vladimir Korkodinov <viper@perm.raid.ru>
Approved by:	miwi (mentor)
This commit is contained in:
Lars Engels 2007-12-22 00:23:34 +00:00
parent 079fd354d2
commit 992c4c0059
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204310
2 changed files with 18 additions and 10 deletions

View File

@ -6,23 +6,27 @@
# #
PORTNAME= frickin PORTNAME= frickin
DISTVERSION= 2.0BETA1 DISTVERSION= 2.0BETA2
CATEGORIES= net CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= SF
MASTER_SITE_SUBDIR= frickin EXTRACT_SUFX= .tgz
MAINTAINER= asm@asm.kiev.ua MAINTAINER= asm@asm.kiev.ua
COMMENT= Frickin PPTP Proxy COMMENT= Frickin PPTP Proxy
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_RC_SUBR= frickin.sh USE_RC_SUBR= frickin.sh
SUB_FILES= pkg-message SUB_FILES= pkg-message
PORTDOCS= INSTALL HISTORY PORTDOCS= INSTALL LICENSE
PLIST_FILES= sbin/frickin2 etc/frickin.conf.sample PLIST_FILES= sbin/frickin2 etc/frickin.conf.sample
PKGMESSAGE= ${WRKDIR}/pkg-messag
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g;' \
${WRKSRC}/src/Makefile.FreeBSD
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME}2 ${PREFIX}/sbin/${PORTNAME}2 ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME}2 ${PREFIX}/sbin/${PORTNAME}2
${INSTALL_DATA} ${WRKSRC}/frickin.conf ${PREFIX}/etc/frickin.conf.sample ${INSTALL_DATA} ${WRKSRC}/frickin.conf.default ${PREFIX}/etc/frickin.conf.sample
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}
@ -36,7 +40,11 @@ do-install:
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000 .if ${OSVERSION} < 600000
IGNORE= Does not compile with old version of pf IGNORE= does not compile with old version of pf
.endif
.if ${OSVERSION} >= 700042
BROKEN= does not compile with gcc 4.2
.endif .endif
.include <bsd.port.post.mk> .include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (frickin-2.0BETA1.tar.gz) = 86c3355fedd9f9000188d909ab8974aa MD5 (frickin-2.0BETA2.tgz) = 2e26f808e32c9690ca8e8c83b0b9ad41
SHA256 (frickin-2.0BETA1.tar.gz) = 3bc84ae187d32f677e74c5039bab68cb4982638849a80798fe58c9b0c508ff2a SHA256 (frickin-2.0BETA2.tgz) = 4b466a33e3761d44892fd80777e550b33204363002a5b592fa67f1400616d2e8
SIZE (frickin-2.0BETA1.tar.gz) = 475441 SIZE (frickin-2.0BETA2.tgz) = 477451