Date: Tue, 24 Apr 2007 22:00:16 GMT From: "Eric P. Scott" <eps+pbug0704@ana.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/112094: www/lynx: plist missing configuration file Message-ID: <200704242200.l3OM0GNT060660@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/112094; it has been noted by GNATS. From: "Eric P. Scott" <eps+pbug0704@ana.com> To: bug-followup@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704242200.l3OM0GNT060660>