pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gdb7
Module Name: pkgsrc
Committed By: rillig
Date: Sun May 3 17:40:34 UTC 2020
Modified Files:
pkgsrc/devel/gdb7: Makefile
Log Message:
devel/gdb7: fix shell portability
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/gdb7/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/gdb7/Makefile
diff -u pkgsrc/devel/gdb7/Makefile:1.6 pkgsrc/devel/gdb7/Makefile:1.7
--- pkgsrc/devel/gdb7/Makefile:1.6 Sat Jan 18 23:30:28 2020
+++ pkgsrc/devel/gdb7/Makefile Sun May 3 17:40:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:28 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2020/05/03 17:40:34 rillig Exp $
DISTNAME= gdb-7.11
PKGREVISION= 6
@@ -14,7 +14,7 @@ BROKEN_GETTEXT_DETECTION= yes
GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
-USE_TOOLS+= gmake msgfmt makeinfo perl:build
+USE_TOOLS+= gmake msgfmt makeinfo perl:build bash
REPLACE_LOCALEDIR_PATTERNS+= Make-in
INSTALL_TARGET= install install-info
TEST_TARGET= check
@@ -30,6 +30,8 @@ SUBST_SED.fix-depcomp+= -e 's,< ./depco
AUTO_MKDIRS= yes
+REPLACE_BASH+= sim/testsuite/sim/bfin/run-tests.sh
+
.include "options.mk"
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index