ports/112094: www/lynx: plist missing configuration file
Eric P. Scott
eps+pbug0704 at ana.com
Tue Apr 24 22:00:17 UTC 2007
The following reply was made to PR ports/112094; it has been noted by GNATS.
From: "Eric P. Scott" <eps+pbug0704 at ana.com>
To: bug-followup at freebsd.org
Cc:
Subject: Re: ports/112094: www/lynx: plist missing configuration file
Date: Tue, 24 Apr 2007 14:52:02 -0700 (PDT)
Oh, dear! portlint doesn't like that at all.
How about this, instead? (pkg-plist as above, however)
--- /usr/ports/www/lynx/Makefile Sun Apr 15 06:38:41 2007
+++ www/lynx/Makefile
@@ -7,11 +7,12 @@
PORTNAME= lynx
PORTVERSION= 2.8.6
-PORTREVISION= 4
+DISTVERSIONSUFFIX= rel.4
+PORTREVISION= 5
CATEGORIES= www ipv6
MASTER_SITES= http://lynx.isc.org/current/ \
ftp://lynx.isc.org/lynx${PORTVERSION}/patches/:patches
-DISTNAME= ${PORTNAME}${PORTVERSION}rel.${PORTREVISION}
+DISTNAME= ${PORTNAME}${DISTVERSION}${DISTVERSIONSUFFIX}
MAINTAINER?= jharris at widomaker.com
COMMENT?= A non-graphical, text-based World-Wide Web client
@@ -19,7 +20,7 @@
CONFLICTS?= lynx-ssl* lynx-current*
USE_BZIP2= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}2-8-6
+WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S|.|-|g}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
--enable-nsl-fork --enable-persistent-cookies \
@@ -38,7 +39,6 @@
L_HELP= ${PREFIX}/share/lynx_help
post-patch:
- @${RM} -f ${WRKSRC}/CHANGES.orig
@${REINPLACE_CMD} -e 's|-lssl -lcrypto|-L${OPENSSLLIB} &|g' \
${WRKSRC}/configure
More information about the freebsd-ports-bugs
mailing list