Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2011 01:20:15 -0300
From:      Marcelo Araujo <araujobsdport@gmail.com>
To:        "Sergey A. Osokin" <osa@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:  <AANLkTikxyBFgpozes_hcOYJC9xKdiQPUanGj=CTKGms5@mail.gmail.com>
In-Reply-To: <20110227222726.GA3566@FreeBSD.org>
References:  <201102271441.p1REfMrT016669@repoman.freebsd.org> <20110227144135.60D5910656E5@hub.freebsd.org> <20110227222726.GA3566@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
2011/2/27 Sergey A. Osokin <osa@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@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.
>
>
Yes, I can! I'm gonna do it tomorrow, after check dougb@ request.

Best Regards
-- 
Marcelo Araujo
araujo@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTikxyBFgpozes_hcOYJC9xKdiQPUanGj=CTKGms5>