ports/127388: www/p5-libwww - p5-www : links missing
Geraud CONTINSOUZAS
geraud at gcu.info
Mon Sep 15 01:40:04 UTC 2008
The following reply was made to PR ports/127388; it has been noted by GNATS.
From: Geraud CONTINSOUZAS <geraud at gcu.info>
To: bug-followup at FreeBSD.org, regisr at pobox.com
Cc: perl at FreeBSD.org
Subject: Re: ports/127388: www/p5-libwww - p5-www : links missing
Date: Mon, 15 Sep 2008 12:13:43 +1100
--=-psmv2GjD7KdXAJFHJT5Z
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
The change came from upstream. However the authors allow to revert the
change via an optional argument at configure-time.
The attached patch uses this functionality. PORTREVISION bump is
required as it would install new files in bin and new manpages.
Regards,
Geraud
--=-psmv2GjD7KdXAJFHJT5Z
Content-Disposition: attachment; filename=patch-p5-libwww.txt
Content-Type: text/x-patch; name=patch-p5-libwww.txt; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
--- Makefile.orig 2008-09-10 23:17:34.000000000 +1100
+++ Makefile 2008-09-15 12:06:32.000000000 +1100
@@ -7,6 +7,7 @@
PORTNAME= libwww
PORTVERSION= 5.814
+PORTREVISION= 1
CATEGORIES= www perl5 devel
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= LWP
@@ -25,8 +26,9 @@
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
+CONFIGURE_ARGS+= --aliases
-MAN1= lwp-download.1 lwp-mirror.1 lwp-request.1 lwp-rget.1
+MAN1= GET.1 HEAD.1 POST.1 lwp-download.1 lwp-mirror.1 lwp-request.1 lwp-rget.1
MAN3= Bundle::LWP.3 File::Listing.3 HTML::Form.3 HTTP::Cookies.3 \
HTTP::Cookies::Microsoft.3 HTTP::Cookies::Netscape.3 \
--- pkg-plist.orig 2008-09-10 23:17:34.000000000 +1100
+++ pkg-plist 2008-09-15 12:06:53.000000000 +1100
@@ -1,3 +1,6 @@
+bin/GET
+bin/HEAD
+bin/POST
bin/lwp-download
bin/lwp-mirror
bin/lwp-request
--=-psmv2GjD7KdXAJFHJT5Z--
More information about the freebsd-perl
mailing list