Date: Fri, 29 Jan 2010 00:10:14 GMT From: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/143354: ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates Fix DEPENDS Message-ID: <201001290010.o0T0AE7N013544@thinkpad.rwxrwxrwx.net> Resent-Message-ID: <201001300110.o0U1A4uC012813@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 143354 >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: Sat Jan 30 01:10:03 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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001290010.o0T0AE7N013544>