pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pinentry-fltk



Module Name:    pkgsrc
Committed By:   micha
Date:           Wed Feb  5 09:37:26 UTC 2025

Modified Files:
        pkgsrc/security/pinentry-fltk: Makefile

Log Message:
security/pinentry-fltk: Fix build

- Add tools to regenerate configure script
- Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/pinentry-fltk/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/pinentry-fltk/Makefile
diff -u pkgsrc/security/pinentry-fltk/Makefile:1.11 pkgsrc/security/pinentry-fltk/Makefile:1.12
--- pkgsrc/security/pinentry-fltk/Makefile:1.11 Fri Jan 31 15:29:17 2025
+++ pkgsrc/security/pinentry-fltk/Makefile      Wed Feb  5 09:37:26 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2025/01/31 15:29:17 micha Exp $
+# $NetBSD: Makefile,v 1.12 2025/02/05 09:37:26 micha Exp $
 
 PKGNAME=       ${DISTNAME:S/pinentry-/pinentry-fltk-/}
-PKGREVISION=   2
+PKGREVISION=   3
 COMMENT=       Applications for entering PINs or Passphrases, FLTK enabled
 
 .include "../../security/pinentry/Makefile.common"
@@ -23,7 +23,7 @@ INSTALL_DIRS=         fltk
 # ----------------------------------------------------------------------
 # Remove "patch-configure.ac" and this section after FLTK 1.4 support
 # was provided by upstream
-USE_TOOLS+=    autoconf automake autoreconf
+USE_TOOLS+=    autoconf automake autoreconf gm4 gettext-m4
 
 pre-configure:
        cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoreconf -fi



Home | Main Index | Thread Index | Old Index