Wed Jan 3 22:43:23 2018 UTC ()
Removed license again.

The newly introduced guess-license make(1) target is too naive.
In this case, it just looked at the file COPYING, but the actual
rules for this package are much more complicated. Each file has
its own license, and the various COPYING files are only references
to which the files point.


(rillig)
diff -r1.10 -r1.11 pkgsrc/cross/arm-none-eabi-gcc/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/cross/arm-none-eabi-gcc/Makefile (expand / switch to unified diff)

--- pkgsrc/cross/arm-none-eabi-gcc/Makefile 2018/01/03 00:42:46 1.10
+++ pkgsrc/cross/arm-none-eabi-gcc/Makefile 2018/01/03 22:43:23 1.11
@@ -1,29 +1,28 @@ @@ -1,29 +1,28 @@
1# $NetBSD: Makefile,v 1.10 2018/01/03 00:42:46 rillig Exp $ 1# $NetBSD: Makefile,v 1.11 2018/01/03 22:43:23 rillig Exp $
2 2
3DISTNAME= gcc-7.2.0 3DISTNAME= gcc-7.2.0
4PKGNAME= cross-arm-none-eabi-${DISTNAME} 4PKGNAME= cross-arm-none-eabi-${DISTNAME}
5CATEGORIES= cross 5CATEGORIES= cross
6NEWLIBVER= 2.5.0 6NEWLIBVER= 2.5.0
7MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/} 7MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/}
8DISTFILES= ${DEFAULT_DISTFILES} \ 8DISTFILES= ${DEFAULT_DISTFILES} \
9 newlib-${NEWLIBVER}.tar.gz 9 newlib-${NEWLIBVER}.tar.gz
10SITES.newlib-${NEWLIBVER}.tar.gz= ftp://sources.redhat.com/pub/newlib/ 10SITES.newlib-${NEWLIBVER}.tar.gz= ftp://sources.redhat.com/pub/newlib/
11 11
12 12
13MAINTAINER= ryoon@NetBSD.org 13MAINTAINER= ryoon@NetBSD.org
14HOMEPAGE= # none 14HOMEPAGE= # none
15COMMENT= GCC for bare metal ARM EABI 15COMMENT= GCC for bare metal ARM EABI
16LICENSE= gnu-gpl-v2 
17 16
18EXTRACT_USING= bsdtar 17EXTRACT_USING= bsdtar
19 18
20 19
21# for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33549 20# for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33549
22# use makeinfo from pkgsrc/devel/gtexinfo. 21# use makeinfo from pkgsrc/devel/gtexinfo.
23TOOL_DEPENDS+= gtexinfo>=5.1:../../devel/gtexinfo 22TOOL_DEPENDS+= gtexinfo>=5.1:../../devel/gtexinfo
24_TOOLS_USE_PKGSRC.makeinfo= yes 23_TOOLS_USE_PKGSRC.makeinfo= yes
25 24
26DEPENDS+= cross-arm-none-eabi-binutils-[0-9]*:../../cross/arm-none-eabi-binutils 25DEPENDS+= cross-arm-none-eabi-binutils-[0-9]*:../../cross/arm-none-eabi-binutils
27 26
28USE_LANGUAGES+= c c++ 27USE_LANGUAGES+= c c++
29 28