[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / mail / dovecot

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/mail/dovecot/Attic/Makefile between version 1.105 and 1.129

version 1.105, 2007/10/30 12:04:03 version 1.129, 2009/03/18 08:47:15
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=               dovecot-1.0.7  DISTNAME=               dovecot-1.1.12
 CATEGORIES=             mail  CATEGORIES=             mail
 MASTER_SITES=           http://www.dovecot.org/releases/1.0/  MASTER_SITES=           http://www.dovecot.org/releases/1.1/
   
 MAINTAINER=             ghen@NetBSD.org  MAINTAINER=             ghen@NetBSD.org
 HOMEPAGE=               http://www.dovecot.org/  HOMEPAGE=               http://www.dovecot.org/
Line 14  PKG_DESTDIR_SUPPORT= user-destdir
Line 14  PKG_DESTDIR_SUPPORT= user-destdir
 USE_LIBTOOL=            yes  USE_LIBTOOL=            yes
 GNU_CONFIGURE=          yes  GNU_CONFIGURE=          yes
 USE_TOOLS+=             pkg-config  USE_TOOLS+=             pkg-config
   USE_TOOLS+=             rpcgen
   
 CONFIGURE_ARGS+=        --sysconfdir=${PKG_SYSCONFDIR:Q}  CONFIGURE_ARGS+=        --sysconfdir=${PKG_SYSCONFDIR:Q}
 CONFIGURE_ARGS+=        --localstatedir=${VARBASE:Q}  CONFIGURE_ARGS+=        --localstatedir=${VARBASE:Q}
Line 35  PKG_USERS_VARS+= DOVECOT_USER
Line 36  PKG_USERS_VARS+= DOVECOT_USER
 PKG_GECOS.${DOVECOT_USER}=      Dovecot IMAP/POP3 user  PKG_GECOS.${DOVECOT_USER}=      Dovecot IMAP/POP3 user
   
 EGDIR=                  ${PREFIX}/share/examples/dovecot  EGDIR=                  ${PREFIX}/share/examples/dovecot
 CONF_FILES=             ${EGDIR}/dovecot.conf.default ${PKG_SYSCONFDIR}/dovecot.conf  CONF_FILES=             ${EGDIR}/dovecot-example.conf ${PKG_SYSCONFDIR}/dovecot.conf
   
 INSTALLATION_DIRS=      libexec/dovecot sbin share/doc/dovecot          \  INSTALLATION_DIRS=      libexec/dovecot sbin share/doc/dovecot          \
                         share/examples/dovecot                          share/examples/dovecot
Line 45  SUBST_FILES.paths= dovecot-example.conf
Line 46  SUBST_FILES.paths= dovecot-example.conf
 SUBST_SED.paths+=       -e 's,@PREFIX@,${PREFIX},g'  SUBST_SED.paths+=       -e 's,@PREFIX@,${PREFIX},g'
 SUBST_STAGE.paths=      pre-configure  SUBST_STAGE.paths=      pre-configure
   
   BUILD_DEFS+=            VARBASE
   
 post-build:  post-build:
         ${SED} "s|/etc/ssl/|${SSLDIR}/|" ${WRKSRC}/dovecot-example.conf \          ${SED} "s|/etc/ssl/|${SSLDIR}/|" ${WRKSRC}/dovecot-example.conf \
                                                 > ${WRKDIR}/dovecot-example.conf                                                  > ${WRKDIR}/dovecot-example.conf

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.129

CVSweb <webmaster@jp.NetBSD.org>