head 1.3; access; symbols pkgsrc-2015Q1:1.2.0.2 pkgsrc-2015Q1-base:1.2; locks; strict; comment @# @; 1.3 date 2015.06.14.17.42.50; author fhajny; state dead; branches; next 1.2; commitid NDHxeSLWwC2piqpy; 1.2 date 2015.03.28.19.00.28; author rodent; state Exp; branches; next 1.1; commitid myUuQEh25FgRdpfy; 1.1 date 2015.03.19.11.25.24; author jperkin; state Exp; branches; next ; commitid 7K28nDCDIcs80dey; desc @@ 1.3 log @Remove security/polarssl, it's been superseded by security/mbedtls. @ text @$NetBSD: patch-library_Makefile,v 1.2 2015/03/28 19:00:28 rodent Exp $ Call ranlib instead of non-portable 'ar s'. --- library/Makefile.orig 2014-10-20 11:59:19.000000000 +0000 +++ library/Makefile @@@@ -79,7 +79,7 @@@@ libpolarssl.a: $(OBJS) echo " AR $@@" $(AR) r $@@ $(OBJS) echo " RL $@@" - $(AR) s $@@ + $(RANLIB) $@@ libpolarssl.${DLEXT}: libpolarssl.a echo " LD $@@" @ 1.2 log @Add patch to make OpenSSL ("tests") optional. The package wants this by default and users of other package management systems might imagine this package functioning the same way. However, the PLIST differs by one item without it, which users may change at their discretion. Add zlib option too which I'd missed during the previous update. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD: patch-library_Makefile,v 1.1 2015/03/19 11:25:24 jperkin Exp $ @ 1.1 log @Use ranlib for ranlib instead of non-portable 'ar s'. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- library/Makefile.orig 2014-10-24 08:42:52.000000000 +0000 d7 1 a7 1 @@@@ -67,7 +67,7 @@@@ libpolarssl.a: $(OBJS) @