Import of pkgsrc-2015Q3

This commit is contained in:
2015-10-03 03:37:01 -07:00
committed by Lionel Sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228314 additions and 80018 deletions

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.43 2015/04/26 11:52:19 ryoon Exp $
# $NetBSD: Makefile,v 1.45 2015/09/14 16:32:26 manu Exp $
PKGNAME= ${DISTNAME:S/-/-server-/}
PKGREVISION= 1
PKGREVISION= 3
COMMENT= Lightweight Directory Access Protocol server suite
CONFLICTS+= openldap<2.3.23nb1

View File

@@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.18 2014/10/06 14:31:33 adam Exp $
# $NetBSD: options.mk,v 1.19 2015/09/07 12:02:06 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openldap-server
PKG_SUPPORTED_OPTIONS= bdb dso inet6 sasl slapi slp smbk5pwd
@@ -88,11 +88,6 @@ PKG_FAIL_REASON+= "smbk5pwd option to openldap-server is now " \
###
.if !empty(PKG_OPTIONS:Mdso)
CONFIGURE_ARGS+= --enable-modules
# dynamic linking won't work on Darwin when slapd gets stripped
.include "../../mk/bsd.prefs.mk"
. if ${OPSYS} == "Darwin"
INSTALL_UNSTRIPPED= yes
. endif
.include "../../devel/libltdl/buildlink3.mk"
.endif