1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

21 Commits

Author SHA1 Message Date
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +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
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +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
Martin Wilke
9d2eb43f70 - Mark BROKEN on HEAD: fails to build with new utmpx
Reported by:	pointyhat
2010-03-20 13:38:17 +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
Pav Lucistnik
b3596debb5 - Fix fetch, update WWW
- While here, kill 4.x define
2008-06-18 19:26:25 +00:00
Martin Matuska
8c6540cff9 - fix build on amd64 and ia64 archs
PR:		ports/112621
Submitted by:	Michael Bushkov <bushman@stinger.cc.rsu.ru> (maintainer)
Approved by:	garga (mentor)
2007-06-14 08:41:43 +00:00
Pav Lucistnik
fd42068259 - Readd without keyword expansion 2006-10-07 15:18:14 +00:00
Pav Lucistnik
af5aa5b6b2 - Remove temporarily 2006-10-07 15:17:52 +00:00
Pav Lucistnik
3ec03bb237 - Fix build
- Style

PR:		ports/101178
Submitted by:	Michael Bushkov <bushman@rsu.ru> (maintainer)
2006-10-07 15:12:29 +00:00
Kris Kennaway
2c89752fe7 BROKEN on 6.x: Does not compile 2006-09-17 02:32:20 +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
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Mark Linimon
977e002a3c Chase URLs per distfile survey. 2005-11-26 08:04:39 +00:00
Pav Lucistnik
a6bc5f8f2b - Unbreak on 6.X
PR:		ports/84780
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	portmgr (marcus)
2005-08-11 22:17:34 +00:00
Kris Kennaway
ea0dd8806c BROKEN on 6.0: Does not compile 2005-04-10 21:47:32 +00:00
Kirill Ponomarev
c28b9c384f Add missing files. 2004-12-13 06:32:30 +00:00
Tilman Keskinoz
ba9b271fcd Update to 0.3.c
PR:		70066
Submitted by:	Michael Bushkov <bushman@stinger.cc.rsu.ru>
2004-08-10 12:39:40 +00:00
Oliver Eikemeier
7821520c40 update to 0.3.b
PR:		69789
Submitted by:	Michael Bushkov <bushman@rsu.ru> (maintainer)
2004-07-30 08:03:13 +00:00
Oliver Eikemeier
84e6916181 add lookupd, a name service lookup daemon, and lookupd_ldap, an LDAP plugin
PR:		68811, 68810
Submitted by:	Michael Bushkov <bushman@rsu.ru>
2004-07-24 17:27:36 +00:00