| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- This reverts the change from r247267 which removed it.
- The upstream svscanboot script closes stdout, stdin and stderr. Our
script should do the same. Doing this does not lose any output since the
output is all piped to the proper logger. This fixes hangs when combined
with Salt [1].
Reported by: C. R. Oldham <cro@ncbt.org> [1]
Notes:
svn path=/head/; revision=414546
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
LICENSE= PD
Note that although Public Domain is not technically a license, it's
handled in the same way as licenses here, which is a common practice
(Arch, Gentoo, Fedora, Debian, even FOSSology do the same).
Convert all ports which redefine Public Domain LICENSE to LICENSE=PD.
Approved by: portmgr (bapt)
Differential Revision: D4149
Notes:
svn path=/head/; revision=405874
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386312
|
|
|
|
|
|
|
|
|
| |
can gracefully shutdown.
Reported by: dvl
Notes:
svn path=/head/; revision=362918
|
|
|
|
| |
Notes:
svn path=/head/; revision=346913
|
|
|
|
|
|
|
| |
- Cleanup master/patch sites (stop using people.freebsd.org)
Notes:
svn path=/head/; revision=330998
|
|
|
|
| |
Notes:
svn path=/head/; revision=327710
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add mirrors
- Pet portlint
-- Move CONFLICTS
-- Replace space with tab in S_NORMAL_DESC
- Remove bsd.port.pre.mk
- Trim header
Approved by: jgh (maintainer)
Notes:
svn path=/head/; revision=322873
|
|
|
|
| |
Notes:
svn path=/head/; revision=322756
|
|
|
|
|
|
|
| |
Reported by: madis555@hot.ee
Notes:
svn path=/head/; revision=300338
|
|
|
|
| |
Notes:
svn path=/head/; revision=299968
|
|
|
|
|
|
|
|
|
| |
- use man8prefix over prefix
- move distfiles to my LOCAL (jgh)
- drop non-standard email placement from pkg-descr
Notes:
svn path=/head/; revision=294783
|
|
|
|
| |
Notes:
svn path=/head/; revision=292378
|
|
|
|
|
|
|
| |
Requested by: roam (on ports-developers@)
Notes:
svn path=/head/; revision=292325
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
log messages against the specified patterns. Bump PORTREVISION.
While I'm here, do some more maintenance:
- regenerate the distinfo file to drop the MD5 checksums
- rephrase the IGNORE messages
- declare the port's license as public domain
Requested by: Matthias Teege <matthias@mteege.de> (the timestamp patch)
Notes:
svn path=/head/; revision=264455
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
| |
Notes:
svn path=/head/; revision=251069
|
|
|
|
|
|
|
|
|
|
| |
has lost its home. Host it on my FreeBSD local distfiles site for
the present until I find out who has a more permanent home for it.
Reported by: Valentin Zahariev <curly@e-card.bg>
Notes:
svn path=/head/; revision=247329
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
somehow missed by dougb - still, thanks for doing it :) However,
drop the -f option to daemon - with both readproctitle and
multilog, we definitely do *not* want to lose svscan's output.
While I'm here, restore the spirit of the STARTUP_SCRIPT functionality
removed in pgollucci's rc.subr change by introducing the S_NORMAL and
S_EARLY option knobs and modifying the startup script's REQUIRE and
BEFORE settings accordingly.
Add short descriptive headers to the patches and bump PORTREVISION
for the real changes.
Reported by: Valentin Zahariev <curly@e-card.bg> (the daemon part)
Notes:
svn path=/head/; revision=247267
|
|
|
|
|
|
|
| |
pgollucci's RC_SUBR change.
Notes:
svn path=/head/; revision=247253
|
|
|
|
|
|
|
|
|
| |
pointlessly obscure %%DAEMON%%.
Problem pointed out by: garga
Notes:
svn path=/head/; revision=247189
|
|
|
|
|
|
|
|
|
| |
PR: ports/136851
Approved by: maintainer timeout (roam; > 6 months)
Submitted by: myself (pgollucci @)
Notes:
svn path=/head/; revision=247102
|
|
|
|
| |
Notes:
svn path=/head/; revision=225335
|
|
|
|
|
|
|
| |
remove RESTRICTED on these ports - they are free to roam wild.
Notes:
svn path=/head/; revision=218068
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a NFS-mounted work directory (prompted by PR 115100).
Add support for logging through multilog instead of readproctitle for
the main svscan process and document the startup script variables
(loosely based on PR 111749).
PR: 111749, 115100
Submitted by: Andrew Hammond<andrew.george.hammond@gmail.com>,
Charles Sprickman <spork@bway.net>
Notes:
svn path=/head/; revision=202426
|
|
|
|
| |
Notes:
svn path=/head/; revision=200766
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
send SIGQUIT, SIGUSR1, or SIGUSR2 to the daemon process.
OPTIONS'ify - all but the STARTUP_SCRIPT variable, which is a string,
not a flag.
Appease portlint partially - unquote the RESTRICTED message.
Bump PORTREVISION.
Requested by: "Brent B. Powers" <bbp2006@columbia.edu> (the sigq12 patch)
Notes:
svn path=/head/; revision=173794
|
|
|
|
| |
Notes:
svn path=/head/; revision=172070
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=156534
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154303
|
|
|
|
|
|
|
|
|
|
|
| |
Wihle I'm here, add a STARTUP_SCRIPT knob to specify a different name for
the etc/rc.d/svscan.sh script, e.g. allowing a name like 000.svscan.sh.
PR: 81677 [1]
Submitted by: Renato Botelho <freebsd@galle.com.br> [1]
Notes:
svn path=/head/; revision=136985
|
|
|
|
|
|
|
|
|
|
|
| |
Fix the URL in pkg-descr.
Bump PORTREVISION.
PR: 81665
Submitted by: Renato Botelho <freebsd@galle.com.br>
Notes:
svn path=/head/; revision=136423
|
|
|
|
|
|
|
| |
Reported by: Robin Breathe <robin@isometry.net>
Notes:
svn path=/head/; revision=115096
|
|
|
|
|
|
|
| |
lack the daemon(8) utility.
Notes:
svn path=/head/; revision=114845
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
where the config files may have been loaded already and our load_rc_config
invocation may do nothing: thus, we need to honor any previously set value
of svscan_enable;
- for some reason svscan_stop_post() does not like the IFS-like vars set by
rc.subr and localpkg; use find/xargs instead of having the shell parse its
own output;
- dequote COMMENT;
- fix the daemon(8)-ization by moving 2>&1 to its proper place, so that the
errors from svscan are actually picked up by readproctitle, as explained
in <20040630175050.GD979@straylight.m.ringlet.net>;
- move the 'Starting svscan' message to its proper place, so that the PATH
set by env(1) affects svscan, not the echo command :)
Notes:
svn path=/head/; revision=114770
|
|
|
|
| |
Notes:
svn path=/head/; revision=114628
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o print start message. [1]
o daemon(8)'ify. [2]
o bump PORTREVISION accordingly.
PR: ports/68558 [1]
Submitted by: Renato Botelho <renato@galle.com.br> [1]
myself [2]
Reviewed by: roam [2]
Approved by: roam (blanket)
Notes:
svn path=/head/; revision=114627
|
|
|
|
| |
Notes:
svn path=/head/; revision=112509
|
|
|
|
|
|
|
| |
Submitted by: nork
Notes:
svn path=/head/; revision=112506
|
|
|
|
| |
Notes:
svn path=/head/; revision=75894
|
|
|
|
|
|
|
|
|
|
| |
putting it into the examples directory, where next to nobody found it.
Requested by: Dan Langille <dan@langille.org>,
Antoine Beaupre <anarcat@anarcat.ath.cx> - both months ago
Notes:
svn path=/head/; revision=73356
|
|
|
|
|
|
|
| |
Properly remove the sample svscan.sh script at deinstall time.
Notes:
svn path=/head/; revision=54314
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
script; that is, add 'start|stop' argument processing and
the ability to actually stop the script.
Bump PORTREVISION to indicate a functionality change - or rather,
to indicate a change that actually makes this a FreeBSD port..
Final push by: Dan Langille <dan@langille.org> in a somewhat
unrelated e-mail exchange
Obtained from: a svscan SysV init script that I somehow managed
to lose the source and URL for :(
Notes:
svn path=/head/; revision=53924
|
|
|
|
|
|
|
|
|
|
| |
Assume maintainership.
Reviewed by: nbm
Approved by: nbm
Notes:
svn path=/head/; revision=52566
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the one-second sleep between invocations was moved to after the actual
invocation. This sleep could be interrupted by a SIGCHLD in the case
of a failing service, and the service could be restarted way more than
the documented once-per-second. Move the sleep back before the fork(),
just don't sleep before the very first fork, so the service starts faster.
Silence by: Daniel J. Bernstein (no telling if he'll fix this in later
daemontools releases, so I guess we'll have to do it as part
of our port..)
Approved by: nbm (maintainer)
Notes:
svn path=/head/; revision=42485
|
|
|
|
|
|
|
| |
becomes just a single quote instead \'.
Notes:
svn path=/head/; revision=35620
|
|
|
|
| |
Notes:
svn path=/head/; revision=31108
|
|
|
|
|
|
|
|
|
|
|
| |
PR. I'll leave the creation of the directory, whatever it may be, to
the user.
PR: ports/19191
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br>
Notes:
svn path=/head/; revision=29767
|
|
|
|
|
|
|
|
|
| |
MAINTAINERship.
PR: 16580
Notes:
svn path=/head/; revision=28047
|