Commit graph

102 commits

Author SHA1 Message Date
Oliver Eikemeier
23f237984b mark deprecated, scheduled for removal 2005-03-01 2004-08-26 16:58:40 +00:00
Oliver Eikemeier
630d04fd83 Fix iODBC detection on 4.x
Prompted by:	Viktor Steinmann <viktor.steinmann@ch.easynet.net>,
		Marc Rassbach <marc@milestonerdl.com>
2004-05-07 18:19:29 +00:00
Oliver Eikemeier
2bad363251 Fix upgrading via portupgrade, reported by Chuck Swiger <cswiger@mac.com>
Prepare for slave ports with SASL support
2004-05-01 23:56:17 +00:00
Oliver Eikemeier
607fad957a Update to OpenLDAP 2.1.30:
- 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)
2004-04-16 22:17:42 +00:00
Oliver Eikemeier
c53e2d52d1 - update to OpenLDAP 2.1.29:
- 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
2004-03-31 22:32:47 +00:00
Oliver Eikemeier
6575c466ad Try to fix the lingering thread problem on -CURRENT, for the better or
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.
2004-03-25 14:28:17 +00:00
Oliver Eikemeier
219b30185a use included libtool 2004-03-25 01:46:54 +00:00
Ade Lovett
2c577f8a04 Convert all but one port that uses libtool14 to use libtool15, in readiness
for the destruction of devel/libtool14
2004-03-24 20:59:17 +00:00
Oliver Eikemeier
90790e95ea Update to OpenLDAP 2.1.27 release:
- Fixed slapd replog ordering bug (ITS#2512)
- Fixed slapd uninitialized variable bug
- Fixed libldap SASL client callbacks (ITS#2926)
2004-03-23 19:16:45 +00:00
Oliver Eikemeier
b4fa3443cf Only dns/bind8 and dns/bind84 screw up the include files. 2004-03-19 12:11:09 +00:00
Oliver Eikemeier
381f77b86f Temporarily disable building when a bind port with PORT_REPLACES_BASE_BIND 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>
2004-03-19 00:37:50 +00:00
Oliver Eikemeier
0501cda9a0 Introduce WITHOUT_BDB to work around a bug in BerkeleyDB on AMD64:
<http://www.openldap.org/lists/openldap-software/200402/msg00756.html>
2004-02-29 18:19:21 +00:00
Oliver Eikemeier
61b6587da3 Update to OpenLDAP 2.1.27 Release:
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
2004-02-28 00:22:22 +00:00
Oliver Eikemeier
e72ba5b180 enable crypt(3) passwords
PR:		62117
Submitted by:	Pierre Beyssac <beyssac@enst.fr>
2004-01-30 19:15:41 +00:00
Oliver Eikemeier
dd5fadd088 Update to version 2.1.26 2004-01-26 21:51:37 +00:00
Oliver Eikemeier
147bc5cff8 - fix make configure WITH_PERL=yes (OpenLDAP ITS#2764)
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
Approved by:	marcus (mentor)
Obtained from:	OpenLDAP CVS
2003-11-14 17:12:05 +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
Oliver Eikemeier
d1b344e8cd switch my ports to my FreeBSD address
Approved by:	marcus (mentor)
2003-11-14 00:29:48 +00:00
Edwin Groothuis
53777b11c3 [MAINTAINER] typo in ports net/openldap2[012]-server
- correct typo in PR 56174 (end => fi)

PR:		ports/56182
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-08-30 11:50:41 +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
Kirill Ponomarev
0fed513ef1 - Fix typo in start/stop script
PR:		56094
Submitted by:	maintainer
Noticed by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2003-08-28 19:51:44 +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
Sergey A. Osokin
9a94eb01ab Fix ${MASTER_SITE_SUBDIR}
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com> (maintainer)
PR:		55607
2003-08-15 14:46:06 +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
df21811cb5 update openldap21 to 2.1.22
PR:		53886
Submitted By:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
Approved By:	maintainer
2003-07-07 15:06:05 +00:00
Edwin Groothuis
10082f0310 Make PKGNAMESUFFIX processing happy on 4.8 and lower.
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
Approved by:	kris@
2003-05-23 01:49:44 +00:00
Edwin Groothuis
60ccc041cc [PATCH] openldap21 port won't compile with any *_ONLY options
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>
2003-05-23 00:31:28 +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
d67e115ebf net/openldap20 can't start with sample command line syntax in the startup script.
PR:		ports/49074
Submitted by:	Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
2003-04-07 07:30:33 +00:00
Edwin Groothuis
8b14b326e1 From Christian Kratzer <ck@cksoft.de>
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>
2003-03-30 21:29:17 +00:00
Edwin Groothuis
a7552c4deb net/openldap21 to 2.1.16
PR:		ports/50406
Submitted by:	Christian Kratzer <ck@cksoft.de>
2003-03-30 01:35:45 +00:00
Edwin Groothuis
c1251c0dd6 Re-add files/slapd.sh
PR:		48630
Submitter:	Christian Kratzer <ck@cksoft.de>
2003-02-24 20:11:30 +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
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ying-Chieh Liao
964906c2e9 bump iodbc lib version
PR:		43829
Submitted by:	Valentin Zahariev <curly@e-card.bg>
2002-10-28 17:29:04 +00:00
Ying-Chieh Liao
fe5c87c637 1. typo fix
2. example fix

PR:		42660 (1), 42662 (2)
Submitted by:	Attila Nagy <bra@fsn.hu>
2002-09-19 21:49:55 +00:00
David W. Chapman Jr.
8bf5c468d8 Fix IPv4
PR:		42152
Submitted by:	hetzels@westbend.net
2002-09-01 17:06:10 +00:00
Ade Lovett
76d6ac6122 BerkeleyDB cleanup - stage 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
2002-08-22 19:13:46 +00:00
Hajimu UMEMOTO
b211a1e6c4 moving saslv1 includes files to make it easier to add saslv2
PR:		ports/40288
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	knu
2002-07-28 17:26:12 +00:00
Maxim Sobolev
47d2777b16 Use USE_REINPLACE. 2002-07-18 17:58:57 +00:00
Jimmy Olgeni
39c3073910 Update port to version 2.0.25. 2002-07-18 15:13:29 +00:00
Maxim Konovalov
de245e7e2b Update 2.0.22 -> 2.0.23
Approved by:	ru
2002-02-13 10:30:32 +00:00
Patrick Li
6402d37243 Update to 2.0.22
PR:		34631
Submitted by:	Maxim Konovalov <maxim@macomnet.ru>
2002-02-06 04:45:08 +00:00
Jacques Vidrine
849e1a5f91 Update 2.0.20 -> 2.0.21 2002-01-22 14:20:48 +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
Will Andrews
f3171de7e6 First round of auto* cleanups:
- 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/
2002-01-06 06:20:22 +00:00
Jimmy Olgeni
c526b4c2ef Update port to version 2.0.19. 2001-12-24 21:48:05 +00:00