pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/xv Define NO_SRC_ON_CDROM because the README ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e854c1de51f
branches:  trunk
changeset: 498031:0e854c1de51f
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Aug 10 18:36:01 2005 +0000

description:
Define NO_SRC_ON_CDROM because the README says

  Permission to copy and distribute XV in its entirety, for
  non-commercial purposes, is hereby granted without fee, provided that
  this license information and copyright notice appear in all copies.

  Note that distributing XV 'bundled' in with any product is considered
  to be a 'commercial purpose'.

Define NO_BIN_ON_{CDROM,FTP} because the package has been patched, and
because the binary package does not include source.

  If you redistribute XV, the *entire* contents of this distribution
  must be distributed, including the README, and INSTALL files, the
  sources, and the complete contents of the 'docs' directory.

  The software may be modified for your own purposes, but modified
  versions may not be distributed without prior consent of the author.

diffstat:

 graphics/xv/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r caf23a374e09 -r 0e854c1de51f graphics/xv/Makefile
--- a/graphics/xv/Makefile      Wed Aug 10 18:21:07 2005 +0000
+++ b/graphics/xv/Makefile      Wed Aug 10 18:36:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2005/08/10 16:50:18 he Exp $
+# $NetBSD: Makefile,v 1.60 2005/08/10 18:36:01 gdt Exp $
 
 DISTNAME=      xv-3.10a
 PKGREVISION=   10
@@ -18,6 +18,12 @@
 
 USE_IMAKE=     YES
 
+# See the end of README in work/xv-3.10a for details.
+RESTRICTED=    "Distribution of modified copies and commercial distribution is not permitted."
+NO_SRC_ON_CDROM=       ${RESTRICTED}
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+NO_BIN_ON_FTP=         ${RESTRICTED}
+
 LICENSE=       xv-license
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index