ports/79330: [PATCH] devel/p5-Module-Build: add .packlist in PLIST

Yen-Ming Lee leeym at FreeBSD.org
Tue Mar 29 01:44:47 PST 2005


On Tue, Mar 29, 2005 at 11:06:51AM +0200, Mathieu Arnold wrote:
> I know about that, and I've been thinking on it hard.
>
> Your PR is just about as inapropriate as possible :-)
>
> because, if you fix it this way, you'll have to fix every other package
> using Module::Build to build, because as it says it, "The default value is
> true" meaning that every other port will have this .packlist. The correct
> solution is either to use the previous version of the port for 5.4 release
> (or to back it out), or to add a create_packlist=false in the appropriate
> part of bsd.port.mk.

Hmm.... I prefer to set create_packlist in bsd.port.mk

BTW, I tried create_packlist=false and it didn't work like what I expected.
We should use create_packlist=0 instead.

Here comes the patch, and I guess this PR should be assigned to portmgr.

-- 
Yen-Ming Lee [utf7:+Z05fZWYO] | KeyID:0x5EB52E51 | Taipei, Taiwan
-------------- next part --------------
Index: bsd.port.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.511
diff -u -r1.511 bsd.port.mk
--- bsd.port.mk	17 Mar 2005 23:22:07 -0000	1.511
+++ bsd.port.mk	29 Mar 2005 09:36:54 -0000
@@ -1638,6 +1638,7 @@
 ALL_TARGET?=
 PL_BUILD?=		Build
 CONFIGURE_ARGS+= \
+	create_packlist=0 \
 	install_path=lib="${PREFIX}/${SITE_PERL_REL}" \
 	install_path=arch="${PREFIX}/${SITE_PERL_REL}/${PERL_ARCH}" \
 	install_path=script="${PREFIX}/bin" \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 305 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-perl/attachments/20050329/29998b44/attachment.bin


More information about the freebsd-perl mailing list