diff options
author | torstenb <torstenb@FreeBSD.org> | 2000-01-28 21:07:45 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 2000-01-28 21:07:45 +0000 |
commit | 47543cc28fbf966606d2815b75455491b11ebb6d (patch) | |
tree | 9f46a3576a8a964b8bf3c87581ef46df9a96a1ac /mail/postfix28 | |
parent | e1a0cc6e6430206eaf4785de011f100e8ab4a6f1 (diff) | |
download | FreeBSD-ports-47543cc28fbf966606d2815b75455491b11ebb6d.zip FreeBSD-ports-47543cc28fbf966606d2815b75455491b11ebb6d.tar.gz |
- Upgrade to patchlevel 3
- Add support for MySQL and LDAP support
MySQL + LDAP Patches submitted by Blaz Zupan <blaz@amis.net>
and re-used with minor cleanups.
Diffstat (limited to 'mail/postfix28')
-rw-r--r-- | mail/postfix28/Makefile | 19 | ||||
-rw-r--r-- | mail/postfix28/distinfo | 2 |
2 files changed, 19 insertions, 2 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index b1b5724..29d646d 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -6,7 +6,8 @@ # $FreeBSD$ # -DISTNAME= postfix-19991231 +DISTNAME= postfix-19991231-pl03 +PKGNAME= postfix-19991231.03 CATEGORIES= mail MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \ ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \ @@ -20,6 +21,22 @@ MAINTAINER= torstenb@FreeBSD.org ALL_TARGET= default +# WARNING: this is based on a patch submitted by a user and has not been +# tested. Use it at your own risk ! +.if defined(USE_MYSQL) && ${USE_MYSQL} == YES +BUILD_DEPENDS+= ${PREFIX}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql322-client +POSTFIX_CCARGS+= -DHAS_MYSQL -I${PREFIX}/include/mysql +POSTFIX_AUXLIBS+= ${PREFIX}/lib/mysql/libmysqlclient.a -lm +.endif + +# WARNING: this is based on a patch submitted by a user and has not been +# tested. Use it at your own risk ! +.if defined(USE_LDAP) && ${USE_LDAP} == YES +BUILD_DEPENDS+= ${PREFIX}/lib/libldap.a:${PORTSDIR}/net/openldap +POSTFIX_CCARGS+= -DHAS_LDAP -I${PREFIX}/include +POSTFIX_AUXLIBS+= ${PREFIX}/lib/libldap.a ${PREFIX}/lib/liblber.a +.endif + SCRIPTS_ENV+= MAN1="${MAN1}" MAN5="${MAN5}" MAN8="${MAN8}" MAKE_ENV+= "OPT=${CFLAGS}" diff --git a/mail/postfix28/distinfo b/mail/postfix28/distinfo index a41579f..622c510 100644 --- a/mail/postfix28/distinfo +++ b/mail/postfix28/distinfo @@ -1 +1 @@ -MD5 (postfix-19991231.tar.gz) = 69a22fec63b216f053d93a2c008d027a +MD5 (postfix-19991231-pl03.tar.gz) = a68c8f2d4d077f455e3aa2e441852f88 |