summaryrefslogtreecommitdiffstats
path: root/net/openldap22
Commit message (Collapse)AuthorAgeFilesLines
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-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)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* bump iodbc lib versionijliao2002-10-281-2/+2
| | | | | PR: 43829 Submitted by: Valentin Zahariev <curly@e-card.bg>
* 1. typo fixijliao2002-09-192-4/+4
| | | | | | | 2. example fix PR: 42660 (1), 42662 (2) Submitted by: Attila Nagy <bra@fsn.hu>
* Fix IPv4dwcjr2002-09-011-2/+18
| | | | | PR: 42152 Submitted by: hetzels@westbend.net
* BerkeleyDB cleanup - stage 2ade2002-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
* moving saslv1 includes files to make it easier to add saslv2ume2002-07-281-1/+1
| | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu
* Use USE_REINPLACE.sobomax2002-07-181-2/+3
|
* Update port to version 2.0.25.olgeni2002-07-182-2/+2
|
* Update 2.0.22 -> 2.0.23maxim2002-02-132-2/+2
| | | | Approved by: ru
* Update to 2.0.22pat2002-02-062-2/+2
| | | | | PR: 34631 Submitted by: Maxim Konovalov <maxim@macomnet.ru>
* Update 2.0.20 -> 2.0.21nectar2002-01-222-2/+2
|
* Update 2.0.19 -> 2.0.20nectar2002-01-153-5/+2
| | | | | | This includes a security related fix. See OpenLDAP ITS#1530 <URL:http://www.openldap.org/its/index.cgi/Software%20Bugs?id=1530> for details.
* First round of auto* cleanups:will2002-01-061-1/+1
| | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
* Update port to version 2.0.19.olgeni2001-12-242-2/+2
|
* Set LATEST_LINK to "openldap2" to avoid conflict with net/openldap.knu2001-11-061-0/+2
|
* Update to 2.0.18petef2001-11-062-2/+2
| | | | | PR: 31584 Submitted by: Maxim O. Konovalov <maxim@macomnet.ru>
* Update to 2.0.17dwcjr2001-10-192-2/+2
| | | | | PR: 31332 Submitted by: maxim@macomnet.ru
* Update to 2.0.15dwcjr2001-09-282-2/+2
| | | | | PR: 30846 Submitted by: leo@florida.sarang.net
* Update port to version 2.0.14, with a fix for aolgeni2001-09-112-2/+2
| | | | millionth-second-since-epoch timestamp bug in slurpd.
* Add the WITH_ODBC option, used to compile the optional SQL backend.olgeni2001-09-091-0/+5
|
* Update to version 2.0.13.olgeni2001-09-093-5/+4
|
* Clean empty etc directories.shige2001-08-251-0/+2
|
* Back out the db3 port update because some of these dependent ports hadknu2001-08-011-2/+2
| | | | | | | | | | been broken by the incompatibility between db3.2 and db3.3. I am unconditionally bumping the PORTREVISION's to eliminate possible troubles that should not happen before the coming release. Sorry for inconvenience. I'll try to check compatibility hard before committing next time.
* Reflect databases/db3's shlib version bump from 2 to 3.knu2001-07-251-2/+2
|
* Modify config file to put default pid file in correct locationdwcjr2001-06-141-1/+5
| | | | | | | Bump PORTREVISION PR: 28129 Reviewed by: Gyori Sandor <gyori@szit.bme.hu>
* Move the persistent database from wiped-on-reboot /var/runroam2001-06-041-1/+2
| | | | | | | | | to the really persistent /var/db. Bump PORTREVISION to indicate behavior/functionality change (make it work across reboots, well how about that ;) PR: 27879 Submitted by: David Wimsey <dwimsey@rtci.com>
* Update port to version 2.0.11.olgeni2001-05-252-2/+2
|
* Update port to version 2.0.10.olgeni2001-05-222-2/+2
|
* Update port to version 2.0.9.olgeni2001-05-182-2/+2
|
* Update port to version 2.0.8.olgeni2001-05-123-27/+24
| | | | | | | | | | | | | | | | | | * Rewrite lines like: @exec [ CONDITION ] && ACTION as: @exec [ ! CONDITION ] || ACTION In the first version, the @executed command returns false if CONDITION is false and ACTION is not performed: pkg_add would then complain about the whole command's exit code. The second version returns either true or the actual ACTION exit code. * Do not echo some Makefile commands.
* Drop maintainership.knu2001-05-111-1/+1
|
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-291-1/+1
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Add pkg-message to tell users about upgrading Berkeley DB files.knu2001-03-052-0/+8
| | | | Submitted by: Volker Stolz <stolz@I2.Informatik.RWTH-Aachen.DE>
* Improve toward multithreading:knu2001-02-231-10/+9
| | | | | | | | | | - Use Sleepycat Berkeley DB 3.2 that OpenLDAP2's README recommends. It is known to be multithread friendlier than Berkeley DB 1.85 included in our libc or GDBM. - Add -D_REENTRANT and -D_THREAD_SAFE to CPPFLAGS Submitted by: Yarema <yds@dppl.com>
* Define INSTALLS_SHLIB.knu2001-02-231-0/+2
|
* Update to 2.0.7.knu2001-01-213-831/+2
|
* Fix @exec lines. Installing from the package, it failed to copy fromknu2000-12-111-10/+10
| | | | *.schema.default to *.schema. Sorry.
* Add a WITH_SASL knob that causes OpenLDAP 2 to be compiled withknu2000-11-081-4/+13
| | | | | | support for SASL. Submitted by: nectar
* Add patches to let OpenLDAP 2 work as a backend for Heimdal: whichknu2000-11-023-1/+849
| | | | | | enable LDAPI and fix krb5-kdc schema. Submitted by: nectar
* Add a patch to correct the permissions with which ud is installed.knu2000-11-021-0/+8
| | | | | | This patch was somehow dropped during OpenLDAP 1.x -> 2.x update. Submitted by: nectar
* Add missing files to plist.knu2000-10-312-0/+7
| | | | Submitted by: nectar
* Add openldap2 (OpenLDAP 2.0.6) after a repocopy from net/openldapknu2000-10-315-44/+138
| | | | (OpenLDAP 1.2.x).
* Cosmetic.knu2000-10-301-24/+30
|
* Use `${MAKE}' for `make'.knu2000-10-301-12/+29
| | | | Use `.for' loop to strip binary executables.
* Fix plist to handle *.conf files properly as apache13* ports do.knu2000-10-302-0/+17
| | | | Submitted by: bento
* Add a startup script for slapd.knu2000-09-252-0/+35
| | | | Approved by: Lachlan O'Dea <lodea@vet.com.au> (MAINTAINER)
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.sobomax2000-08-211-1/+0
|
* Update to version 1.2.11.steve2000-07-073-5/+4
| | | | | PR: 19694 Submitted by: maintainer
* Update to version 1.2.10.steve2000-05-292-3/+4
| | | | | PR: 18841 Submitted by: R\xe9mi Guyomarch <rguyom@321.net>
OpenPOWER on IntegriCloud