pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cross/arm-none-eabi-gdb
Module Name: pkgsrc
Committed By: gutteridge
Date: Tue Sep 16 12:37:20 UTC 2025
Modified Files:
pkgsrc/cross/arm-none-eabi-gdb: Makefile
Log Message:
arm-none-eabi-gdb: fix builds (one script expects bash)
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/cross/arm-none-eabi-gdb/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cross/arm-none-eabi-gdb/Makefile
diff -u pkgsrc/cross/arm-none-eabi-gdb/Makefile:1.10 pkgsrc/cross/arm-none-eabi-gdb/Makefile:1.11
--- pkgsrc/cross/arm-none-eabi-gdb/Makefile:1.10 Tue Sep 9 01:53:45 2025
+++ pkgsrc/cross/arm-none-eabi-gdb/Makefile Tue Sep 16 12:37:20 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2025/09/09 01:53:45 lloyd Exp $
+# $NetBSD: Makefile,v 1.11 2025/09/16 12:37:20 gutteridge Exp $
DISTNAME= gdb-16.3
PKGNAME= cross-arm-none-eabi-${DISTNAME}
-#PKGREVISION= 3
+PKGREVISION= 1
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
EXTRACT_SUFX= .tar.xz
@@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v3
ARMELF_PREFIX= ${PREFIX}/cross-arm-none-eabi
-USE_TOOLS+= gmake makeinfo
+USE_TOOLS+= bash:run gmake makeinfo
USE_LANGUAGES= c c++
TOOLS_BROKEN+= perl # used in do-install for texi2pod
GNU_CONFIGURE= yes
@@ -28,11 +28,12 @@ CONFIGURE_ARGS+= --disable-werror --targ
CONFIGURE_ARGS+= --disable-nls
INFO_FILES= yes
+REPLACE_BASH+= gdb/gstack-1.in
+
# Uses all kinds of bashisms but is only needed for testing.
# If ever necessary, this should be fixed using REPLACE_BASH.
CHECK_PORTABILITY_SKIP+= sim/testsuite/sim/bfin/run-tests.sh
-.include "options.mk"
.include "../../mk/bsd.prefs.mk"
pre-configure:
Home |
Main Index |
Thread Index |
Old Index