Commit graph

72 commits

Author SHA1 Message Date
Hajimu UMEMOTO
36b4eb1024 Update MASTER_SITES as I forgot to update it when updating
to 2.1.26.

Spotted by:	Marten Vijn <info__at__martenvijn.nl>
2013-02-17 16:44:12 +00:00
Hajimu UMEMOTO
e17b4f7b57 Don't search lib32 on FreeBSD/i386. 2013-01-08 15:15:57 +00:00
Hajimu UMEMOTO
4cbb088d05 If security/krb5 is installed and OPENLDAP option is enabled, it
failed to build unless KRB5_HOME is set properly.  Now, only when
KRB5_HOME is set properly, it build with security/krb5.

Spotted by:	David Gessel <gessel__at__blackrosetech.com>
2013-01-06 16:56:55 +00:00
Hajimu UMEMOTO
7e9e4ddc3a When building with security/krb5 (specifying KRB5_HOME), make
sure to link mit-krb5 libs.
2013-01-05 18:01:02 +00:00
Hajimu UMEMOTO
9e797d382c Mark cyrus-sasl2 as MAKE_JOBS_SAFE.
Submitted by:	Kevin Zheng <kevinz5000__at__gmail.com>
2012-12-27 15:37:03 +00:00
Hajimu UMEMOTO
dda3fab6a5 Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
2012-12-10 15:10:02 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Hajimu UMEMOTO
de6c53feba Convert to use new OPTIONS framework. 2012-06-13 16:47:43 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Hajimu UMEMOTO
0f58d58a02 Update to 2.1.25. 2011-09-24 09:13:35 +00:00
Hajimu UMEMOTO
d6b31373b0 - Remove KERBEROS4 option which depends on a removed port
(security/krb4)
- Use dirrmtry on PREFIX/lib/sasl2 where configurations may stay
- Remove MD5 in distinfo

PR:		ports/152261
Submitted by:	sunpoet
2010-11-24 11:48:14 +00:00
Erwin Lansing
74cb9eff53 Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now.  Also,
generalize the MD5_FILE macro to DISTINFO_FILO.

PR:		149657
Submitted by:	rene
Approved by:	portmgr
Tested on:	pointyhat i386 7-exp
2010-10-28 21:00:21 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Hajimu UMEMOTO
a9dd98ab55 Update to 2.1.23.
Security:	http://www.kb.cert.org/vuls/id/238019
2009-05-15 01:17:58 +00:00
Pav Lucistnik
b2a96c6df1 - Remove conditional checks for FreeBSD 5.x and older 2009-01-06 17:59:31 +00:00
Hajimu UMEMOTO
813ceb007c - Install saslauthd.mdoc to ${PREFIX}/man/man8/saslauthd.8.
- Use ${BDB_LIB_DIR}.

PR:		ports/127809
Submitted by:	"Scot W. Hetzel" <swhetzel__at__gmail.com>
2008-10-13 15:10:44 +00:00
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
8408ec8077 The Project Cyrus web site is migrated to a new server. 2006-04-01 03:38:36 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +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
d821e98035 oops, I forget to add this file. 2004-03-31 16:33:00 +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