aboutsummaryrefslogtreecommitdiff
path: root/net/openldap24-server
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2018-01-14 21:37:08 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2018-01-14 21:37:08 +0000
commitc4a89e3c29cc13771b441167e17c8f4d19085a2c (patch)
tree44e81c1f3f6399e5624a1fc1709d1cf78d8e4002 /net/openldap24-server
parentce3d145e3079c4db183260a248b7369f8b4d81db (diff)
downloadports-c4a89e3c29cc13771b441167e17c8f4d19085a2c.tar.gz
ports-c4a89e3c29cc13771b441167e17c8f4d19085a2c.zip
Replace USE_AUTOTOOLS=autoconf with a BUILD_DEPENDS on autoconf and run
autoconf from pre-configure. USES=autoreconf cannot be used because of upstream modifications (e.g. custom ltmain.sh).
Notes
Notes: svn path=/head/; revision=459003
Diffstat (limited to 'net/openldap24-server')
-rw-r--r--net/openldap24-server/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile
index 6cf1ff4c02c0..0f5500bce2c1 100644
--- a/net/openldap24-server/Makefile
+++ b/net/openldap24-server/Makefile
@@ -508,8 +508,8 @@ EXTRA_PATCHES+= ${FILESDIR}/extrapatch-outlook-servers__slapd__schema_prep.c
.endif
.if ${PORT_OPTIONS:MKQUEUE}
+BUILD_DEPENDS+= autoconf>0:devel/autoconf
EXTRA_PATCHES+= ${FILESDIR}/extrapatch-ITS6300
-USE_AUTOTOOLS= autoconf
.endif
# end of client/server specific configuration
@@ -565,6 +565,9 @@ pre-configure:
${ECHO_CMD} "${PKGNAME}: bind installed with PORT_REPLACES_BASE_BIND causes build problems."; \
${FALSE}; \
fi
+.if ${PORT_OPTIONS:MKQUEUE}
+ @(cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf)
+.endif
.if !defined(CLIENT_ONLY)
test: build