Date: Tue, 31 Aug 2004 02:51:32 +0800 From: Yen-Ming Lee <leeym@FreeBSD.org> To: Mathieu Arnold <mat@FreeBSD.org> Cc: apache@FreeBSD.org Subject: Re: ports/71157: [PATCH] www/mod_perl: add missing manpage Message-ID: <20040830185132.GA78984@utopia.leeym.com> In-Reply-To: <77580E1C860399E80F243DDD@[192.168.1.51]> References: <20040830170301.47EAF3EAD5F@utopia.leeym.com> <77580E1C860399E80F243DDD@[192.168.1.51]>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Mon, Aug 30, 2004 at 07:19:07PM +0200, Mathieu Arnold wrote:
> +-Le 31/08/2004 01:03 +0800, Yen-Ming Lee a dit :
> | - Bundle::Apache.3 \
> | + Bundle::Apache.3 Apache::MyConfig.3 \
>
> This is true with 5.8.5 but not with 5.6.1 or 5.005_03, this is a bug in
> ExtUtils, so, you also have to add a patch to the Makefile.PL to add the
> full list of man pages.
How about add a conditional MAN3 after ".include <bsd.port.pre.mk>"?
--
Yen-Ming Lee [utf7:+Z05fZWYO] | KeyID:0x5EB52E51 | Taipei, Taiwan
[-- Attachment #2 --]
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/mod_perl/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- Makefile 18 Aug 2004 19:11:12 -0000 1.29
+++ Makefile 30 Aug 2004 18:48:27 -0000
@@ -7,6 +7,7 @@
PORTNAME= mod_perl
PORTVERSION= 1.29
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
@@ -45,6 +46,10 @@
.endif
.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 500800
+MAN3+= Apache::MyConfig.3
+.endif
post-install:
${MKDIR} ${PREFIX}/include/apache/modules/perl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040830185132.GA78984>
