Bug 53886 - [PATCH] update of port net/openldap21 to version 2.1.22
Summary: [PATCH] update of port net/openldap21 to version 2.1.22
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-29 00:00 UTC by Oliver Eikemeier
Modified: 2003-07-07 16:06 UTC (History)
1 user (show)

See Also:


Attachments
openldap21-2.1.22.patch (17.35 KB, patch)
2003-06-29 00:00 UTC, Oliver Eikemeier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Eikemeier 2003-06-29 00:00:21 UTC
- OpenLDAP 2.1.22 is available
- eliminated OPENLDAP_STABLE
- this patch builds on and supersedes PR ports/52604

Fix: Proposed patch:
Comment 1 Oliver Lehmann freebsd_committer freebsd_triage 2003-07-07 15:13:23 UTC
Hi Christian,

do you approve the update listet on:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/53886 ?

  Greetings, Oliver

-- 
 Oliver Lehmann
        @home: lehmann@ans-netz.de
      @office: oliver.lehmann@mgi.de
         @www: http://www.pofo.de/  |  http://wishlist.ans-netz.de/
Comment 2 ck 2003-07-07 15:27:33 UTC
Hi,

On Mon, 7 Jul 2003, Oliver Lehmann wrote:

> Hi Christian,
>
> do you approve the update listet on:
> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/53886 ?

I just looked it through and I don't see any problems with it.  It addresses
most of the stuff I was going to do myself which is good as I have rather
limited time available currently.

Only thing I am not too happy with is dropping all the options for building
the server components separate from the client but I think it's better to
keep the port simple for the mean time so that it gets maintained.

CLIENT_ONLY is preserved so we might consider adding a combined SERVER_ONLY (1)
in the future and add slave ports for client and server like with mysql.
If the sasl port is also split into sasl and saslauthd this would get us out
of the current circular dependency.  I don't have time to push this through
currently so I am happy to keep the port simple until time permits.

Feel free to commit the pr so that we get an upto date version.

Greetings
Christian

ps: The reason there was a separate WITH_SLAPD, WITH_SLURPD was a bug we
had with an early release of slapd in openldap-2.1.  We had to build slapd
without threads altough slurpd needed threads.  ;-(

-- 
CK Software GmbH
Christian Kratzer,         Schwarzwaldstr. 31, 71131 Jettingen
Email: ck@cksoft.de
Phone: +49 7452 889-135    Open Software Solutions, Network Security
Fax:   +49 7452 889-136    FreeBSD spoken here!
Comment 3 Oliver Lehmann freebsd_committer freebsd_triage 2003-07-07 16:06:18 UTC
State Changed
From-To: open->closed

Commited, Thanks!