ports/57314: [MAINTAINER] devel/p5-Config-Auto: fix man page on perl 5.6.1
Lars Thegler
lars at thegler.dk
Sun Sep 28 12:40:05 UTC 2003
>Number: 57314
>Category: ports
>Synopsis: [MAINTAINER] devel/p5-Config-Auto: fix man page on perl 5.6.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Sep 28 05:40:00 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Lars Thegler
>Release: FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.8-STABLE FreeBSD 4.8-STABLE #10: Tue Sep 16 10:36:13 CEST 2003
>Description:
Fixed man page installation on perl 5.6.1.
MakeMaker in perl 5.6.1 ignores files matching /(config|setup).*\.pm/i
Remember to mkdir files/
>How-To-Repeat:
>Fix:
--- p5-Config-Auto-0.04_1.diff begins here ---
diff -Naur p5-Config-Auto.orig/Makefile p5-Config-Auto/Makefile
--- p5-Config-Auto.orig/Makefile Sun Sep 28 14:20:58 2003
+++ p5-Config-Auto/Makefile Sun Sep 28 14:08:07 2003
@@ -6,6 +6,7 @@
PORTNAME= Config-Auto
PORTVERSION= 0.04
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Config
diff -Naur p5-Config-Auto.orig/files/patch-Makefile.PL p5-Config-Auto/files/patch-Makefile.PL
--- p5-Config-Auto.orig/files/patch-Makefile.PL Thu Jan 1 01:00:00 1970
+++ p5-Config-Auto/files/patch-Makefile.PL Sun Sep 28 13:54:41 2003
@@ -0,0 +1,12 @@
+--- Makefile.PL.orig Sun Sep 28 13:41:23 2003
++++ Makefile.PL Sun Sep 28 13:42:32 2003
+@@ -29,4 +29,9 @@
+ AUTHOR => 'Jos I. Boumans <kane at cpan.org>')
+ : ()
+ ),
++
++ 'MAN3PODS' => {
++ 'lib/Config/Auto.pm' => '$(INST_MAN3DIR)/Config::Auto.$(MAN3EXT)',
++ },
++
+ );
--- p5-Config-Auto-0.04_1.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list