From owner-cvs-all Wed Nov 29 21:13:13 2000 Delivered-To: cvs-all@freebsd.org Received: from galilei.v6.hitachi.co.jp (galilei.v6.hitachi.co.jp [133.145.167.4]) by hub.freebsd.org (Postfix) with ESMTP id 46EA737B401; Wed, 29 Nov 2000 21:13:01 -0800 (PST) Received: from prince.net.ebina.hitachi.co.jp ([172.16.250.15]) by galilei.v6.hitachi.co.jp (8.9.3/3.7W) with ESMTP id OAA05580; Thu, 30 Nov 2000 14:12:56 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by prince.net.ebina.hitachi.co.jp (8.11.1/3.7W) with ESMTP id eAU5BY306266; Thu, 30 Nov 2000 14:11:34 +0900 (JST) To: ache@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: sumikawa@FreeBSD.org Subject: Re: cvs commit: ports/www/lynx-current Makefile distinfo pkg-plist ports/www/lynx-current/files patch-ab patch-ac From: sumikawa@FreeBSD.org In-Reply-To: <200011300334.eAU3YG918666@freefall.freebsd.org> References: <200011300334.eAU3YG918666@freefall.freebsd.org> X-Mailer: xcite1.31> Mew version 1.94.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20001130141133V.sumikawa@ebina.hitachi.co.jp> Date: Thu, 30 Nov 2000 14:11:33 +0900 (JST) X-Dispatcher: imput version 20000414(IM141) Lines: 52 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache> ache 2000/11/29 19:34:16 PST ache> Modified files: ache> www/lynx-current Makefile distinfo pkg-plist ache> Removed files: ache> www/lynx-current/files patch-ab patch-ac ache> Log: ache> Upgrade to dev.14 ache> IPv6 part taken out since not applies cleanly patch-ab and patch-ac are merged in original distribution so you don't need to disable IPv6. please apply this. --- Munechika SUMIKAWA @ KAME Project / FreeBSD.org --------------------------------------------------------- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/lynx-current/Makefile,v retrieving revision 1.122 diff -u -r1.122 Makefile --- Makefile 2000/11/30 03:34:09 1.122 +++ Makefile 2000/11/30 05:12:15 @@ -7,7 +7,7 @@ PORTNAME= lynx PORTVERSION= 2.8.4d14 -CATEGORIES= www #ipv6 +CATEGORIES= www ipv6 MASTER_SITES= http://lynx.isc.org/current/ DISTNAME= ${PORTNAME}2.8.4dev.14 @@ -25,11 +25,11 @@ .include -#.if ${OSVERSION} >= 400014 -#CONFIGURE_ARGS+=--enable-ipv6 -#.else -#CONFIGURE_ARGS+=--disable-ipv6 -#.endif +.if ${OSVERSION} >= 400014 +CONFIGURE_ARGS+=--enable-ipv6 +.else +CONFIGURE_ARGS+=--disable-ipv6 +.endif CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib MAKE_FLAGS= helpdir=${L_HELP} docdir=${L_DOC} -f MAKEFILE= makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message