pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/netpbm



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Mar  8 14:48:30 UTC 2017

Modified Files:
        pkgsrc/graphics/netpbm: distinfo
Added Files:
        pkgsrc/graphics/netpbm/patches: patch-pm__config.in.h

Log Message:
Remove bogus SYSV section, fixes build on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/graphics/netpbm/distinfo
cvs rdiff -u -r0 -r1.4 pkgsrc/graphics/netpbm/patches/patch-pm__config.in.h

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

Modified files:

Index: pkgsrc/graphics/netpbm/distinfo
diff -u pkgsrc/graphics/netpbm/distinfo:1.104 pkgsrc/graphics/netpbm/distinfo:1.105
--- pkgsrc/graphics/netpbm/distinfo:1.104       Thu Feb 23 23:13:42 2017
+++ pkgsrc/graphics/netpbm/distinfo     Wed Mar  8 14:48:30 2017
@@ -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 @@ Size (netpbm-docs-r2897.tar.gz) = 469000
 SHA1 (patch-common.mk) = f590cc66e0fe6a07e848b9b46662bca350557bea
 SHA1 (patch-lib_Makefile) = 3f93bd24c53aa1f22aa43545d7ca5422af8e78ca
 SHA1 (patch-lib_util_nstring.h) = 394e258902f3d8fceea8840bca11cffd030060c6
+SHA1 (patch-pm__config.in.h) = dfe51691507a2c7be2946013b1f1b6bdd9b39f49

Added files:

Index: pkgsrc/graphics/netpbm/patches/patch-pm__config.in.h
diff -u /dev/null pkgsrc/graphics/netpbm/patches/patch-pm__config.in.h:1.4
--- /dev/null   Wed Mar  8 14:48:30 2017
+++ pkgsrc/graphics/netpbm/patches/patch-pm__config.in.h        Wed Mar  8 14:48:30 2017
@@ -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