diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /net/openldap22-server | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'net/openldap22-server')
-rw-r--r-- | net/openldap22-server/Makefile | 8 | ||||
-rw-r--r-- | net/openldap22-server/pkg-plist.client | 15 |
2 files changed, 13 insertions, 10 deletions
diff --git a/net/openldap22-server/Makefile b/net/openldap22-server/Makefile index 1231a39daa64..b2148c3a23db 100644 --- a/net/openldap22-server/Makefile +++ b/net/openldap22-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= openldap PORTVERSION= 2.2.30 -PORTREVISION= ${OPENLDAP_PORTREVISION} +OPENLDAP_PORTREVISION= ${PORTREVISION_CLIENT} CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ http://public.planetmirror.com/pub/openldap/%SUBDIR%/ \ @@ -38,8 +38,8 @@ WANT_OPENLDAP_VER?= 22 BROKEN= "incompatible OpenLDAP version: ${WANT_OPENLDAP_VER}" .endif -PORTREVISION_CLIENT= 0 -PORTREVISION_SERVER= 0 +OPENLDAP_PORTREVISION= ${PORTREVISION_CLIENT} +OPENLDAP_PORTREVISION= ${PORTREVISION_CLIENT} .if defined(CLIENT_ONLY) OPENLDAP_PORTREVISION= ${PORTREVISION_CLIENT} @@ -86,7 +86,7 @@ BROKEN= Unknown PKGNAMESUFFIX ${PKGNAMESUFFIX} USE_OPENSSL= yes USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes DESCR= ${PKGDIR}/pkg-descr${OPENLDAP_PKGFILESUFX} PLIST= ${PKGDIR}/pkg-plist${OPENLDAP_PKGFILESUFX} diff --git a/net/openldap22-server/pkg-plist.client b/net/openldap22-server/pkg-plist.client index 952e599924b9..83a9a939f0b3 100644 --- a/net/openldap22-server/pkg-plist.client +++ b/net/openldap22-server/pkg-plist.client @@ -19,18 +19,21 @@ include/ldap_features.h include/ldap_schema.h include/ldap_utf8.h include/slapi-plugin.h -lib/liblber.a -lib/liblber.so lib/liblber-2.2.so lib/liblber-2.2.so.7 -lib/libldap.a -lib/libldap.so +lib/liblber.a +lib/liblber.la +lib/liblber.so lib/libldap-2.2.so lib/libldap-2.2.so.7 -lib/libldap_r.a -lib/libldap_r.so +lib/libldap.a +lib/libldap.la +lib/libldap.so lib/libldap_r-2.2.so lib/libldap_r-2.2.so.7 +lib/libldap_r.a +lib/libldap_r.la +lib/libldap_r.so share/openldap/ucdata/case.dat share/openldap/ucdata/cmbcl.dat share/openldap/ucdata/comp.dat |