diff options
author | delphij <delphij@FreeBSD.org> | 2006-05-18 23:03:48 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2006-05-18 23:03:48 +0800 |
commit | 9da94f11ed92cf7824c676eb4359c3adfeb5507b (patch) | |
tree | 9b7a0c9ec75f6f8fc3a6082386ab70cb83d7d57a /net/openldap23-client | |
parent | 815cad40daf0e27f5a19140b7f56f5d727c14aba (diff) | |
download | freebsd-ports-gnome-9da94f11ed92cf7824c676eb4359c3adfeb5507b.tar.gz freebsd-ports-gnome-9da94f11ed92cf7824c676eb4359c3adfeb5507b.tar.zst freebsd-ports-gnome-9da94f11ed92cf7824c676eb4359c3adfeb5507b.zip |
Updates, cleanups and improvements over the openldap23-* ports:
- Make sure that PKGNAMESUFFIX and COMMENT are correctly set when
building slave ports. [1]
- Remove RCORDER feature which is now deprecated.
- Move PORTREVISION related stuff to before bsd.port.pre.mk in
order to get the revisions actually work.
- Depend on CLIENT_ONLY and WITH_SASL to determine the package
name suffix.
- Make use of USE_OPENLDAP instead of rolling our own.
- Use WITH_RC_SUBR correctly rather than just specifying "yes"
- Depend on bsd.database.mk to determine the Berkeley DB name,
which makes it possible to use versions available from the
ports collection rather than making decision our own. [2]
- Disable threading as suggested by openldap developers if
BACK_SHELL is enabled. Indicate the fact when showing options.
- Update to 2.3.23
PR: 91902[1], 96752 [2]
Submitted by: Gyorgy TEUBEL <tgyurci freemail hu> [1]
Sunpoet Po-Chuan Hsieh <sunpoet sunpoet net> [2]
Approved by: sem (mentor)
Other changes, blames and all bugs are mine.
Diffstat (limited to 'net/openldap23-client')
-rw-r--r-- | net/openldap23-client/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/openldap23-client/Makefile b/net/openldap23-client/Makefile index 7c7cf46a5c9e..718587929666 100644 --- a/net/openldap23-client/Makefile +++ b/net/openldap23-client/Makefile @@ -5,10 +5,6 @@ # $FreeBSD$ # -PKGNAMESUFFIX= -client - -COMMENT= Open source LDAP client implementation - CLIENT_ONLY= yes WITHOUT_SASL= yes |