Sun May 17 21:35:38 2020 UTC ()
textproc/redland: disable check for unknown configure options

"bmake show-unknown-configure-options" said that everything is ok.


(rillig)
diff -r1.51 -r1.52 pkgsrc/textproc/redland/Makefile

cvs diff -r1.51 -r1.52 pkgsrc/textproc/redland/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/redland/Makefile 2020/05/17 21:31:02 1.51
+++ pkgsrc/textproc/redland/Makefile 2020/05/17 21:35:38 1.52
@@ -1,28 +1,29 @@ @@ -1,28 +1,29 @@
1# $NetBSD: Makefile,v 1.51 2020/05/17 21:31:02 rillig Exp $ 1# $NetBSD: Makefile,v 1.52 2020/05/17 21:35:38 rillig Exp $
2 2
3DISTNAME= redland-1.0.17 3DISTNAME= redland-1.0.17
4PKGREVISION= 22 4PKGREVISION= 22
5CATEGORIES= textproc 5CATEGORIES= textproc
6MASTER_SITES= http://download.librdf.org/source/ 6MASTER_SITES= http://download.librdf.org/source/
7 7
8MAINTAINER= markd@NetBSD.org 8MAINTAINER= markd@NetBSD.org
9HOMEPAGE= http://librdf.org/ 9HOMEPAGE= http://librdf.org/
10COMMENT= Libraries supporting the Resource Description Framework (RDF) 10COMMENT= Libraries supporting the Resource Description Framework (RDF)
11LICENSE= gnu-lgpl-v2.1 OR apache-2.0 11LICENSE= gnu-lgpl-v2.1 OR apache-2.0
12 12
13USE_TOOLS+= gmake perl pkg-config 13USE_TOOLS+= gmake perl pkg-config
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 15GNU_CONFIGURE_STRICT= no
 16USE_LIBTOOL= yes
16 17
17# XXX: Kludge to avoid uncoditionally pick up some gtkdoc-* tools if gtk-doc 18# XXX: Kludge to avoid uncoditionally pick up some gtkdoc-* tools if gtk-doc
18# XXX: package is installed and then fails in the installation phase. 19# XXX: package is installed and then fails in the installation phase.
19CONFIGURE_ENV+= ac_cv_path_GTKDOC_CHECK= \ 20CONFIGURE_ENV+= ac_cv_path_GTKDOC_CHECK= \
20 ac_cv_path_GTKDOC_REBASE= \ 21 ac_cv_path_GTKDOC_REBASE= \
21 ac_cv_path_GTKDOC_MKPDF= 22 ac_cv_path_GTKDOC_MKPDF=
22 23
23.include "../../mk/bdb.buildlink3.mk" 24.include "../../mk/bdb.buildlink3.mk"
24 25
25.if empty(BDB_LIBS) 26.if empty(BDB_LIBS)
26CONFIGURE_ARGS+= --with-bdb-dbname=c 27CONFIGURE_ARGS+= --with-bdb-dbname=c
27.else 28.else
28CONFIGURE_ARGS+= --with-bdb-dbname=${BDB_TYPE} 29CONFIGURE_ARGS+= --with-bdb-dbname=${BDB_TYPE}