diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-02-05 21:20:24 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-02-05 21:20:24 +0000 |
commit | 6d324c1f70c9ee4ebd41f6a689ac379f8d47927b (patch) | |
tree | 7c63a95968ed9b4eb610fca1b72ff17c7d9581c2 /Tools/scripts/chkversion.pl | |
parent | net/py-pyshark: Update to 0.3.6.2 (diff) |
- Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile so
bsd.default-versions.mk can rely on ARCH being defined.
- In bsd.port.mk move inclusion of bsd.default-versions.mk from the
pre-makefile section to the options section so the variables can be used
earlier. Also put the bit of code sitting between the options section and
the pre-makefile section into the options section.
- Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is
handled in bsd.default-versions.mk and some ports were setting it after
including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports,
and then only when setting non-default options, work without setting that
variable.
PR: 215996
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes
Notes:
svn path=/head/; revision=433456
Diffstat (limited to 'Tools/scripts/chkversion.pl')
-rwxr-xr-x | Tools/scripts/chkversion.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/scripts/chkversion.pl b/Tools/scripts/chkversion.pl index a855225d4136..a83e0b34f9f2 100755 --- a/Tools/scripts/chkversion.pl +++ b/Tools/scripts/chkversion.pl @@ -127,7 +127,6 @@ foreach (qw(ARCH OPSYS OSREL OSVERSION UID)) { my @cachedenv = readfrom $portsdir, $make, "-V$_"; $ENV{$_} = $cachedenv[0]; } -$ENV{WITH_OPENSSL_BASE} = 'yes'; my %pkgname; my %pkgorigin; |