pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/netpbm Remove bogus SYSV section, fixes build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c87be7fbb22
branches:  trunk
changeset: 359372:0c87be7fbb22
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Mar 08 14:48:30 2017 +0000

description:
Remove bogus SYSV section, fixes build on SunOS.

diffstat:

 graphics/netpbm/distinfo                      |   3 ++-
 graphics/netpbm/patches/patch-pm__config.in.h |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 6c96c08be013 -r 0c87be7fbb22 graphics/netpbm/distinfo
--- a/graphics/netpbm/distinfo  Wed Mar 08 14:38:34 2017 +0000
+++ b/graphics/netpbm/distinfo  Wed Mar 08 14:48:30 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.104 2017/02/23 23:13:42 wiz Exp $
+$NetBSD: distinfo,v 1.105 2017/03/08 14:48:30 jperkin Exp $
 
 SHA1 (netpbm-10.77.02.tar.gz) = 73b6815ea922394050c7c596b3f7d502cde22866
 RMD160 (netpbm-10.77.02.tar.gz) = 99afb99fcce4f20aee35ecc67ff1522b17e8aa7b
@@ -11,3 +11,4 @@
 SHA1 (patch-common.mk) = f590cc66e0fe6a07e848b9b46662bca350557bea
 SHA1 (patch-lib_Makefile) = 3f93bd24c53aa1f22aa43545d7ca5422af8e78ca
 SHA1 (patch-lib_util_nstring.h) = 394e258902f3d8fceea8840bca11cffd030060c6
+SHA1 (patch-pm__config.in.h) = dfe51691507a2c7be2946013b1f1b6bdd9b39f49
diff -r 6c96c08be013 -r 0c87be7fbb22 graphics/netpbm/patches/patch-pm__config.in.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/netpbm/patches/patch-pm__config.in.h     Wed Mar 08 14:48:30 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-pm__config.in.h,v 1.4 2017/03/08 14:48:30 jperkin Exp $
+
+Remove bogus SYSV section.
+
+--- pm_config.in.h.orig        2017-02-04 18:09:33.000000000 +0000
++++ pm_config.in.h
+@@ -74,7 +74,7 @@
+ ** for the format of the color database file.
+ */
+ 
+-#if (defined(SYSV) || defined(__amigaos__))
++#if (defined(__amigaos__))
+ 
+ #include <string.h>
+ 



Home | Main Index | Thread Index | Old Index