Sun Nov 27 09:04:27 2016 UTC ()
Reduce context to avoid 8-bit character.

Hopefully fixes PR 51662.


(wiz)
diff -r1.5 -r1.6 pkgsrc/devel/libcfg+/distinfo
diff -r1.1 -r1.2 pkgsrc/devel/libcfg+/patches/patch-ab

cvs diff -r1.5 -r1.6 pkgsrc/devel/libcfg+/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/libcfg+/distinfo 2015/11/03 03:27:39 1.5
+++ pkgsrc/devel/libcfg+/distinfo 2016/11/27 09:04:27 1.6
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.5 2015/11/03 03:27:39 agc Exp $ 1$NetBSD: distinfo,v 1.6 2016/11/27 09:04:27 wiz Exp $
2 2
3SHA1 (libcfg+-0.7.0.tar.gz) = ebcba4033b3c5451a1e485ce129488298aa19a9f 3SHA1 (libcfg+-0.7.0.tar.gz) = ebcba4033b3c5451a1e485ce129488298aa19a9f
4RMD160 (libcfg+-0.7.0.tar.gz) = 51f632cb9578e67eaf968bb1c27f625ff90b1224 4RMD160 (libcfg+-0.7.0.tar.gz) = 51f632cb9578e67eaf968bb1c27f625ff90b1224
5SHA512 (libcfg+-0.7.0.tar.gz) = 73444c89aab9e835ecc630b8fee5e83717fccc3d78736b1e9055b2404cbac7caf9b9fb84709b48800e2409bd40a8727e74db77eeb796079cd435aec8e3bdcc2b 5SHA512 (libcfg+-0.7.0.tar.gz) = 73444c89aab9e835ecc630b8fee5e83717fccc3d78736b1e9055b2404cbac7caf9b9fb84709b48800e2409bd40a8727e74db77eeb796079cd435aec8e3bdcc2b
6Size (libcfg+-0.7.0.tar.gz) = 248406 bytes 6Size (libcfg+-0.7.0.tar.gz) = 248406 bytes
7SHA1 (patch-aa) = ba63ccc5c031a893b111caac1ba9ddf13c18b4fc 7SHA1 (patch-aa) = ba63ccc5c031a893b111caac1ba9ddf13c18b4fc
8SHA1 (patch-ab) = 6de1bbf8c5eefcfb07bc6bfa087c3c89d42d3a06 8SHA1 (patch-ab) = dd2afd5a7491bb195c0e688a6c5b7a2ac610fbe1

cvs diff -r1.1 -r1.2 pkgsrc/devel/libcfg+/patches/patch-ab (expand / switch to unified diff)

--- pkgsrc/devel/libcfg+/patches/patch-ab 2004/10/06 10:17:06 1.1
+++ pkgsrc/devel/libcfg+/patches/patch-ab 2016/11/27 09:04:27 1.2
@@ -1,44 +1,42 @@ @@ -1,44 +1,42 @@
1$NetBSD: patch-ab,v 1.1 2004/10/06 10:17:06 grant Exp $ 1$NetBSD: patch-ab,v 1.2 2016/11/27 09:04:27 wiz Exp $
2 2
3--- src/Makefile.in.orig 2004-02-18 01:37:47.000000000 +0900 3--- src/Makefile.in.orig 2004-02-18 01:37:47.000000000 +0900
4+++ src/Makefile.in 2004-09-29 00:32:45.000000000 +0900 4+++ src/Makefile.in 2004-09-29 00:32:45.000000000 +0900
5@@ -60,16 +60,16 @@ 5@@ -60,14 +60,14 @@
6 $(srcdir)/platon/str/strdyn.c \ 6 $(srcdir)/platon/str/strdyn.c \
7 $(srcdir)/platon/str/dynfgets.c 7 $(srcdir)/platon/str/dynfgets.c
8  8
9-OBJECTS = $(top_builddir)/src/cfg+.o \ 9-OBJECTS = $(top_builddir)/src/cfg+.o \
10- $(top_builddir)/src/parse.o \ 10- $(top_builddir)/src/parse.o \
11- $(top_builddir)/src/props.o \ 11- $(top_builddir)/src/props.o \
12- $(top_builddir)/src/cmdline.o \ 12- $(top_builddir)/src/cmdline.o \
13- $(top_builddir)/src/cfgfile.o \ 13- $(top_builddir)/src/cfgfile.o \
14- $(top_builddir)/src/shared.o \ 14- $(top_builddir)/src/shared.o \
15- $(top_builddir)/src/platon/str/strplus.o \ 15- $(top_builddir)/src/platon/str/strplus.o \
16- $(top_builddir)/src/platon/str/strctype.o \ 16- $(top_builddir)/src/platon/str/strctype.o \
17- $(top_builddir)/src/platon/str/strdyn.o \ 17- $(top_builddir)/src/platon/str/strdyn.o \
18- $(top_builddir)/src/platon/str/dynfgets.o 18- $(top_builddir)/src/platon/str/dynfgets.o
19+OBJECTS = $(top_builddir)/src/cfg+.lo \ 19+OBJECTS = $(top_builddir)/src/cfg+.lo \
20+ $(top_builddir)/src/parse.lo \ 20+ $(top_builddir)/src/parse.lo \
21+ $(top_builddir)/src/props.lo \ 21+ $(top_builddir)/src/props.lo \
22+ $(top_builddir)/src/cmdline.lo \ 22+ $(top_builddir)/src/cmdline.lo \
23+ $(top_builddir)/src/cfgfile.lo \ 23+ $(top_builddir)/src/cfgfile.lo \
24+ $(top_builddir)/src/shared.lo \ 24+ $(top_builddir)/src/shared.lo \
25+ $(top_builddir)/src/platon/str/strplus.lo \ 25+ $(top_builddir)/src/platon/str/strplus.lo \
26+ $(top_builddir)/src/platon/str/strctype.lo \ 26+ $(top_builddir)/src/platon/str/strctype.lo \
27+ $(top_builddir)/src/platon/str/strdyn.lo \ 27+ $(top_builddir)/src/platon/str/strdyn.lo \
28+ $(top_builddir)/src/platon/str/dynfgets.lo 28+ $(top_builddir)/src/platon/str/dynfgets.lo
29  29
30 # SunOS 4 make does not allow multiple makefiles to be specified in one ­include directive. 
31 DEP_FILES = $(top_builddir)/src/.deps/cfg+.P \ 
32@@ -97,8 +97,7 @@ 30@@ -97,8 +97,7 @@
33 platon/str/strplus.h 31 platon/str/strplus.h
34  32
35 LIBSTATIC = $(PACKAGE).a 33 LIBSTATIC = $(PACKAGE).a
36-LIBDYNAMIC = $(PACKAGE).so 34-LIBDYNAMIC = $(PACKAGE).so
37-LIBDYNAMICV = $(PACKAGE).so.$(VERSION) 35-LIBDYNAMICV = $(PACKAGE).so.$(VERSION)
38+LIBDYNAMICV = $(PACKAGE).la 36+LIBDYNAMICV = $(PACKAGE).la
39  37
40 install_LIB = $(LIBSTATIC) $(LIBDYNAMICV) 38 install_LIB = $(LIBSTATIC) $(LIBDYNAMICV)
41  39
42@@ -166,7 +165,7 @@ 40@@ -166,7 +165,7 @@
43 @list='$(install_LIB)'; for p in $$list; do \ 41 @list='$(install_LIB)'; for p in $$list; do \
44 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ 42 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \