Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2003 14:31:50 +0200 (CEST)
From:      Lars Thegler <lars@thegler.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        krion@FreeBSD.org
Subject:   ports/57314: [MAINTAINER] devel/p5-Config-Auto: fix man page on perl 5.6.1
Message-ID:  <20030928123150.58C1F3EB3@dask.thegler.dk>
Resent-Message-ID: <200309281240.h8SCe1Qm046599@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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