| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
|
|
|
|
|
|
| |
- While here respect LOCALBASE in scripts/configure
- Pass maintainer to submitter
PR: ports/136434
Submitted by: Chris Rees <utisoft@gmail.com>
|
|
|
|
|
|
| |
PR: ports/108084
Submitted by: Cristian KLEIN<cristi@net.utcluj.ro>
Approved by: maintainer (implicit)
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/104905
Submitted by: Babak Farrokhi <babak@farrokhi.net>
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
|
| |
PR: ports/85839
Submitted by: maintainer, joerg
|
|
|
|
|
|
|
| |
- Install RC script
PR: ports/79868
Submitted by: Adam Jette <jettea46@yahoo.com> (maintainer)
|
|
|
|
|
| |
PR: ports/79412
Submitted by: Adam Jette <jettea46@yahoo.com> (maintainer)
|
|
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.
|