forked from NetBSD/pkgsrc-wip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import 389-ds-base-1.2.2 as wip/389-ds-base.
The enterprise-class Open Source LDAP server for Linux. It is hardened by real-world use, is full-featured, supports multi-master replication, and already handles many of the largest LDAP deployments in the world. The 389 Directory Server can be downloaded for free and set up in less than an hour using the graphical console. This package provides the Directory Server itself
- Loading branch information
Showing
9 changed files
with
380 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
The enterprise-class Open Source LDAP server for Linux. It is hardened by | ||
real-world use, is full-featured, supports multi-master replication, and | ||
already handles many of the largest LDAP deployments in the world. The 389 | ||
Directory Server can be downloaded for free and set up in less than an hour | ||
using the graphical console. | ||
|
||
This package provides the Directory Server itself |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
=========================================================================== | ||
$NetBSD: MESSAGE,v 1.1.1.1 2009/08/26 20:36:01 udontknow Exp $ | ||
|
||
To set up your new directory server, run: | ||
|
||
setup-ds.pl | ||
|
||
=========================================================================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
# $NetBSD: Makefile,v 1.1.1.1 2009/08/26 20:36:01 udontknow Exp $ | ||
# | ||
|
||
DISTNAME= 389-ds-base-1.2.2 | ||
CATEGORIES= databases | ||
MASTER_SITES= http://directory.fedoraproject.org/sources/ | ||
EXTRACT_SUFX= .tar.bz2 | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.port389.org/ | ||
COMMENT= 389 Directory Server (LDAP) Base package | ||
LICENSE= gnu-gpl-v2 | ||
|
||
PKG_DESTDIR_SUPPORT= user-destdir | ||
|
||
GNU_CONFIGURE= yes | ||
USE_LIBTOOL= yes | ||
USE_LANGUAGES= c c++ | ||
USE_TOOLS+= gmake perl autoconf automake aclocal | ||
|
||
DEPENDS+= p5-mozldap-[0-9]*:../../wip/p5-mozldap | ||
|
||
CONFIGURE_ARGS+= --with-netsnmp=${PREFIX} | ||
CONFIGURE_ARGS+= --with-db=${PREFIX} | ||
CONFIGURE_ARGS+= --with-sasl=${PREFIX} | ||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} | ||
CPPFLAGS+= -I${BUILDLINK_DIR}/include/nspr | ||
CFLAGS+= -I${BUILDLINK_DIR}/include/nspr | ||
CPPFLAGS+= -I${BUILDLINK_DIR}/include/nss/nss | ||
CFLAGS+= -I${BUILDLINK_DIR}/include/nss/nss | ||
CPPFLAGS+= -I${BUILDLINK_DIR}/include/ldap | ||
CFLAGS+= -I${BUILDLINK_DIR}/include/ldap | ||
|
||
EGDIR= ${PREFIX}/share/examples/389-ds-base | ||
CONF_FILES+= ${EGDIR}/dirsrv/config/certmap.conf ${PKG_SYSCONFDIR}/dirsrv/config/certmap.conf | ||
CONF_FILES+= ${EGDIR}/dirsrv/config/dirsrv ${PKG_SYSCONFDIR}/dirsrv/config/dirsrv | ||
CONF_FILES+= ${EGDIR}/dirsrv/config/slapd-collations.conf ${PKG_SYSCONFDIR}/dirsrv/config/slapd-collations.conf | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/00core.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/00core.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/01common.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/01common.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/05rfc2247.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/05rfc2247.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/05rfc2927.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/05rfc2927.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/10rfc2307.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/10rfc2307.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/20subscriber.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/20subscriber.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/25java-object.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/25java-object.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/28pilot.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/28pilot.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/30ns-common.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/30ns-common.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/50ns-admin.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/50ns-admin.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/50ns-certificate.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/50ns-certificate.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/50ns-directory.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/50ns-directory.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/50ns-mail.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/50ns-mail.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/50ns-value.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/50ns-value.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/50ns-web.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/50ns-web.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/60autofs.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/60autofs.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/60eduperson.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/60eduperson.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/60mozilla.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/60mozilla.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/60nss-ldap.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/60nss-ldap.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/60pam-plugin.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/60pam-plugin.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/60pureftpd.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/60pureftpd.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/60rfc2739.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/60rfc2739.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/60rfc3712.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/60rfc3712.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/60sabayon.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/60sabayon.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/60sudo.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/60sudo.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/60trust.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/60trust.ldif | ||
CONF_FILES+= ${EGDIR}/dirsrv/schema/99user.ldif ${PKG_SYSCONFDIR}/dirsrv/schema/99user.ldif | ||
INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR} | ||
|
||
.include "options.mk" | ||
|
||
pre-configure: | ||
cd ${WRKSRC} && aclocal | ||
cd ${WRKSRC} && autoconf | ||
cd ${WRKSRC} && automake | ||
|
||
pre-install: | ||
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR} | ||
${INSTALL_DATA_DIR} ${DESTDIR}${PKG_SYSCONFDIR}/dirsrv | ||
${INSTALL_DATA_DIR} ${DESTDIR}${PKG_SYSCONFDIR}/dirsrv/schema | ||
${INSTALL_DATA_DIR} ${DESTDIR}${PKG_SYSCONFDIR}/dirsrv/config | ||
|
||
.include "../../mk/pthread.buildlink3.mk" | ||
.include "../../devel/nspr/buildlink3.mk" | ||
.include "../../devel/nss/buildlink3.mk" | ||
.include "../../wip/svrcore/buildlink3.mk" | ||
.include "../../wip/mozldap/buildlink3.mk" | ||
.include "../../databases/db4/buildlink3.mk" | ||
.include "../../textproc/icu/buildlink3.mk" | ||
.include "../../net/net-snmp/buildlink3.mk" | ||
.include "../../security/cyrus-sasl/buildlink3.mk" | ||
.include "../../mk/pam.buildlink3.mk" | ||
.include "../../lang/perl5/buildlink3.mk" | ||
.include "../../devel/pcre/buildlink3.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,201 @@ | ||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/26 20:36:01 udontknow Exp $ | ||
bin/cl-dump | ||
bin/cl-dump.pl | ||
bin/dbgen.pl | ||
bin/dbscan | ||
bin/dbscan-bin | ||
bin/dsktune | ||
bin/dsktune-bin | ||
bin/infadd | ||
bin/infadd-bin | ||
bin/ldap-agent | ||
bin/ldap-agent-bin | ||
bin/ldclt | ||
bin/ldclt-bin | ||
bin/ldif | ||
bin/ldif-bin | ||
bin/logconv.pl | ||
bin/migratecred | ||
bin/migratecred-bin | ||
bin/mmldif | ||
bin/mmldif-bin | ||
bin/pwdhash | ||
bin/pwdhash-bin | ||
bin/repl-monitor | ||
bin/repl-monitor.pl | ||
bin/rsearch | ||
bin/rsearch-bin | ||
lib/dirsrv/libns-dshttpd.la | ||
lib/dirsrv/libslapd.la | ||
lib/dirsrv/perl/DSCreate.pm | ||
lib/dirsrv/perl/DSDialogs.pm | ||
lib/dirsrv/perl/DSMigration.pm | ||
lib/dirsrv/perl/Dialog.pm | ||
lib/dirsrv/perl/DialogManager.pm | ||
lib/dirsrv/perl/FileConn.pm | ||
lib/dirsrv/perl/Inf.pm | ||
lib/dirsrv/perl/Migration.pm | ||
lib/dirsrv/perl/Resource.pm | ||
lib/dirsrv/perl/Setup.pm | ||
lib/dirsrv/perl/SetupDialogs.pm | ||
lib/dirsrv/perl/SetupLog.pm | ||
lib/dirsrv/perl/Util.pm | ||
lib/dirsrv/plugins/libacl-plugin.la | ||
lib/dirsrv/plugins/libattr-unique-plugin.la | ||
lib/dirsrv/plugins/libback-ldbm.la | ||
lib/dirsrv/plugins/libbitwise-plugin.la | ||
lib/dirsrv/plugins/libchainingdb-plugin.la | ||
lib/dirsrv/plugins/libcollation-plugin.la | ||
lib/dirsrv/plugins/libcos-plugin.la | ||
lib/dirsrv/plugins/libderef-plugin.la | ||
lib/dirsrv/plugins/libdes-plugin.la | ||
lib/dirsrv/plugins/libdistrib-plugin.la | ||
lib/dirsrv/plugins/libdna-plugin.la | ||
lib/dirsrv/plugins/libhttp-client-plugin.la | ||
lib/dirsrv/plugins/liblinkedattrs-plugin.la | ||
lib/dirsrv/plugins/libmemberof-plugin.la | ||
lib/dirsrv/plugins/libpam-passthru-plugin.la | ||
lib/dirsrv/plugins/libpassthru-plugin.la | ||
lib/dirsrv/plugins/libpwdstorage-plugin.la | ||
lib/dirsrv/plugins/libreferint-plugin.la | ||
lib/dirsrv/plugins/libreplication-plugin.la | ||
lib/dirsrv/plugins/libretrocl-plugin.la | ||
lib/dirsrv/plugins/libroles-plugin.la | ||
lib/dirsrv/plugins/libschemareload-plugin.la | ||
lib/dirsrv/plugins/libstatechange-plugin.la | ||
lib/dirsrv/plugins/libsyntax-plugin.la | ||
lib/dirsrv/plugins/libusn-plugin.la | ||
lib/dirsrv/plugins/libviews-plugin.la | ||
man/man1/cl-dump.1 | ||
man/man1/dbgen.pl.1 | ||
man/man1/dbscan.1 | ||
man/man1/dsktune.1 | ||
man/man1/infadd.1 | ||
man/man1/ldap-agent.1 | ||
man/man1/ldclt.1 | ||
man/man1/ldif.1 | ||
man/man1/logconv.pl.1 | ||
man/man1/migratecred.1 | ||
man/man1/mmldif.1 | ||
man/man1/pwdhash.1 | ||
man/man1/repl-monitor.1 | ||
man/man1/rsearch.1 | ||
man/man8/migrate-ds.pl.8 | ||
man/man8/ns-slapd.8 | ||
man/man8/remove-ds.pl.8 | ||
man/man8/setup-ds.pl.8 | ||
sbin/migrate-ds.pl | ||
sbin/ns-slapd | ||
sbin/remove-ds.pl | ||
sbin/setup-ds.pl | ||
share/dirsrv/data/10rfc2307bis.ldif | ||
share/dirsrv/data/60changelog.ldif | ||
share/dirsrv/data/60inetmail.ldif | ||
share/dirsrv/data/60kerberos.ldif | ||
share/dirsrv/data/60krb5kdc.ldif | ||
share/dirsrv/data/60nis.ldif | ||
share/dirsrv/data/60qmail.ldif | ||
share/dirsrv/data/60radius.ldif | ||
share/dirsrv/data/60rfc4876.ldif | ||
share/dirsrv/data/60samba.ldif | ||
share/dirsrv/data/60samba3.ldif | ||
share/dirsrv/data/Ace.ldif | ||
share/dirsrv/data/European.ldif | ||
share/dirsrv/data/Eurosuffix.ldif | ||
share/dirsrv/data/Example-roles.ldif | ||
share/dirsrv/data/Example-views.ldif | ||
share/dirsrv/data/Example.ldif | ||
share/dirsrv/data/dbgen-FamilyNames | ||
share/dirsrv/data/dbgen-GivenNames | ||
share/dirsrv/data/dbgen-OrgUnits | ||
share/dirsrv/data/template-baseacis.ldif | ||
share/dirsrv/data/template-bitwise.ldif | ||
share/dirsrv/data/template-country.ldif | ||
share/dirsrv/data/template-dnaplugin.ldif | ||
share/dirsrv/data/template-domain.ldif | ||
share/dirsrv/data/template-dse.ldif | ||
share/dirsrv/data/template-ldapi-autobind.ldif | ||
share/dirsrv/data/template-ldapi-default.ldif | ||
share/dirsrv/data/template-ldapi.ldif | ||
share/dirsrv/data/template-locality.ldif | ||
share/dirsrv/data/template-org.ldif | ||
share/dirsrv/data/template-orgunit.ldif | ||
share/dirsrv/data/template-pampta.ldif | ||
share/dirsrv/data/template-sasl.ldif | ||
share/dirsrv/data/template-state.ldif | ||
share/dirsrv/data/template-suffix-db.ldif | ||
share/dirsrv/data/template.ldif | ||
share/dirsrv/inf/dscreate.map | ||
share/dirsrv/inf/dsorgentries.map | ||
share/dirsrv/inf/slapd.inf | ||
share/dirsrv/mibs/NETWORK-SERVICES-MIB.txt | ||
share/dirsrv/mibs/RFC-1215.txt | ||
share/dirsrv/mibs/RFC1155-SMI.txt | ||
share/dirsrv/mibs/SNMPv2-CONF.txt | ||
share/dirsrv/mibs/SNMPv2-SMI.txt | ||
share/dirsrv/mibs/SNMPv2-TC.txt | ||
share/dirsrv/mibs/redhat-directory.mib | ||
share/dirsrv/properties/migrate-ds.res | ||
share/dirsrv/properties/ns-slapd.properties | ||
share/dirsrv/properties/setup-ds.res | ||
share/dirsrv/script-templates/template-bak2db | ||
share/dirsrv/script-templates/template-bak2db.pl | ||
share/dirsrv/script-templates/template-db2bak | ||
share/dirsrv/script-templates/template-db2bak.pl | ||
share/dirsrv/script-templates/template-db2index | ||
share/dirsrv/script-templates/template-db2index.pl | ||
share/dirsrv/script-templates/template-db2ldif | ||
share/dirsrv/script-templates/template-db2ldif.pl | ||
share/dirsrv/script-templates/template-dbverify | ||
share/dirsrv/script-templates/template-fixup-linkedattrs.pl | ||
share/dirsrv/script-templates/template-fixup-memberof.pl | ||
share/dirsrv/script-templates/template-ldif2db | ||
share/dirsrv/script-templates/template-ldif2db.pl | ||
share/dirsrv/script-templates/template-ldif2ldap | ||
share/dirsrv/script-templates/template-monitor | ||
share/dirsrv/script-templates/template-ns-accountstatus.pl | ||
share/dirsrv/script-templates/template-ns-activate.pl | ||
share/dirsrv/script-templates/template-ns-inactivate.pl | ||
share/dirsrv/script-templates/template-ns-newpwpolicy.pl | ||
share/dirsrv/script-templates/template-restart-slapd | ||
share/dirsrv/script-templates/template-restoreconfig | ||
share/dirsrv/script-templates/template-saveconfig | ||
share/dirsrv/script-templates/template-schema-reload.pl | ||
share/dirsrv/script-templates/template-start-slapd | ||
share/dirsrv/script-templates/template-stop-slapd | ||
share/dirsrv/script-templates/template-suffix2instance | ||
share/dirsrv/script-templates/template-syntax-validate.pl | ||
share/dirsrv/script-templates/template-usn-tombstone-cleanup.pl | ||
share/dirsrv/script-templates/template-verify-db.pl | ||
share/dirsrv/script-templates/template-vlvindex | ||
share/examples/389-ds-base/dirsrv/config/certmap.conf | ||
share/examples/389-ds-base/dirsrv/config/dirsrv | ||
share/examples/389-ds-base/dirsrv/config/slapd-collations.conf | ||
share/examples/389-ds-base/dirsrv/schema/00core.ldif | ||
share/examples/389-ds-base/dirsrv/schema/01common.ldif | ||
share/examples/389-ds-base/dirsrv/schema/05rfc2247.ldif | ||
share/examples/389-ds-base/dirsrv/schema/05rfc2927.ldif | ||
share/examples/389-ds-base/dirsrv/schema/10rfc2307.ldif | ||
share/examples/389-ds-base/dirsrv/schema/20subscriber.ldif | ||
share/examples/389-ds-base/dirsrv/schema/25java-object.ldif | ||
share/examples/389-ds-base/dirsrv/schema/28pilot.ldif | ||
share/examples/389-ds-base/dirsrv/schema/30ns-common.ldif | ||
share/examples/389-ds-base/dirsrv/schema/50ns-admin.ldif | ||
share/examples/389-ds-base/dirsrv/schema/50ns-certificate.ldif | ||
share/examples/389-ds-base/dirsrv/schema/50ns-directory.ldif | ||
share/examples/389-ds-base/dirsrv/schema/50ns-mail.ldif | ||
share/examples/389-ds-base/dirsrv/schema/50ns-value.ldif | ||
share/examples/389-ds-base/dirsrv/schema/50ns-web.ldif | ||
share/examples/389-ds-base/dirsrv/schema/60autofs.ldif | ||
share/examples/389-ds-base/dirsrv/schema/60eduperson.ldif | ||
share/examples/389-ds-base/dirsrv/schema/60mozilla.ldif | ||
share/examples/389-ds-base/dirsrv/schema/60nss-ldap.ldif | ||
share/examples/389-ds-base/dirsrv/schema/60pam-plugin.ldif | ||
share/examples/389-ds-base/dirsrv/schema/60pureftpd.ldif | ||
share/examples/389-ds-base/dirsrv/schema/60rfc2739.ldif | ||
share/examples/389-ds-base/dirsrv/schema/60rfc3712.ldif | ||
share/examples/389-ds-base/dirsrv/schema/60sabayon.ldif | ||
share/examples/389-ds-base/dirsrv/schema/60sudo.ldif | ||
share/examples/389-ds-base/dirsrv/schema/60trust.ldif | ||
share/examples/389-ds-base/dirsrv/schema/99user.ldif | ||
share/examples/389-ds-base/rc.d/init.d/dirsrv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
$NetBSD: TODO,v 1.1.1.1 2009/08/26 20:36:01 udontknow Exp $ | ||
|
||
- Fix heimdal - https://bugzilla.redhat.com/show_bug.cgi?id=519464 | ||
|
||
- Get NSPR fixed - nspr-config | ||
|
||
- Restrict patches to exclusively cosmetic pkgsrc changes (-ldb4 instead of -ldb for example) | ||
- Use --with-db-inc instead of a patch - https://bugzilla.redhat.com/show_bug.cgi?id=519459 | ||
|
||
- Write BSD-compatible rc script | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
$NetBSD: distinfo,v 1.1.1.1 2009/08/26 20:36:01 udontknow Exp $ | ||
|
||
SHA1 (389-ds-base-1.2.2.tar.bz2) = 459aa7228b7ef775db5ba588a6b795db997da4f4 | ||
RMD160 (389-ds-base-1.2.2.tar.bz2) = 82ee3cb53d1d84d9a0264032f807dbb9f74dc56f | ||
Size (389-ds-base-1.2.2.tar.bz2) = 2742349 bytes | ||
SHA1 (patch-aa) = 4c7579a372e3acb1fa1ee5bec85565d2bb4e688e | ||
SHA1 (patch-ab) = 534cc602c22b0e56604a09e4b8c0fb1868ad2f05 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# $NetBSD: options.mk,v 1.1.1.1 2009/08/26 20:36:01 udontknow Exp $ | ||
|
||
PKG_OPTIONS_VAR= PKG_OPTIONS.389-ds-base | ||
PKG_SUPPORTED_OPTIONS= kerberos | ||
|
||
.include "../../mk/bsd.options.mk" | ||
|
||
.if !empty(PKG_OPTIONS:Mkerberos) | ||
PKG_FAIL_REASON+= "Heimdal Kerberos support pending on upstream project. https://bugzilla.redhat.com/show_bug.cgi?id=519464" | ||
. include "../../security/heimdal/buildlink3.mk" | ||
CPPFLAGS+= -I${BUILDLINK_DIR}/include/krb5 | ||
CFLAGS+= -I${BUILDLINK_DIR}/include/krb5 | ||
.else | ||
CONFIGURE_ARGS+= --without-kerberos | ||
.endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
$NetBSD: patch-aa,v 1.1.1.1 2009/08/26 20:36:01 udontknow Exp $ | ||
|
||
--- Makefile.am.orig 2009-08-25 16:24:29.000000000 -0300 | ||
+++ Makefile.am | ||
@@ -45,7 +45,7 @@ LDAPSDK_LINK = @openldap_lib@ -lldap_r@o | ||
else | ||
LDAPSDK_LINK = @ldapsdk_lib@ -lssldap60 -lprldap60 -lldap60 -lldif60 | ||
endif | ||
-DB_LINK = @db_lib@ -ldb-@db_libver@ | ||
+DB_LINK = @db_lib@ -ldb4-@db_libver@ | ||
SASL_LINK = @sasl_lib@ -lsasl2 | ||
SVRCORE_LINK = @svrcore_lib@ -lsvrcore | ||
ICU_LINK = @icu_lib@ -licui18n -licuuc -licudata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
$NetBSD: patch-ab,v 1.1.1.1 2009/08/26 20:36:01 udontknow Exp $ | ||
|
||
--- m4/db.m4.orig 2009-08-25 16:24:29.000000000 -0300 | ||
+++ m4/db.m4 | ||
@@ -43,7 +43,11 @@ AC_ARG_WITH(db, [ --with-db=PATH Berk | ||
db_libdir="$DBDIR/lib" | ||
db_incdir="$DBDIR/include" | ||
if ! test -e "$db_incdir/db.h" ; then | ||
- AC_MSG_ERROR([$withval include dir not found]) | ||
+ if test -e "$db_incdir/db4/db.h" ; then | ||
+ db_incdir="$DBDIR/include/db4" | ||
+ else | ||
+ AC_MSG_ERROR([$withval include dir not found]) | ||
+ fi | ||
fi | ||
db_inc="-I$db_incdir" | ||
else | ||
@@ -78,7 +82,7 @@ dnl make sure the lib is available | ||
dnl use true so libdb won't be added to LIBS | ||
save_ldflags="$LDFLAGS" | ||
LDFLAGS="$db_lib $LDFLAGS" | ||
-AC_CHECK_LIB([db-$db_libver], [db_create], [true], | ||
+AC_CHECK_LIB([db4-$db_libver], [db_create], [true], | ||
[AC_MSG_ERROR([$db_incdir/db.h is version $db_libver but libdb-$db_libver not found])], | ||
[$LIBNSL]) | ||
LDFLAGS="$save_ldflags" |