pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/rhash Remove useless patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af9b40ac671c
branches:  trunk
changeset: 371665:af9b40ac671c
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Thu Nov 16 15:14:54 2017 +0000

description:
Remove useless patch

This modification to the Makefile is no longer necessary since the
custom CFLAGS and LDFLAGS are now passed explicitly, instead of through
the environment (which did not work for me).

NFC.

diffstat:

 misc/rhash/distinfo               |   3 +--
 misc/rhash/patches/patch-Makefile |  17 -----------------
 2 files changed, 1 insertions(+), 19 deletions(-)

diffs (34 lines):

diff -r 95a03b57e0eb -r af9b40ac671c misc/rhash/distinfo
--- a/misc/rhash/distinfo       Thu Nov 16 15:11:10 2017 +0000
+++ b/misc/rhash/distinfo       Thu Nov 16 15:14:54 2017 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.8 2017/08/15 08:37:47 adam Exp $
+$NetBSD: distinfo,v 1.9 2017/11/16 15:14:54 khorben Exp $
 
 SHA1 (rhash-1.3.5.tar.gz) = 990c9a0135afe48dee4ce1dbf83578e44735f302
 RMD160 (rhash-1.3.5.tar.gz) = 38f840f8745d3183228d6ca0a9be3036f67f4768
 SHA512 (rhash-1.3.5.tar.gz) = e8450aab0c16bfb975bf4aeee218740fb4d86d5514e426b70c3edb84e4d63865cd4051939aa95c24a87a78baaedc49e40bb509b2610e89ca3745930808b3ef6c
 Size (rhash-1.3.5.tar.gz) = 316867 bytes
-SHA1 (patch-Makefile) = 04a890dcfae086b2984f294833eca300ce6b8128
 SHA1 (patch-librhash_byte__order.h) = 92360ac37b4c6e56f6bdbb371ecc0a21a6ea71bd
diff -r 95a03b57e0eb -r af9b40ac671c misc/rhash/patches/patch-Makefile
--- a/misc/rhash/patches/patch-Makefile Thu Nov 16 15:11:10 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-Makefile,v 1.1 2017/07/06 13:04:28 wiz Exp $
-
-Use pkgsrc CFLAGS and LDFLAGS.
-
---- Makefile.orig      2016-11-06 20:12:16.000000000 +0000
-+++ Makefile   2017-07-06 13:01:57.925655166 +0000
-@@ -8,8 +8,8 @@
- # using OPTFLAGS/OPTLDFLAGS for compatibilty with old scripts using this makefile
- OPTFLAGS = -O2 -DNDEBUG -fomit-frame-pointer -ffunction-sections -fdata-sections
- OPTLDFLAGS =
--CFLAGS = $(OPTFLAGS)
--LDFLAGS = $(OPTLDFLAGS)
-+CFLAGS += $(OPTFLAGS)
-+LDFLAGS += $(OPTLDFLAGS)
- ADDCFLAGS =
- ADDLDFLAGS =
- ALLCFLAGS = -pipe $(CFLAGS) $(ADDCFLAGS) \



Home | Main Index | Thread Index | Old Index