pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/openssl



Module Name:    pkgsrc
Committed By:   marino
Date:           Tue Dec  6 18:18:54 UTC 2016

Modified Files:
        pkgsrc/security/openssl: Makefile

Log Message:
security/openssl: USE_TOOLS+= makedepend

solves:
=> Bootstrap dependency digest>=20010302: found digest-20160304
===> Building for openssl-1.0.2jnb1
making depend in crypto...
gmake[1]: Entering directory '/construction/security/openssl/work/openssl-1.0.2j/crypto'
../util/domd: makedepend: not found


To generate a diff of this commit:
cvs rdiff -u -r1.228 -r1.229 pkgsrc/security/openssl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/openssl/Makefile
diff -u pkgsrc/security/openssl/Makefile:1.228 pkgsrc/security/openssl/Makefile:1.229
--- pkgsrc/security/openssl/Makefile:1.228      Mon Oct  3 11:55:11 2016
+++ pkgsrc/security/openssl/Makefile    Tue Dec  6 18:18:54 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.228 2016/10/03 11:55:11 wiz Exp $
+# $NetBSD: Makefile,v 1.229 2016/12/06 18:18:54 marino Exp $
 
 DISTNAME=      openssl-1.0.2j
 PKGREVISION=   1
@@ -18,7 +18,7 @@ BUILD_DEPENDS+=       p5-Perl4-CoreLibs-[0-9]*
 
 USE_GCC_RUNTIME=       yes
 
-USE_TOOLS+=            fgrep gmake perl:run
+USE_TOOLS+=            fgrep gmake makedepend perl:run
 BUILD_TARGET=          depend all
 TEST_TARGET=           tests
 MAKE_JOBS_SAFE=                no



Home | Main Index | Thread Index | Old Index