1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Upgrade to pre.1

Enable ssl and some features
This commit is contained in:
Andrey A. Chernov 2001-06-09 19:55:14 +00:00
parent 0983ec3e09
commit 1d8b7ee2b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43722
2 changed files with 14 additions and 5 deletions

View File

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

View File

@ -1 +1 @@
MD5 (lynx2.8.4dev.20.tar.bz2) = c1904d6f7e2888a8442d7e9d6f4ad0dc
MD5 (lynx2.8.4pre.1.tar.bz2) = a6e0a0793749b7eec6f50a5522be17e7