devel/pkgconf: update to 2.0.2
PR: 272934 exp-run: antoine
This commit is contained in:
parent
3312d02769
commit
8e3a5d951e
5 changed files with 21 additions and 7 deletions
|
@ -324,7 +324,7 @@ cabal-pre-configure:
|
|||
. if !target(do-build)
|
||||
do-build:
|
||||
cd ${WRKSRC} && \
|
||||
${SETENV} ${MAKE_ENV} ${CABAL_HOME_ENV} ${CABAL_CMD} build --offline --disable-benchmarks --disable-tests ${CABAL_WITH_ARGS} ${CABAL_LTO_ARGS} --flags "${CABAL_FLAGS}" ${BUILD_ARGS} ${BUILD_TARGET}
|
||||
${SETENV} ${MAKE_ENV} ${CABAL_HOME_ENV} ${CABAL_CMD} build --verbose --offline --disable-benchmarks --disable-tests ${CABAL_WITH_ARGS} ${CABAL_LTO_ARGS} --flags "${CABAL_FLAGS}" ${BUILD_ARGS} ${BUILD_TARGET}
|
||||
. endif
|
||||
|
||||
. if !target(do-install)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= pkgconf
|
||||
PORTVERSION= 1.8.1
|
||||
PORTVERSION= 2.0.2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://distfiles.ariadne.space/${PORTNAME}/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1674555959
|
||||
SHA256 (pkgconf-1.8.1.tar.xz) = 644361ada2942be05655d4452eb018791647c31bba429b287f1f68deb2dc6840
|
||||
SIZE (pkgconf-1.8.1.tar.xz) = 302372
|
||||
TIMESTAMP = 1692601113
|
||||
SHA256 (pkgconf-2.0.2.tar.xz) = ea5a25ef8f251eb5377ec0e21c75fb61894433cfbdbf0b2559ba33e4c2664401
|
||||
SIZE (pkgconf-2.0.2.tar.xz) = 310604
|
||||
|
|
13
devel/pkgconf/files/patch-modversion-comparison
Normal file
13
devel/pkgconf/files/patch-modversion-comparison
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git cli/main.c cli/main.c
|
||||
index 25ff5ca..d75bbb7 100644
|
||||
--- cli/main.c
|
||||
+++ cli/main.c
|
||||
@@ -306,7 +306,7 @@ apply_modversion(pkgconf_client_t *client, pkgconf_pkg_t *world, void *data, int
|
||||
pkgconf_dependency_t *dep = world_iter->data;
|
||||
pkgconf_pkg_t *pkg = dep->match;
|
||||
|
||||
- if (strncmp(pkg->id, queue_node->package, strlen(pkg->id)))
|
||||
+ if (strcmp(pkg->id, queue_node->package))
|
||||
continue;
|
||||
|
||||
if (pkg->version != NULL) {
|
|
@ -1,3 +1,4 @@
|
|||
bin/bomtool
|
||||
bin/pkg-config
|
||||
bin/pkgconf
|
||||
include/pkgconf/libpkgconf/bsdstubs.h
|
||||
|
@ -7,8 +8,8 @@ include/pkgconf/libpkgconf/libpkgconf.h
|
|||
include/pkgconf/libpkgconf/stdinc.h
|
||||
lib/libpkgconf.a
|
||||
lib/libpkgconf.so
|
||||
lib/libpkgconf.so.3
|
||||
lib/libpkgconf.so.3.0.0
|
||||
lib/libpkgconf.so.4
|
||||
lib/libpkgconf.so.4.0.0
|
||||
libdata/pkgconfig/libpkgconf.pc
|
||||
man/man1/pkgconf.1.gz
|
||||
man/man5/pc.5.gz
|
||||
|
|
Loading…
Reference in a new issue