Date: Sun, 22 Oct 2006 16:32:10 +0800 (CST) From: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: kcwu@csie.org Subject: ports/104671: [PATCH] converters/convmv: fix dependency under < perl 5.7.1. Message-ID: <200610220832.k9M8WA7B026229@pluto.cdpa.nsysu.edu.tw> Resent-Message-ID: <200610220840.k9M8eEcx082852@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610220832.k9M8WA7B026229>