Upgrade to 2.8.6dev.4

This commit is contained in:
Andrey A. Chernov 2004-06-13 23:58:48 +00:00
parent a6bb78a99d
commit bb750f6e8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111417
3 changed files with 7 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -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"