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.
This commit is contained in:
wiz 2013-11-29 17:45:18 +00:00
parent 33295b4c20
commit 4818026c97
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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