Commit graph

12 commits

Author SHA1 Message Date
Chris Rees
d5855a4729 More staging and minor improvements 2013-12-29 16:29:03 +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
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
Wesley Shields
47d004b8ef - Unbreak build by renaming memchr() to memchr9()
- While here respect LOCALBASE in scripts/configure
- Pass maintainer to submitter

PR:		ports/136434
Submitted by:	Chris Rees <utisoft@gmail.com>
2009-07-13 18:10:22 +00:00
Martin Wilke
a0a40cdc78 - Fix build
PR:		ports/108084
Submitted by:	Cristian KLEIN<cristi@net.utcluj.ro>
Approved by:	maintainer (implicit)
2007-01-19 11:52:35 +00:00
Martin Wilke
21387ee9ac - Update to 0.9.12b
- Pass maintainership to submitter

PR:		ports/104905
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2006-11-01 08:02:14 +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
Marcus Alves Grando
f875469a41 - Fix hardcoded /etc/rc.subr in rc script [1]
- Update rc script to use USE_RC_SUBR
- Bump PORTREVISION
- portlint(1)
- Drop MAINTAINER [2]

PR:		92465 [1]
Reported by:	Andrew Partan <asp@partan.com> [1]
Requested by:	Adam <jettea46@yahoo.com> (maintainer via email) [2]
2006-02-04 00:38:34 +00:00
Kirill Ponomarev
e71bb0a171 Fix coredumps on amd64.
PR:		ports/85839
Submitted by:	maintainer, joerg
2005-09-08 08:21:43 +00:00
Pav Lucistnik
01cb9704e1 - Install docs
- Install RC script

PR:		ports/79868
Submitted by:	Adam Jette <jettea46@yahoo.com> (maintainer)
2005-04-14 14:30:21 +00:00
Pav Lucistnik
e05af3befb - Update to 0.9.10
PR:		ports/79412
Submitted by:	Adam Jette <jettea46@yahoo.com> (maintainer)
2005-04-11 16:19:53 +00:00
Joerg Wunsch
c8da6086a1 Unbreak the port for 5.x (and above). The wondersome makefile
infastructure of openradius uses the ARCH macro in order to run ar(1).
As FreeBSD's make(1) predefines ARCH to the architecture, this broke
compilation.  Fix this by (ab)using the AR macro instead.

As the maintainer timed out on fixing this by about half a year, and I
need the port right now, I take the liberty to ignore the maintainer
bit here.
2005-04-07 12:22:04 +00:00