commit a6ea2ae
hovercats
·
2026-04-18 05:01:56 +0000 UTC
parent cd65c4a
libpkgconf: drop
6 files changed,
+0,
-63
+0,
-3
1@@ -288,9 +288,6 @@
2 [submodule "pkg/muon/src"]
3 path = pkg/muon/src
4 url = https://git.sr.ht/~lattis/muon/
5-[submodule "pkg/libpkgconf/src"]
6- path = pkg/libpkgconf/src
7- url = https://github.com/pkgconf/pkgconf
8 [submodule "pkg/fuse/src"]
9 path = pkg/fuse/src
10 url = https://github.com/libfuse/libfuse
+0,
-1
1@@ -45,7 +45,6 @@ subgen 'libfido2'
2 subgen 'libinput'
3 subgen 'libjpeg-turbo'
4 subgen 'libnl'
5-subgen 'libpkgconf'
6 subgen 'libplacebo'
7 subgen 'libpng'
8 subgen 'libressl'
+0,
-23
1@@ -1,23 +0,0 @@
2-cflags{
3- '-I $dir',
4- '-I $srcdir',
5-}
6-
7-pkg.hdrs = {
8- copy('$outdir/libpkgconf', '$srcdir/libpkgconf', {
9- 'libpkgconf.h',
10- 'bsdstubs.h',
11- 'stdinc.h',
12- 'libpkgconf-api.h',
13- 'iter.h',
14- })}
15-
16-lib('libpkgconf.a', [[libpkgconf/(
17- audit.c buffer.c cache.c client.c
18- pkg.c bsdstubs.c fragment.c
19- argvsplit.c fileio.c tuple.c
20- dependency.c queue.c path.c
21- personality.c parser.c
22-)]])
23-
24-fetch 'git'
+0,
-34
1@@ -1,34 +0,0 @@
2-#define SYSTEM_LIBDIR "/lib:/usr/lib"
3-#define SYSTEM_INCLUDEDIR "/include:/usr/include"
4-#define PKG_DEFAULT_PATH "/usr/lib/pkgconf"
5-#define PERSONALITY_PATH "/etc/pkgconf/personality.d"
6-#define HAVE_DECL_PLEDGE 0
7-#define HAVE_DECL_REALLOCARRAY 1
8-#define HAVE_DECL_STRLCAT 1
9-#define HAVE_DECL_STRLCPY 1
10-#define HAVE_DECL_STRNDUP 1
11-#define HAVE_DECL_UNVEIL 0
12-#define HAVE_DLFCN_H 1
13-#define HAVE_INTTYPES_H 1
14-#define HAVE_STDINT_H 1
15-#define HAVE_STDIO_H 1
16-#define HAVE_STDLIB_H 1
17-#define HAVE_STRINGS_H 1
18-#define HAVE_STRING_H 1
19-#define HAVE_SYS_STAT_H 1
20-#define HAVE_SYS_TYPES_H 1
21-#define HAVE_UNISTD_H 1
22-#define LT_OBJDIR ".libs/"
23-#define PACKAGE "pkgconf"
24-#define PACKAGE_BUGREPORT "https://github.com/pkgconf/pkgconf/issues/new"
25-#define PACKAGE_NAME "pkgconf"
26-#define PACKAGE_STRING "pkgconf 2.5.1"
27-#define PACKAGE_TARNAME "pkgconf"
28-#define PACKAGE_URL ""
29-#define PACKAGE_VERSION "2.5.1"
30-#define STDC_HEADERS 1
31-#define VERSION "2.5.1"
32-/* #undef _FILE_OFFSET_BITS */
33-/* #undef _LARGE_FILES */
34-/* #undef _TIME_BITS */
35-/* #undef __MINGW_USE_VC2005_COMPAT */
+0,
-1
1@@ -1 +0,0 @@
2-Subproject commit 4fc570f91d9d8d843ab32d2198a5c064538d8ffd
+0,
-1
1@@ -1 +0,0 @@
2-2.5.1 r0