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

Marcelo Araujo araujobsdport at gmail.com
Mon Feb 28 04:20:16 UTC 2011


2011/2/27 Sergey A. Osokin <osa at freebsd.org>

> 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.
>
>
Yes, I can! I'm gonna do it tomorrow, after check dougb@ request.

Best Regards
-- 
Marcelo Araujo
araujo at FreeBSD.org


More information about the cvs-ports mailing list