ports/143328: ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates Fix DEPENDS
Martin Tournoij
carpetsmoker at rwxrwxrwx.net
Thu Jan 28 22:40:11 UTC 2010
>Number: 143328
>Category: ports
>Synopsis: ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates Fix DEPENDS
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Jan 28 22:40:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Martin Tournoij
>Release: FreeBSD 8.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD thinkpad 8.0-STABLE FreeBSD 8.0-STABLE #0: Wed Jan 27 22:16:43 UTC 2010 carpetsmoker at thinkpad:/usr/src/obj/usr/src/sys/GENERIC i386
>Description:
pkg_bupdate won't run because RUN_DEPENDS is incomplete
>How-To-Repeat:
# pkg_bupdate
Can't locate FreeBSD/Ports.pm in @INC (@INC contains:
/usr/local/lib/perl5/5.8.9/BSDPAN /usr/local/lib/perl5/site_perl/5.8.9/mach
/usr/local/lib/perl5/site_perl/5.8.9 /usr/local/lib/perl5/5.8.9/mach
/usr/local/lib/perl5/5.8.9 .) at /usr/X11R6/bin/pkg_bupdate line 30.
BEGIN failed--compilation aborted at /usr/X11R6/bin/pkg_bupdate line 30.
Exit 2
#
>Fix:
--- findupdates.diff begins here ---
diff -urN -x CVS -x .svn -I '^# .FreeBSD: ' /ports/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile p5-FreeBSD-Pkgs-FindUpdates/Makefile
--- /ports/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile 2009-04-30 22:47:20.000000000 +0000
+++ p5-FreeBSD-Pkgs-FindUpdates/Makefile 2010-01-29 00:05:43.000000000 +0000
@@ -7,6 +7,7 @@
PORTNAME= FreeBSD-Pkgs-FindUpdates
PORTVERSION= 0.2.1
+PORTREVISION= 1
CATEGORIES= ports-mgmt sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
@@ -18,7 +19,8 @@
RUN_DEPENDS= ${SITE_PERL}/FreeBSD/Ports/INDEXhash.pm:${PORTSDIR}/ports-mgmt/p5-FreeBSD-Ports-INDEXhash \
${SITE_PERL}/FreeBSD/Pkgs.pm:${PORTSDIR}/ports-mgmt/p5-FreeBSD-Pkgs \
- ${SITE_PERL}/Sort/Versions.pm:${PORTSDIR}/devel/p5-Sort-Versions
+ ${SITE_PERL}/Sort/Versions.pm:${PORTSDIR}/devel/p5-Sort-Versions \
+ ${SITE_PERL}/FreeBSD/Ports.pm:${PORTSDIR}/ports-mgmt/p5-FreeBSD-Ports
PERL_CONFIGURE= yes
--- findupdates.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list