Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2008 12:13:43 +1100
From:      Geraud CONTINSOUZAS <geraud@gcu.info>
To:        bug-followup@FreeBSD.org, regisr@pobox.com
Cc:        perl@FreeBSD.org
Subject:   Re: ports/127388: www/p5-libwww - p5-www : links missing
Message-ID:  <1221441223.1178.5.camel@dash.nealab.net>

index | next in thread | raw e-mail

[-- Attachment #1 --]
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

[-- Attachment #2 --]
--- 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
help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1221441223.1178.5.camel>