summaryrefslogtreecommitdiff
path: root/net/openldap22-server/files/patch-libraries::liblunicode::ucstr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ** NOTICE: **Oliver Eikemeier2003-11-141-11/+0
| | | | | | | | | | | | | | | | | | | | | | * OpenLDAP 2.0 is no longer actively maintained by the OpenLDAP Project. * You are strongly encouraged to update to OpenLDAP 2.1 * Port maintainers: Please respect the default in bsd.port.mk * I plan to remove OpenLDAP 2.0 from the FreeBSD ports tree May 2004 - Update net/openldap21-client and net/openldap21-server to version 2.1.23 - Update net/openldap22-client and net/openldap22-server to version 2.2.2.b, fix ITS#2747 from CVS - some fixes for net/openldap20-server from CVS, seems like there won't be a 2.0.28 release anymore - remove conflict with deleted port net/openldap12 - use PORTDOCS - use USE_OPENSSL - don't use _REENTRANT - add a deinstall message PR: 58278 Submitted by: me Approved by: marcus (mentor)
* - now *really* use libtool from ports instead of the included oneOliver Lehmann2003-07-071-8/+8
| | | | | | | | | | | | | - build -dynamic for better compatibility with libltdl - grap back-perl fixes from OpenLDAP CVS to let FreeBSD port users test the perl backend - dynamically create pkg-plist in pre-install instead of post-install to simplify things and guard against changes in bsd.port.mk - bump portrevision - miscellaneous style fixes: PR: 54177 Submitted by: maintainer
* fix net/openldap22:Daichi GOTO2003-07-071-0/+11
- fix warnings and potential crash on 64 bit platforms PR: 54122 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> (maintainer)