diff options
author | markd <markd@pkgsrc.org> | 2003-09-15 11:59:11 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2003-09-15 11:59:11 +0000 |
commit | cd96cee407e4055352be0797d9403bb3dfcfa00f (patch) | |
tree | 95b5d5f7fbb70acea8d1f2f3a83057d9d08c9331 /mail/sendmail | |
parent | fb5fb47a2ee94a8d6f05aa0c9df3a56bd8c6e062 (diff) | |
download | pkgsrc-cd96cee407e4055352be0797d9403bb3dfcfa00f.tar.gz |
Build Milter support in sendmail unconditionally. There is little impact
if no milters configured and setting is consistent with how the in-tree
version is built.
Bump PKGREVISION.
Closes PR pkg/21010 from Todd Vierling.
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 8 | ||||
-rw-r--r-- | mail/sendmail/Makefile.common | 6 | ||||
-rw-r--r-- | mail/sendmail/PLIST | 4 |
3 files changed, 7 insertions, 11 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 529e3789b08..1b0b55a5017 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.61 2003/08/11 11:41:51 markd Exp $ +# $NetBSD: Makefile,v 1.62 2003/09/15 11:59:11 markd Exp $ .include "../../mail/sendmail/Makefile.common" PKGNAME= sendmail-${DIST_VERS} -PKGREVISION= 4 +PKGREVISION= 5 COMMENT= The well known Mail Transport Agent MESSAGE_SRC= ${WRKDIR}/.MESSAGE_SRC @@ -95,15 +95,11 @@ post-install: .if ${USE_DB2} == YES ${MV} -f /usr/sbin/makemap /usr/sbin/makemap.8.8 || ${TRUE} .endif -.if defined(USE_MILTER) && ${USE_MILTER} == "YES" ${INSTALL_DATA} ${WRKSRC}/obj.`uname -srm | ${TR} \ . | ${SED} s/sun4./sun4/`/libsm/libsm.a \ ${PREFIX}/lib ${INSTALL_DATA} \ ${WRKSRC}/obj.`uname -srm | ${TR} \ . | ${SED} s/sun4./sun4/`/libsmutil/libsmutil.a \ ${PREFIX}/lib - ${ECHO} "lib/libsm.a" >> ${WRKDIR}/.PLIST_SRC - ${ECHO} "lib/libsmutil.a" >> ${WRKDIR}/.PLIST_SRC -.endif USE_PKGINSTALL= yes PKG_GROUPS= smmsp diff --git a/mail/sendmail/Makefile.common b/mail/sendmail/Makefile.common index 935590fa02e..2b16d014b60 100644 --- a/mail/sendmail/Makefile.common +++ b/mail/sendmail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2003/07/17 21:47:01 grant Exp $ +# $NetBSD: Makefile.common,v 1.9 2003/09/15 11:59:12 markd Exp $ # # Makefile fragment shared with libmilter # @@ -27,7 +27,7 @@ MAKE_ENV+= BSD_BINOWN="${BINOWN}" BSD_BINGRP="${BINGRP}" \ SITECONFIG= ${WRKSRC}/devtools/Site/site.config.m4 BUILD_DEFS+= USE_INET6 USE_TCPWRAPPERS USE_LDAP USE_DB2 \ - USE_SASL USE_STARTTLS USE_MILTER USE_DB4 + USE_SASL USE_STARTTLS USE_DB4 DESCR_SRC= ${WRKDIR}/.DESCR_SRC USE_BUILDLINK2= YES @@ -67,7 +67,5 @@ make-sendmail-siteconfig: .if ${OPSYS} == "SunOS" ${CAT} ${FILESDIR}/site.config.m4-solaris >>${SITECONFIG} .endif -.if defined(USE_MILTER) && ${USE_MILTER} == YES ${CAT} ${FILESDIR}/site.config.m4-milter >>${SITECONFIG} ${ECHO} -n ' MILTER' >>${DESCR_SRC} -.endif diff --git a/mail/sendmail/PLIST b/mail/sendmail/PLIST index d36b29a2809..0e344f838df 100644 --- a/mail/sendmail/PLIST +++ b/mail/sendmail/PLIST @@ -1,9 +1,11 @@ -@comment $NetBSD: PLIST,v 1.5 2003/05/01 15:19:12 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/09/15 11:59:12 markd Exp $ bin/hoststat bin/mailq bin/newaliases bin/purgestat bin/vacation +lib/libsm.a +lib/libsmutil.a libexec/sendmail/sendmail libexec/sendmail/smrsh man/cat1/mailq.0 |