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 Removed license again.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42504aa9059d
branches:  trunk
changeset: 373521:42504aa9059d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jan 03 22:43:23 2018 +0000

description:
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.

diffstat:

 cross/arm-none-eabi-gcc/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 6c2a6e68d731 -r 42504aa9059d cross/arm-none-eabi-gcc/Makefile
--- a/cross/arm-none-eabi-gcc/Makefile  Wed Jan 03 20:52:55 2018 +0000
+++ b/cross/arm-none-eabi-gcc/Makefile  Wed Jan 03 22:43:23 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2018/01/03 00:42:46 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2018/01/03 22:43:23 rillig Exp $
 
 DISTNAME=              gcc-7.2.0
 PKGNAME=               cross-arm-none-eabi-${DISTNAME}
@@ -13,7 +13,6 @@
 MAINTAINER=            ryoon%NetBSD.org@localhost
 HOMEPAGE=              # none
 COMMENT=               GCC for bare metal ARM EABI
-LICENSE=               gnu-gpl-v2
 
 EXTRACT_USING=         bsdtar
 



Home | Main Index | Thread Index | Old Index