Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2000 14:11:33 +0900 (JST)
From:      sumikawa@FreeBSD.org
To:        ache@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
Message-ID:  <20001130141133V.sumikawa@ebina.hitachi.co.jp>
In-Reply-To: <200011300334.eAU3YG918666@freefall.freebsd.org>
References:  <200011300334.eAU3YG918666@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
 
-#.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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001130141133V.sumikawa>