ports/75579: [PATCH] irc/pisg: fix dependency check path
Kuang-che Wu
kcwu at csie.org
Tue Dec 28 16:20:27 UTC 2004
>Number: 75579
>Category: ports
>Synopsis: [PATCH] irc/pisg: fix dependency check path
>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 Dec 28 16:20:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Kuang-che Wu
>Release: FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD kcwu.homeip.net 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Sat Sep 4 05:33:38 CST
>Description:
* p5-Text-Iconv is installed in ${SITE_PERL}/${PERL_ARCH}/Text/
Port maintainer (mich at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
# make WITH_LOGCHARSET=1 install
===> Installing for pisg-0.62
===> pisg-0.62 depends on file: /usr/local/lib/perl5/site_perl/5.8.4/Text/Iconv.pm - not found
# locate Text/Iconv.pm
/usr/local/lib/perl5/site_perl/5.8.4/mach/Text/Iconv.pm
>Fix:
--- pisg-0.62.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/irc/pisg/Makefile /files/home/kcwu/work/ports/x/irc/pisg/Makefile
--- /usr/ports/irc/pisg/Makefile Wed Dec 29 00:08:54 2004
+++ /files/home/kcwu/work/ports/x/irc/pisg/Makefile Wed Dec 29 00:11:40 2004
@@ -23,7 +23,7 @@
.include <bsd.port.pre.mk>
.if defined(WITH_LOGCHARSET)
-RUN_DEPENDS+= ${SITE_PERL}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv
.endif
do-build:
--- pisg-0.62.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list