Commit Graph

12 Commits

Author SHA1 Message Date
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