1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add support for {EXTRACT,PATCH}_DEPENDS.

This commit is contained in:
Dag-Erling Smørgrav 2003-07-08 09:20:24 +00:00
parent 8b0c52b4a1
commit db4455000e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84456
4 changed files with 8 additions and 4 deletions

View File

@ -8,7 +8,7 @@
#
PORTNAME= porteasy
PORTVERSION= 2.7.7
PORTVERSION= 2.7.8
CATEGORIES= misc
MASTER_SITES= # none
DISTFILES= # none

View File

@ -33,7 +33,7 @@ use strict;
use Fcntl;
use Getopt::Long;
my $VERSION = "2.7.7";
my $VERSION = "2.7.8";
my $COPYRIGHT = "Copyright (c) 2000-2003 Dag-Erling Smørgrav. " .
"All rights reserved.";
@ -611,6 +611,8 @@ sub find_dependencies($) {
or bsd::errx(1, "failed to obtain dependency list");
add_dependencies($port, \&find_library, split(' ', $dependvars));
$dependvars = capture(\&make, ($port,
"-VEXTRACT_DEPENDS",
"-VPATCH_DEPENDS",
"-VFETCH_DEPENDS",
"-VBUILD_DEPENDS",
"-VRUN_DEPENDS",

View File

@ -8,7 +8,7 @@
#
PORTNAME= porteasy
PORTVERSION= 2.7.7
PORTVERSION= 2.7.8
CATEGORIES= misc
MASTER_SITES= # none
DISTFILES= # none

View File

@ -33,7 +33,7 @@ use strict;
use Fcntl;
use Getopt::Long;
my $VERSION = "2.7.7";
my $VERSION = "2.7.8";
my $COPYRIGHT = "Copyright (c) 2000-2003 Dag-Erling Smørgrav. " .
"All rights reserved.";
@ -611,6 +611,8 @@ sub find_dependencies($) {
or bsd::errx(1, "failed to obtain dependency list");
add_dependencies($port, \&find_library, split(' ', $dependvars));
$dependvars = capture(\&make, ($port,
"-VEXTRACT_DEPENDS",
"-VPATCH_DEPENDS",
"-VFETCH_DEPENDS",
"-VBUILD_DEPENDS",
"-VRUN_DEPENDS",