ports/70235: [PATCH] devel/p5-Log-Dispatch-Config: install MAN3 w/ perl5.8
Yen-Ming Lee
leeym at utopia.leeym.com
Tue Aug 10 01:50:19 UTC 2004
>Number: 70235
>Category: ports
>Synopsis: [PATCH] devel/p5-Log-Dispatch-Config: install MAN3 w/ perl5.8
>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 Aug 10 01:50:18 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Yen-Ming Lee
>Release: FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #167: Tue Jul 27 05:17:58 CST 2004
>Description:
[DESCRIBE CHANGES]
The manpages is installed under perl 5.8, so ...
- define MAN3 if PERL_LEVEL > 500800
- bump PORTREVISION
Tested under perl 5.6.1 and perl 5.8
Port maintainer (knu at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- p5-Log-Dispatch-Config-1.01_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Log-Dispatch-Config/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile 24 Oct 2003 14:15:19 -0000 1.3
+++ Makefile 10 Aug 2004 01:47:40 -0000
@@ -7,6 +7,7 @@
PORTNAME= Log-Dispatch-Config
PORTVERSION= 1.01
+PORTREVISION= 1
CATEGORIES= devel sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Log
@@ -26,8 +27,12 @@
PERL_CONFIGURE= yes
-#MAN3= Log::Dispatch::Config.3 \
-# Log::Dispatch::Configurator.3 \
-# Log::Dispatch::Configurator::AppConfig.3
+.include <bsd.port.pre.mk>
-.include <bsd.port.mk>
+.if ${PERL_LEVEL} > 500800
+MAN3= Log::Dispatch::Config.3 \
+ Log::Dispatch::Configurator.3 \
+ Log::Dispatch::Configurator::AppConfig.3
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Log-Dispatch-Config-1.01_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list