From 577c8777d266f22f6704f792e2c293b4bb0aad5f Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 29 Nov 2013 17:45:18 +0000 Subject: 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. --- textproc/json-c/Makefile | 5 ++++- textproc/json-c/PLIST | 5 +---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'textproc/json-c') 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 -- cgit v1.2.3