pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/zstd
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
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.8 pkgsrc/archivers/zstd/Makefile:1.9
--- pkgsrc/archivers/zstd/Makefile:1.8 Sat Jul 22 10:49:07 2017
+++ pkgsrc/archivers/zstd/Makefile Sun Jul 23 18:28:41 2017
@@ -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 @@ MAKE_FLAGS+= INSTALL=${INSTALL:Q}
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