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:           Fri Jan 31 15:29:17 UTC 2025

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

Log Message:
security/pinentry-fltk: Switch to FLTK 1.4

Part of FLTK 1.4 transition (Step 2).

- Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/security/pinentry-fltk/Makefile:1.11
--- pkgsrc/security/pinentry-fltk/Makefile:1.10 Fri Aug  9 09:42:34 2024
+++ pkgsrc/security/pinentry-fltk/Makefile      Fri Jan 31 15:29:17 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2024/08/09 09:42:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2025/01/31 15:29:17 micha Exp $
 
 PKGNAME=       ${DISTNAME:S/pinentry-/pinentry-fltk-/}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       Applications for entering PINs or Passphrases, FLTK enabled
 
 .include "../../security/pinentry/Makefile.common"
@@ -20,5 +20,14 @@ CONFIGURE_ARGS+=     --enable-pinentry-fltk
 
 INSTALL_DIRS=          fltk
 
-.include "../../x11/fltk13/buildlink3.mk"
+# ----------------------------------------------------------------------
+# Remove "patch-configure.ac" and this section after FLTK 1.4 support
+# was provided by upstream
+USE_TOOLS+=    autoconf automake autoreconf
+
+pre-configure:
+       cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoreconf -fi
+# ----------------------------------------------------------------------
+
+.include "../../x11/fltk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index