Sat Mar 21 19:39:44 2015 UTC ()
Ensure RANLIB is defined in the environment.


(jperkin)
diff -r1.6 -r1.7 pkgsrc/security/polarssl/Makefile

cvs diff -r1.6 -r1.7 pkgsrc/security/polarssl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/security/polarssl/Attic/Makefile 2014/11/14 11:21:12 1.6
+++ pkgsrc/security/polarssl/Attic/Makefile 2015/03/21 19:39:44 1.7
@@ -1,21 +1,23 @@ @@ -1,21 +1,23 @@
1# $NetBSD: Makefile,v 1.6 2014/11/14 11:21:12 obache Exp $ 1# $NetBSD: Makefile,v 1.7 2015/03/21 19:39:44 jperkin Exp $
2# 2#
3 3
4DISTNAME= polarssl-1.2.12-gpl 4DISTNAME= polarssl-1.2.12-gpl
5PKGNAME= ${DISTNAME:-gpl=} 5PKGNAME= ${DISTNAME:-gpl=}
6CATEGORIES= security devel 6CATEGORIES= security devel
7MASTER_SITES= https://polarssl.org/download/ 7MASTER_SITES= https://polarssl.org/download/
8EXTRACT_SUFX= .tgz 8EXTRACT_SUFX= .tgz
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://polarssl.org/ 11HOMEPAGE= http://polarssl.org/
12COMMENT= Lightweight, modular cryptographic and SSL/TLS library 12COMMENT= Lightweight, modular cryptographic and SSL/TLS library
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 15WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
16USE_TOOLS+= gmake perl 16USE_TOOLS+= gmake perl
17REPLACE_PERL= tests/scripts/*.pl 17REPLACE_PERL= tests/scripts/*.pl
18USE_LANGUAGES= c 18USE_LANGUAGES= c
19TEST_TARGET= check 19TEST_TARGET= check
20 20
 21MAKE_ENV+= RANLIB=${RANLIB:Q}
 22
21.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"