pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkgconf: remove, used for updating devel/pkgconf
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sun Mar 9 07:06:58 2025 +0100
Changeset: 37ed3d92cd6ee7b7136bbf9c7b33f0d0c1822f2f
Modified Files:
Makefile
Removed Files:
pkgconf/DESCR
pkgconf/Makefile
pkgconf/PLIST
pkgconf/buildlink3.mk
pkgconf/distinfo
Log Message:
pkgconf: remove, used for updating devel/pkgconf
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=37ed3d92cd6ee7b7136bbf9c7b33f0d0c1822f2f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 3 +--
pkgconf/DESCR | 5 -----
pkgconf/Makefile | 50 --------------------------------------------------
pkgconf/PLIST | 19 -------------------
pkgconf/buildlink3.mk | 12 ------------
pkgconf/distinfo | 5 -----
6 files changed, 1 insertion(+), 93 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 02bdfaccba..55cf74ef23 100644
--- a/Makefile
+++ b/Makefile
@@ -303,6 +303,7 @@ SUBDIR+= beignet
SUBDIR+= belle-sip
SUBDIR+= bertini
SUBDIR+= bfgminer
+SUBDIR+= biblesync
SUBDIR+= bicon
SUBDIR+= bifrost
SUBDIR+= bigdft
@@ -2487,7 +2488,6 @@ SUBDIR+= mysql-docs
SUBDIR+= mysql-proxy
SUBDIR+= mysqltcl
SUBDIR+= n2n
-SUBDIR+= naev12
SUBDIR+= nag
SUBDIR+= nagios-plugin-mysql_health
SUBDIR+= nagstamon
@@ -3202,7 +3202,6 @@ SUBDIR+= pkg_conflicts
SUBDIR+= pkg_fake
SUBDIR+= pkg_rmleaves
SUBDIR+= pkg_summary-utils
-SUBDIR+= pkgconf
SUBDIR+= pkgmanager
SUBDIR+= plank
SUBDIR+= plantri
diff --git a/pkgconf/DESCR b/pkgconf/DESCR
deleted file mode 100644
index 3b1e2adb43..0000000000
--- a/pkgconf/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-pkgconf is a program which helps to configure compiler and linker flags for
-development frameworks. It is similar to pkg-config, but was written from
-scratch in the summer of 2011 to replace pkg-config, which now needs itself
-to build itself (or you can set a bunch of environment variables, both are
-pretty ugly).
diff --git a/pkgconf/Makefile b/pkgconf/Makefile
deleted file mode 100644
index 67a8d89679..0000000000
--- a/pkgconf/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# $NetBSD: Makefile,v 1.32 2025/03/06 22:40:56 wiz Exp $
-
-DISTNAME= pkgconf-2.4.3
-CATEGORIES= devel
-MASTER_SITES= https://distfiles.dereferenced.org/pkgconf/
-
-MAINTAINER= nico%orgrim.net@localhost
-HOMEPAGE= https://github.com/pkgconf/pkgconf
-COMMENT= API-driven pkg-config replacement
-LICENSE= modified-bsd
-
-TEST_DEPENDS+= kyua-[0-9]*:../../devel/kyua
-
-CONFLICTS+= pkg-config-[0-9]*
-
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-system-libdir=/usr/lib
-CONFIGURE_ARGS+= --with-system-includedir=/usr/include
-
-MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}/man1
-
-PKGCONFIG_PATHS= ${PREFIX}/lib/pkgconfig
-PKGCONFIG_PATHS+= ${PREFIX}/share/pkgconfig
-PKGCONFIG_PATHS+= /usr/lib/pkgconfig
-
-TEST_TARGET= check
-
-# for reallocarray
-# https://github.com/pkgconf/pkgconf/issues/285
-CPPFLAGS.NetBSD+= -D_OPENBSD_SOURCE
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${LOCALBASE} != ${X11BASE}
-PKGCONFIG_PATHS+= ${X11BASE}/lib/pkgconfig
-.endif
-
-CONFIGURE_ARGS+= --with-pkg-config-dir=${PKGCONFIG_PATHS:ts::Q}
-
-# configure script incorrectly sets only _FILE_OFFSET_BITS=64
-CPPFLAGS.SunOS+= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-
-post-install:
- ${LN} -s pkgconf ${DESTDIR}${PREFIX}/bin/pkg-config
- ${LN} -s pkgconf.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/pkg-config.1
-
-.include "../../mk/bsd.pkg.mk"
-# PKG_CONFIG* variables in test environment break tests
-TEST_ENV= HOME=${FAKEHOMEDIR}
diff --git a/pkgconf/PLIST b/pkgconf/PLIST
deleted file mode 100644
index 92101b48d8..0000000000
--- a/pkgconf/PLIST
+++ /dev/null
@@ -1,19 +0,0 @@
-@comment $NetBSD: PLIST,v 1.9 2023/02/04 14:08:03 wiz Exp $
-bin/bomtool
-bin/pkg-config
-bin/pkgconf
-include/pkgconf/libpkgconf/bsdstubs.h
-include/pkgconf/libpkgconf/iter.h
-include/pkgconf/libpkgconf/libpkgconf-api.h
-include/pkgconf/libpkgconf/libpkgconf.h
-include/pkgconf/libpkgconf/stdinc.h
-lib/libpkgconf.la
-lib/pkgconfig/libpkgconf.pc
-man/man1/pkg-config.1
-man/man1/pkgconf.1
-man/man5/pc.5
-man/man5/pkgconf-personality.5
-man/man7/pkg.m4.7
-share/aclocal/pkg.m4
-share/doc/pkgconf/AUTHORS
-share/doc/pkgconf/README.md
diff --git a/pkgconf/buildlink3.mk b/pkgconf/buildlink3.mk
deleted file mode 100644
index e03a8511d2..0000000000
--- a/pkgconf/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2023/02/22 15:51:41 micha Exp $
-
-BUILDLINK_TREE+= pkgconf
-
-.if !defined(PKGCONF_BUILDLINK3_MK)
-PKGCONF_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.pkgconf+= pkgconf>=1.9.4
-BUILDLINK_PKGSRCDIR.pkgconf?= ../../wip/pkgconf
-.endif # PKGCONF_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -pkgconf
diff --git a/pkgconf/distinfo b/pkgconf/distinfo
deleted file mode 100644
index 5f9f064ecd..0000000000
--- a/pkgconf/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.28 2025/03/06 22:40:56 wiz Exp $
-
-BLAKE2s (pkgconf-2.4.3.tar.gz) = 00ac4cb281356a6ca71a956d31cf5a4348860c21159b287d7188c09e81a435cc
-SHA512 (pkgconf-2.4.3.tar.gz) = 611c3c8d13f1ee4d812a05d37ec0a8cdc4070448e7beb0b2eeb19508e797fc10ae16bed367016b90bc5a54cff016b94c1466f31c6d932d292afebc78051278ba
-Size (pkgconf-2.4.3.tar.gz) = 468948 bytes
Home |
Main Index |
Thread Index |
Old Index