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:57:48 UTC 2025
Modified Files:
pkgsrc/cross/arm-none-eabi-gdb: Makefile
Log Message:
arm-none-eabi-gdb: restore accidentally dropped options.mk ref
(I've no idea how this happened, as my tree was supposed to be up to
date, but was missing r. 1.10 of Makefile but not the other changes
from that commit.)
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/cross/arm-none-eabi-gdb/Makefile:1.12
--- pkgsrc/cross/arm-none-eabi-gdb/Makefile:1.11 Tue Sep 16 12:37:20 2025
+++ pkgsrc/cross/arm-none-eabi-gdb/Makefile Tue Sep 16 12:57:48 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2025/09/16 12:37:20 gutteridge Exp $
+# $NetBSD: Makefile,v 1.12 2025/09/16 12:57:48 gutteridge Exp $
DISTNAME= gdb-16.3
PKGNAME= cross-arm-none-eabi-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
EXTRACT_SUFX= .tar.xz
@@ -34,6 +34,7 @@ REPLACE_BASH+= gdb/gstack-1.in
# 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