head 1.10; access; symbols pkgsrc-2013Q2:1.10.0.34 pkgsrc-2013Q2-base:1.10 pkgsrc-2012Q4:1.10.0.32 pkgsrc-2012Q4-base:1.10 pkgsrc-2011Q4:1.10.0.30 pkgsrc-2011Q4-base:1.10 pkgsrc-2011Q2:1.10.0.28 pkgsrc-2011Q2-base:1.10 pkgsrc-2009Q4:1.10.0.26 pkgsrc-2009Q4-base:1.10 pkgsrc-2008Q4:1.10.0.24 pkgsrc-2008Q4-base:1.10 pkgsrc-2008Q3:1.10.0.22 pkgsrc-2008Q3-base:1.10 cube-native-xorg:1.10.0.20 cube-native-xorg-base:1.10 pkgsrc-2008Q2:1.10.0.18 pkgsrc-2008Q2-base:1.10 pkgsrc-2008Q1:1.10.0.16 pkgsrc-2008Q1-base:1.10 pkgsrc-2007Q4:1.10.0.14 pkgsrc-2007Q4-base:1.10 pkgsrc-2007Q3:1.10.0.12 pkgsrc-2007Q3-base:1.10 pkgsrc-2007Q2:1.10.0.10 pkgsrc-2007Q2-base:1.10 pkgsrc-2007Q1:1.10.0.8 pkgsrc-2007Q1-base:1.10 pkgsrc-2006Q4:1.10.0.6 pkgsrc-2006Q4-base:1.10 pkgsrc-2006Q3:1.10.0.4 pkgsrc-2006Q3-base:1.10 pkgsrc-2006Q2:1.10.0.2 pkgsrc-2006Q2-base:1.10 pkgsrc-2006Q1:1.9.0.2 pkgsrc-2006Q1-base:1.9 pkgsrc-2005Q4:1.8.0.2 pkgsrc-2005Q4-base:1.8 pkgsrc-2005Q3:1.3.0.2 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.2.0.2 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.1.0.2 pkgsrc-2005Q1-base:1.1; locks; strict; comment @# @; 1.10 date 2006.04.28.18.13.25; author jlam; state dead; branches; next 1.9; 1.9 date 2006.01.03.05.33.11; author jlam; state Exp; branches; next 1.8; 1.8 date 2005.12.05.23.55.10; author rillig; state Exp; branches; next 1.7; 1.7 date 2005.11.11.07.42.08; author rillig; state Exp; branches; next 1.6; 1.6 date 2005.11.11.07.29.26; author rillig; state Exp; branches; next 1.5; 1.5 date 2005.11.11.07.18.41; author rillig; state Exp; branches; next 1.4; 1.4 date 2005.10.20.20.26.15; author jlam; state Exp; branches; next 1.3; 1.3 date 2005.08.11.00.03.32; author jlam; state Exp; branches; next 1.2; 1.2 date 2005.05.22.05.35.33; author jlam; state Exp; branches; next 1.1; 1.1 date 2005.02.18.22.12.50; author jlam; state Exp; branches; next ; desc @@ 1.10 log @Update courier-maildir to 0.53.1. Changes from version 0.52.2 include: + Install some of the HTML documentation in the locations expected by courier-mta. * fixes to the Maildir+ quota support. @ text @# $NetBSD: Makefile.common,v 1.9 2006/01/03 05:33:11 jlam Exp $ # # Package Makefiles should include this file after setting PKGNAME and # PKG_SUPPORTED_OPTIONS. .if !defined(PKGNAME) PKG_FAIL_REASON+= "[courier-mail/Makefile.common] PKGNAME must be set." .endif PKG_SYSCONFSUBDIR?= courier DOCDIR= ${PREFIX}/share/doc/courier EGDIR= ${PREFIX}/share/examples/courier .include "../../mk/bsd.prefs.mk" GNU_CONFIGURE= yes CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --disable-root-check CONFIGURE_ARGS+= --enable-unicode CONFIGURE_ARGS+= --with-trashquota USE_DB185= yes CONFIGURE_ARGS+= --with-db=db .include "../../mk/bdb.buildlink3.mk" CONFIGURE_ENV+= SYSCONFTOOL_PERL=${PERL5:Q} # Note: This expression is the same as ${PKGBASE}, but the latter is # not defined yet, so we cannot use it here. PKG_OPTIONS_VAR= PKG_OPTIONS.${PKGNAME:C/-[0-9].*//} .include "../../mk/bsd.options.mk" # The maildir subdirectory can be built with a "fam" option, but it's only # useful for the imap server and the webmail client. Handle the option # here, but the corresponding package Makefiles should note that "fam" is # a supported option on their own. # .if !empty(PKG_OPTIONS:Mfam) . include "../../mk/fam.buildlink3.mk" .endif .include "../../devel/pcre/buildlink3.mk" @ 1.9 log @Update mail/courier-maildir to 0.52.2. This update uses the maildir code from courier-0.52.2 which has no changes from the code in 0.52.1. The only change is that "fam" is no longer a package option (or a dependency) for courier-maildir. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.8 2005/12/05 23:55:10 rillig Exp $ @ 1.8 log @Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.7 2005/11/11 07:42:08 rillig Exp $ a32 1 PKG_SUPPORTED_OPTIONS+= fam d35 5 @ 1.7 log @Make sure PKGNAME is set when we need it. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.6 2005/11/11 07:29:26 rillig Exp $ d17 2 a18 2 CONFIGURE_ARGS+= --localstatedir=${VARBASE} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} @ 1.6 log @Changed a comment: Instead of setting PKGBASE, packages including this file should set PKGNAME before. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.5 2005/11/11 07:18:41 rillig Exp $ d6 4 @ 1.5 log @PKGBASE is defined too late to be used in PKG_OPTIONS_VAR, so it cannot be used here. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.4 2005/10/20 20:26:15 jlam Exp $ d3 1 a3 1 # Package Makefiles should include this file after setting PKGBASE and @ 1.4 log @Update mail/courier-maildir to 0.52.1. Changes from version 0.51 include switching to use PCRE instead of a home-grown regexp package. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.3 2005/08/11 00:03:32 jlam Exp $ d26 3 a28 1 PKG_OPTIONS_VAR= PKG_OPTIONS.${PKGBASE} @ 1.3 log @Updated mail/courier-maildir to the utilities from the courier-0.51.0 distribution. Changes include teaching courier-maildiracl about account groups and the administrator group for IMAP ACLs, which are understood by courier-imap>=4.0.4 and sqwebmail>=5.0.4. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.2 2005/05/22 05:35:33 jlam Exp $ d33 2 @ 1.2 log @For packages that use GNU configure, don't bother adding "TOOL" variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.1 2005/02/18 22:12:50 jlam Exp $ d24 1 a24 1 CONFIGURE_ENV+= SYSCONFTOOL_PERL=${PERL5} d31 1 a31 1 . include "../../sysutils/fam/buildlink3.mk" @ 1.1 log @Update mail/courier-maildir to 0.48.2. Changes from version 0.45.6 include minor bugfixes, and fixing a major typo where the maildiracl and maildirkw utilities were actually just copies of the maildirmake utility. @ text @d1 1 a1 1 # $NetBSD$ a23 1 CONFIGURE_ENV+= PERL=${PERL5} @