Date: Tue, 29 Mar 2005 16:44:51 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mat@FreeBSD.org Subject: ports/79330: [PATCH] devel/p5-Module-Build: add .packlist in PLIST Message-ID: <20050329084451.D1F743EA124@utopia.leeym.com> Resent-Message-ID: <200503290850.j2T8o2Fm086689@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 79330
>Category: ports
>Synopsis: [PATCH] devel/p5-Module-Build: add .packlist in PLIST
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Mar 29 08:50:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Yen-Ming Lee
>Release: FreeBSD 5.4-PRERELEASE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Tue Mar 15 10:20:57 CST 2005
>Description:
- remove .packlist file which was introduced in Module::Build 0.2609
quoted from README
create_packlist
If true, this parameter tells Module::Build to create a
.packlist file during the "install" action, just like
ExtUtils::MakeMaker does. The file is created in a subdirectory
of the "arch" installation location. It is used by some other
tools (CPAN, CPANPLUS, etc.) for determining what files are part
of an install.
The default value is true. This parameter was introduced in
Module::Build version 0.2609; previously no packlists were ever
created by Module::Build.
Port maintainer (mat@FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2005032807/p5-Module-Build-0.26.09.log
>Fix:
--- p5-Module-Build-0.26.09.patch begins here ---
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Module-Build/pkg-plist,v
retrieving revision 1.8
diff -u -u -r1.8 pkg-plist
--- pkg-plist 21 Mar 2005 14:59:46 -0000 1.8
+++ pkg-plist 29 Mar 2005 08:41:31 -0000
@@ -21,6 +21,10 @@
%%SITE_PERL%%/Module/Build/Platform/darwin.pm
%%SITE_PERL%%/Module/Build/Platform/os2.pm
%%SITE_PERL%%/Module/Build/PodParser.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Build/.packlist
@dirrm %%SITE_PERL%%/Module/Build/Platform
@dirrm %%SITE_PERL%%/Module/Build
@unexec rmdir %D/%%SITE_PERL%%/Module 2>/dev/null || true
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Build
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Build 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module 2>/dev/null || true
--- p5-Module-Build-0.26.09.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050329084451.D1F743EA124>
