a second FULLPATH=Yes needed

This commit is contained in:
espie 2011-11-16 22:59:42 +00:00
parent 652db12f24
commit 1d5b371ed7

View File

@ -1,6 +1,6 @@
#!/usr/bin/perl
# $OpenBSD: out-of-date,v 1.2 2011/11/16 22:57:54 espie Exp $
# $OpenBSD: out-of-date,v 1.3 2011/11/16 22:59:42 espie Exp $
#
# Copyright (c) 2005 Bernd Ahlers <bernd@openbsd.org>
#
@ -41,7 +41,7 @@ sub collect_installed
my $plist = OpenBSD::PackingList->from_installation($name,
\&OpenBSD::PackingList::UpdateInfoOnly);
if (!defined $plist or !defined $plist->{extrainfo}->{subdir}) {
$state->errsay("Package #1has no valid packing-list",
$state->errsay("Package #1 has no valid packing-list",
$name);
return;
}
@ -94,7 +94,7 @@ sub collect_port_versions
}
my $cmd = "cd $portsdir && SUBDIR=\"".join(' ', @subdirs)
."\" REPORT_PROBLEM=true make ".'show=FULLPKGNAME\${SUBPACKAGE} '
."\" FULLPATH=Yes REPORT_PROBLEM=true make ".'show=FULLPKGNAME\${SUBPACKAGE} '
."2>&1 |";
my $port = {};