Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Aug 2004 09:49:47 +0800 (CST)
From:      Yen-Ming Lee <leeym@utopia.leeym.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        knu@FreeBSD.org
Subject:   ports/70235: [PATCH] devel/p5-Log-Dispatch-Config: install MAN3 w/ perl5.8
Message-ID:  <20040810014947.5DB033EA7B4@utopia.leeym.com>
Resent-Message-ID: <200408100150.i7A1oIoi089116@freefall.freebsd.org>

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

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



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