| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
- Switch to options helpers
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Support stage
Support packaging as a user
|
| |
|
|
|
|
| |
misc)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Trim Header
- Convert to OptionsNG
- Prefer DISTNAME to DISTFILES
- Reorder variables
- Fix comments (don't include leading article)
- @unexec rm must not cause failure
- Tabs, not spaces
- Single space for WWW
- Pet portlint
- etc.
In a few cases the option DOCS was used to control installation into EXAMPLEDIR.
I opted to keep the existing logic of the port in these cases.
Reviewed by: koobs, ashish
|
|
|
|
|
| |
While I'm here, reformat the rc.d script to match conventions, and remove
some cruft from the Makefile.
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
- Remove extraneous newlines
PR: ports/158538
Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
Approved by: rene (mentor, implicit)
|
| |
|
| |
|
|
|
|
|
| |
Pointy hat to: dougb for committing untested changes
Reported by: pointyhat
|
| |
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
|
|
| |
starting with M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
| |
|
|
|
|
| |
Noticed by: YAPHR
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).
Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.
This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.
In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.
Bump PORTREVISION to make sure that users and packages
pick up this change.
|
| |
|
|
|
|
| |
Approved by: maintainers
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
- Add USE_RC_SUBR
- Update pkg-descr
- Use DOCSDIR
PR: ports/63668
Submitted by: maintainer
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
|
| |
|
|
|
|
| |
Prodded by: kris
|
| |
|
|
|
|
|
|
| |
Submitted by: maintainer
Prompteb by: bento,
kris
|
|
|
|
|
| |
PR: 53230
Submitted by: maintainer
|
| |
|
|
|
|
| |
Reported by: kris
|
|
|
|
|
| |
PR: 47869
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
|
|
|
|
|
| |
PR: 46339
Submitted by: maintainer
|
|
|
|
|
|
| |
is already used by bsd.port.mk.
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
* Changed MASTER_SITES.
* Respect PREFIX correctly.
PR: 44283
Submitted by: maintainer
|
|
|
|
|
| |
PR: 39746
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
|
|
|
|
|
|
|
| |
Update a few MASTER_SITES
PR: 34012
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 32080
Submitted by: maintainer
Approved by: lioux
|
|
|
|
| |
Approved by: MAINTAINER
|
|
|
|
|
| |
PR: 29945
Submitted by: maintainer
|
|
|
|
|
| |
PR: 27867
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 24108
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 23948
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Add new version's WWW.
Maintainer says that the server that the client communicates with has
been shutdown so it is useless. Instead, they have setup a new server to
which the new client (4.x) talks to.
He can't reasonably port the new version, yet.
Submitted by: Maintainer
|
|
|
|
|
| |
PR: 15865
Submitted by: Maintainer
|
|
|
|
|
| |
PR: 15045
Submitted by: Maintainer
|
| |
|
|
This is the client program for the Server Uptimes project.
For more information on the Server Uptimes project visit their web site at:
http://uptime.hexon.cx/
PR: 13272
Submitted by: Kelly Yancey <kbyanc@posi.net>
|