summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-07-25 11:12:18 +0000
committerwiz <wiz@pkgsrc.org>2022-07-25 11:12:18 +0000
commit0dec7a6a066d910f283580f32c6966e2e02486b4 (patch)
treee2d3e30d7998b821ac7fdae9451b2bc9ea7bd1e8 /textproc
parent7207b5fc75eea84622b7b058f15171f239092158 (diff)
downloadpkgsrc-0dec7a6a066d910f283580f32c6966e2e02486b4.tar.gz
*: remove pkg-config from tools where no buildlink3.mk file is included
Bulk build on NetBSD of these packages had the same result as before (build succeeds, no PLIST change).
Diffstat (limited to 'textproc')
-rw-r--r--textproc/cJSON/Makefile3
-rw-r--r--textproc/cmark-gfm/Makefile3
-rw-r--r--textproc/discount/Makefile3
-rw-r--r--textproc/jansson/Makefile3
-rw-r--r--textproc/libfastjson/Makefile3
-rw-r--r--textproc/log4cpp/Makefile3
-rw-r--r--textproc/marisa/Makefile4
-rw-r--r--textproc/rapidjson/Makefile3
-rw-r--r--textproc/scdoc/Makefile3
9 files changed, 10 insertions, 18 deletions
diff --git a/textproc/cJSON/Makefile b/textproc/cJSON/Makefile
index d6d28a98d9b..0e3aa95f3cb 100644
--- a/textproc/cJSON/Makefile
+++ b/textproc/cJSON/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/09/15 18:59:54 adam Exp $
+# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:28 wiz Exp $
DISTNAME= cJSON-1.7.15
CATEGORIES= textproc
@@ -11,7 +11,6 @@ COMMENT= Ultralightweight JSON parser in ANSI C
LICENSE= mit
USE_CMAKE= yes
-USE_TOOLS+= pkg-config
CMAKE_ARGS+= -DENABLE_CJSON_UTILS=ON
CMAKE_ARGS+= -DENABLE_CUSTOM_COMPILER_FLAGS=OFF
CMAKE_ARGS+= -DBUILD_SHARED_AND_STATIC_LIBS=ON
diff --git a/textproc/cmark-gfm/Makefile b/textproc/cmark-gfm/Makefile
index bd92addd40a..f157fb3cd99 100644
--- a/textproc/cmark-gfm/Makefile
+++ b/textproc/cmark-gfm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/15 06:29:58 pho Exp $
+# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:29 wiz Exp $
GITHUB_PROJECT= cmark-gfm
GITHUB_TAG= ${DISTNAME}
@@ -15,7 +15,6 @@ LICENSE= 2-clause-bsd
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_CMAKE= yes
-USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= src/libcmark-gfm.pc.in
diff --git a/textproc/discount/Makefile b/textproc/discount/Makefile
index bc4316a44af..e7d76ab2c0e 100644
--- a/textproc/discount/Makefile
+++ b/textproc/discount/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/04/17 22:41:39 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/07/25 11:12:29 wiz Exp $
DISTNAME= discount-2.2.7
CATEGORIES= textproc
@@ -23,7 +23,6 @@ CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
CONFIGURE_ARGS+= --shared
CONFIGURE_ARGS+= --enable-all-features
-USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= libmarkdown.pc.in
diff --git a/textproc/jansson/Makefile b/textproc/jansson/Makefile
index 4dc4eef5451..22af9237f4b 100644
--- a/textproc/jansson/Makefile
+++ b/textproc/jansson/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/05/08 13:54:06 adam Exp $
+# $NetBSD: Makefile,v 1.10 2022/07/25 11:12:29 wiz Exp $
DISTNAME= jansson-2.13.1
CATEGORIES= textproc
@@ -12,7 +12,6 @@ LICENSE= mit
USE_LANGUAGES= c99
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= jansson.pc.in
# Fails a self-test because the library exports more symbols than it should.
diff --git a/textproc/libfastjson/Makefile b/textproc/libfastjson/Makefile
index 64d5e5f4594..df30d63ed64 100644
--- a/textproc/libfastjson/Makefile
+++ b/textproc/libfastjson/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/08/02 12:08:35 jmcneill Exp $
+# $NetBSD: Makefile,v 1.11 2022/07/25 11:12:29 wiz Exp $
DISTNAME= libfastjson-0.99.8
PKGREVISION= 1
@@ -13,7 +13,6 @@ LICENSE= mit
GNU_CONFIGURE= yes
USE_LANGUAGES= c c99
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libfastjson.pc.in
diff --git a/textproc/log4cpp/Makefile b/textproc/log4cpp/Makefile
index c4c29212204..8ec6dde1748 100644
--- a/textproc/log4cpp/Makefile
+++ b/textproc/log4cpp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/10/03 17:31:23 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2022/07/25 11:12:29 wiz Exp $
DISTNAME= log4cpp-1.1.3
CATEGORIES= textproc
@@ -11,7 +11,6 @@ LICENSE= gnu-lgpl-v2.1
WRKSRC= ${WRKDIR}/log4cpp
GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
diff --git a/textproc/marisa/Makefile b/textproc/marisa/Makefile
index a6960226cba..33eed11ecef 100644
--- a/textproc/marisa/Makefile
+++ b/textproc/marisa/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2021/12/12 13:55:13 taca Exp $
+# $NetBSD: Makefile,v 1.4 2022/07/25 11:12:29 wiz Exp $
.include "Makefile.common"
COMMENT= C++ library to provide an implementation of MARISA
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config autoconf automake
+USE_TOOLS+= autoconf automake
USE_LANGUAGES= c c++
#TEST_TARGET= check
diff --git a/textproc/rapidjson/Makefile b/textproc/rapidjson/Makefile
index 6dd72f8d9be..c25420568f7 100644
--- a/textproc/rapidjson/Makefile
+++ b/textproc/rapidjson/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/01/26 17:32:17 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2022/07/25 11:12:29 wiz Exp $
DISTNAME= rapidjson-1.1.0
PKGREVISION= 1
@@ -12,7 +12,6 @@ COMMENT= Fast JSON parser/generator with SAX/DOM style API
LICENSE= modified-bsd
USE_CMAKE= yes
-USE_TOOLS+= pkg-config
USE_LANGUAGES= c++11
CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=TRUE
diff --git a/textproc/scdoc/Makefile b/textproc/scdoc/Makefile
index f52481f164f..d6a834d776d 100644
--- a/textproc/scdoc/Makefile
+++ b/textproc/scdoc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/23 02:29:17 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:29 wiz Exp $
DISTNAME= scdoc-1.10.1
CATEGORIES= textproc
@@ -10,7 +10,6 @@ COMMENT= Simple man page generator
LICENSE= mit
USE_TOOLS+= gmake
-USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= scdoc.pc.in