Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 2004 00:16:06 +0800 (CST)
From:      Kuang-che Wu <kcwu@csie.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mich@FreeBSD.org
Subject:   ports/75579: [PATCH] irc/pisg: fix dependency check path
Message-ID:  <200412281616.iBSGG6eq038673@kcwu.homeip.net>
Resent-Message-ID: <200412281620.iBSGKQHm073914@freefall.freebsd.org>

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

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



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