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:   rillig
Date:           Thu May 28 15:31:43 UTC 2020

Modified Files:
        pkgsrc/cross/arm-none-eabi-gdb: Makefile

Log Message:
cross/arm-none-eabi-gdb: suppress USE_TOOLS+=perl warning


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/cross/arm-none-eabi-gdb/Makefile:1.5
--- pkgsrc/cross/arm-none-eabi-gdb/Makefile:1.4 Sat May  9 17:46:48 2020
+++ pkgsrc/cross/arm-none-eabi-gdb/Makefile     Thu May 28 15:31:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/05/09 17:46:48 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2020/05/28 15:31:43 rillig Exp $
 
 DISTNAME=      gdb-7.10
 PKGNAME=       cross-arm-none-eabi-${DISTNAME}
@@ -14,6 +14,7 @@ LICENSE=      gnu-gpl-v3
 ARMELF_PREFIX= ${PREFIX}/cross-arm-none-eabi
 
 USE_TOOLS+=    gmake makeinfo
+TOOLS_BROKEN+= perl # used in do-install for texi2pod
 GNU_CONFIGURE= yes
 
 OBJDIR=                        ../build



Home | Main Index | Thread Index | Old Index