summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmonz <schmonz>2008-02-19 13:59:04 +0000
committerschmonz <schmonz>2008-02-19 13:59:04 +0000
commit905fcba0fa989e2c302f6cad1cddf116f1d54d7f (patch)
treeeb6b75e4e03f3c5ed26e43a996c794d20710543a
parentc91b3e8e71daaf8ae54e50194d1dc830a42e25dd (diff)
downloadpkgsrc-905fcba0fa989e2c302f6cad1cddf116f1d54d7f.tar.gz
DJB has placed certain of his software in the public domain. Excerpted
from <URL:http://cr.yp.to/distributors.html>: What are the distribution terms for daemontools? 2007.12.28: I hereby place the daemontools package (in particular, daemontools-0.76.tar.gz, with MD5 checksum 1871af2453d6e464034968a0fbcb2bfc) into the public domain. The package is no longer copyrighted. What are the distribution terms for djbdns? 2007.12.28: I hereby place the djbdns package (in particular, djbdns-1.05.tar.gz, with MD5 checksum 3147c5cd56832aa3b41955c7a51cbeb2) into the public domain. The package is no longer copyrighted. What are the distribution terms for ucspi-tcp? 2007.12.28: I hereby place the ucspi-tcp package (in particular, ucspi-tcp-0.88.tar.gz, with MD5 checksum 39b619147db54687c4a583a7a94c9163) into the public domain. The package is no longer copyrighted. Am I free to modify uncopyrighted packages and distribute modified versions? Yes. But this does not mean that modifications are _encouraged_! And from <URL:http://cr.yp.to/qmail/dist.html>: I hereby place the qmail package (in particular, qmail-1.03.tar.gz, with MD5 checksum 622f65f982e380dbe86e6574f3abcb7c) into the public domain. You are free to modify the package, distribute modified versions, etc. This does not mean that modifications are encouraged! pkgsrc will strive, as it has, to keep modifications to a tasteful minimum. This addresses PR pkg/37964 by Aleksej Saushev.
-rw-r--r--mail/qmail/Makefile5
-rw-r--r--net/djbdns/Makefile5
-rw-r--r--net/ucspi-tcp/Makefile4
-rw-r--r--sysutils/daemontools/Makefile4
4 files changed, 9 insertions, 9 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index 3e3c59b3890..f544d29bc41 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2007/06/15 18:15:19 jlam Exp $
+# $NetBSD: Makefile,v 1.56 2008/02/19 13:59:05 schmonz Exp $
#
DISTNAME= netqmail-1.05
@@ -30,8 +30,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= nroff
DJB_BUILD_TARGETS= man
-
-DJB_RESTRICTED= YES
+DJB_RESTRICTED= no
MAKE_DIRS+= ${PKG_SYSCONFDIR} ${PKG_SYSCONFDIR}/alias
MAKE_DIRS+= ${PKG_SYSCONFDIR}/control ${PKG_SYSCONFDIR}/users
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile
index f6638c8b691..e4442a467cf 100644
--- a/net/djbdns/Makefile
+++ b/net/djbdns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2007/01/07 09:14:02 rillig Exp $
+# $NetBSD: Makefile,v 1.54 2008/02/19 13:59:05 schmonz Exp $
DISTNAME= djbdns-1.05
PKGREVISION= 7
@@ -18,7 +18,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
# We change conf-home from the default "/usr/local" and don't
# provide compatibility symlinks. We also patch to honor PKG_SYSCONFDIR
# and to set reasonable permissions on standard pkgsrc directories.
-DJB_RESTRICTED= YES
+# This no longer affects distributability, as djbdns is public domain.
+DJB_RESTRICTED= no
EGDIR= ${PREFIX}/share/examples/djbdns
CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
diff --git a/net/ucspi-tcp/Makefile b/net/ucspi-tcp/Makefile
index 14b00fe3004..394d9b73f47 100644
--- a/net/ucspi-tcp/Makefile
+++ b/net/ucspi-tcp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2007/02/02 13:00:36 schmonz Exp $
+# $NetBSD: Makefile,v 1.33 2008/02/19 13:59:05 schmonz Exp $
DISTNAME= ucspi-tcp-0.88
PKGREVISION= 2
@@ -13,7 +13,7 @@ COMMENT= Command-line tools for building TCP client-server applications
MANPAGES= ${DISTNAME}-man-20020317.tar.gz
SITES.${MANPAGES}= http://smarden.org/pape/djb/manpages/
-DJB_RESTRICTED= YES
+DJB_RESTRICTED= no
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile
index c08295a3e14..10722caafb6 100644
--- a/sysutils/daemontools/Makefile
+++ b/sysutils/daemontools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2007/01/07 09:14:11 rillig Exp $
+# $NetBSD: Makefile,v 1.30 2008/02/19 13:59:04 schmonz Exp $
DISTNAME= daemontools-0.76
PKGREVISION= 1
@@ -13,7 +13,7 @@ COMMENT= Service monitoring and logging utilities by djb
MANPAGES= ${DISTNAME}-man-20020131.tar.gz
SITES.${MANPAGES}= http://smarden.org/pape/djb/manpages/
-DJB_RESTRICTED= YES
+DJB_RESTRICTED= no
PKG_INSTALLATION_TYPES= overwrite pkgviews