[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.24 and 1.33

version 1.24, 2004/07/28 15:22:07 version 1.33, 2005/01/23 10:05:02
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=               dovecot-0.99.10.7  DISTNAME=               dovecot-0.99.13
 CATEGORIES=             mail  CATEGORIES=             mail
 MASTER_SITES=           http://www.dovecot.org/releases/  MASTER_SITES=           http://www.dovecot.org/releases/
   
 .if 0  MAINTAINER=             tech-pkg@NetBSD.org
 PATCH_SITES=            http://www.roughtrade.net/dovecot/  
 PATCHFILES=             dovecot-crammd5-0.99.10.7.diff  
 PATCH_DIST_STRIP=       -p1  
 .endif  
   
 MAINTAINER=             tom@replic8.net  
 HOMEPAGE=               http://www.dovecot.org/  HOMEPAGE=               http://www.dovecot.org/
 COMMENT=                Secure IMAP and POP3 server  COMMENT=                Secure IMAP and POP3 server
   
 PKG_INSTALLATION_TYPES= overwrite pkgviews  PKG_INSTALLATION_TYPES= overwrite pkgviews
   
 USE_BUILDLINK3=         YES  WRKSRC=                 ${WRKDIR}/${DISTNAME:S/.1$//}
 USE_LIBTOOL=            YES  USE_BUILDLINK3=         yes
 USE_PKGINSTALL=         YES  USE_LIBTOOL=            yes
 GNU_CONFIGURE=          YES  USE_PKGINSTALL=         yes
   GNU_CONFIGURE=          yes
   
 CONFIGURE_ARGS+=        --sysconfdir=${PKG_SYSCONFDIR}  CONFIGURE_ARGS+=        --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=        --localstatedir=${VARBASE}  CONFIGURE_ARGS+=        --localstatedir=${VARBASE}
 CONFIGURE_ARGS+=        --with-ssldir=${SSLCERTS}  CONFIGURE_ARGS+=        --with-ssldir=${SSLCERTS}
   
 # Avoid an ICE in gcc2 on sparc64  
 CONFIGURE_ENV+=         F77=${FALSE}  
   
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
   .include "options.mk"
 BUILD_DEFS+=            DOVECOT_USE_GNUTLS DOVECOT_USE_MYSQL \  
                         DOVECOT_USE_PGSQL USE_INET6 USE_OPENLDAP USE_SASL2  
   
 .if !empty(DOVECOT_USE_GNUTLS:M[Yy][Ee][Ss])  
 CONFIGURE_ARGS+=        --enable-ssl=gnutls  
 .  include "../../security/gnutls/buildlink3.mk"  
 .else  
 CONFIGURE_ARGS+=        --enable-ssl=openssl  
 .  include "../../security/openssl/buildlink3.mk"  
 .endif  
   
 .if !empty(DOVECOT_USE_MYSQL:M[Yy][Ee][SS])  
 CONFIGURE_ARGS+=        --with-mysql  
 .  include "../../databases/mysql4-client/buildlink3.mk"  
 .endif  
   
 .if !empty(DOVECOT_USE_PGSQL:M[Yy][Ee][Ss])  
 CONFIGURE_ARGS+=        --with-pgsql  
 CPPFLAGS=               -I${BUILDLINK_DIR}/include/pgsql  
 .  include "../../mk/pgsql.buildlink3.mk"  
 .endif  
   
 .if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])  
 CONFIGURE_ARGS+=        --enable-ipv6  
 .endif  
   
 .if !empty(USE_OPENLDAP:M[Yy][Ee][Ss])  
 CONFIGURE_ARGS+=        --with-ldap  
 .  include "../../databases/openldap/buildlink3.mk"  
 .endif  
   
 .if defined(USE_SASL2) && !empty(USE_SASL2:M[Yy][Ee][Ss])  
 CONFIGURE_ARGS+=        --with-cyrus-sasl2  
 .  include "../../security/cyrus-sasl2/buildlink3.mk"  
 .endif  
   
 RCD_SCRIPTS=    dovecot  RCD_SCRIPTS=    dovecot
   
Line 76  PKG_USERS= ${DOVECOT_USER}:${DOVECOT_GRO
Line 33  PKG_USERS= ${DOVECOT_USER}:${DOVECOT_GRO
 EGDIR=          ${PREFIX}/share/examples/dovecot  EGDIR=          ${PREFIX}/share/examples/dovecot
 CONF_FILES=     ${EGDIR}/dovecot.conf.default ${PKG_SYSCONFDIR}/dovecot.conf  CONF_FILES=     ${EGDIR}/dovecot.conf.default ${PKG_SYSCONFDIR}/dovecot.conf
   
 INSTALLATION_DIRS=      libexec/dovecot sbin share/doc/dovecot share/examples/dovecot  INSTALLATION_DIRS=      libexec/dovecot sbin share/doc/dovecot          \
                           share/examples/dovecot
   
 post-configure:  post-configure:
         @cd ${WRKSRC};                                                  \          @cd ${WRKSRC};                                                  \

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.33

CVSweb <webmaster@jp.NetBSD.org>