Date: Sun, 27 Feb 2011 22:27:26 +0000 From: "Sergey A. Osokin" <osa@FreeBSD.org> To: Marcelo Araujo <araujo@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: [ports] cvs commit: ports/net/trafshow Makefile distinfo Message-ID: <20110227222726.GA3566@FreeBSD.org> In-Reply-To: <20110227144135.60D5910656E5@hub.freebsd.org> References: <201102271441.p1REfMrT016669@repoman.freebsd.org> <20110227144135.60D5910656E5@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@gmail.com> > Reviewed by: "Alexey V. Degtyarev" <alexey@renatasystems.org> (maintainer) > > Revision Changes Path > 1.42 +7 -0 ports/net/trafshow/Makefile > 1.10 +0 -1 ports/net/trafshow/distinfo > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@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@FreeBSD.ORG
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110227222726.GA3566>