| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
trailing slashes) from pkg-plist.
|
|
|
|
|
|
|
|
|
|
|
| |
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#
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
- Install sendfile.cf.sample by default
- Additional Makefile tweaks [1]
PR: ports/120342
Submitted by: Stefan Sec Zehl <sec@42.org> (maintainer)
Approved by: maintainer timeout (two weeks) [1]
|
|
|
|
| |
Approved by: krion@
|
| |
|
| |
|
|
|
|
|
|
|
| |
couldn't receive any files.
PR: ports/30111
Submitted by: Stefan `Sec` Zehl <sec@42.org> (MAINTAINER)
|
|
|
|
|
| |
PR: 25563
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
PORTREVISION or PORTEPOCH are defined.
Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.
Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
|
| |
|
|
|
|
|
|
|
| |
and other bits and pieces
PR: 17197 (also closes 15820)
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
|
|
|
|
| |
Caught by: Satoshi's script
|
| |
|
|
|
|
| |
Submitted by: Stefan `Sec` Zehl <sec@42.org>
|
|
|
|
|
|
|
| |
seems to have come back.
PR: 7686
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: 6723
Submitted by: maintainer
|
|
|
|
| |
PR: 6210
|
|
|
|
|
| |
PR: 5887
Submitted by: Stefan 'Sec' Zehl <sec@42.org>
|
|
PR: 4664
Submitted by: Stefan Zehl <sec@42.org>
|