Commit graph

35 commits

Author SHA1 Message Date
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Vsevolod Stakhov
7bc220864c - Update to 2.3.19
PR:		91983
Submitted by:	delphij
2006-02-22 07:24:32 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Vsevolod Stakhov
fb8e66e8ac Update to 2.3.7 [1]
Add RWM overlay support [2]
Convert to OPTIONS
Remove openldap23-sasl-server as it is no longer required as separated port.

PR:		85709 [1], 84966 [2]
Submitted by:	Dmitry A Grigorovich <odip@bionet.nsc.ru> [1]
		Pawel Wieleba <P.Wieleba@iem.pw.edu.pl> [2]
2005-09-15 11:47:24 +00:00
Edwin Groothuis
ae6c57cbe7 Fix leftover files noticed by the pointyhat run.
Learned something about the MLINKS command.
2005-05-06 04:41:31 +00:00
Edwin Groothuis
e8643086f5 New ports: net/openldap23[-server, -client, -sasl-server, -sasl-server]
There is development version of openldap named 2.3.2beta2.
	These ports are based on http://people.freebsd.org/~eik/ports/openldap23.shar.
	The repocopy has been already made in ports/77170.

PR:		ports/80618
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-05-05 00:53:44 +00:00
Kris Kennaway
bd84b198de Remove repo-copies requested and performed 5 weeks ago but never
completed by the submitter.  They can be added back later if/when the
submitter is ready to proceed.

Approved by:    portmgr (self)
2005-03-27 03:19:52 +00:00
Oliver Eikemeier
47acbb6df7 update to 2.2.15
- new switch WITH_DYNAMIC_BACKENDS
- WITH_ODBC has to be specified, even when WITH_ODBC_TYPE is set
- 5.x users: when you need to start the daemon early, build with
  WITH_RCORDER=yes to put the start script into /etc/rc.d
2004-08-15 18:18:46 +00:00
Oliver Eikemeier
a51cdd3ebe Update net/openldap22-* to 2.2.11 and follow the OpenLDAP soname change:
<http://www.openldap.org/lists/openldap-devel/200403/msg00101.html>

While I'm not totally happy with their choice, I believe it is better to
be in sync with the upstream library naming scheme.

No objection from:	portmgr
2004-05-27 11:29:07 +00:00
Oliver Eikemeier
0ef511cb2c - update to OpenLDAP 2.2.8:
- fixed slapd/slapadd syncrepl bugs (ITS#2948,2995)
  - fixed slapd sasl-regexp multiple entry bug (ITS#3033)
  - fixed slapd bind method portability bug (ITS#3038)
  - fixed libldap try_read1msg bug (ITS#2982)
  - added slapd numericStringOrderingMatch rule support (ITS#2988)
  - added slurpd replication interval config option (ITS#2768)

  - shared library soname change (ITS#3035) postponed until bsd.port.mk is patched

- enabled hdb backend

- 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
2004-03-31 22:33:09 +00:00
Oliver Eikemeier
17ce9f5aea - update to 2.2.4-release
- default to BerkelyDB 4.2

CAUTION: The OpenLDAP library name changed from libldap.2 to libldap.202
         You might want to do:
portupgrade -rf 'openldap-client-2.2.*'

Approved by:	marcus (mentor)
2004-01-20 19:25:13 +00:00
Oliver Eikemeier
df15f5fedf ** NOTICE: **
* 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)
2003-11-14 03:57:13 +00:00
Edwin Groothuis
4eea42bbfa [MAINTAINER] ports net/openldap2[012]-server: didn't start upon boot on 5.x, 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>
2003-08-30 09:11:51 +00:00
Edwin Groothuis
d90d7b94c0 [MAINTAINER] ports net/openldap2[012]-server: use RC_SUBR, miscellaneous 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>
2003-08-28 12:51:08 +00:00
Jun Kuriyama
075f1093db Split openldap[012] into client and server.
PR:		ports/54436
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com> (maintainer)
2003-08-14 03:55:21 +00:00
Oliver Lehmann
6ef2dc6e19 - now *really* use libtool from ports instead of the included one
- 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
2003-07-07 14:01:25 +00:00
Jun Kuriyama
1e125b279c Add openldap22 port after repocopy from openldap21.
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
PR:		ports/53571
2003-07-02 14:49:57 +00:00
Edwin Groothuis
1f4703f53f [PATCH] update of port net/openldap21 to 2.1.20
OpenLDAP 2.1.20 is available.

PR:		ports/52568
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-05-23 00:21:04 +00:00
Norikatsu Shigemura
ee622c47f0 o Updates openldap to the most current released version of openldap
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)
2003-04-11 14:43:46 +00:00
Edwin Groothuis
f175035804 New port: openldap-2.1
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>
2003-02-24 04:27:22 +00:00
Jacques Vidrine
75239dc6bd Update 2.0.19 -> 2.0.20
This includes a security related fix.  See OpenLDAP ITS#1530
<URL:http://www.openldap.org/its/index.cgi/Software%20Bugs?id=1530>
for details.
2002-01-15 14:31:00 +00:00
Jimmy Olgeni
ebf8b2d82e Update to version 2.0.13. 2001-09-09 08:26:36 +00:00
Shigeyuki Fukushima
5d8b47b83f Clean empty etc directories. 2001-08-25 09:59:07 +00:00
Jimmy Olgeni
604c0d03b4 Update port to version 2.0.8.
* 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.
2001-05-12 20:14:35 +00:00
Akinori MUSHA
0bc3f89299 Fix @exec lines. Installing from the package, it failed to copy from
*.schema.default to *.schema.  Sorry.
2000-12-11 13:03:04 +00:00
Akinori MUSHA
96d54cca36 Add missing files to plist.
Submitted by:	nectar
2000-10-31 15:03:48 +00:00
Akinori MUSHA
ab4bc8e81e Add openldap2 (OpenLDAP 2.0.6) after a repocopy from net/openldap
(OpenLDAP 1.2.x).
2000-10-31 11:42:22 +00:00
Akinori MUSHA
9f41fac873 Fix plist to handle *.conf files properly as apache13* ports do.
Submitted by:	bento
2000-10-30 18:38:54 +00:00
Steve Price
d5511f0046 Update to version 1.2.11.
PR:		19694
Submitted by:	maintainer
2000-07-07 18:30:21 +00:00
Michael Haro
57298ea748 OpenLDAP to optionally build with BerkleyDB2 and tcp_wrappers
PR:		17136
Submitted by:	yds@dppl.com
2000-04-02 03:27:54 +00:00
Steve Price
c0cf667947 Update to version 1.2.8.
PR:		15599
Submitted by:	maintainer
1999-12-24 04:29:10 +00:00
Foxfair Hu
16de55cc18 Cleaning ugly PLIST, let `make deinstall' really work. 1999-11-01 01:03:44 +00:00
Steve Price
000eb6cccd Update to version 1.2.0.
PR:		9900
Reviewed by:	maintainer
1999-02-12 23:57:01 +00:00
Steve Price
00ed53f124 Update to version 1.1.2.
PR:		9241
Submitted by:	maintainer
1999-01-02 19:49:20 +00:00
Steve Price
3238fdf3ff Initial import of OpenLDAP version 1.0.1.
Open source LDAP client and server software.

PR:		7995
Submitted by:	Lachlan O'Dea <lodea@angmar.mel.cybec.com.au>
1998-10-10 04:40:45 +00:00