aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-06-10 03:55:14 +0800
committerache <ache@FreeBSD.org>2001-06-10 03:55:14 +0800
commitcd27bfae0c979bd5cfb6e692d4a91670bb0436c9 (patch)
treef2e71efdf52b549cf80e1c155ff83c9184ebc641
parent3c4cd828ef86b103e515ceabea48bc0b6c15f0c9 (diff)
downloadfreebsd-ports-gnome-cd27bfae0c979bd5cfb6e692d4a91670bb0436c9.tar.gz
freebsd-ports-gnome-cd27bfae0c979bd5cfb6e692d4a91670bb0436c9.tar.zst
freebsd-ports-gnome-cd27bfae0c979bd5cfb6e692d4a91670bb0436c9.zip
Upgrade to pre.1
Enable ssl and some features
-rw-r--r--www/lynx-current/Makefile17
-rw-r--r--www/lynx-current/distinfo2
2 files changed, 14 insertions, 5 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile
index 02b29d3ddffe..4c14c18a7454 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= lynx
-PORTVERSION= 2.8.4d20
+PORTVERSION= 2.8.4p1
CATEGORIES= www ipv6
MASTER_SITES= http://lynx.isc.org/current/
-DISTNAME= ${PORTNAME}2.8.4dev.20
+DISTNAME= ${PORTNAME}2.8.4pre.1
MAINTAINER= ache@FreeBSD.org
@@ -20,11 +20,20 @@ USE_BZIP2= yes
NO_LATEST_LINK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
- --enable-nsl-fork --enable-persistent-cookies \
- --enable-nls
+ --enable-nsl-fork --enable-nls --enable-prettysrc \
+ --enable-file-upload --enable-nested-tables \
+ --enable-source-cache
+
+.ifndef NO_OPENSSL
+USE_OPENSSL= yes
+.endif
.include <bsd.port.pre.mk>
+.ifdef USE_OPENSSL
+CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE}
+.endif
+
.if ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ipv6
.else
diff --git a/www/lynx-current/distinfo b/www/lynx-current/distinfo
index 76b6d221c927..a3b2fe6d9b85 100644
--- a/www/lynx-current/distinfo
+++ b/www/lynx-current/distinfo
@@ -1 +1 @@
-MD5 (lynx2.8.4dev.20.tar.bz2) = c1904d6f7e2888a8442d7e9d6f4ad0dc
+MD5 (lynx2.8.4pre.1.tar.bz2) = a6e0a0793749b7eec6f50a5522be17e7
e='2002-05-11 16:23:24 +0800'>2002-05-111-0/+8 * use USE_PYDISTUTILSijliao2002-04-301-9/+2 * Update to 1.13pat2002-03-292-2/+2 * Update to 1.12pat2002-03-234-16/+101 * Fix build on current.pat2002-03-121-0/+1 * Upgrade to 1.11. New maintainer.tg2002-01-104-69/+115 * - PORTDOCS policepat2001-12-241-4/+4 * upgrade to 1.09ijliao2001-08-233-3/+11 * Upgrade to 1.07.tg2001-05-173-2/+33