1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Update from 2.8.6rel.4 to 2.8.6rel.5.

Use iconv, gettext (unless WITHOUT_NLS is set). Check the NO_INET6
knob (whether IPV6 is compiled into libc et al) and disable ipv6,
if set.

Make the lynx' release number (last digit) part of the PORTVERSION.

Approved by:	maintainer (without personal test)
This commit is contained in:
Mikhail Teterin 2007-07-05 02:24:14 +00:00
parent af274a0dfb
commit 2d5f9c2575
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194964
2 changed files with 21 additions and 8 deletions

View File

@ -6,13 +6,12 @@
#
PORTNAME= lynx
PORTVERSION= 2.8.6
PORTREVISION= 5
PORTVERSION= 2.8.6.5
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= http://lynx.isc.org/current/ \
ftp://lynx.isc.org/lynx${PORTVERSION}/patches/:patches
DISTNAME= ${PORTNAME}${PORTVERSION}rel.4
DISTNAME= ${PORTNAME}${PORTVERSION:R}rel.${PORTVERSION:E}
MAINTAINER?= jharris@widomaker.com
COMMENT?= A non-graphical, text-based World-Wide Web client
@ -20,17 +19,31 @@ COMMENT?= A non-graphical, text-based World-Wide Web client
CONFLICTS?= lynx-ssl* lynx-current*
USE_BZIP2= yes
USE_ICONV= 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-ipv6 --with-curses-dir=/usr
--with-curses-dir=/usr --with-libiconv-prefix="${LOCALBASE}"
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--disable-nls
.else
USE_GETTEXT= yes
CONFIGURE_ARGS+=--enable-nls
.endif
.if defined(NO_INET6)
CONFIGURE_ARGS+=--disable-ipv6
.else
CONFIGURE_ARGS+=--enable-ipv6
.endif
.if defined(ENABLE_DEFAULT_COLORS)
CONFIGURE_ARGS+=--enable-default-colors
.endif
MAKE_ARGS= helpdir=${L_HELP} docdir=${DOCSDIR}
MAKE_ARGS= helpdir=${L_HELP} docdir=${DOCSDIR} #-j`${SYSCTL} -n hw.ncpu`
MAKEFILE= makefile
INSTALL_TARGET= install-full
MAN1= lynx.1

View File

@ -1,3 +1,3 @@
MD5 (lynx2.8.6rel.4.tar.bz2) = dc80497b7dda6a28fd80404684d27548
SHA256 (lynx2.8.6rel.4.tar.bz2) = c7d876d52d08e4e593e8f3a04ba6d6c86685570828d1b7a16723702c7643c2a3
SIZE (lynx2.8.6rel.4.tar.bz2) = 2291156
MD5 (lynx2.8.6rel.5.tar.bz2) = bd44c57d28fd3e4c9db1cd492d403600
SHA256 (lynx2.8.6rel.5.tar.bz2) = dc98c1725cc8c081bddc4ae7a6f065ce9bce5a017d626f62fc0c061ec0eb764d
SIZE (lynx2.8.6rel.5.tar.bz2) = 2290787