diff options
author | wiz <wiz@pkgsrc.org> | 2022-07-25 11:12:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-07-25 11:12:18 +0000 |
commit | 0dec7a6a066d910f283580f32c6966e2e02486b4 (patch) | |
tree | e2d3e30d7998b821ac7fdae9451b2bc9ea7bd1e8 | |
parent | 7207b5fc75eea84622b7b058f15171f239092158 (diff) | |
download | pkgsrc-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).
102 files changed, 139 insertions, 221 deletions
diff --git a/archivers/lz4/Makefile b/archivers/lz4/Makefile index f82cf4354bc..82e8e830036 100644 --- a/archivers/lz4/Makefile +++ b/archivers/lz4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2021/08/06 05:08:50 kim Exp $ +# $NetBSD: Makefile,v 1.24 2022/07/25 11:12:18 wiz Exp $ DISTNAME= lz4-1.9.3 PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= Extremely Fast Compression algorithm LICENSE= 2-clause-bsd USE_LANGUAGES= c99 c++ -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake PKGCONFIG_OVERRIDE+= lib/liblz4.pc.in TEST_TARGET= test diff --git a/audio/fdk-aac/Makefile b/audio/fdk-aac/Makefile index e100975d278..da19d8acac4 100644 --- a/audio/fdk-aac/Makefile +++ b/audio/fdk-aac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2018/07/20 07:08:32 adam Exp $ +# $NetBSD: Makefile,v 1.6 2022/07/25 11:12:19 wiz Exp $ DISTNAME= fdk-aac-0.1.6 CATEGORIES= audio @@ -11,7 +11,6 @@ LICENSE= fraunhofer-license USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= pkg-config GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= fdk-aac.pc.in diff --git a/audio/libcdaudio/Makefile b/audio/libcdaudio/Makefile index 84acd16a7ce..bb6676cda40 100644 --- a/audio/libcdaudio/Makefile +++ b/audio/libcdaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2020/01/26 05:26:11 rillig Exp $ +# $NetBSD: Makefile,v 1.38 2022/07/25 11:12:19 wiz Exp $ DISTNAME= libcdaudio-0.99.12 PKGREVISION= 2 @@ -12,7 +12,6 @@ LICENSE= gnu-gpl-v2 NOT_FOR_PLATFORM= Interix-*-* -USE_TOOLS+= pkg-config USE_LIBTOOL= YES GNU_CONFIGURE= YES PKGCONFIG_OVERRIDE= libcdaudio.pc.in diff --git a/audio/libdca/Makefile b/audio/libdca/Makefile index d4510e1b2d8..59f11e1f381 100644 --- a/audio/libdca/Makefile +++ b/audio/libdca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2020/05/16 17:56:53 nia Exp $ +# $NetBSD: Makefile,v 1.17 2022/07/25 11:12:19 wiz Exp $ DISTNAME= libdca-0.0.7 CATEGORIES= audio @@ -13,7 +13,6 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= c99 USE_LIBTOOL= yes USE_TOOLS+= autoconf automake autoreconf -USE_TOOLS+= pkg-config GNU_CONFIGURE= yes RESTRICTED= Unresolved patent issue diff --git a/audio/libdiscid/Makefile b/audio/libdiscid/Makefile index f36a7894afe..f960e33c39e 100644 --- a/audio/libdiscid/Makefile +++ b/audio/libdiscid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2020/01/26 17:30:43 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2022/07/25 11:12:19 wiz Exp $ DISTNAME= libdiscid-0.6.2 CATEGORIES= audio @@ -11,7 +11,7 @@ LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config gmake +USE_TOOLS+= gmake PKGCONFIG_OVERRIDE+= libdiscid.pc.in diff --git a/audio/libdssialsacompat/Makefile b/audio/libdssialsacompat/Makefile index d034b9cee51..1501c40e29d 100644 --- a/audio/libdssialsacompat/Makefile +++ b/audio/libdssialsacompat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/10/30 15:22:23 nia Exp $ +# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:19 wiz Exp $ DISTNAME= libdssialsacompat-1.0.8a CATEGORIES= audio @@ -11,7 +11,6 @@ LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config INSTALLATION_DIRS= include/dssi/alsa/sound PKGCONFIG_OVERRIDE+= libdssialsacompat.pc.in diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile index 1d92e00dbda..7c02ab01805 100644 --- a/audio/libmad/Makefile +++ b/audio/libmad/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2021/06/13 06:40:48 nia Exp $ -# +# $NetBSD: Makefile,v 1.24 2022/07/25 11:12:19 wiz Exp $ DISTNAME= libmad-0.15.1b PKGREVISION= 2 @@ -15,7 +14,6 @@ CONFLICTS= mad<0.15 GNU_CONFIGURE= YES USE_LIBTOOL= YES -USE_TOOLS+= pkg-config INSTALLATION_DIRS= lib/pkgconfig diff --git a/audio/libopus/Makefile b/audio/libopus/Makefile index e9a8b08f7b4..9ca057d2883 100644 --- a/audio/libopus/Makefile +++ b/audio/libopus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2020/05/02 09:58:36 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2022/07/25 11:12:19 wiz Exp $ DISTNAME= opus-1.3.1 PKGNAME= lib${DISTNAME} @@ -14,7 +14,7 @@ SUPERSEDES= opus<=1.0.2 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake PKGCONFIG_OVERRIDE+= opus.pc.in diff --git a/audio/libsbsms/Makefile b/audio/libsbsms/Makefile index e2d4761e1ef..3b187a1e550 100644 --- a/audio/libsbsms/Makefile +++ b/audio/libsbsms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2020/01/26 05:26:11 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2022/07/25 11:12:19 wiz Exp $ DISTNAME= libsbsms-2.0.2 CATEGORIES= audio @@ -11,7 +11,6 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= sbsms.pc.in diff --git a/audio/libsoxr/Makefile b/audio/libsoxr/Makefile index 365fa164633..fc75bd200bb 100644 --- a/audio/libsoxr/Makefile +++ b/audio/libsoxr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/01/02 21:30:21 bsiegert Exp $ +# $NetBSD: Makefile,v 1.3 2022/07/25 11:12:19 wiz Exp $ DISTNAME= soxr-0.1.3-Source PKGNAME= lib${DISTNAME:S/-Source//} @@ -12,7 +12,6 @@ COMMENT= SoX Resample library LICENSE= gnu-lgpl-v2.1 USE_CMAKE= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ CMAKE_ARGS+= -DBUILD_TESTS=NO diff --git a/audio/libvisual0.2/Makefile b/audio/libvisual0.2/Makefile index c157a0c5d9e..c57427ecc0a 100644 --- a/audio/libvisual0.2/Makefile +++ b/audio/libvisual0.2/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/08/16 20:45:31 wiz Exp $ -# +# $NetBSD: Makefile,v 1.10 2022/07/25 11:12:20 wiz Exp $ DISTNAME= libvisual-0.2.0 PKGNAME= libvisual0.2-0.2.0 @@ -18,7 +17,6 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/libvisual.pc.in GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t diff --git a/audio/libxmp/Makefile b/audio/libxmp/Makefile index e898b88801c..742918ba00d 100644 --- a/audio/libxmp/Makefile +++ b/audio/libxmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2021/11/13 10:28:27 nia Exp $ +# $NetBSD: Makefile,v 1.15 2022/07/25 11:12:20 wiz Exp $ DISTNAME= libxmp-4.5.0 CATEGORIES= audio @@ -9,7 +9,7 @@ HOMEPAGE= http://xmp.sourceforge.net/ COMMENT= Player for many different Amiga and PC module formats LICENSE= gnu-gpl-v2 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake GNU_CONFIGURE= yes INSTALLATION_DIRS= bin lib diff --git a/audio/opencore-amr/Makefile b/audio/opencore-amr/Makefile index b84046d7673..85a85f2a4eb 100644 --- a/audio/opencore-amr/Makefile +++ b/audio/opencore-amr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2020/03/20 11:57:23 nia Exp $ +# $NetBSD: Makefile,v 1.8 2022/07/25 11:12:20 wiz Exp $ DISTNAME= opencore-amr-0.1.5 CATEGORIES= audio @@ -11,7 +11,6 @@ LICENSE= apache-2.0 USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= pkg-config GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= amrnb/opencore-amrnb.pc.in diff --git a/audio/shine/Makefile b/audio/shine/Makefile index 36431455f3a..218ee8f36ad 100644 --- a/audio/shine/Makefile +++ b/audio/shine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/11/24 14:16:31 nia Exp $ +# $NetBSD: Makefile,v 1.4 2022/07/25 11:12:20 wiz Exp $ DISTNAME= shine-3.1.1 CATEGORIES= audio @@ -12,7 +12,6 @@ LICENSE= gnu-lgpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= shine.pc.in diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index f0dc304ae7d..c659eb2735f 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2021/11/13 10:56:22 nia Exp $ +# $NetBSD: Makefile,v 1.7 2022/07/25 11:12:20 wiz Exp $ DISTNAME= soundtouch-2.3.1 CATEGORIES= audio @@ -11,7 +11,7 @@ LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= autoconf automake autoreconf pkg-config +USE_TOOLS+= autoconf automake autoreconf GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= soundtouch.pc.in diff --git a/biology/racon/Makefile b/biology/racon/Makefile index f7a7be58d25..5a679b4082a 100644 --- a/biology/racon/Makefile +++ b/biology/racon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/05/26 18:53:39 brook Exp $ +# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:20 wiz Exp $ GITHUB_PROJECT= racon DISTNAME= racon-v1.4.3 @@ -13,7 +13,6 @@ COMMENT= Genomic consensus builder LICENSE= mit USE_CMAKE= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= vendor/bioparser/vendor/zlib/contrib/minizip/minizip.pc.in diff --git a/cad/freehdl/Makefile b/cad/freehdl/Makefile index a36ae0235a3..bc25bc1bb70 100644 --- a/cad/freehdl/Makefile +++ b/cad/freehdl/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2022/06/28 11:31:01 wiz Exp $ -# +# $NetBSD: Makefile,v 1.15 2022/07/25 11:12:20 wiz Exp $ DISTNAME= freehdl-0.0.7 PKGREVISION= 10 @@ -13,7 +12,7 @@ COMMENT= VHDL simulator GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ -USE_TOOLS+= gmake perl:run pkg-config +USE_TOOLS+= gmake perl:run INFO_FILES= yes .include "../../mk/bsd.pkg.mk" diff --git a/cad/verilator/Makefile b/cad/verilator/Makefile index f06f7e75c26..a273e6248c7 100644 --- a/cad/verilator/Makefile +++ b/cad/verilator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2022/06/28 11:31:02 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2022/07/25 11:12:20 wiz Exp $ DISTNAME= verilator-4.100 PKGREVISION= 2 @@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v3 OR artistic-2.0 GNU_CONFIGURE= yes FLEX_REQD= 2.6.4 -USE_TOOLS+= bison flex gmake perl pkg-config +USE_TOOLS+= bison flex gmake perl USE_LANGUAGES= c c++ TOOLS_PLATFORM.flex= # Use flex from pkgsrc diff --git a/chat/libsignal-protocol-c/Makefile b/chat/libsignal-protocol-c/Makefile index 7f448a2d4d0..cd015bedcd5 100644 --- a/chat/libsignal-protocol-c/Makefile +++ b/chat/libsignal-protocol-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/06/11 13:45:36 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:20 wiz Exp $ DISTNAME= libsignal-protocol-c-2.3.3 CATEGORIES= chat @@ -12,7 +12,6 @@ COMMENT= Signal Protocol C Library LICENSE= gnu-gpl-v3 USE_CMAKE= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ CMAKE_ARGS+= -DBUILD_SHARED_LIBS=true diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile index e40e06921ba..e7daa842bfb 100644 --- a/converters/fribidi/Makefile +++ b/converters/fribidi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2021/10/17 10:56:37 nia Exp $ +# $NetBSD: Makefile,v 1.32 2022/07/25 11:12:21 wiz Exp $ DISTNAME= fribidi-1.0.11 CATEGORIES= converters @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config gmake +USE_TOOLS+= gmake TEST_TARGET= check diff --git a/databases/libdbh2/Makefile b/databases/libdbh2/Makefile index c0668194247..f8e7689037f 100644 --- a/databases/libdbh2/Makefile +++ b/databases/libdbh2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/01/26 05:26:20 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2022/07/25 11:12:21 wiz Exp $ DISTNAME= libdbh2-5.0.16 CATEGORIES= databases @@ -11,7 +11,6 @@ LICENSE= gnu-gpl-v3 USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config INSTALLATION_DIRS+= share/doc/dbh/html diff --git a/devel/ETL/Makefile b/devel/ETL/Makefile index 6e9abd953b9..b22e3cf0ca9 100644 --- a/devel/ETL/Makefile +++ b/devel/ETL/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/10/31 11:16:30 asau Exp $ -# +# $NetBSD: Makefile,v 1.3 2022/07/25 11:12:21 wiz Exp $ DISTNAME= ETL-0.04.11 CATEGORIES= devel @@ -10,7 +9,6 @@ HOMEPAGE= http://synfig.org/ COMMENT= C++ template library for synfig GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= ETL.pc.in diff --git a/devel/catch2/Makefile b/devel/catch2/Makefile index 3964887fc2f..ad1d31b1991 100644 --- a/devel/catch2/Makefile +++ b/devel/catch2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2022/04/09 18:33:11 bsiegert Exp $ +# $NetBSD: Makefile,v 1.10 2022/07/25 11:12:21 wiz Exp $ DISTNAME= Catch2-2.13.8 PKGNAME= ${DISTNAME:tl} @@ -12,7 +12,6 @@ COMMENT= C++ header-only test framework for unit tests LICENSE= boost-license WRKSRC= ${WRKDIR}/${DISTNAME} -USE_TOOLS+= pkg-config USE_LANGUAGES= c c++14 USE_CMAKE= yes CONFIGURE_DIRS= build diff --git a/devel/cmockery2/Makefile b/devel/cmockery2/Makefile index b9cb10b6816..0a8d5af075c 100644 --- a/devel/cmockery2/Makefile +++ b/devel/cmockery2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/06/09 06:23:38 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2022/07/25 11:12:21 wiz Exp $ VERS= 1.3.9 DISTNAME= cmockery2-${VERS} @@ -14,7 +14,7 @@ LICENSE= apache-2.0 WRKSRC= ${WRKDIR}/cmockery2-${VERS} AUTOMAKE_REQD= 1.9 -USE_TOOLS+= pkg-config gmake m4 autoconf automake +USE_TOOLS+= gmake m4 autoconf automake USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/devel/concurrencykit/Makefile b/devel/concurrencykit/Makefile index 54ca4f20192..324a94534e3 100644 --- a/devel/concurrencykit/Makefile +++ b/devel/concurrencykit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2019/11/03 10:39:08 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2022/07/25 11:12:21 wiz Exp $ DISTNAME= ck-0.5.1 CATEGORIES= devel @@ -11,7 +11,6 @@ LICENSE= 2-clause-bsd HAS_CONFIGURE= yes CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR} -USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= build/ck.pc.in diff --git a/devel/dotconf/Makefile b/devel/dotconf/Makefile index d66cd73bb32..3ecfbb0ac94 100644 --- a/devel/dotconf/Makefile +++ b/devel/dotconf/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/08/01 16:47:37 wiz Exp $ -# +# $NetBSD: Makefile,v 1.4 2022/07/25 11:12:21 wiz Exp $ DISTNAME= dotconf-1.3 CATEGORIES= devel @@ -12,7 +11,6 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= dotconf.pc.in diff --git a/devel/fann/Makefile b/devel/fann/Makefile index f35d7101ad4..469a5da7aca 100644 --- a/devel/fann/Makefile +++ b/devel/fann/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2020/05/13 03:37:30 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2022/07/25 11:12:21 wiz Exp $ PKGREVISION= 2 @@ -15,7 +15,6 @@ USE_LANGUAGES+= c99 # Perhaps not, but cmake complains USE_LANGUAGES+= c++ -USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= cmake/fann.pc.cmake .include "../../mk/bsd.pkg.mk" diff --git a/devel/ivykis/Makefile b/devel/ivykis/Makefile index a6bbb55dd88..a4ce15ae6aa 100644 --- a/devel/ivykis/Makefile +++ b/devel/ivykis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2018/05/14 16:23:51 fhajny Exp $ +# $NetBSD: Makefile,v 1.12 2022/07/25 11:12:21 wiz Exp $ DISTNAME= ivykis-0.42.3 CATEGORIES= devel @@ -13,7 +13,6 @@ GITHUB_TAG= v${PKGVERSION_NOREV} GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config .include "../../mk/bsd.prefs.mk" diff --git a/devel/libbinio/Makefile b/devel/libbinio/Makefile index 190b9f0d34a..82d8df16824 100644 --- a/devel/libbinio/Makefile +++ b/devel/libbinio/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2020/03/20 11:57:27 nia Exp $ -# +# $NetBSD: Makefile,v 1.6 2022/07/25 11:12:22 wiz Exp $ DISTNAME= libbinio-1.4 CATEGORIES= devel @@ -13,7 +12,6 @@ COMMENT= Binary I/O stream class library GNU_CONFIGURE= yes INFO_FILES= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= libbinio.pc.in diff --git a/devel/libcbor/Makefile b/devel/libcbor/Makefile index 3bd2a3f95ad..ba17b0cc7a4 100644 --- a/devel/libcbor/Makefile +++ b/devel/libcbor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/04/12 22:36:02 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2022/07/25 11:12:22 wiz Exp $ DISTNAME= libcbor-0.9.0 CATEGORIES= devel @@ -12,7 +12,6 @@ LICENSE= mit USE_LANGUAGES+= c c++ USE_CMAKE= yes -USE_TOOLS+= pkg-config CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON CHECK_PORTABILITY_SKIP+= misc/hooks/* diff --git a/devel/libconfig/Makefile b/devel/libconfig/Makefile index fbdc0c8023a..de9d31e5362 100644 --- a/devel/libconfig/Makefile +++ b/devel/libconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2020/01/18 23:30:31 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2022/07/25 11:12:22 wiz Exp $ DISTNAME= libconfig-1.7.2 CATEGORIES= devel @@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes INFO_FILES= yes USE_LIBTOOL= yes -USE_TOOLS+= bison pkg-config +USE_TOOLS+= bison USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= lib/libconfig++.pc.in diff --git a/devel/libdeflate/Makefile b/devel/libdeflate/Makefile index 5db2520ffd3..663cc439527 100644 --- a/devel/libdeflate/Makefile +++ b/devel/libdeflate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/04/03 16:11:01 bsiegert Exp $ +# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:22 wiz Exp $ DISTNAME= libdeflate-1.10 CATEGORIES= devel @@ -10,7 +10,6 @@ HOMEPAGE= https://github.com/ebiggers/libdeflate/ COMMENT= Optimized deflate/zlib/gzip library LICENSE= mit -USE_TOOLS+= pkg-config USE_TOOLS+= gmake PKGCONFIG_OVERRIDE+= libdeflate.pc.in diff --git a/devel/libepoll-shim/Makefile b/devel/libepoll-shim/Makefile index ea86c49053b..561e5c119a6 100644 --- a/devel/libepoll-shim/Makefile +++ b/devel/libepoll-shim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2021/11/09 12:04:43 nia Exp $ +# $NetBSD: Makefile,v 1.7 2022/07/25 11:12:22 wiz Exp $ GITHUB_PROJECT= epoll-shim GITHUB_TAG= v${PKGVERSION_NOREV} @@ -13,7 +13,6 @@ COMMENT= Small epoll implemented using kevent LICENSE= mit USE_CMAKE= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ CMAKE_ARGS+= -DBUILD_TESTING=OFF diff --git a/devel/libestr/Makefile b/devel/libestr/Makefile index 93b2ea83ea7..6a190db38dd 100644 --- a/devel/libestr/Makefile +++ b/devel/libestr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2020/03/24 15:28:09 nia Exp $ +# $NetBSD: Makefile,v 1.5 2022/07/25 11:12:22 wiz Exp $ DISTNAME= libestr-0.1.11 CATEGORIES= devel @@ -11,7 +11,6 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= libestr.pc.in diff --git a/devel/libfirm/Makefile b/devel/libfirm/Makefile index 51ddb619ab7..edf37d4e4d7 100644 --- a/devel/libfirm/Makefile +++ b/devel/libfirm/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2020/05/31 15:26:59 rillig Exp $ -# +# $NetBSD: Makefile,v 1.9 2022/07/25 11:12:22 wiz Exp $ DISTNAME= libfirm-1.21.0 CATEGORIES= devel @@ -12,7 +11,6 @@ COMMENT= Provides a graph-based SSA representation of programs GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= libfirm.pc.in diff --git a/devel/libgcroots/Makefile b/devel/libgcroots/Makefile index 04510854995..1922108c8ab 100644 --- a/devel/libgcroots/Makefile +++ b/devel/libgcroots/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/08/16 21:22:11 wiz Exp $ -# +# $NetBSD: Makefile,v 1.8 2022/07/25 11:12:22 wiz Exp $ DISTNAME= libgcroots-0.2.3 CATEGORIES= devel @@ -12,7 +11,6 @@ COMMENT= Garbage collector supporting library GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= gcroots.pc.in diff --git a/devel/libgtextutils/Makefile b/devel/libgtextutils/Makefile index a860f86399a..15cd4ce2b39 100644 --- a/devel/libgtextutils/Makefile +++ b/devel/libgtextutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/04/05 18:41:20 bacon Exp $ +# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:22 wiz Exp $ DISTNAME= libgtextutils-0.7.2 CATEGORIES= devel @@ -11,7 +11,7 @@ COMMENT= Gordon text utilities LICENSE= gnu-agpl-v3 USE_LANGUAGES= c c++ -USE_TOOLS+= automake autoreconf pkg-config +USE_TOOLS+= automake autoreconf USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/devel/libntlm/Makefile b/devel/libntlm/Makefile index 6d7625424cb..b49d19a0daa 100644 --- a/devel/libntlm/Makefile +++ b/devel/libntlm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2020/06/09 06:18:17 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2022/07/25 11:12:23 wiz Exp $ DISTNAME= libntlm-1.6 CATEGORIES= devel security @@ -10,7 +10,6 @@ COMMENT= Library that implement Microsoft's NTLM authentication LICENSE= gnu-lgpl-v2.1 USE_LIBTOOL= yes -USE_TOOLS+= pkg-config GNU_CONFIGURE= yes TEST_TARGET= check diff --git a/devel/libsafec/Makefile b/devel/libsafec/Makefile index c27bf4dbb6c..7d5eafc6210 100644 --- a/devel/libsafec/Makefile +++ b/devel/libsafec/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/06/22 11:52:31 nia Exp $ -# +# $NetBSD: Makefile,v 1.3 2022/07/25 11:12:23 wiz Exp $ DISTNAME= libsafec-10052013 CATEGORIES= devel @@ -12,7 +11,6 @@ LICENSE= mit GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config AUTO_MKDIRS= yes diff --git a/devel/libsigsegv/Makefile b/devel/libsigsegv/Makefile index 70bee8a8f7f..225c980123d 100644 --- a/devel/libsigsegv/Makefile +++ b/devel/libsigsegv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2022/01/16 22:48:17 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2022/07/25 11:12:23 wiz Exp $ DISTNAME= libsigsegv-2.14 CATEGORIES= devel @@ -11,7 +11,6 @@ LICENSE= gnu-gpl-v2 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config GNU_CONFIGURE= yes TEST_TARGET= check diff --git a/devel/libvolume_id/Makefile b/devel/libvolume_id/Makefile index 6a086b908e5..79745d00226 100644 --- a/devel/libvolume_id/Makefile +++ b/devel/libvolume_id/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/11/03 10:39:19 rillig Exp $ -# +# $NetBSD: Makefile,v 1.12 2022/07/25 11:12:23 wiz Exp $ DISTNAME= libvolume_id-0.81.1 PKGREVISION= 1 @@ -13,7 +12,7 @@ COMMENT= Library to provide file system type information LICENSE= gnu-gpl-v2 INSTALLATION_DIRS= include lib lib/pkgconfig -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake USE_LIBTOOL= yes diff --git a/devel/libvterm01/Makefile b/devel/libvterm01/Makefile index 7a7545461c9..da664f09e15 100644 --- a/devel/libvterm01/Makefile +++ b/devel/libvterm01/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/06/28 11:31:48 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2022/07/25 11:12:23 wiz Exp $ DISTNAME= libvterm-0.1.4 PKGNAME= ${DISTNAME:S/libvterm/libvterm01/g} @@ -11,7 +11,7 @@ HOMEPAGE= https://www.leonerd.org.uk/code/libvterm/ COMMENT= Abstract VT220/xterm/ECMA-48 emulation library LICENSE= mit -USE_TOOLS+= pkg-config gmake perl +USE_TOOLS+= gmake perl USE_LIBTOOL= yes MAKE_FLAGS+= PREFIX=${PREFIX} diff --git a/devel/libzen/Makefile b/devel/libzen/Makefile index b19a39bf3bd..383e1f4963d 100644 --- a/devel/libzen/Makefile +++ b/devel/libzen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/08/16 20:21:08 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2022/07/25 11:12:23 wiz Exp $ DISTNAME= libzen_0.4.31 PKGNAME= ${DISTNAME:S/_/-/} @@ -12,7 +12,7 @@ COMMENT= Small C++ derivate class to have a simpler life LICENSE= zlib WRKSRC= ${WRKDIR}/ZenLib -USE_TOOLS+= autoconf automake pkg-config +USE_TOOLS+= autoconf automake USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/devel/metslib/Makefile b/devel/metslib/Makefile index 9c851644e11..a066feca608 100644 --- a/devel/metslib/Makefile +++ b/devel/metslib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/04/27 22:58:40 thor Exp $ +# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:23 wiz Exp $ DISTNAME= metslib-0.5.3 CATEGORIES= devel @@ -11,7 +11,6 @@ COMMENT= metaheuristic modeling framework for tabu search LICENSE= gnu-gpl-v3 OR epl-v1.0 GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= c++ PKGCONFIG_OVERRIDE+= metslib.pc.in diff --git a/devel/ncurses/Makefile.common b/devel/ncurses/Makefile.common index 35be8389116..492460b8b36 100644 --- a/devel/ncurses/Makefile.common +++ b/devel/ncurses/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.48 2021/11/16 15:19:59 wiz Exp $ +# $NetBSD: Makefile.common,v 1.49 2022/07/25 11:12:23 wiz Exp $ # # used by devel/ncurses/Makefile # used by devel/ncursesw/Makefile @@ -16,7 +16,7 @@ LICENSE= mit USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= gmake pkg-config tbl +USE_TOOLS+= gmake tbl GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libtool CONFIGURE_ARGS+= --enable-bsdpad diff --git a/devel/npapi-sdk/Makefile b/devel/npapi-sdk/Makefile index 20f093aa744..037ca4738a6 100644 --- a/devel/npapi-sdk/Makefile +++ b/devel/npapi-sdk/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/03/15 17:15:02 hiramatsu Exp $ -# +# $NetBSD: Makefile,v 1.7 2022/07/25 11:12:23 wiz Exp $ DISTNAME= npapi-sdk-0.27.2 CATEGORIES= devel @@ -12,7 +11,6 @@ COMMENT= Reusable, released NPAPI-SDK LICENSE= mpl-1.1 GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= npapi-sdk.pc.in diff --git a/devel/rinutils/Makefile b/devel/rinutils/Makefile index fc39f1c2375..27936d272d0 100644 --- a/devel/rinutils/Makefile +++ b/devel/rinutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/06/28 11:33:42 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2022/07/25 11:12:24 wiz Exp $ DISTNAME= rinutils-0.8.0 PKGREVISION= 2 @@ -12,7 +12,7 @@ HOMEPAGE= https://www.shlomifish.org/open-source/projects/ COMMENT= C11 / gnu11 utilities C library LICENSE= mit -USE_TOOLS+= perl pkg-config +USE_TOOLS+= perl USE_CMAKE= yes USE_LANGUAGES= c c++ diff --git a/devel/shtk/Makefile b/devel/shtk/Makefile index f7dcd611ab2..d22522e59bd 100644 --- a/devel/shtk/Makefile +++ b/devel/shtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2017/02/17 21:20:07 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2022/07/25 11:12:24 wiz Exp $ DISTNAME= shtk-1.7 CATEGORIES= devel @@ -12,7 +12,6 @@ LICENSE= modified-bsd GNU_CONFIGURE= yes TEST_TARGET= check USE_LANGUAGES= # empty -USE_TOOLS= pkg-config CONFIGURE_ARGS+= SHTK_SHELL="${SH}" diff --git a/devel/unibilium/Makefile b/devel/unibilium/Makefile index 8a28fb4bb69..a9c017a6e29 100644 --- a/devel/unibilium/Makefile +++ b/devel/unibilium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2022/06/28 11:33:44 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/07/25 11:12:24 wiz Exp $ DISTNAME= unibilium-2.1.1 PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= Basic terminfo library LICENSE= gnu-lgpl-v3 USE_LIBTOOL= yes -USE_TOOLS+= pkg-config gmake perl +USE_TOOLS+= gmake perl MAKE_FLAGS+= PREFIX=${PREFIX} MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR} diff --git a/devel/unittest-cpp/Makefile b/devel/unittest-cpp/Makefile index 5864c66055c..0396ed53bed 100644 --- a/devel/unittest-cpp/Makefile +++ b/devel/unittest-cpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/06/23 09:40:54 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:24 wiz Exp $ DISTNAME= unittest-cpp-2.0.0 CATEGORIES= devel @@ -12,7 +12,6 @@ LICENSE= mit GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= UnitTest++.pc.in diff --git a/devel/xorg-util-macros/Makefile b/devel/xorg-util-macros/Makefile index 549f3312fcb..29794e5df9e 100644 --- a/devel/xorg-util-macros/Makefile +++ b/devel/xorg-util-macros/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2021/01/24 15:52:25 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2022/07/25 11:12:24 wiz Exp $ DISTNAME= util-macros-1.19.3 PKGNAME= xorg-${DISTNAME} @@ -12,7 +12,6 @@ COMMENT= Xorg autotool macros LICENSE= mit GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= xorg-macros.pc.in .include "../../mk/bsd.pkg.mk" diff --git a/games/qqwing/Makefile b/games/qqwing/Makefile index 95ae67692ac..1398321a5f1 100644 --- a/games/qqwing/Makefile +++ b/games/qqwing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/12/24 10:14:43 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2022/07/25 11:12:24 wiz Exp $ DISTNAME= qqwing-1.3.4 CATEGORIES= games @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= qqwing.pc.in diff --git a/geography/libmaxminddb/Makefile b/geography/libmaxminddb/Makefile index dcfd02d9e2f..8aa9dc2c677 100644 --- a/geography/libmaxminddb/Makefile +++ b/geography/libmaxminddb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2022/06/27 15:29:15 fcambus Exp $ +# $NetBSD: Makefile,v 1.8 2022/07/25 11:12:24 wiz Exp $ DISTNAME= libmaxminddb-1.6.0 CATEGORIES= geography @@ -13,7 +13,7 @@ LICENSE= apache-2.0 GNU_CONFIGURE= yes USE_LANGUAGES+= c99 USE_LIBTOOL= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake PKGCONFIG_OVERRIDE+= src/libmaxminddb.pc.in diff --git a/graphics/glm/Makefile b/graphics/glm/Makefile index 558485635aa..65dc718de63 100644 --- a/graphics/glm/Makefile +++ b/graphics/glm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/01/02 14:53:26 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2022/07/25 11:12:24 wiz Exp $ DISTNAME= glm-0.9.9.8 CATEGORIES= graphics math @@ -12,7 +12,7 @@ LICENSE= mit NO_BUILD= yes NO_CONFIGURE= yes -USE_TOOLS+= pax pkg-config +USE_TOOLS+= pax GLM_DIR= include/glm INSTALLATION_DIRS= ${GLM_DIR} diff --git a/graphics/libpgf/Makefile b/graphics/libpgf/Makefile index df41bbb59b6..45a609d0a6e 100644 --- a/graphics/libpgf/Makefile +++ b/graphics/libpgf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/09/24 13:30:59 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2022/07/25 11:12:24 wiz Exp $ DISTNAME= libpgf-src-6.14.12 PKGNAME= ${DISTNAME:S/-src//} @@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v2.1 WRKSRC= ${WRKDIR}/libpgf GNU_CONFIGURE= yes -USE_TOOLS+= aclocal autoconf automake pkg-config +USE_TOOLS+= aclocal autoconf automake USE_LANGUAGES= c c++ USE_LIBTOOL= yes diff --git a/graphics/mypaint-brushes/Makefile b/graphics/mypaint-brushes/Makefile index b36c4b7c854..b13bb421add 100644 --- a/graphics/mypaint-brushes/Makefile +++ b/graphics/mypaint-brushes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2020/04/17 13:31:31 plunky Exp $ +# $NetBSD: Makefile,v 1.8 2022/07/25 11:12:25 wiz Exp $ DISTNAME= mypaint-brushes-2.0.2 PKGREVISION= 1 @@ -15,7 +15,7 @@ LICENSE= cc0-1.0-universal GNU_CONFIGURE= yes AUTOCONF_REQD= 2.62 AUTOMAKE_REQD= 1.13 -USE_TOOLS+= autoconf automake gmake pkg-config +USE_TOOLS+= autoconf automake gmake USE_LANGUAGES= # none PKGCONFIG_OVERRIDE+= pkgconfig.pc.in diff --git a/graphics/silgraphite/Makefile b/graphics/silgraphite/Makefile index d75ac610a3d..0047f32108b 100644 --- a/graphics/silgraphite/Makefile +++ b/graphics/silgraphite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2020/03/20 11:57:53 nia Exp $ +# $NetBSD: Makefile,v 1.8 2022/07/25 11:12:25 wiz Exp $ DISTNAME= silgraphite-2.3.1 CATEGORIES= graphics @@ -10,7 +10,6 @@ COMMENT= Font engine for complex non-Roman writing systems GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= c99 c++03 WRKSRC= ${WRKDIR}/${DISTNAME}/engine diff --git a/graphics/zxing-cpp/Makefile b/graphics/zxing-cpp/Makefile index a6bff40c923..d2ef4327879 100644 --- a/graphics/zxing-cpp/Makefile +++ b/graphics/zxing-cpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/07/15 07:26:22 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2022/07/25 11:12:25 wiz Exp $ DISTNAME= zxing-cpp-1.3.0 CATEGORIES= graphics @@ -11,7 +11,6 @@ COMMENT= 1D/2D barcode reader/writer library in C++ LICENSE= apache-2.0 USE_CMAKE= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= c++11 CMAKE_ARGS+= -DBUILD_EXAMPLES=OFF diff --git a/inputmethod/zinnia/Makefile b/inputmethod/zinnia/Makefile index 1d8f5b92771..3216624c0e7 100644 --- a/inputmethod/zinnia/Makefile +++ b/inputmethod/zinnia/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/10/06 14:25:22 asau Exp $ -# +# $NetBSD: Makefile,v 1.3 2022/07/25 11:12:25 wiz Exp $ .include "Makefile.common" @@ -7,7 +6,6 @@ COMMENT= Online hand writing recognition system with machine learning GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= zinnia.pc.in diff --git a/lang/chibi-scheme/Makefile b/lang/chibi-scheme/Makefile index 7bbfc850f74..0de2596c5b2 100644 --- a/lang/chibi-scheme/Makefile +++ b/lang/chibi-scheme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2020/08/18 10:25:16 leot Exp $ +# $NetBSD: Makefile,v 1.3 2022/07/25 11:12:25 wiz Exp $ DISTNAME= chibi-scheme-0.9.1 CATEGORIES= lang @@ -10,7 +10,7 @@ HOMEPAGE= http://synthcode.com/wiki/chibi-scheme COMMENT= Minimal Scheme Implementation for use as an Extension Language LICENSE= modified-bsd -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake PKGCONFIG_OVERRIDE+= chibi-scheme.pc.in diff --git a/math/boolstuff/Makefile b/math/boolstuff/Makefile index ddf5617845b..aec0862e013 100644 --- a/math/boolstuff/Makefile +++ b/math/boolstuff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/06/28 11:34:36 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2022/07/25 11:12:25 wiz Exp $ DISTNAME= boolstuff-0.1.16 PKGREVISION= 2 @@ -12,7 +12,6 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ TOOLS_BROKEN+= perl diff --git a/math/coinmp/Makefile b/math/coinmp/Makefile index 7d93d3a68f7..a4a3f6b61b8 100644 --- a/math/coinmp/Makefile +++ b/math/coinmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2020/10/10 16:10:27 nia Exp $ +# $NetBSD: Makefile,v 1.9 2022/07/25 11:12:25 wiz Exp $ DISTNAME= CoinMP-1.8.4 PKGNAME= ${DISTNAME:tl} @@ -13,7 +13,6 @@ LICENSE= cpl-1.0 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ fortran USE_GCC_RUNTIME= yes diff --git a/math/erfa/Makefile b/math/erfa/Makefile index 8cf34c84185..ba833687788 100644 --- a/math/erfa/Makefile +++ b/math/erfa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2021/01/07 21:42:50 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2022/07/25 11:12:25 wiz Exp $ DISTNAME= erfa-1.7.1 CATEGORIES= math @@ -10,8 +10,6 @@ HOMEPAGE= https://github.com/liberfa/erfa COMMENT= Essential Routines for Fundamental Astronomy LICENSE= modified-bsd -USE_TOOLS+= pkg-config - PKGCONFIG_OVERRIDE+= erfa.pc.in USE_LIBTOOL= yes diff --git a/math/libnumbertext/Makefile b/math/libnumbertext/Makefile index 4ddf123d512..a7798ff56f1 100644 --- a/math/libnumbertext/Makefile +++ b/math/libnumbertext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2022/04/20 20:11:35 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2022/07/25 11:12:26 wiz Exp $ DISTNAME= libnumbertext-1.0.10 CATEGORIES= math @@ -13,7 +13,6 @@ LICENSE= modified-bsd GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= c c++11 GCC_REQD+= 5 diff --git a/misc/raspberrypi-userland/Makefile b/misc/raspberrypi-userland/Makefile index aa2f2397bb7..dafbef23ef1 100644 --- a/misc/raspberrypi-userland/Makefile +++ b/misc/raspberrypi-userland/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2020/01/09 02:06:44 nia Exp $ -# +# $NetBSD: Makefile,v 1.18 2022/07/25 11:12:26 wiz Exp $ DISTNAME= userland-20170109 PKGREVISION= 3 @@ -22,7 +21,7 @@ USE_LANGUAGES= c c++ USE_CMAKE= yes CMAKE_ARGS+= -DCMAKE_TOOLCHAIN_FILE=${WRKSRC}/makefiles/cmake/toolchains/arm-netbsdelf.cmake -USE_TOOLS+= pkg-config bash:run +USE_TOOLS+= bash:run SUBST_CLASSES+= vc SUBST_STAGE.vc= pre-configure diff --git a/multimedia/dirac/Makefile b/multimedia/dirac/Makefile index c13057955ca..66ca0a9b35f 100644 --- a/multimedia/dirac/Makefile +++ b/multimedia/dirac/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2022/06/28 11:34:53 wiz Exp $ -# +# $NetBSD: Makefile,v 1.23 2022/07/25 11:12:26 wiz Exp $ DISTNAME= dirac-1.0.2 PKGREVISION= 11 @@ -10,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dirac.sourceforge.net/ COMMENT= Open-source video codec designed at the BBC -USE_TOOLS+= pkg-config perl:run +USE_TOOLS+= perl:run USE_LIBTOOL= yes USE_LANGUAGES= c c++03 GNU_CONFIGURE= yes diff --git a/multimedia/libde265/Makefile b/multimedia/libde265/Makefile index a5cd8818ffd..a4a0134625c 100644 --- a/multimedia/libde265/Makefile +++ b/multimedia/libde265/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2021/01/21 18:49:42 nia Exp $ +# $NetBSD: Makefile,v 1.5 2022/07/25 11:12:26 wiz Exp $ DISTNAME= libde265-1.0.8 PKGREVISION= 1 @@ -14,7 +14,6 @@ LICENSE= gnu-lgpl-v3 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= libde265.pc.in diff --git a/multimedia/libmpeg2/Makefile b/multimedia/libmpeg2/Makefile index 4b347e07c44..539143308bf 100644 --- a/multimedia/libmpeg2/Makefile +++ b/multimedia/libmpeg2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2020/03/20 11:58:04 nia Exp $ +# $NetBSD: Makefile,v 1.28 2022/07/25 11:12:26 wiz Exp $ DISTNAME= libmpeg2-0.5.1 PKGNAME= libmpeg2-0.5.1 @@ -10,7 +10,7 @@ HOMEPAGE= http://libmpeg2.sourceforge.net/ COMMENT= Library for decoding mpeg-2 and mpeg-1 video streams GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= libmpeg2/convert/libmpeg2convert.pc.in diff --git a/multimedia/libnms/Makefile b/multimedia/libnms/Makefile index b79bb06ccef..754f486e2fa 100644 --- a/multimedia/libnms/Makefile +++ b/multimedia/libnms/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/08/16 20:45:41 wiz Exp $ -# +# $NetBSD: Makefile,v 1.6 2022/07/25 11:12:26 wiz Exp $ DISTNAME= libnms-0.6.0 CATEGORIES= multimedia @@ -11,7 +10,6 @@ MAINTAINER= jfranz@bsdprojects.net COMMENT= Open Media Streaming Client Library GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= libnms.pc.in diff --git a/multimedia/libogg/Makefile b/multimedia/libogg/Makefile index f7a9c0d8aab..922599c894c 100644 --- a/multimedia/libogg/Makefile +++ b/multimedia/libogg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2022/05/15 05:52:19 dholland Exp $ +# $NetBSD: Makefile,v 1.30 2022/07/25 11:12:26 wiz Exp $ DISTNAME= libogg-1.3.5 PKGREVISION= 1 @@ -12,7 +12,6 @@ COMMENT= Ogg project codecs library LICENSE= modified-bsd USE_LIBTOOL= yes -USE_TOOLS+= pkg-config GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= ogg.pc.in TEST_TARGET= check diff --git a/multimedia/openh264/Makefile b/multimedia/openh264/Makefile index 8adde856328..a5014483f9d 100644 --- a/multimedia/openh264/Makefile +++ b/multimedia/openh264/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/11/16 14:56:36 nia Exp $ +# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:26 wiz Exp $ DISTNAME= openh264-2.1.1 CATEGORIES= multimedia @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/cisco/openh264 COMMENT= H.264 encoder/decoder library from Cisco LICENSE= 2-clause-bsd -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= openh264.pc.in diff --git a/net/libasyncns/Makefile b/net/libasyncns/Makefile index 57585b2b265..b56c3ca922b 100644 --- a/net/libasyncns/Makefile +++ b/net/libasyncns/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/02/09 11:30:47 mef Exp $ -# +# $NetBSD: Makefile,v 1.4 2022/07/25 11:12:26 wiz Exp $ DISTNAME= libasyncns-0.8 CATEGORIES= net @@ -12,7 +11,6 @@ LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config TEST_TARGET= check PKGCONFIG_OVERRIDE+= libasyncns.pc.in diff --git a/net/libiscsi/Makefile b/net/libiscsi/Makefile index 3f04a86a396..4eb3c216e29 100644 --- a/net/libiscsi/Makefile +++ b/net/libiscsi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/03/13 13:21:39 tnn Exp $ +# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:27 wiz Exp $ DISTNAME= libiscsi-1.19.0 CATEGORIES= net @@ -11,7 +11,7 @@ LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= aclocal autoconf automake autoreconf gmake pkg-config +USE_TOOLS+= aclocal autoconf automake autoreconf gmake PKGCONFIG_OVERRIDE+= libiscsi.pc.in BUILDLINK_TRANSFORM+= rm:-Werror diff --git a/net/libmicrodns/Makefile b/net/libmicrodns/Makefile index 2c1fc6ae457..d5e18bc94ae 100644 --- a/net/libmicrodns/Makefile +++ b/net/libmicrodns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/04/12 11:50:23 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2022/07/25 11:12:27 wiz Exp $ DISTNAME= microdns-0.2.0 PKGNAME= ${DISTNAME:S/microdns/libmicrodns/} @@ -13,7 +13,6 @@ HOMEPAGE= https://github.com/videolabs/libmicrodns/ COMMENT= Minimal mDNS resolver (and announcer) cross-platform library LICENSE= gnu-lgpl-v2.1 -USE_TOOLS+= pkg-config LDFLAGS.SunOS+= -lsocket PYTHON_FOR_BUILD_ONLY= tool diff --git a/net/libquvi-scripts/Makefile b/net/libquvi-scripts/Makefile index b06b08a60c7..18c24751dc9 100644 --- a/net/libquvi-scripts/Makefile +++ b/net/libquvi-scripts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2020/03/20 11:58:08 nia Exp $ +# $NetBSD: Makefile,v 1.11 2022/07/25 11:12:27 wiz Exp $ DISTNAME= libquvi-scripts-0.4.21 CATEGORIES= net @@ -13,7 +13,6 @@ LICENSE= gnu-lgpl-v2.1 CONFLICTS+= quvi<=0.2.19 GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= # none CONFIGURE_ARGS+= --with-nsfw diff --git a/parallel/openpa/Makefile b/parallel/openpa/Makefile index 8415789eb66..6d41cfda51d 100644 --- a/parallel/openpa/Makefile +++ b/parallel/openpa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2013/03/17 14:43:48 asau Exp $ +# $NetBSD: Makefile,v 1.5 2022/07/25 11:12:27 wiz Exp $ DISTNAME= openpa-1.0.4 CATEGORIES= parallel @@ -8,7 +8,6 @@ MAINTAINER= asau@inbox.ru HOMEPAGE= http://trac.mcs.anl.gov/projects/openpa/ COMMENT= Atomic primitives for high performance software -USE_TOOLS= pkg-config GNU_CONFIGURE= yes USE_LIBTOOL= yes TEST_TARGET= check diff --git a/print/foomatic4-filters/Makefile b/print/foomatic4-filters/Makefile index b6409e28aac..5e6463458ee 100644 --- a/print/foomatic4-filters/Makefile +++ b/print/foomatic4-filters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2022/06/28 11:35:28 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2022/07/25 11:12:27 wiz Exp $ DISTNAME= foomatic-filters-4.0.17 PKGREVISION= 16 @@ -11,7 +11,7 @@ COMMENT= Spooler-independent PostScript printing filter CONFLICTS+= foomatic-gswrapper-[0-9]* -USE_TOOLS+= gmake gs:run perl pkg-config +USE_TOOLS+= gmake gs:run perl GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} diff --git a/security/libb2/Makefile b/security/libb2/Makefile index 15a674e6024..ac0dc6b4d1b 100644 --- a/security/libb2/Makefile +++ b/security/libb2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/06/22 18:54:04 bsiegert Exp $ +# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:27 wiz Exp $ DISTNAME= libb2-0.98.1 CATEGORIES= security @@ -12,7 +12,6 @@ LICENSE= cc0-1.0-universal GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= libb2.pc.in diff --git a/security/libgfshare/Makefile b/security/libgfshare/Makefile index 82017a6c41f..efe5ca81d02 100644 --- a/security/libgfshare/Makefile +++ b/security/libgfshare/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2014/11/02 20:38:16 agc Exp $ +# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:27 wiz Exp $ DISTNAME= libgfshare-1.0.5 CATEGORIES= security @@ -10,7 +10,7 @@ HOMEPAGE= http://www.digital-scurf.org/software/libgfshare COMMENT= Library to implement Shamir's secret sharing scheme LICENSE= mit -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/security/libressl/Makefile b/security/libressl/Makefile index 853d59c29d8..31c554fd6b6 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2020/11/26 15:49:58 schmonz Exp $ +# $NetBSD: Makefile,v 1.17 2022/07/25 11:12:27 wiz Exp $ DISTNAME= libressl-2.7.4 PKGREVISION= 1 @@ -12,7 +12,6 @@ LICENSE= openssl GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= libcrypto.pc.in PKGCONFIG_OVERRIDE+= libssl.pc.in diff --git a/security/libsecp256k1/Makefile b/security/libsecp256k1/Makefile index 309e34efd09..791e87f8938 100644 --- a/security/libsecp256k1/Makefile +++ b/security/libsecp256k1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/11/04 20:32:18 js Exp $ +# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:27 wiz Exp $ GITHUB_PROJECT= secp256k1 GITHUB_TAG= ac05f61fcf639a15b5101131561620303e4bd808 @@ -13,7 +13,7 @@ LICENSE= mit WRKSRC= ${WRKDIR}/secp256k1-${GITHUB_TAG} GNU_CONFIGURE= yes -USE_TOOLS+= autoconf automake gmake pkg-config +USE_TOOLS+= autoconf automake gmake USE_LIBTOOL= yes # Inspired by the configure flags ArchLinux uses diff --git a/security/olm/Makefile b/security/olm/Makefile index b718651c3e3..243e1cfa557 100644 --- a/security/olm/Makefile +++ b/security/olm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/01/25 12:55:43 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2022/07/25 11:12:28 wiz Exp $ DISTNAME= olm-3.2.10 CATEGORIES= security @@ -11,7 +11,6 @@ COMMENT= Implementation of the Double Ratchet cryptographic ratchet LICENSE= apache-2.0 USE_CMAKE= yes -USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ USE_TOOLS+= gmake diff --git a/sysutils/hal-info/Makefile b/sysutils/hal-info/Makefile index 18ca62fbc7c..3087f244918 100644 --- a/sysutils/hal-info/Makefile +++ b/sysutils/hal-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2022/06/28 11:35:56 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2022/07/25 11:12:28 wiz Exp $ DISTNAME= hal-info-20091130 PKGREVISION= 10 @@ -15,7 +15,7 @@ TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake intltool msgfmt perl pkg-config +USE_TOOLS+= gmake intltool msgfmt perl USE_LIBTOOL= YES TEST_TARGET= check diff --git a/sysutils/libcap/Makefile b/sysutils/libcap/Makefile index 4ac1b7fdbd8..2d0055a29b6 100644 --- a/sysutils/libcap/Makefile +++ b/sysutils/libcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2022/06/28 11:35:57 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2022/07/25 11:12:28 wiz Exp $ DISTNAME= libcap-2.44 PKGREVISION= 2 @@ -10,7 +10,7 @@ HOMEPAGE= https://sites.google.com/site/fullycapable/ COMMENT= Library for getting and setting POSIX.1e capabilities LICENSE= gnu-gpl-v2 -USE_TOOLS+= pkg-config gmake gsed perl +USE_TOOLS+= gmake gsed perl ONLY_FOR_PLATFORM= Linux-*-* diff --git a/sysutils/liblogging/Makefile b/sysutils/liblogging/Makefile index eb892cc9209..21b8cc4c3de 100644 --- a/sysutils/liblogging/Makefile +++ b/sysutils/liblogging/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2020/05/27 19:37:42 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2022/07/25 11:12:28 wiz Exp $ DISTNAME= liblogging-1.0.6 CATEGORIES= sysutils @@ -11,7 +11,6 @@ LICENSE= 2-clause-bsd GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= rfc3195/liblogging-rfc3195.pc.in PKGCONFIG_OVERRIDE+= stdlog/liblogging-stdlog.pc.in diff --git a/sysutils/lvm2/Makefile b/sysutils/lvm2/Makefile index 8c9fb990dd0..6657b4cf1ee 100644 --- a/sysutils/lvm2/Makefile +++ b/sysutils/lvm2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/07/08 09:09:47 kamil Exp $ +# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:28 wiz Exp $ DISTNAME= LVM2.2.02.98 PKGNAME= ${DISTNAME:S/LVM2./lvm2-/} @@ -12,7 +12,7 @@ COMMENT= Linux userspace toolset for volume management facilities LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config gmake +USE_TOOLS+= gmake ONLY_FOR_PLATFORM= Linux-*-* diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile index 68a53bf5b5a..47137c905da 100644 --- a/sysutils/pciutils/Makefile +++ b/sysutils/pciutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2022/05/13 11:41:56 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2022/07/25 11:12:28 wiz Exp $ DISTNAME= pciutils-3.8.0 CATEGORIES= sysutils @@ -19,7 +19,7 @@ MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q} MAKE_FLAGS+= SHARED=yes INSTALL_TARGET= install install-lib -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake REPLACE_SH= *.sh PKGCONFIG_OVERRIDE= lib/libpci.pc.in diff --git a/sysutils/spice-protocol/Makefile b/sysutils/spice-protocol/Makefile index 8a78989154f..a4251b3fcbd 100644 --- a/sysutils/spice-protocol/Makefile +++ b/sysutils/spice-protocol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2021/04/12 11:18:21 nia Exp $ +# $NetBSD: Makefile,v 1.16 2022/07/25 11:12:28 wiz Exp $ DISTNAME= spice-protocol-0.14.3 PKGREVISION= 1 @@ -11,7 +11,6 @@ HOMEPAGE= https://spice-space.org/ COMMENT= Headers defining protocols for SPICE server code LICENSE= modified-bsd AND mit -USE_TOOLS+= pkg-config USE_LANGUAGES= # none PKGCONFIG_OVERRIDE_STAGE= pre-install diff --git a/sysutils/zabbix50-java/Makefile b/sysutils/zabbix50-java/Makefile index 2a8bd731770..7a96acd04bb 100644 --- a/sysutils/zabbix50-java/Makefile +++ b/sysutils/zabbix50-java/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2020/11/03 23:35:41 otis Exp $ +# $NetBSD: Makefile,v 1.3 2022/07/25 11:12:28 wiz Exp $ .include "../../sysutils/zabbix50-server/Makefile.common" PKGNAME= ${DISTNAME:S/-/-java-/} COMMENT= Enterprise-class Monitoring Solution for Everyone -USE_TOOLS+= pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-java CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 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 diff --git a/www/libecap/Makefile b/www/libecap/Makefile index c3b961e752e..1d8fcb4d3b7 100644 --- a/www/libecap/Makefile +++ b/www/libecap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2020/01/26 17:32:21 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2022/07/25 11:12:29 wiz Exp $ DISTNAME= libecap-1.0.1 PKGREVISION= 2 @@ -13,7 +13,6 @@ LICENSE= 2-clause-bsd GNU_CONFIGURE= yes USE_LANGUAGES= c c++11 USE_LIBTOOL= yes -USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= libecap.pc.in diff --git a/www/wslay/Makefile b/www/wslay/Makefile index 667f6bd7948..1faab25188b 100644 --- a/www/wslay/Makefile +++ b/www/wslay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/06/29 13:44:22 adam Exp $ +# $NetBSD: Makefile,v 1.4 2022/07/25 11:12:30 wiz Exp $ DISTNAME= wslay-1.1.1 CATEGORIES= www @@ -12,7 +12,6 @@ COMMENT= WebSocket library written in C LICENSE= mit USE_LIBTOOL= yes -USE_TOOLS+= pkg-config GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= lib/libwslay.pc.in diff --git a/x11/libxdg-basedir/Makefile b/x11/libxdg-basedir/Makefile index 18e20dfee59..bd8d17828ac 100644 --- a/x11/libxdg-basedir/Makefile +++ b/x11/libxdg-basedir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2020/04/05 14:06:13 nia Exp $ +# $NetBSD: Makefile,v 1.7 2022/07/25 11:12:30 wiz Exp $ DISTNAME= libxdg-basedir-1.2.0 CATEGORIES= x11 @@ -13,7 +13,6 @@ LICENSE= mit GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= autoconf automake autoreconf -USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= pkgconfig/libxdg-basedir.pc.in diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index 2a08ee63a55..59168dbab5d 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2022/06/28 11:37:57 wiz Exp $ +# $NetBSD: Makefile,v 1.81 2022/07/25 11:12:30 wiz Exp $ DISTNAME= pixman-0.40.0 PKGREVISION= 3 @@ -19,7 +19,7 @@ CONFIGURE_ARGS+= --disable-sse2 .endif USE_LIBTOOL= yes -USE_TOOLS+= pkg-config perl +USE_TOOLS+= perl PKGCONFIG_OVERRIDE+= pixman-1.pc.in PKGCONFIG_OVERRIDE+= pixman-1-uninstalled.pc.in |