Commit graph

60 commits

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