aboutsummaryrefslogtreecommitdiffstats
path: root/www/lynx-current
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-06-14 07:58:48 +0800
committerache <ache@FreeBSD.org>2004-06-14 07:58:48 +0800
commitc30bfc436f877ff9476e4a45fd8d27b5b2b8ec19 (patch)
treeb85459097b130ae3239eb95398ff1193722c6bee /www/lynx-current
parentb6e8a0324629b5968201197ddd417dec5e946838 (diff)
downloadfreebsd-ports-gnome-c30bfc436f877ff9476e4a45fd8d27b5b2b8ec19.tar.gz
freebsd-ports-gnome-c30bfc436f877ff9476e4a45fd8d27b5b2b8ec19.tar.zst
freebsd-ports-gnome-c30bfc436f877ff9476e4a45fd8d27b5b2b8ec19.zip
Upgrade to 2.8.6dev.4
Diffstat (limited to 'www/lynx-current')
-rw-r--r--www/lynx-current/Makefile9
-rw-r--r--www/lynx-current/distinfo4
-rw-r--r--www/lynx-current/files/patch-ab11
3 files changed, 7 insertions, 17 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile
index fbdd0815e63b..9e2ed0088854 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -6,19 +6,20 @@
#
PORTNAME= lynx
-PORTVERSION= 2.8.5r1
+PORTVERSION= 2.8.6d4
CATEGORIES= www ipv6
MASTER_SITES= http://lynx.isc.org/current/
-DISTNAME= ${PORTNAME}2.8.5rel.1
+DISTNAME= ${PORTNAME}2.8.6dev.4
MAINTAINER= ache@FreeBSD.org
COMMENT= A non-graphical, text-based World-Wide Web client
-WRKSRC= ${WRKDIR}/${PORTNAME}2-8-5
+WRKSRC= ${WRKDIR}/${PORTNAME}2-8-6
USE_BZIP2= yes
USE_GETTEXT= yes
NO_LATEST_LINK= yes
GNU_CONFIGURE= yes
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
--enable-nsl-fork --enable-nls --with-bzlib \
--enable-nested-tables --enable-locale-charset \
@@ -40,7 +41,7 @@ CONFIGURE_ARGS+= --enable-ipv6
CONFIGURE_ARGS+= --disable-ipv6
.endif
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV+= CC="${CC} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS}" \
+CONFIGURE_ENV+= CC="${CC} -I${LOCALBASE}/include -Darc4random_push=" LDFLAGS="${LDFLAGS}" \
LIBS=-lncurses
MAKE_FLAGS= helpdir=${L_HELP} docdir=${L_DOC} -f
MAKEFILE= makefile
diff --git a/www/lynx-current/distinfo b/www/lynx-current/distinfo
index fa14b5bc51c1..bb2cd35a2471 100644
--- a/www/lynx-current/distinfo
+++ b/www/lynx-current/distinfo
@@ -1,2 +1,2 @@
-MD5 (lynx2.8.5rel.1.tar.bz2) = d1e5134e5d175f913c16cb6768bc30eb
-SIZE (lynx2.8.5rel.1.tar.bz2) = 2177287
+MD5 (lynx2.8.6dev.4.tar.bz2) = c17f3b225ed951b11d74eb49af65fc3b
+SIZE (lynx2.8.6dev.4.tar.bz2) = 2193005
diff --git a/www/lynx-current/files/patch-ab b/www/lynx-current/files/patch-ab
deleted file mode 100644
index 0de31e29968a..000000000000
--- a/www/lynx-current/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.bak Tue May 28 23:41:42 2002
-+++ configure Wed Jun 5 17:03:30 2002
-@@ -5483,7 +5483,7 @@
- *)
- if test -d $cf_cv_use_libssl ; then
- if test -d $cf_cv_use_libssl/include ; then
-- CPPFLAGS="$CPPFLAGS -I$cf_cv_use_libssl/include"
-+# CPPFLAGS="$CPPFLAGS -I$cf_cv_use_libssl/include"
- cf_ssl_library="-L$cf_cv_use_libssl/lib $cf_ssl_library"
- else
- cf_ssl_library="-L$cf_cv_use_libssl $cf_ssl_library"