1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Now can build with supporting of IPV6.

- Removed MD5.
- Bump PORTREVISION.

PR:		ports/154932
Submitted by:	"Y.A." <nexther0@gmail.com>
Reviewed by:	"Alexey V. Degtyarev" <alexey@renatasystems.org> (maintainer)
This commit is contained in:
Marcelo Araujo 2011-02-27 14:41:22 +00:00
parent 062b0b0d60
commit 5c59f6b5f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269912
2 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= trafshow
PORTVERSION= 5.2.3
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ \
@ -22,6 +23,8 @@ ALL_TARGET= trafshow
MAN1= trafshow.1
OPTIONS= IPV6 "Build with IPv6 support" off
.include <bsd.port.pre.mk>
post-patch:
@ -32,6 +35,10 @@ post-patch:
@${PATCH} -d ${WRKSRC} < ${FILESDIR}/extra-patch-800074+
.endif
.if defined(WITH_IPV6)
CFLAGS+= -DINET6
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/trafshow ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/trafshow.1 ${PREFIX}/man/man1

View File

@ -1,3 +1,2 @@
MD5 (trafshow-5.2.3.tgz) = 0b2f0bb23b7832138b7d841437b9e182
SHA256 (trafshow-5.2.3.tgz) = ea7e22674a66afcc7174779d0f803c1f25b42271973b4f75fab293b8d7db11fc
SIZE (trafshow-5.2.3.tgz) = 142615