- Enable SSL by default in www/lynx

- Unregister CONFLICTS with lynx-ssl
- Canonicalize Makefile header
- s/=\?/=/ since no longer master port
- Deorbit www/lynx-ssl

Approved by:	maintainer
This commit is contained in:
Alexey Dokuchaev 2007-07-10 14:06:51 +00:00
parent c9ecf3592d
commit 783c8c2e42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195364
5 changed files with 9 additions and 36 deletions

1
MOVED
View file

@ -3096,3 +3096,4 @@ net/py-rrdpipe|databases/py-rrdpipe|2007-07-08|Chase move of databases/rrdtool
net/php5-rrdtool|databases/php5-rrdtool|2007-07-08|Chase move of databases/rrdtool
textproc/ruby-spreadsheet-excel|textproc/rubygem-spreadsheet-excel|2007-07-09|Port updated in rubygem version
net/gnet-glib2|net/gnet2|2007-07-09|Functionality merged into gnet2
www/lynx-ssl|www/lynx|2007-07-10|SSL enabled by default in www/lynx

View file

@ -284,7 +284,6 @@
SUBDIR += lws
SUBDIR += lynx
SUBDIR += lynx-current
SUBDIR += lynx-ssl
SUBDIR += mambo
SUBDIR += man2web
SUBDIR += mapedit

View file

@ -1,21 +0,0 @@
# New ports collection makefile for: lynx
# Date created: 15 Dec 1994
# Whom: Stefan `Sec` Zehl <sec@42.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -ssl
COMMENT= A non-graphical, text-based World-Wide Web client with SSL support
MASTERDIR= ${.CURDIR}/../lynx
DESCR= ${.CURDIR}/pkg-descr
CONFIGURE_ARGS+= --with-ssl
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${OPENSSLINC}"
CONFLICTS= lynx-2* lynx-current*
USE_OPENSSL= yes
.include "${MASTERDIR}/Makefile"

View file

@ -1,7 +0,0 @@
lynx is a program which allows a user to access World-Wide Web servers
and other information servers. It uses only ascii representation so
that it can be used from ascii-terminals and dial-in lines.
WWW: http://lynx.isc.org/
This version compiles with ssl enabled to access pages via https.

View file

@ -1,6 +1,6 @@
# New ports collection makefile for: lynx
# Date created: 15 Dec 1994
# Whom: ache
# New ports collection makefile for: lynx
# Date created: 15 Dec 1994
# Whom: Andrey Chernov <ache@FreeBSD.org>
#
# $FreeBSD$
#
@ -13,17 +13,18 @@ MASTER_SITES= http://lynx.isc.org/current/ \
ftp://lynx.isc.org/lynx${PORTVERSION}/patches/:patches
DISTNAME= ${PORTNAME}${PORTVERSION:R}rel.${PORTVERSION:E}
MAINTAINER?= jharris@widomaker.com
COMMENT?= A non-graphical, text-based World-Wide Web client
MAINTAINER= jharris@widomaker.com
COMMENT= A non-graphical, text-based World-Wide Web client
CONFLICTS?= lynx-ssl* lynx-current*
CONFLICTS= lynx-current*
USE_BZIP2= yes
USE_ICONV= yes
USE_OPENSSL= yes
WRKSRC= ${WRKDIR}/${PORTNAME}2-8-6
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
--enable-nsl-fork --enable-persistent-cookies \
--enable-nsl-fork --enable-persistent-cookies --with-ssl \
--with-curses-dir=/usr --with-libiconv-prefix="${LOCALBASE}"
.if defined(WITHOUT_NLS)