pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/openssl Make perl a runtime dependency, it is...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f26441d1f813
branches: trunk
changeset: 347896:f26441d1f813
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Jun 02 07:47:46 2016 +0000
description:
Make perl a runtime dependency, it is used by c_rehash. Reported by
Jorge Schrauwen in joyent/pkgsrc#354.
Bump PKGREVISION.
diffstat:
security/openssl/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (33 lines):
diff -r 3adcdf6d825c -r f26441d1f813 security/openssl/Makefile
--- a/security/openssl/Makefile Thu Jun 02 05:27:26 2016 +0000
+++ b/security/openssl/Makefile Thu Jun 02 07:47:46 2016 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.223 2016/05/03 14:51:16 jperkin Exp $
+# $NetBSD: Makefile,v 1.224 2016/06/02 07:47:46 jperkin Exp $
DISTNAME= openssl-1.0.2h
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= https://www.openssl.org/source/
@@ -17,10 +18,7 @@
USE_GCC_RUNTIME= yes
-.include "../../mk/bsd.prefs.mk"
-.include "../../mk/compiler.mk"
-
-USE_TOOLS+= fgrep gmake perl
+USE_TOOLS+= fgrep gmake perl:run
BUILD_TARGET= depend all
TEST_TARGET= tests
MAKE_JOBS_SAFE= no
@@ -32,6 +30,8 @@
CONFIGURE_ARGS+= --openssldir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= shared no-fips
+.include "../../mk/compiler.mk"
+
# Avoid dependency on 'makedepend' on platforms where the default CC is set
# to 'cc' not 'gcc' in boostrap-mk-files. OpenSSL only supports the latter.
.if ${PKGSRC_COMPILER} == "gcc" && ${CC} == "cc"
Home |
Main Index |
Thread Index |
Old Index