pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/arm-none-eabi-gcc Added missing LICENSE variable.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4eccd56ce181
branches:  trunk
changeset: 373487:4eccd56ce181
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jan 03 00:42:46 2018 +0000

description:
Added missing LICENSE variable.

diffstat:

 cross/arm-none-eabi-gcc/Makefile |  22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)

diffs (59 lines):

diff -r 892b410820f4 -r 4eccd56ce181 cross/arm-none-eabi-gcc/Makefile
--- a/cross/arm-none-eabi-gcc/Makefile  Wed Jan 03 00:41:37 2018 +0000
+++ b/cross/arm-none-eabi-gcc/Makefile  Wed Jan 03 00:42:46 2018 +0000
@@ -1,27 +1,29 @@
-# $NetBSD: Makefile,v 1.9 2017/09/24 21:07:17 wiedi Exp $
+# $NetBSD: Makefile,v 1.10 2018/01/03 00:42:46 rillig Exp $
 
 DISTNAME=              gcc-7.2.0
 PKGNAME=               cross-arm-none-eabi-${DISTNAME}
 CATEGORIES=            cross
+NEWLIBVER=             2.5.0
 MASTER_SITES=          ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/}
-NEWLIBVER=              2.5.0
-SITES.newlib-${NEWLIBVER}.tar.gz=ftp://sources.redhat.com/pub/newlib/
-DISTFILES=             ${DISTNAME}${EXTRACT_SUFX} \
+DISTFILES=             ${DEFAULT_DISTFILES} \
                        newlib-${NEWLIBVER}.tar.gz
+SITES.newlib-${NEWLIBVER}.tar.gz= ftp://sources.redhat.com/pub/newlib/
+
 
 MAINTAINER=            ryoon%NetBSD.org@localhost
 HOMEPAGE=              # none
 COMMENT=               GCC for bare metal ARM EABI
-EXTRACT_SUFX=          .tar.gz
+LICENSE=               gnu-gpl-v2
 
 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
+TOOL_DEPENDS+=                 gtexinfo>=5.1:../../devel/gtexinfo
+_TOOLS_USE_PKGSRC.makeinfo=    yes
 
-DEPENDS+=      cross-arm-none-eabi-binutils-[0-9]*:../../cross/arm-none-eabi-binutils
+DEPENDS+=              cross-arm-none-eabi-binutils-[0-9]*:../../cross/arm-none-eabi-binutils
 
 USE_LANGUAGES+=                c c++
 
@@ -51,7 +53,7 @@
 
 CONFIGURE_ARGS+=       --enable-${PLUGIN_NAME}-plugin
 
-PLIST_VARS+=           libcpp
+PLIST_VARS+=           libcpp
 
 .include "../../mk/compiler.mk"
 .if !empty(PKGSRC_COMPILER:Mclang)
@@ -62,7 +64,7 @@
 .endif
 
 .if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS"
-PLIST.libcpp=          yes
+PLIST.libcpp=  yes
 .endif
 
 post-extract:



Home | Main Index | Thread Index | Old Index