summaryrefslogtreecommitdiff
path: root/textproc/json-c
diff options
context:
space:
mode:
authorwiz <wiz>2013-11-29 17:45:18 +0000
committerwiz <wiz>2013-11-29 17:45:18 +0000
commit6272e689dc9730ac0ea3346e7fabb3bfb3fe912b (patch)
tree14b2060c0b85de4703ec6148a2086a6ab11e45ed /textproc/json-c
parentdefaff60bbbd91a83c020f21bceeaf9e828b8f17 (diff)
downloadpkgsrc-6272e689dc9730ac0ea3346e7fabb3bfb3fe912b.tar.gz
Disable old name compat. Planned for next release anyway, and might fix
problems with relinking some people are seeing. Bump PKGREVISION. Wait with another recursive bump until I know that there's fallout.
Diffstat (limited to 'textproc/json-c')
-rw-r--r--textproc/json-c/Makefile5
-rw-r--r--textproc/json-c/PLIST5
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/json-c/Makefile b/textproc/json-c/Makefile
index 40a5e14ff2d..bcb044f791b 100644
--- a/textproc/json-c/Makefile
+++ b/textproc/json-c/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2013/11/27 11:29:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2013/11/29 17:45:18 wiz Exp $
DISTNAME= json-c-0.11
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= https://s3.amazonaws.com/json-c_releases/releases/
@@ -18,6 +19,8 @@ USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= json.pc.in
PKGCONFIG_OVERRIDE+= json-c.pc.in
+CONFIGURE_ARGS+= --disable-oldname-compat
+
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
CFLAGS+= -Wno-tautological-compare -Wno-unused-value
diff --git a/textproc/json-c/PLIST b/textproc/json-c/PLIST
index 21dab7bd6a7..eac4285f759 100644
--- a/textproc/json-c/PLIST
+++ b/textproc/json-c/PLIST
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2013/11/25 11:59:08 wiz Exp $
-include/json
+@comment $NetBSD: PLIST,v 1.3 2013/11/29 17:45:18 wiz Exp $
include/json-c/arraylist.h
include/json-c/bits.h
include/json-c/debug.h
@@ -15,6 +14,4 @@ include/json-c/json_util.h
include/json-c/linkhash.h
include/json-c/printbuf.h
lib/libjson-c.la
-lib/libjson.la
lib/pkgconfig/json-c.pc
-lib/pkgconfig/json.pc