pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/zstd Set zstd to RESTRICTED since its exampl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ca8fce5fadf
branches:  trunk
changeset: 365692:0ca8fce5fadf
user:      nros <nros%pkgsrc.org@localhost>
date:      Sun Jul 23 18:28:41 2017 +0000

description:
Set zstd to RESTRICTED since its examples are not redistributable

diffstat:

 archivers/zstd/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r ff603de60083 -r 0ca8fce5fadf archivers/zstd/Makefile
--- a/archivers/zstd/Makefile   Sun Jul 23 18:04:12 2017 +0000
+++ b/archivers/zstd/Makefile   Sun Jul 23 18:28:41 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/07/22 10:49:07 adam Exp $
+# $NetBSD: Makefile,v 1.9 2017/07/23 18:28:41 nros Exp $
 
 DISTNAME=      zstd-1.3.0
 CATEGORIES=    archivers
@@ -19,6 +19,10 @@
 BUILD_TARGET=          allmost
 TEST_TARGET=           test
 
+RESTRICTED=            "LICENSE-examples does not permit redistribution of the examples"
+NO_SRC_ON_CDROM=       ${RESTRICTED}
+NO_SRC_ON_FTP=         ${RESTRICTED}
+
 .include "../../archivers/xz/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index