Commit Graph

65 Commits

Author SHA1 Message Date
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
Akinori MUSHA
92c518e006 Set LATEST_LINK to "openldap2" to avoid conflict with net/openldap. 2001-11-06 20:43:31 +00:00
Pete Fritchman
3cbf1288f7 Update to 2.0.18
PR:		31584
Submitted by:	Maxim O. Konovalov <maxim@macomnet.ru>
2001-11-06 11:52:43 +00:00
David W. Chapman Jr.
75f4c2d15b Update to 2.0.17
PR:		31332
Submitted by:	maxim@macomnet.ru
2001-10-19 03:33:58 +00:00
David W. Chapman Jr.
1f592850ed Update to 2.0.15
PR:		30846
Submitted by:	leo@florida.sarang.net
2001-09-28 03:56:55 +00:00
Jimmy Olgeni
063539e1c0 Update port to version 2.0.14, with a fix for a
millionth-second-since-epoch timestamp bug in slurpd.
2001-09-11 09:37:19 +00:00
Jimmy Olgeni
ce3302d469 Add the WITH_ODBC option, used to compile the optional SQL backend. 2001-09-09 08:36:59 +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
Akinori MUSHA
79f86fd6ec Back out the db3 port update because some of these dependent ports had
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.
2001-08-01 11:56:24 +00:00
Akinori MUSHA
dd8fc61f89 Reflect databases/db3's shlib version bump from 2 to 3. 2001-07-25 15:05:11 +00:00
David W. Chapman Jr.
4809c902bd Modify config file to put default pid file in correct location
Bump PORTREVISION

PR:		28129
Reviewed by:	Gyori Sandor <gyori@szit.bme.hu>
2001-06-14 05:14:03 +00:00
Peter Pentchev
093cd4554a Move the persistent database from wiped-on-reboot /var/run
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>
2001-06-04 22:37:21 +00:00
Jimmy Olgeni
7290213d73 Update port to version 2.0.11. 2001-05-25 11:04:36 +00:00
Jimmy Olgeni
26e6c86b4d Update port to version 2.0.10. 2001-05-22 12:11:13 +00:00
Jimmy Olgeni
22da886ce8 Update port to version 2.0.9. 2001-05-18 20:15:23 +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
5dd718b127 Drop maintainership. 2001-05-11 19:58:04 +00:00
Maxim Sobolev
4ca0e60800 -pthread --> ${PTHREAD_LIBS}
-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.
2001-03-29 16:35:19 +00:00
Akinori MUSHA
a88e468b8c Add pkg-message to tell users about upgrading Berkeley DB files.
Submitted by:	Volker Stolz <stolz@I2.Informatik.RWTH-Aachen.DE>
2001-03-05 22:27:09 +00:00
Akinori MUSHA
d06e0b07dc Improve toward multithreading:
- 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>
2001-02-23 17:04:43 +00:00
Akinori MUSHA
a147aeb563 Define INSTALLS_SHLIB. 2001-02-23 16:52:37 +00:00
Akinori MUSHA
2de81b2018 Update to 2.0.7. 2001-01-21 06:21:47 +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
7a7daa00f1 Add a WITH_SASL knob that causes OpenLDAP 2 to be compiled with
support for SASL.

Submitted by:	nectar
2000-11-08 07:48:20 +00:00
Akinori MUSHA
f8189b98c7 Add patches to let OpenLDAP 2 work as a backend for Heimdal: which
enable LDAPI and fix krb5-kdc schema.

Submitted by:	nectar
2000-11-02 01:44:44 +00:00
Akinori MUSHA
2d887279f6 Add a patch to correct the permissions with which ud is installed.
This patch was somehow dropped during OpenLDAP 1.x -> 2.x update.

Submitted by:	nectar
2000-11-02 01:42:48 +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
71773180f5 Cosmetic. 2000-10-30 19:08:35 +00:00
Akinori MUSHA
48e44600a3 Use ${MAKE}' for make'.
Use `.for' loop to strip binary executables.
2000-10-30 18:53:28 +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
Akinori MUSHA
ad82bf983f Add a startup script for slapd.
Approved by:	Lachlan O'Dea <lodea@vet.com.au> (MAINTAINER)
2000-09-25 05:43:46 +00:00
Maxim Sobolev
cc121d9794 USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines. 2000-08-21 10:07:35 +00:00
Steve Price
d5511f0046 Update to version 1.2.11.
PR:		19694
Submitted by:	maintainer
2000-07-07 18:30:21 +00:00
Steve Price
6c8810f07d Update to version 1.2.10.
PR:		18841
Submitted by:	R\xe9mi Guyomarch <rguyom@321.net>
2000-05-29 02:36:54 +00:00
Michael Haro
f85e19d389 PREFIX -> LOCALBASE 2000-04-20 20:33:42 +00:00
Chris Piazza
93a61d6874 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:14:07 +00:00