Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2007 21:07:45 +0100 (CET)
From:      Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        paul@aps.org
Subject:   ports/108625: [PATCH] textproc/p5-Pod-LaTeX: fixing pkg-plist "issue"
Message-ID:  <20070131200745.1D84E42F5@nordhaug.priv.no>
Resent-Message-ID: <200701312010.l0VKAHT9013122@freefall.freebsd.org>

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

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



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