ports/104671: [PATCH] converters/convmv: fix dependency under < perl 5.7.1.
Jin-Shan Tseng
tjs at cdpa.nsysu.edu.tw
Sun Oct 22 08:40:26 UTC 2006
>Number: 104671
>Category: ports
>Synopsis: [PATCH] converters/convmv: fix dependency under < perl 5.7.1.
>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: Sun Oct 22 08:40:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Jin-Shan Tseng
>Release: FreeBSD 6.2-PRERELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Thu Oct 12 11:54:24 CST 2006
>Description:
- fix dependency under < perl 5.7.1.
Port maintainer (kcwu at csie.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- convmv-1.10.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/converters/convmv/Makefile /hd1/convmv/Makefile
--- /usr/ports/converters/convmv/Makefile Wed Aug 30 03:32:03 2006
+++ /hd1/convmv/Makefile Sun Oct 22 16:29:00 2006
@@ -18,4 +18,10 @@
MAN1= convmv.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500701
+RUN_DEPENDS+= p5-Encode:${PORTSDIR}/converters/p5-Encode
+.endif
+
+.include <bsd.port.post.mk>
--- convmv-1.10.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list