pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ada-gnat_util14



Module Name:    pkgsrc
Committed By:   dkazankov
Date:           Mon Dec  1 04:52:24 UTC 2025

Modified Files:
        pkgsrc/devel/ada-gnat_util14: Makefile

Log Message:
ada-gnat_util14: change execution time of code fragment to fix build error


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ada-gnat_util14/Makefile

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

Modified files:

Index: pkgsrc/devel/ada-gnat_util14/Makefile
diff -u pkgsrc/devel/ada-gnat_util14/Makefile:1.1 pkgsrc/devel/ada-gnat_util14/Makefile:1.2
--- pkgsrc/devel/ada-gnat_util14/Makefile:1.1   Fri Nov 28 20:35:14 2025
+++ pkgsrc/devel/ada-gnat_util14/Makefile       Mon Dec  1 04:52:24 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/11/28 20:35:14 dkazankov Exp $
+# $NetBSD: Makefile,v 1.2 2025/12/01 04:52:24 dkazankov Exp $
 
 DISTNAME=      gnat_util-20.0w-20190814-1532A-src
 PKGNAME=       ada-gnat_util14-14.3.0
@@ -39,6 +39,8 @@ post-extract:
        for f in stand.adb tree_in.adb tree_in.ads tree_io.adb tree_io.ads; do \
            ${MV} ${WRKSRC}/$$f ${WRKSRC}/$$f.orig; \
        done
+
+pre-configure:
 # Update GNAT sources
        for f in $$(cat ${WRKSRC}/MANIFEST.gnat_util); do \
            ${CP} ${WRKDIR}/${GCC_DISTNAME}/gcc/ada/$$f ${WRKSRC}; \



Home | Main Index | Thread Index | Old Index