[ports] cvs commit: ports/net/trafshow Makefile distinfo

Sergey A. Osokin osa at FreeBSD.org
Sun Feb 27 22:27:26 UTC 2011


On Sun, Feb 27, 2011 at 02:41:35PM +0000, Marcelo Araujo wrote:
> araujo      2011-02-27 14:41:22 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     net/trafshow         Makefile distinfo 
>   Log:
>   - Now can build with supporting of IPV6.
>   - Removed MD5.
>   - Bump PORTREVISION.
>   
>   PR:             ports/154932
>   Submitted by:   "Y.A." <nexther0 at gmail.com>
>   Reviewed by:    "Alexey V. Degtyarev" <alexey at renatasystems.org> (maintainer)
>   
>   Revision  Changes    Path
>   1.42      +7 -0      ports/net/trafshow/Makefile
>   1.10      +0 -1      ports/net/trafshow/distinfo
> _______________________________________________
> cvs-all at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-all
> To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
> 
> 
> Index: ports/net/trafshow/Makefile
> diff -u ports/net/trafshow/Makefile:1.41 ports/net/trafshow/Makefile:1.42
> --- ports/net/trafshow/Makefile:1.41	Fri Sep 11 14:24:22 2009
> +++ ports/net/trafshow/Makefile	Sun Feb 27 14:41:22 2011
> @@ -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 @@
>  
>  MAN1=		trafshow.1
>  
> +OPTIONS=        IPV6           "Build with IPv6 support" off
> +
>  .include <bsd.port.pre.mk>
>  
>  post-patch:
> @@ -32,6 +35,10 @@
>  	@${PATCH} -d ${WRKSRC} < ${FILESDIR}/extra-patch-800074+
>  .endif
>  
> +.if defined(WITH_IPV6)
> +CFLAGS+=	-DINET6

Could you also add following string?

CATEGORIES+=    ipv6

Thank you.

> +.endif
> +

-- 
Sergey A. Osokin
osa at FreeBSD.ORG


More information about the cvs-all mailing list