pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail Enable pkgviews installation, and reformat a whol...
details: https://anonhg.NetBSD.org/pkgsrc/rev/17799c1fb6f8
branches: trunk
changeset: 478244:17799c1fb6f8
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Tue Jul 20 00:04:36 2004 +0000
description:
Enable pkgviews installation, and reformat a whole bunch.
diffstat:
mail/ezmlm-idx/Makefile | 41 +++++++++++++++++++++++------------------
mail/ezmlm/Makefile | 26 +++++++++++++++-----------
2 files changed, 38 insertions(+), 29 deletions(-)
diffs (113 lines):
diff -r 05baee6cb1be -r 17799c1fb6f8 mail/ezmlm-idx/Makefile
--- a/mail/ezmlm-idx/Makefile Mon Jul 19 23:56:21 2004 +0000
+++ b/mail/ezmlm-idx/Makefile Tue Jul 20 00:04:36 2004 +0000
@@ -1,39 +1,44 @@
-# $NetBSD: Makefile,v 1.5 2004/07/19 23:50:22 schmonz Exp $
+# $NetBSD: Makefile,v 1.6 2004/07/20 00:04:36 schmonz Exp $
#
.include "../../mail/ezmlm/Makefile.common"
-DISTNAME= ezmlm-idx-0.421
+DISTNAME= ezmlm-idx-0.421
SITES_${DISTNAME}.tar.gz= http://www.ezmlm.org/archive/0.421/
-MAINTAINER= tech-pkg%NetBSD.org@localhost
-HOMEPAGE= http://www.ezmlm.org/
-COMMENT= ezmlm with enhancements by third parties
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://www.ezmlm.org/
+COMMENT= ezmlm with enhancements by third parties
+
+CONFLICTS= ezmlm-[0-9]*
-CONFLICTS= ezmlm-[0-9]*
+DISTFILES+= ${EZMLM_VERS}.tar.gz
+PLIST_SRC+= PLIST.idx
-DISTFILES+= ${EZMLM_VERS}.tar.gz
-PLIST_SRC+= PLIST.idx
+PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_BUILDLINK3= yes
+USE_BUILDLINK3= yes
# ezmlm-idx is a modification of the ezmlm source.
-RESTRICTED= "modified source and binaries may not be distributed"
-NO_BIN_ON_CDROM=${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
+RESTRICTED= "modified source and binaries may not be distributed"
+NO_BIN_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
-USE_PKGINSTALL= YES
+USE_PKGINSTALL= YES
PKG_SYSCONFSUBDIR= ezmlm
-CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\"\\\"
+CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\"\\\"
-EGDIR= ${PREFIX}/share/examples/ezmlm-idx
-CONF_FILES= ${EGDIR}/ezcgirc ${PKG_SYSCONFDIR}/ezcgirc
-CONF_FILES+= ${EGDIR}/ezmlmrc ${PKG_SYSCONFDIR}/ezmlmrc
+EGDIR= ${PREFIX}/share/examples/ezmlm-idx
+CONF_FILES= ${EGDIR}/ezcgirc ${PKG_SYSCONFDIR}/ezcgirc
+CONF_FILES+= ${EGDIR}/ezmlmrc ${PKG_SYSCONFDIR}/ezmlmrc
+
+INSTALLATION_DIRS= bin man man/man1 man/man5 man/cat1 man/cat5
+INSTALLATION_DIRS+= share/examples/ezmlm-idx
.include "../../mk/bsd.prefs.mk"
-BUILD_DEFS+= EZMLM_IDX_USE_MYSQL EZMLM_IDX_USE_PGSQL
+BUILD_DEFS+= EZMLM_IDX_USE_MYSQL EZMLM_IDX_USE_PGSQL
.if !empty(EZMLM_IDX_USE_MYSQL:M[yY][eE][sS])
.include "../../databases/mysql-client/buildlink3.mk"
diff -r 05baee6cb1be -r 17799c1fb6f8 mail/ezmlm/Makefile
--- a/mail/ezmlm/Makefile Mon Jul 19 23:56:21 2004 +0000
+++ b/mail/ezmlm/Makefile Tue Jul 20 00:04:36 2004 +0000
@@ -1,28 +1,32 @@
-# $NetBSD: Makefile,v 1.10 2004/07/19 23:49:35 schmonz Exp $
+# $NetBSD: Makefile,v 1.11 2004/07/20 00:07:37 schmonz Exp $
#
.include "../../mail/ezmlm/Makefile.common"
-DISTNAME= ${EZMLM_VERS}
+DISTNAME= ${EZMLM_VERS}
+
+MAINTAINER= zuntum%NetBSD.org@localhost
+HOMEPAGE= http://cr.yp.to/ezmlm.html
+COMMENT= Easy-to-use, high-speed mailing list manager for qmail
-MAINTAINER= zuntum%NetBSD.org@localhost
-HOMEPAGE= http://cr.yp.to/ezmlm.html
-COMMENT= Easy-to-use, high-speed mailing list manager for qmail
+CONFLICTS= ezmlm-idx-[0-9]*
-CONFLICTS= ezmlm-idx-[0-9]*
+PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_BUILDLINK3= yes
+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}
+RESTRICTED= "modified source and binaries may not be distributed"
+NO_BIN_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+
+INSTALLATION_DIRS= bin man man/man1 man/man5 man/cat1 man/cat5
.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc-*)
-CFLAGS+= -fno-builtin-log
+CFLAGS+= -fno-builtin-log
.endif
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index