mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Upgrade to dev.14
IPv6 part taken out since not applies cleanly
This commit is contained in:
parent
42a1f9ec9b
commit
0f7b00a57a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35521
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= lynx
|
||||
PORTVERSION= 2.8.4d9
|
||||
CATEGORIES= www ipv6
|
||||
PORTVERSION= 2.8.4d14
|
||||
CATEGORIES= www #ipv6
|
||||
MASTER_SITES= http://lynx.isc.org/current/
|
||||
DISTNAME= ${PORTNAME}2.8.4dev.9
|
||||
DISTNAME= ${PORTNAME}2.8.4dev.14
|
||||
|
||||
MAINTAINER= ache@FreeBSD.org
|
||||
|
||||
@ -25,11 +25,11 @@ CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
|
||||
|
||||
.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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (lynx2.8.4dev.9.tar.bz2) = d8863a4c212f8dd61f63db1adafaebb8
|
||||
MD5 (lynx2.8.4dev.14.tar.bz2) = 0b9f606bdfa4c139e1faa00964c798cd
|
||||
|
@ -20,6 +20,7 @@ share/doc/lynx/samples/lynx-keymaps
|
||||
share/doc/lynx/samples/lynx.com
|
||||
share/doc/lynx/samples/lynx.lss
|
||||
share/doc/lynx/samples/mailcap
|
||||
share/doc/lynx/samples/mailto-form.pl
|
||||
share/doc/lynx/samples/mild-colors.lss
|
||||
share/doc/lynx/samples/mime.types
|
||||
share/doc/lynx/test/ALT88592.html
|
||||
|
Loading…
Reference in New Issue
Block a user