pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2017Q2] pkgsrc/archivers/zstd
Module Name: pkgsrc
Committed By: spz
Date: Sun Jul 30 09:40:23 UTC 2017
Modified Files:
pkgsrc/archivers/zstd [pkgsrc-2017Q2]: Makefile
Log Message:
Pullup ticket #5527 - requested by joerg
archivers/zstd: license handling fix
Revisions pulled up:
- archivers/zstd/Makefile 1.9-1.10
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: nros
Date: Sun Jul 23 18:28:41 UTC 2017
Modified Files:
pkgsrc/archivers/zstd: Makefile
Log Message:
Set zstd to RESTRICTED since its examples are not redistributable
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/archivers/zstd/Makefile
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: nros
Date: Sun Jul 23 19:02:25 UTC 2017
Modified Files:
pkgsrc/archivers/zstd: Makefile
Log Message:
fix pkglint warning about RESTRICTED
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/archivers/zstd/Makefile
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.2.1 pkgsrc/archivers/zstd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/zstd/Makefile
diff -u pkgsrc/archivers/zstd/Makefile:1.7 pkgsrc/archivers/zstd/Makefile:1.7.2.1
--- pkgsrc/archivers/zstd/Makefile:1.7 Thu Apr 20 13:45:52 2017
+++ pkgsrc/archivers/zstd/Makefile Sun Jul 30 09:40:23 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/04/20 13:45:52 jperkin Exp $
+# $NetBSD: Makefile,v 1.7.2.1 2017/07/30 09:40:23 spz Exp $
DISTNAME= zstd-1.1.4
CATEGORIES= archivers
@@ -18,5 +18,9 @@ MAKE_JOBS_SAFE= no
PKGCONFIG_OVERRIDE+= lib/libzstd.pc.in
+RESTRICTED= LICENSE-examples does not permit redistribution of the examples
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_SRC_ON_FTP= ${RESTRICTED}
+
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index