Hajimu UMEMOTO
a60962f145
- Use OPTIONS.
...
- Obey the default BDB version defined in bsd.database.mk.
2007-08-07 16:46:22 +00:00
Hajimu UMEMOTO
80f4aee1b7
Allow to build with db45 and db46 as well.
2007-08-06 15:01:21 +00:00
Rong-En Fan
f935a609c5
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
...
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
2007-07-23 09:36:51 +00:00
Hajimu UMEMOTO
098bd5bc3a
Change the MASTER_SITES entries from
...
ftp://ftp.hanse.de/sites/transit/mirror/
to
http://www.transit.hanse.de/mirror/
Requested by: Stefan Bethke <stb__at__lassitu.de>
2006-10-07 10:26:49 +00:00
Hajimu UMEMOTO
b724fafd67
krb5 1.5.1 won't build .a files by default, just .so files.
...
Submitted by: Paul Vixie <paul__at__vix.com>
2006-09-17 05:25:21 +00:00
Hajimu UMEMOTO
15f9163193
Update to 2.1.22.
2006-05-19 20:45:37 +00:00
Hajimu UMEMOTO
7863fd84d3
Give sensible sentences for IGNORE.
...
Requested by: kris
2006-04-18 17:48:29 +00:00
Hajimu UMEMOTO
a73ece0305
Replace BROKEN with IGNORE.
2006-04-18 12:33:21 +00:00
Hajimu UMEMOTO
c6dd85752c
Enable support for db-4.4.
2006-04-16 15:49:24 +00:00
Hajimu UMEMOTO
4de201a19a
change /var/state/saslauthd to /var/run/saslauthd as respect hier(7).
...
PR: ports/90810
Submitted by: Artis Caune <Artis.Caune__at__latnet.lv>
2005-12-26 14:52:22 +00:00
Hajimu UMEMOTO
816c5ada81
- use USB_BDB.
...
- add SHA256.
2005-11-08 16:51:08 +00:00
Hajimu UMEMOTO
f897ca0089
Update to 2.1.21.
2005-05-17 16:36:55 +00:00
Hajimu UMEMOTO
0e67d7c1ed
fix dependency. don't forget `+'.
2005-02-28 05:20:11 +00:00
Hajimu UMEMOTO
08679fc01d
simplify.
2005-02-25 16:12:53 +00:00
Hajimu UMEMOTO
8cac5725b5
Allow to use Berkeley DB 4.3.
...
PR: ports/76154
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2005-02-23 21:18:46 +00:00
Hajimu UMEMOTO
d8c58fe303
use new scheme of USE_RC_SUBR.
2005-02-10 19:32:10 +00:00
Hajimu UMEMOTO
67b415bb40
build & install two useful programs; testsaslauthd and saslcache.
...
Submitted by: Yuri Ryazantsev <yuri@unix.ru>
2004-11-30 16:42:36 +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
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
08de8a9c7e
Update to 2.1.19.
2004-07-14 18:01:22 +00:00
Hajimu UMEMOTO
b244688d9b
use command_args' instead of overriding
flags'.
2004-06-11 15:54:34 +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
26d924929a
- add saslauthd_runpath option to change run path which is specified
...
by -m option of saslauthd. since this option affects a location of
a pidfile, we need to separate it from saslauthd_flags.[1]
- change the default of saslauthd_enable to NO as other potrs do.
Requested by: "Paul-Andrew Joseph Miseiko" <esoteric@teardrop.ca> [1]
2004-03-31 16:32:17 +00:00
Hajimu UMEMOTO
f81c417e8a
Update to 2.1.18.
2004-03-11 17:16:41 +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
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
60fd47a5f8
build package again. the problem was fixed by bsd.port.mk
...
1.469 (PR 58885).
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-11 07:44:22 +00:00
Hajimu UMEMOTO
e85f1e7db6
mark NO_PACKAGE instead of BROKEN. Though it fails to build
...
package on bento, at least it can be installed from port.
2003-11-04 17:27:23 +00:00
Kris Kennaway
09b69954f2
Mark BROKEN (see bento logs). These ports are scheduled for removal
...
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
2003-11-03 03:56:42 +00:00
Hajimu UMEMOTO
0bfa2a5bc6
the start/stop scripts failed when booting on 5.x machines
...
Submitted by: Barry Pederson <bp@barryp.org>
2003-10-01 17:56:06 +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
750c3517cf
Use USE_RC_SUBR.
2003-08-28 17:44:28 +00:00
Hajimu UMEMOTO
646d8a6bc5
Use USE_OPENSSL.
2003-08-28 15:53:34 +00:00
Hajimu UMEMOTO
70973459ec
Use USE_OPENLDAP.
2003-08-28 13:11:25 +00:00
Hajimu UMEMOTO
4209c52acf
Depends on net/openldap*-client instead of net/openldap*.
2003-08-14 09:31:04 +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
4625bdd7f2
Broken manpage was installed. Remove pre-generated manpage to be
...
make sure to generate it by FreeBSD's man system.
Reported by: Drew Tomlinson <drew@mykitchentable.net>
2003-07-18 20:00:50 +00:00
Hajimu UMEMOTO
bcf750fff8
Update to 2.1.15.
2003-07-15 18:32:58 +00:00
Hajimu UMEMOTO
cec71a952a
Workaround to make it buildable without enabling gsspai. It is
...
known problem of cyrus-sasl-2.1.14.
Reported by: many
2003-07-05 07:07:37 +00:00
Hajimu UMEMOTO
af4a2810c6
Add support for OpenLDAP22.
...
PR: ports/53932
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-07-03 19:07:18 +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
a02fef83a0
Update to 2.1.14.
2003-06-30 16:51:00 +00:00
Hajimu UMEMOTO
9951bae48c
remove unused variables.
2003-06-01 05:45:41 +00:00