summaryrefslogtreecommitdiff
path: root/net/openldap21-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* As previously announced, remove these expired ports.Mark Linimon2005-07-1816-968/+0
| | | | | | | Hat: portmgr. Notes: svn path=/head/; revision=139453
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* mark deprecated, scheduled for removal 2005-03-01Oliver Eikemeier2004-08-261-0/+3
| | | | Notes: svn path=/head/; revision=117321
* Fix iODBC detection on 4.xOliver Eikemeier2004-05-071-0/+20
| | | | | | | | Prompted by: Viktor Steinmann <viktor.steinmann@ch.easynet.net>, Marc Rassbach <marc@milestonerdl.com> Notes: svn path=/head/; revision=108628
* Fix upgrading via portupgrade, reported by Chuck Swiger <cswiger@mac.com>Oliver Eikemeier2004-05-012-6/+17
| | | | | | | Prepare for slave ports with SASL support Notes: svn path=/head/; revision=108124
* Update to OpenLDAP 2.1.30:Oliver Eikemeier2004-04-162-3/+3
| | | | | | | | | | | | - fixed slapd userdb checkpass bug (ITS#3048) - fixed back-ldbm IDL delete bug (ITS#3046) - fixed libldap schema parsing bugs (ITS#2920, ITS#3065) - fixed liblutil NS MTA MD5 passwd len bug (ITS#2899) - removed lint (ITS#3086) - updated slapd.conf(5) manpage (ITS#2525) Notes: svn path=/head/; revision=107278
* - update to OpenLDAP 2.1.29:Oliver Eikemeier2004-03-314-36/+76
| | | | | | | | | | | | | | | | | - fixed slapd SASL invalid authcID crash (ITS#2961) - fixed slapd sasl-regexp debug crash (ITS#3033) - fixed back-bdb empty suffix bug (ITS#2970) - fixed back-bdb IDL avl_delete failure bug (ITS#3004) - fixed libldap assert failure (ITS#2982) - prefer autodetection over PTHREAD_LIBS from bsd.port.mk, to avoid problems of clients which crash on -CURRENT while loading/unloading threading libraries - added -sasl as a build option to the package name - made the server requiring the matching client library Notes: svn path=/head/; revision=105826
* Try to fix the lingering thread problem on -CURRENT, for the better orOliver Eikemeier2004-03-251-4/+6
| | | | | | | | | | the worse, GNATS will tell. Linking all components with PTHREAD_LIBS may not be the most elegant solution. Bump PORTREVISION on all components, which may be unnecessary, but safe. Notes: svn path=/head/; revision=105234
* use included libtoolOliver Eikemeier2004-03-252-4/+35
| | | | Notes: svn path=/head/; revision=105177
* Convert all but one port that uses libtool14 to use libtool15, in readinessAde Lovett2004-03-241-1/+1
| | | | | | | for the destruction of devel/libtool14 Notes: svn path=/head/; revision=105149
* Update to OpenLDAP 2.1.27 release:Oliver Eikemeier2004-03-232-3/+3
| | | | | | | | | - Fixed slapd replog ordering bug (ITS#2512) - Fixed slapd uninitialized variable bug - Fixed libldap SASL client callbacks (ITS#2926) Notes: svn path=/head/; revision=105075
* Only dns/bind8 and dns/bind84 screw up the include files.Oliver Eikemeier2004-03-191-1/+1
| | | | Notes: svn path=/head/; revision=104621
* Temporarily disable building when a bind port with PORT_REPLACES_BASE_BIND ↵Oliver Eikemeier2004-03-191-0/+4
| | | | | | | | | | | | | | | installed They overwrite /usr/include/netdb.h and give a wrong definition for `h_errno' when _REENTRANT is defined. This causes link errors where `__h_errno' is undefined. This should affect MySQL, Python and Apache too. PR: 64419 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=104559
* Introduce WITHOUT_BDB to work around a bug in BerkeleyDB on AMD64:Oliver Eikemeier2004-02-291-1/+8
| | | | | | | <http://www.openldap.org/lists/openldap-software/200402/msg00756.html> Notes: svn path=/head/; revision=102563
* Update to OpenLDAP 2.1.27 Release:Oliver Eikemeier2004-02-283-17/+4
| | | | | | | | | | | | Fixed slapd replog ordering bug (ITS#2512) Fixed slapd uninitialized variable bug Fixed libldap SASL client callbacks (ITS#2926) Build Environment Fixed gai_strerr portability problem (ITS#2643) Fixed DNS res_query portabilitiy problem Notes: svn path=/head/; revision=102333
* enable crypt(3) passwordsOliver Eikemeier2004-01-301-1/+2
| | | | | | | | PR: 62117 Submitted by: Pierre Beyssac <beyssac@enst.fr> Notes: svn path=/head/; revision=99533
* Update to version 2.1.26Oliver Eikemeier2004-01-265-29/+28
| | | | Notes: svn path=/head/; revision=99228
* - fix make configure WITH_PERL=yes (OpenLDAP ITS#2764)Oliver Eikemeier2003-11-141-0/+19
| | | | | | | | | Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Approved by: marcus (mentor) Obtained from: OpenLDAP CVS Notes: svn path=/head/; revision=93962
* ** NOTICE: **Oliver Eikemeier2003-11-148-91/+87
| | | | | | | | | | | | | | | | | | | | | | | | | * 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) Notes: svn path=/head/; revision=93932
* switch my ports to my FreeBSD addressOliver Eikemeier2003-11-141-1/+1
| | | | | | | Approved by: marcus (mentor) Notes: svn path=/head/; revision=93923
* [MAINTAINER] typo in ports net/openldap2[012]-serverEdwin Groothuis2003-08-302-2/+2
| | | | | | | | | | - correct typo in PR 56174 (end => fi) PR: ports/56182 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=88075
* [MAINTAINER] ports net/openldap2[012]-server: didn't start upon boot on 5.x, ↵Edwin Groothuis2003-08-305-33/+83
| | | | | | | | | | | | | | | | | misc. improvements - the start/stop scripts failed when booting on 5.x machines, detected by Barry Pederson <bp@barryp.org> - Fix OpenLDAP ITS 2672: eternal loop in back-bdb (2.1 only) - unify the start/stop scripts again, so that they are identical across versions - added a check for the deprecated variable slapd_args PR: ports/56174 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=88070
* - Fix typo in start/stop scriptKirill Ponomarev2003-08-281-1/+1
| | | | | | | | | PR: 56094 Submitted by: maintainer Noticed by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=87922
* [MAINTAINER] ports net/openldap2[012]-server: use RC_SUBR, miscellaneous ↵Edwin Groothuis2003-08-286-122/+200
| | | | | | | | | | | | | | | | | | improvements - use RC_SUBR (PR 54352, submitted by Scot W. Hetzel <hetzels@westbend.net>) - run slapd under a non-privileged account by default (PR 56075) - remove ${PORTSDIR}/net/openldap20-server/bsd.openldap.mk (PR 55680) - use USE_OPENLDAP - improve conflict checking (PR 54845, submitted by Jens Rehsack <rehsack@liwing.de>) - make ODBC library selectable (PR 46288, submitted by Emile Heitor <eheitor@fr.cw.net>) - don't use USE_OPENSSL to avoid gazillions of -rpath warnings PR: ports/56077 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=87902
* Fix ${MASTER_SITE_SUBDIR}Sergey A. Osokin2003-08-151-1/+1
| | | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> (maintainer) PR: 55607 Notes: svn path=/head/; revision=86988
* Split openldap[012] into client and server.Jun Kuriyama2003-08-1413-513/+636
| | | | | | | | PR: ports/54436 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> (maintainer) Notes: svn path=/head/; revision=86910
* update openldap21 to 2.1.22Oliver Lehmann2003-07-073-212/+100
| | | | | | | | | PR: 53886 Submitted By: Oliver Eikemeier <eikemeier@fillmore-labs.com> Approved By: maintainer Notes: svn path=/head/; revision=84395
* Make PKGNAMESUFFIX processing happy on 4.8 and lower.Edwin Groothuis2003-05-231-4/+4
| | | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Approved by: kris@ Notes: svn path=/head/; revision=81770
* [PATCH] openldap21 port won't compile with any *_ONLY optionsEdwin Groothuis2003-05-231-6/+6
| | | | | | | | | | | The openldap21 port won't compile with any of the possible options because of a recursive variable assignement. PR: ports/51419 Submitted by: Christophe Juniet <cjuniet@entreview.com> Notes: svn path=/head/; revision=81761
* [PATCH] update of port net/openldap21 to 2.1.20Edwin Groothuis2003-05-237-18/+98
| | | | | | | | | | OpenLDAP 2.1.20 is available. PR: ports/52568 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=81758
* o Updates openldap to the most current released version of openldapNorikatsu Shigemura2003-04-113-15/+15
| | | | | | | | | | | | | | | 2.1.17. o Provides Flag OPENLDAP_STABLE to build against stable branch of openldap instead of release branch. This gets us an openldap21-stable-2.1.17 package. o Maintenance of MLINKS for dropped manual pages and plist for addition of schema/README PR: ports/50814 Submitted by: Christian Kratzer <ck@cksoft.de> (maintainer) Notes: svn path=/head/; revision=78736
* net/openldap20 can't start with sample command line syntax in the startup ↵Edwin Groothuis2003-04-071-4/+4
| | | | | | | | | | script. PR: ports/49074 Submitted by: Taoka Fumiyoshi <fmysh@iijmio-mail.jp> Notes: svn path=/head/; revision=78507
* From Christian Kratzer <ck@cksoft.de>Edwin Groothuis2003-03-301-14/+0
| | | | | | | | | | | Could we perhaps delete pkg-message because the text in it is totally outdated. openldap hasn't used Berkely db 1.85 for ages. Submitted by: Christian Kratzer <ck@cksoft.de> Notes: svn path=/head/; revision=77758
* net/openldap21 to 2.1.16Edwin Groothuis2003-03-303-9/+15
| | | | | | | | PR: ports/50406 Submitted by: Christian Kratzer <ck@cksoft.de> Notes: svn path=/head/; revision=77715
* Re-add files/slapd.shEdwin Groothuis2003-02-241-0/+47
| | | | | | | | PR: 48630 Submitter: Christian Kratzer <ck@cksoft.de> Notes: svn path=/head/; revision=76414
* New port: openldap-2.1Edwin Groothuis2003-02-2410-482/+542
| | | | | | | | | | | | | OpenLDAP is a suite of Lightweight Directory Access Protocol (LDAP) servers, clients, utilities and development tools. (yes, this port was the reason why the renaming was earlier this morning) PR: ports/46009 Submitted by: Christian Kratzer <ck@cksoft.de> Notes: svn path=/head/; revision=76350
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* bump iodbc lib versionYing-Chieh Liao2002-10-281-2/+2
| | | | | | | | PR: 43829 Submitted by: Valentin Zahariev <curly@e-card.bg> Notes: svn path=/head/; revision=69043
* 1. typo fixYing-Chieh Liao2002-09-192-4/+4
| | | | | | | | | | 2. example fix PR: 42660 (1), 42662 (2) Submitted by: Attila Nagy <bra@fsn.hu> Notes: svn path=/head/; revision=66760
* Fix IPv4David W. Chapman Jr.2002-09-011-2/+18
| | | | | | | | PR: 42152 Submitted by: hetzels@westbend.net Notes: svn path=/head/; revision=65430
* BerkeleyDB cleanup - stage 2Ade Lovett2002-08-221-1/+2
| | | | | | | | Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x Notes: svn path=/head/; revision=64836
* moving saslv1 includes files to make it easier to add saslv2Hajimu UMEMOTO2002-07-281-1/+1
| | | | | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu Notes: svn path=/head/; revision=63671
* Use USE_REINPLACE.Maxim Sobolev2002-07-181-2/+3
| | | | Notes: svn path=/head/; revision=63210
* Update port to version 2.0.25.Jimmy Olgeni2002-07-182-2/+2
| | | | Notes: svn path=/head/; revision=63202
* Update 2.0.22 -> 2.0.23Maxim Konovalov2002-02-132-2/+2
| | | | | | | Approved by: ru Notes: svn path=/head/; revision=54652
* Update to 2.0.22Patrick Li2002-02-062-2/+2
| | | | | | | | PR: 34631 Submitted by: Maxim Konovalov <maxim@macomnet.ru> Notes: svn path=/head/; revision=54251
* Update 2.0.20 -> 2.0.21Jacques Vidrine2002-01-222-2/+2
| | | | Notes: svn path=/head/; revision=53564