pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fix table-db option so the db backend works



Module Name:	pkgsrc-wip
Committed By:	Jaromir Dolecek <jdolecek%NetBSD.org@localhost>
Pushed By:	jdolecek
Date:		Sun May 23 22:47:17 2021 +0200
Changeset:	01d4b34181e860dd8d620445235801c3a99c5e13

Modified Files:
	opensmtpd/Makefile

Log Message:
fix table-db option so the db backend works

fix the ssl option, even though it seems openssl is found even without it

remove no longer available options --with-privsep-path, --without-zlib-version-check

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=01d4b34181e860dd8d620445235801c3a99c5e13

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

diffstat:
 opensmtpd/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diffs:
diff --git a/opensmtpd/Makefile b/opensmtpd/Makefile
index 9ba1512a07..a78f457bac 100644
--- a/opensmtpd/Makefile
+++ b/opensmtpd/Makefile
@@ -2,6 +2,7 @@
 
 VERSION=	6.8.0p2
 DISTNAME=	opensmtpd-${VERSION}
+PKGREVISION=	1
 CATEGORIES=	mail net
 MASTER_SITES=	https://www.opensmtpd.org/archives/
 
@@ -34,10 +35,8 @@ GNU_CONFIGURE=		yes
 USE_DB185=		yes
 CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR:Q}
 CONFIGURE_ARGS+=	--with-mantype=man
-CONFIGURE_ARGS+=	--with-privsep-path=${SMTPD_HOME}
-CONFIGURE_ARGS+=	--with-ssl-dir=${SSLBASE:Q}
-CONFIGURE_ARGS+=	--enable-table-db
-CONFIGURE_ARGS+=	--without-zlib-version-check
+CONFIGURE_ARGS+=	--with-libssl=${SSLBASE:Q}
+CONFIGURE_ARGS+=	--with-table-db
 
 CFLAGS.SunOS+=		-D__EXTENSIONS__
 


Home | Main Index | Thread Index | Old Index