pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/beanstalkd beanstalkd: remove -Werror flag, fixes ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f117c406089
branches:  trunk
changeset: 377311:5f117c406089
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Apr 19 07:13:19 2022 +0000

description:
beanstalkd: remove -Werror flag, fixes build on NetBSD HEAD

diffstat:

 net/beanstalkd/distinfo               |   4 ++--
 net/beanstalkd/patches/patch-Makefile |  11 ++++++++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r eccb0375b209 -r 5f117c406089 net/beanstalkd/distinfo
--- a/net/beanstalkd/distinfo   Tue Apr 19 07:11:10 2022 +0000
+++ b/net/beanstalkd/distinfo   Tue Apr 19 07:13:19 2022 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:05:24 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/04/19 07:13:19 nia Exp $
 
 BLAKE2s (beanstalkd-1.12.tar.gz) = 27573b2dd7060bb20e9f1dd59368d48b681684104af489625b945b97e2a049ab
 SHA512 (beanstalkd-1.12.tar.gz) = 347f8cf29501d4bf1a01a472f8f6265d1211eadfaa4e5626c8fcab5b1f8116e1e0ddee2a0c82ac116ee60655a2e3b514d254f98c2154be76109a24d77f7d8210
 Size (beanstalkd-1.12.tar.gz) = 79592 bytes
-SHA1 (patch-Makefile) = bc96a1028ac2666f348ac842d4b39e7047f12340
+SHA1 (patch-Makefile) = 4c8be78536b748ce20ef27292a851df71b424c9b
 SHA1 (patch-darwin.c) = 83db9922d20d12cff4f99c5214a45ffdc17285c2
diff -r eccb0375b209 -r 5f117c406089 net/beanstalkd/patches/patch-Makefile
--- a/net/beanstalkd/patches/patch-Makefile     Tue Apr 19 07:11:10 2022 +0000
+++ b/net/beanstalkd/patches/patch-Makefile     Tue Apr 19 07:13:19 2022 +0000
@@ -1,9 +1,18 @@
-$NetBSD: patch-Makefile,v 1.1 2021/03/18 22:54:52 khorben Exp $
+$NetBSD: patch-Makefile,v 1.2 2022/04/19 07:13:20 nia Exp $
 
 Fix NetBSD support.
 
 --- Makefile.orig      2020-06-04 19:54:32.000000000 +0000
 +++ Makefile
+@@ -1,7 +1,7 @@
+ PREFIX?=/usr/local
+ BINDIR=$(DESTDIR)$(PREFIX)/bin
+ 
+-override CFLAGS+=-Wall -Werror -Wformat=2 -g
++override CFLAGS+=-Wall -Wformat=2 -g
+ override LDFLAGS?=
+ 
+ LDLIBS?=
 @@ -120,3 +120,5 @@ doc/beanstalkd.1 doc/beanstalkd.1.html: 
        ronn $<
  



Home | Main Index | Thread Index | Old Index