pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/arm-none-eabi-gcc



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Aug 12 14:24:41 UTC 2020

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

Log Message:
arm-none-eabi-gcc: Select pkgsrc makeinfo by the proper way


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/cross/arm-none-eabi-gcc/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-gcc/Makefile
diff -u pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.28 pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.29
--- pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.28        Sat May  2 14:56:27 2020
+++ pkgsrc/cross/arm-none-eabi-gcc/Makefile     Wed Aug 12 14:24:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/05/02 14:56:27 rillig Exp $
+# $NetBSD: Makefile,v 1.29 2020/08/12 14:24:41 ryoon Exp $
 
 DISTNAME=              gcc-8.3.0
 PKGNAME=               cross-arm-none-eabi-${DISTNAME}
@@ -19,8 +19,7 @@ EXTRACT_USING=                bsdtar
 
 # for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33549
 # use makeinfo from pkgsrc/devel/gtexinfo.
-TOOL_DEPENDS+=                 gtexinfo>=5.1:../../devel/gtexinfo
-_TOOLS_USE_PKGSRC.makeinfo=    yes
+TEXINFO_REQD=          5.1
 
 DEPENDS+=              cross-arm-none-eabi-binutils-[0-9]*:../../cross/arm-none-eabi-binutils
 



Home | Main Index | Thread Index | Old Index