ports/108625: [PATCH] textproc/p5-Pod-LaTeX: fixing pkg-plist "issue"
Hans Fredrik Nordhaug
hans at nordhaug.priv.no
Wed Jan 31 20:10:18 UTC 2007
>Number: 108625
>Category: ports
>Synopsis: [PATCH] textproc/p5-Pod-LaTeX: fixing pkg-plist "issue"
>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: Wed Jan 31 20:10:17 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Hans Fredrik Nordhaug
>Release: FreeBSD 5.3-SECURITY i386
>Organization:
>Environment:
System: FreeBSD nordhaug.priv.no 5.3-SECURITY FreeBSD 5.3-SECURITY #0: Tue Apr 18 03:45:30 UTC 2006
>Description:
Since this module is part of the standard perl distribution
and has been since perl 5.6.1, it will delete files installed by lang/perl.
(It's a conflict, not an incorrect pkg-plist.) This patch ignores the port
if perl 5.6.1 or never is used and should un-break the port.
Ref http://search.cpan.org/src/TJENNESS/Pod-LaTeX-0.58/README
Port maintainer (paul at aps.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- p5-Pod-LaTeX-0.58.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Pod-LaTeX/Makefile /usr/ports/textproc/p5-Pod-LaTeX-new/Makefile
--- /usr/ports/textproc/p5-Pod-LaTeX/Makefile Sat Jan 20 02:45:19 2007
+++ /usr/ports/textproc/p5-Pod-LaTeX-new/Makefile Wed Jan 31 21:03:28 2007
@@ -15,10 +15,6 @@
MAINTAINER= paul at aps.org
COMMENT= Convert Pod to LaTeX
-BROKEN= Incorrect pkg-plist
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2007-02-01
-
PERL_CONFIGURE= yes
MAN1= pod2latex.1
@@ -29,6 +25,8 @@
.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS+= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser
RUN_DEPENDS+= ${BUILD_DEPENDS}
+.elif ${PERL_LEVEL} > 500600
+IGNORE= is part of the standard perl distribution since perl 5.6.1
.endif
post-install:
--- p5-Pod-LaTeX-0.58.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list