Date: Thu, 6 Jan 2000 15:08:02 -0500 (EST) From: Bill Fumerola <billf@chc-chimes.com> To: sumikawa@ebina.hitachi.co.jp Cc: asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, committers@FreeBSD.org Subject: Re: IPv6-enable ports Message-ID: <Pine.BSF.4.10.10001061459360.7608-100000@jade.chc-chimes.com> In-Reply-To: <200001061955.EAA34652@prince.net.ebina.hitachi.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 7 Jan 2000 sumikawa@ebina.hitachi.co.jp wrote: > 2. Enable IPv6 in each ports if USE_INET6 is defined. For example, > the patch of ports/net/rsync/Makefile is below. > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/net/rsync/Makefile,v > retrieving revision 1.25 > diff -u -r1.25 Makefile > --- Makefile 1999/10/12 04:57:10 1.25 > +++ Makefile 2000/01/06 19:33:16 > @@ -14,11 +14,21 @@ > ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ > ftp://ftp.fu-berlin.de/pub/unix/network/rsync/ > > +PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ > + ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/ > +PATCHFILES= rsync-231-v6-19990723.diff.gz > +PATCH_DIST_STRIP= -p1 > + Shouldn't this be wrapped in the USE_INET6 as well? > MAINTAINER= obrien@FreeBSD.org > > Y2K= http://rsync.samba.org/rsync/y2k.html > > GNU_CONFIGURE= yes > +.if defined(USE_INET6) > +CONFIGURE_ARGS= --enable-ipv6 > +.else > +CONFIGURE_ARGS= --disable-ipv6 > +.endif > MAN1= rsync.1 > MAN5= rsyncd.conf.5 -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10001061459360.7608-100000>