aboutsummaryrefslogtreecommitdiff
path: root/www/lynx-current
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-06-13 23:58:48 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-06-13 23:58:48 +0000
commitbb750f6e8aa8e32a7d1201b5ac36fe89cc1aae0b (patch)
treeb0375ac4098c942e709cb456ca0ab088c0761d99 /www/lynx-current
parenta6bb78a99dcbb65dc9c7306b076acdbf45f87ecc (diff)
downloadports-bb750f6e8aa8e32a7d1201b5ac36fe89cc1aae0b.tar.gz
ports-bb750f6e8aa8e32a7d1201b5ac36fe89cc1aae0b.zip
Upgrade to 2.8.6dev.4
Notes
Notes: svn path=/head/; revision=111417
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"