pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/libgpg-error



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 30 14:45:13 UTC 2026

Modified Files:
        pkgsrc/security/libgpg-error: Makefile

Log Message:
libgpg-error: fix rpath in pkg-config file

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/security/libgpg-error/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/libgpg-error/Makefile
diff -u pkgsrc/security/libgpg-error/Makefile:1.98 pkgsrc/security/libgpg-error/Makefile:1.99
--- pkgsrc/security/libgpg-error/Makefile:1.98  Sun Dec 21 21:38:59 2025
+++ pkgsrc/security/libgpg-error/Makefile       Fri Jan 30 14:45:13 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.98 2025/12/21 21:38:59 adam Exp $
+# $NetBSD: Makefile,v 1.99 2026/01/30 14:45:13 wiz Exp $
 
 DISTNAME=      libgpg-error-1.58
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GNUPG:=libgpg-error/}
 EXTRACT_SUFX=  .tar.bz2
@@ -18,6 +19,10 @@ CONFIGURE_ARGS+=     --enable-install-gpg-er
 INFO_FILES=            yes
 TEST_TARGET=           check
 
+PKGCONFIG_OVERRIDE+=           src/gpg-error.pc
+# compared to 'known good' values with rpath during build
+PKGCONFIG_OVERRIDE_STAGE=      post-build
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${USE_CROSS_COMPILE:U:tl} == yes



Home | Main Index | Thread Index | Old Index