pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pinentry



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Jul  2 15:38:39 UTC 2026

Modified Files:
        pkgsrc/security/pinentry: Makefile.common

Log Message:
pinentry: add a CHECK_PORTABILITY_SKIP

build-aux/config.rpath:286:12: double brackets
  if [[ $libdir = '/usr/lib' ]] || [[ $libdir = '/usr/lib64' ]] ;

This file comes from gnulib and was perhaps generated with an
old version? gnulib master does not have the double brackets.
This code is under a case statement for GNU platforms so don't
bother patching it in pkgsrc.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/pinentry/Makefile.common

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

Modified files:

Index: pkgsrc/security/pinentry/Makefile.common
diff -u pkgsrc/security/pinentry/Makefile.common:1.23 pkgsrc/security/pinentry/Makefile.common:1.24
--- pkgsrc/security/pinentry/Makefile.common:1.23       Thu Jul  2 09:21:18 2026
+++ pkgsrc/security/pinentry/Makefile.common    Thu Jul  2 15:38:39 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2026/07/02 09:21:18 adam Exp $
+# $NetBSD: Makefile.common,v 1.24 2026/07/02 15:38:39 tnn Exp $
 #
 # used by security/pinentry/Makefile
 # used by security/pinentry-fltk/Makefile
@@ -26,6 +26,8 @@ CONFIGURE_ARGS+=      --with-libiconv-prefix=
 CONFIGURE_ENV.Darwin=   am_cv_func_iconv_works=yes
 INFO_FILES=            yes
 
+CHECK_PORTABILITY_SKIP+=       build-aux/config.rpath
+
 .include "../../security/libassuan2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.16
 .include "../../security/libgpg-error/buildlink3.mk"



Home | Main Index | Thread Index | Old Index