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 @@ -1,59 +1,60 @@ # New ports collection makefile for: lynx # Date created: 15 Dec 1994 # Whom: ache # # $FreeBSD$ # 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 \ --enable-scrollbar --enable-addrlist-page .ifndef NO_OPENSSL USE_OPENSSL= yes .endif .include .ifdef USE_OPENSSL CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} .endif .if ${OSVERSION} >= 400014 CONFIGURE_ARGS+= --enable-ipv6 .else 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 INSTALL_TARGET= install-full MAN1= lynx.1 L_LIB= ${PREFIX}/etc L_DOC= ${PREFIX}/share/doc/lynx L_HELP= ${PREFIX}/share/lynx_help post-install: ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${L_DOC} ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${L_HELP} ${CHOWN} ${SHAREOWN}:${SHAREGRP} ${L_LIB}/lynx.cfg .include 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"