pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/beanstalkd



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Apr 19 07:13:20 UTC 2022

Modified Files:
        pkgsrc/net/beanstalkd: distinfo
        pkgsrc/net/beanstalkd/patches: patch-Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/beanstalkd/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/beanstalkd/patches/patch-Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/beanstalkd/distinfo
diff -u pkgsrc/net/beanstalkd/distinfo:1.3 pkgsrc/net/beanstalkd/distinfo:1.4
--- pkgsrc/net/beanstalkd/distinfo:1.3  Tue Oct 26 11:05:24 2021
+++ pkgsrc/net/beanstalkd/distinfo      Tue Apr 19 07:13:19 2022
@@ -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

Index: pkgsrc/net/beanstalkd/patches/patch-Makefile
diff -u pkgsrc/net/beanstalkd/patches/patch-Makefile:1.1 pkgsrc/net/beanstalkd/patches/patch-Makefile:1.2
--- pkgsrc/net/beanstalkd/patches/patch-Makefile:1.1    Thu Mar 18 22:54:52 2021
+++ pkgsrc/net/beanstalkd/patches/patch-Makefile        Tue Apr 19 07:13:20 2022
@@ -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