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:   rillig
Date:           Wed Jan  3 22:43:23 UTC 2018

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.11
--- pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.10        Wed Jan  3 00:42:46 2018
+++ pkgsrc/cross/arm-none-eabi-gcc/Makefile     Wed Jan  3 22:43:23 2018
@@ -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 @@ SITES.newlib-${NEWLIBVER}.tar.gz= ftp://
 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