pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/polarssl Use ranlib for ranlib instead of non...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5e105e50363
branches:  trunk
changeset: 648779:f5e105e50363
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Mar 19 11:25:24 2015 +0000

description:
Use ranlib for ranlib instead of non-portable 'ar s'.

diffstat:

 security/polarssl/distinfo                       |   3 ++-
 security/polarssl/patches/patch-library_Makefile |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r a59c0b6bd87b -r f5e105e50363 security/polarssl/distinfo
--- a/security/polarssl/distinfo        Thu Mar 19 09:58:35 2015 +0000
+++ b/security/polarssl/distinfo        Thu Mar 19 11:25:24 2015 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2014/11/14 11:21:12 obache Exp $
+$NetBSD: distinfo,v 1.5 2015/03/19 11:25:24 jperkin Exp $
 
 SHA1 (polarssl-1.2.12-gpl.tgz) = 78cb31a960e4fffaefe7b838f7869072d1e15929
 RMD160 (polarssl-1.2.12-gpl.tgz) = 1cfba1607651c008e8bca83553a0988283535a09
 Size (polarssl-1.2.12-gpl.tgz) = 1021400 bytes
 SHA1 (patch-Makefile) = d35397c1df60e384c2a0826844ac8765fd1fef1a
+SHA1 (patch-library_Makefile) = 131158b6206c81628ef3c3d037fbe0cc6fcf2c1f
diff -r a59c0b6bd87b -r f5e105e50363 security/polarssl/patches/patch-library_Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/polarssl/patches/patch-library_Makefile  Thu Mar 19 11:25:24 2015 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-library_Makefile,v 1.1 2015/03/19 11:25:24 jperkin Exp $
+
+Call ranlib instead of non-portable 'ar s'.
+
+--- library/Makefile.orig      2014-10-24 08:42:52.000000000 +0000
++++ library/Makefile
+@@ -67,7 +67,7 @@ libpolarssl.a: $(OBJS)
+       echo "  AR    $@"
+       $(AR) r $@ $(OBJS)
+       echo "  RL    $@"
+-      $(AR) s $@
++      $(RANLIB) $@
+ 
+ libpolarssl.${DLEXT}: libpolarssl.a
+       echo "  LD    $@"



Home | Main Index | Thread Index | Old Index