pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/ezmlm Set RESTRICTED directly in this package, ra...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/143ba6b5c99b
branches:  trunk
changeset: 478239:143ba6b5c99b
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jul 19 23:49:35 2004 +0000

description:
Set RESTRICTED directly in this package, rather than in Makefile.common,
and clarify: we cannot redistribute binary packages because we
change the paths of conf-bin and conf-man from the default "/usr/local"
and don't provide compatibility symlinks.

Set USE_BUILDLINK3=yes.

Add "install" to ALL_TARGET in Makefile.common so that the installer
is compiled at the end of the build phase, rather than at the
beginning of the install phase.

diffstat:

 mail/ezmlm/Makefile        |  10 +++++++++-
 mail/ezmlm/Makefile.common |   8 ++------
 2 files changed, 11 insertions(+), 7 deletions(-)

diffs (48 lines):

diff -r e0389809cb8b -r 143ba6b5c99b mail/ezmlm/Makefile
--- a/mail/ezmlm/Makefile       Mon Jul 19 23:17:16 2004 +0000
+++ b/mail/ezmlm/Makefile       Mon Jul 19 23:49:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/07/16 00:20:39 schmonz Exp $
+# $NetBSD: Makefile,v 1.10 2004/07/19 23:49:35 schmonz Exp $
 #
 
 .include "../../mail/ezmlm/Makefile.common"
@@ -11,6 +11,14 @@
 
 CONFLICTS=     ezmlm-idx-[0-9]*
 
+USE_BUILDLINK3=        yes
+
+# We change conf-bin and conf-man from the default "/usr/local"
+# and don't provide compatibility symlinks.
+RESTRICTED=    "modified source and binaries may not be distributed"
+NO_BIN_ON_CDROM=${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+
 .include "../../mk/compiler.mk"
 
 .if !empty(CC_VERSION:Mgcc-*)
diff -r e0389809cb8b -r 143ba6b5c99b mail/ezmlm/Makefile.common
--- a/mail/ezmlm/Makefile.common        Mon Jul 19 23:17:16 2004 +0000
+++ b/mail/ezmlm/Makefile.common        Mon Jul 19 23:49:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2002/07/23 08:42:35 schmonz Exp $
+# $NetBSD: Makefile.common,v 1.2 2004/07/19 23:49:35 schmonz Exp $
 #
 
 EZMLM_VERS=    ezmlm-0.53
@@ -11,13 +11,9 @@
 
 PLIST_SRC=     ../../mail/ezmlm/PLIST.common
 
-ALL_TARGET=    it man
+ALL_TARGET=    it man install
 INSTALL_TARGET=        setup
 
-RESTRICTED=            "unsure of djb's license"
-NO_BIN_ON_CDROM=       ${RESTRICTED}
-NO_BIN_ON_FTP=         ${RESTRICTED}
-
 do-configure:
        ${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
        ${ECHO} ${CC} ${_STRIPFLAG_CC} > ${WRKSRC}/conf-ld



Home | Main Index | Thread Index | Old Index