From owner-cvs-all@FreeBSD.ORG Sun Feb 27 22:27:26 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 975) id CA1091065670; Sun, 27 Feb 2011 22:27:26 +0000 (UTC) Date: Sun, 27 Feb 2011 22:27:26 +0000 From: "Sergey A. Osokin" To: Marcelo Araujo Message-ID: <20110227222726.GA3566@FreeBSD.org> References: <201102271441.p1REfMrT016669@repoman.freebsd.org> <20110227144135.60D5910656E5@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20110227144135.60D5910656E5@hub.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: [ports] cvs commit: ports/net/trafshow Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Feb 2011 22:27:26 -0000 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." > Reviewed by: "Alexey V. Degtyarev" (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 > > 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