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:           Fri Mar 17 03:06:01 UTC 2017

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

Log Message:
Bump PKGREVISION

Add perl as a tool


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.4
--- pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.3 Sun Jan 22 12:35:02 2017
+++ pkgsrc/cross/arm-none-eabi-gcc/Makefile     Fri Mar 17 03:06:01 2017
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2017/01/22 12:35:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2017/03/17 03:06:01 ryoon Exp $
 
 DISTNAME=              gcc-6.3.0
 PKGNAME=               cross-arm-none-eabi-${DISTNAME}
+PKGREVISION=           1
 CATEGORIES=            cross
 MASTER_SITES=          ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/}
 NEWLIBVER=              2.5.0
@@ -30,7 +31,7 @@ CONFIGURE_SCRIPT=     ../${DISTNAME}/configu
 
 CONFIG_SHELL=          ${TOOLS_PATH.bash}
 WRAPPER_SHELL=         ${TOOLS_PATH.bash}
-USE_TOOLS+=            bash
+USE_TOOLS+=            bash perl
 
 USE_TOOLS+=            gmake makeinfo
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index