Norikatsu Shigemura
617938836d
Clean up SQLite and related ports.
...
o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.
Approved by: portmgr, maintainers of sqlite and related ports
2004-12-23 08:25:47 +00:00
Hajimu UMEMOTO
c306c511b4
remove needless definition.
2004-11-28 09:42:03 +00:00
Hajimu UMEMOTO
78fe274d6c
cyrus-sasl2-saslauthd couldn't be built with system OpenSSL and BDB42.
...
PR: ports/74463
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
2004-11-28 07:09:12 +00:00
Hajimu UMEMOTO
88bbd748e9
Fix build with gssapi and krb5
...
PR: ports/74321
Submitted by: Florian Kraft <lra.hassberge@gmx.de>
2004-11-24 16:35:34 +00:00
Hajimu UMEMOTO
d7b2815e0d
warn to create sasldb2 by yourself in BATCH mode.
...
Suggested by: matusita
2004-11-09 07:47:24 +00:00
Hajimu UMEMOTO
718daad6eb
Update to 2.1.20.
...
* Fixes to cram plugin to avoid attempting to canonify uninitialized data.
* NTLM portability fixes.
* Avoid potential attack using SASL_PATH when sasl is used in a setuid
environment.
* A trivial number of small bugfixes.
2004-10-25 12:42:40 +00:00
Hajimu UMEMOTO
6675e618e3
add WITH_AUTHDAEMON option to allow use of courier authdaemond.
...
PR: ports/72093
Submitted by: Marcin Gryszkalis
2004-10-12 14:10:43 +00:00
Hajimu UMEMOTO
adeb789b91
fix http://vuxml.freebsd.org/92268205-1947-11d9-bc4a-000c41e2cdad.html
...
Reported by: nectar
Approved by: portmgr (krion)
Obtained from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/sasl/lib/common.c#rev1.104
2004-10-08 18:09:16 +00:00
Hajimu UMEMOTO
08de8a9c7e
Update to 2.1.19.
2004-07-14 18:01:22 +00:00
Hajimu UMEMOTO
53ea9fc8f1
correct the path to match the path where the HTML docs are installed.
...
PR: ports/67836
Submitted by: Linh Pham <question+freebsdpr@closedsrc.org>
2004-06-11 18:13:39 +00:00
Hajimu UMEMOTO
359c6f9dd8
Add WITH_SQLITE option to support sql plugin with SQLite
...
using nork's patch.
His patch was already merged into cyrus-sasl2 and will be
included in next release.
Requested by: nork
2004-05-28 17:47:34 +00:00
Mathieu Arnold
4031a6967c
Remove databases/postgresql-client because there can't be a -server, and having
...
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
2004-05-25 09:19:42 +00:00
Hajimu UMEMOTO
f6d66d8cb6
make the default location of running directory of saslauthd
...
customizable by SASLAUTHD_RUNPATH variable.
PR: ports/66521
2004-05-12 16:12:11 +00:00
Hajimu UMEMOTO
f3147bb437
use LOCALBASE for dependent packages instead of PREFIX.
2004-05-07 10:13:37 +00:00
Hajimu UMEMOTO
026ebc1dee
prefer /usr/sbin/nologin than /sbin/nologin when creating user cyrus.
...
Requested by: nork
2004-03-31 16:56:31 +00:00
Hajimu UMEMOTO
4350c75ac8
When there is user cyrus, don't overwrite the user. It helps
...
updating cyrus-sasl2 without updating cyrus-imapd*.
2004-03-30 15:33:55 +00:00
Hajimu UMEMOTO
9fc0a4b074
cosmetic changes.
2004-03-30 15:28:07 +00:00
Hajimu UMEMOTO
df96daf576
PGSQL may be built with GSSAPI.
...
Reported by: "Wolfram A. Kraushaar" <wak@prioris.dstm.de>
2004-03-24 19:27:30 +00:00
Hajimu UMEMOTO
b3ec68c311
Don't allow enabling MySQL or PGSQL implicitly.
...
Submitted by: nork
2004-03-18 15:25:14 +00:00
Hajimu UMEMOTO
f81c417e8a
Update to 2.1.18.
2004-03-11 17:16:41 +00:00
Hajimu UMEMOTO
4e6c2f5ad4
Set an appropriate LATEST_LINK to avoid conflicts with other ports.
...
Reported by: kris
2004-02-06 17:29:28 +00:00
Hajimu UMEMOTO
a5b60fe19e
SIZEfy
2004-02-04 13:57:19 +00:00
Hajimu UMEMOTO
153d604e24
Support Berkeley DB 4.2.
...
Since our db42 requires to include db.h to use. existing configure
script cannot detect our db42. AC_CHECK_LIB() simply test if a
function exists. :(
Requested by: Dmitry Sorokin <dmitry_sorokin@yahoo.ca>
2004-01-17 15:35:34 +00:00
Hajimu UMEMOTO
acbb60393b
add WITHOUT_LOGIN and WITHOUT_PLAIN.
...
Requested by: Hans Hbner <hans@huebner.org>
2004-01-15 21:08:57 +00:00
Hajimu UMEMOTO
094e9b4741
add WITH_PGSQL knob which supports sql plugin with postgresql backend.
...
PR: ports/60606
Submitted by: mat
2003-12-27 16:58:08 +00:00
Hajimu UMEMOTO
72300db3c3
- space before and after `(' and ')' [1]
...
- bump version [2]
PR: ports/60392 [1]
Submitted by: Oleg Sharoiko <os@rsu.ru> [1]
Reported by: jeh [2]
2003-12-19 17:40:04 +00:00
Hajimu UMEMOTO
4d1d79eb80
${OSVERSION} must be after including bsd.port.pre.mk.
...
Reported by: "Dan Langille" <dan@langille.org>
2003-12-19 14:52:12 +00:00
Hajimu UMEMOTO
26ebc4ff54
since 5-CURRENT has Kerberos5 as default, enable Kerberos5 as
...
default on 5-CURRENT.
Submitted by: Sean McNeil <sean@mcneil.com>
2003-12-19 04:48:16 +00:00
Hajimu UMEMOTO
fa6289a40d
fix build with heimdal.
...
Submitted by: tiamat@komi.mts.ru
2003-12-19 04:29:13 +00:00
Hajimu UMEMOTO
8d4df4b343
Update to 2.1.17.
2003-12-04 08:06:03 +00:00
Hajimu UMEMOTO
fa1dd0fe6c
add WITH_ALWAYSTRUE option.
...
Requested by: Ted Cabeen <secabeen@pobox.com>
2003-12-04 06:33:54 +00:00
Hajimu UMEMOTO
d6c32c2c40
USE_OPENSSL must be set before including bsd.port.pre.mk.
...
Reported by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de>
2003-09-01 10:44:42 +00:00
Hajimu UMEMOTO
646d8a6bc5
Use USE_OPENSSL.
2003-08-28 15:53:34 +00:00
Hajimu UMEMOTO
9b954c0e2a
Oops, WITH_MYSQL must be set when WITH_MYSQL_VER is defined.
2003-08-28 12:16:05 +00:00
Hajimu UMEMOTO
e7e704bd6a
Use USE_MYSQL.
2003-08-28 12:08:50 +00:00
Hajimu UMEMOTO
6dd285b187
Remove obsoleted comment about use of saslauthd.
...
Reported by: nork
2003-08-21 14:11:32 +00:00
Hajimu UMEMOTO
b32f59c7bc
Add WITH_DEV_URANDOM option to use /dev/urandom instead of
...
/dev/random.
2003-08-11 19:48:21 +00:00
Hajimu UMEMOTO
f0922b5aa5
Stop installing Sendmail.conf by cyrus-sasl2, and it is now installed
...
by cyrus-sasl2-saslauthd. Since if Sendmail.conf is not installed,
SASL2 uses auxprop by default, it is enough to install Sendmail.conf
by saslauthd port.
2003-07-20 06:29:25 +00:00
Hajimu UMEMOTO
bcf750fff8
Update to 2.1.15.
2003-07-15 18:32:58 +00:00
Hajimu UMEMOTO
3daa1a78aa
Reduce warnings during build on 5-CURRENT.
...
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-07-02 09:42:15 +00:00
Hajimu UMEMOTO
a8637096c3
- made old distfile fetchable after an update.
...
- install missing document which was added during update to 2.1.14.
PR: ports/53932 (partly)
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-06-30 18:43:18 +00:00
Hajimu UMEMOTO
2fa6eec717
It seems MySQL 4.X support in 2.1.14 is still incomplete.
2003-06-30 17:04:10 +00:00
Hajimu UMEMOTO
a02fef83a0
Update to 2.1.14.
2003-06-30 16:51:00 +00:00
Hajimu UMEMOTO
e174cc8477
Sync with cyrus-sasl port. There is no functional change.
...
Obtained from: cyrus-sasl port
2003-06-07 11:46:04 +00:00
Hajimu UMEMOTO
44d66a7787
fix plist.
...
Submitted by: bento via kris
2003-06-04 11:15:52 +00:00
Hajimu UMEMOTO
10a0e3c217
- Make saslauthd a separate port to avoid dependency loop between
...
cyrus-sasl2 and openldap.
- Stop using configuration menu. I believe it ease to maintain
consistency with other SASL related ports.
2003-06-01 04:21:06 +00:00
Hajimu UMEMOTO
4db2a48741
remove useless trailing backslant.
2003-06-01 03:56:44 +00:00
Hajimu UMEMOTO
ea0e64f4a1
make MySQL plugin work with MySQL 4.X.
2003-06-01 03:55:35 +00:00
Hajimu UMEMOTO
c109d23603
add WITHOUT_SASLAUTHD option.
2003-05-16 10:46:04 +00:00
Hajimu UMEMOTO
e3080ee5ce
Sync the way how to handle Kerberos with latest security/cyrus-sasl.
...
Obtained from: security/cyrus-sasl
2003-05-16 08:12:37 +00:00