Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.76_20 01 Oct 2024 20:11:47
    |
Brooks Davis (brooks)  |
sysutils/daemontools: include errno.h for errno
errno must be accessed by a macro from errno.h.
PR: 281782
Approved by: portmgr (build fix blanket), mikael |
0.76_19 10 Jan 2024 15:29:49
    |
Baptiste Daroussin (bapt)  |
MAN?PREFIX: eleminate its usage and move man to share/man |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.76_18 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.76_18 20 Jul 2022 14:23:05
    |
Tobias C. Berner (tcberner)  |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.76_18 10 Jan 2022 15:15:39
    |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
0.76_18 29 Oct 2021 09:50:18
    |
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
0.76_18 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
0.76_18 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.76_18 03 May 2016 18:27:05
  |
bdrewery  |
rc.d/svscan: Use -f to daemon(8) again.
- 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] |
0.76_17 12 Jan 2016 14:33:21
  |
amdmi3  |
Add Public Domain support to ports license framework. You can now use
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 |
0.76_17 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- 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 |
0.76_17 25 Jul 2014 16:40:07
  |
bdrewery  |
- Add missing 'shutdown' keyword in rc.d/svscan script so that services
can gracefully shutdown.
Reported by: dvl |
0.76_16 03 Mar 2014 15:14:04
  |
feld  |
fix minor spelling error |
0.76_16 20 Oct 2013 10:33:50
  |
bdrewery  |
- Convert to staging
- Cleanup master/patch sites (stop using people.freebsd.org) |
0.76_16 20 Sep 2013 15:58:09
  |
bdrewery  |
- Add NO_STAGE until validated to be safe for upcoming staging support |
0.76_16 12 Jul 2013 22:58:31
  |
bdrewery  |
- Take maintainership
- 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) |
0.76_16 11 Jul 2013 07:23:28
  |
jgh  |
- ftp has left the building... |
0.76_16 01 Jul 2012 20:42:36
 |
jgh  |
- add conflicts against freedt and serialmail
Reported by: madis555@hot.ee |
0.76_16 25 Jun 2012 23:09:08
 |
jgh  |
- adopt optionsNG |
0.76_16 13 Apr 2012 18:56:40
 |
jgh  |
- pet portlint on license ordering
- use man8prefix over prefix
- move distfiles to my LOCAL (jgh)
- drop non-standard email placement from pkg-descr |
0.76_16 28 Feb 2012 17:23:51
 |
jgh  |
take maintainership |
0.76_16 27 Feb 2012 20:32:31
 |
glarkin  |
- Reassign to the heap
Requested by: roam (on ports-developers@) |
0.76_16 14 Jan 2012 08:57:23
 |
dougb  |
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. |
0.76_16 12 Nov 2010 13:41:44
 |
roam  |
Add Gerritt Pape's patch to skip the timestamp when matching incoming
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) |
0.76_15 27 Mar 2010 00:15:24
 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.76_15 15 Mar 2010 09:29:05
 |
roam  |
Fix a bug in the supervise(8) tool if the fork(2) syscall should fail. |
0.76_14 07 Jan 2010 12:07:19
 |
roam  |
It seems that the thedjbway.org domain has expired, so the sigq12 patch
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> |
0.76_14 06 Jan 2010 11:07:54
 |
roam  |
Fix another instance of replacing %%DAEMON%% with /usr/sbin/daemon,
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) |
0.76_13 06 Jan 2010 10:11:31
 |
roam  |
Forced commit to note that the sigq12 checksum loss was...
Reported by: Valentin Zahariev <curly@e-card.bg> |
0.76_13 06 Jan 2010 09:49:53
 |
roam  |
Restore the checksums for the sigq12 patch inadvertently lost in
pgollucci's RC_SUBR change. |
0.76_13 05 Jan 2010 06:24:32
 |
dougb  |
Fix startup script by filling in /usr/sbin/daemon -f instead of the
pointlessly obscure %%DAEMON%%.
Problem pointed out by: garga |
0.76_13 04 Jan 2010 05:15:37
 |
pgollucci  |
- USE_RC_SUBR != yes
PR: ports/136851
Approved by: maintainer timeout (roam; > 6 months)
Submitted by: myself (pgollucci @) |
0.76_12 06 Jan 2009 17:59:31
 |
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
0.76_12 05 Aug 2008 13:51:31
 |
ade  |
As per http://cr.yp.to/distributors.html, effective 2008-08-05,
remove RESTRICTED on these ports - they are free to roam wild. |
0.76_12 30 Oct 2007 10:49:16
 |
roam  |
Add a knob to disable the run-time testsuite, e.g. when building with
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> |
0.76_12 04 Oct 2007 00:08:39
 |
edwin  |
Remove support for OSVERSION < 5 |
0.76_12 25 Sep 2006 11:44:39
 |
roam  |
Add the sigq12 patch, which allows the svc utility to tell supervise to
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) |
0.76_11 03 Sep 2006 17:35:28
 |
kris  |
RESTRICTED is intended here instead of NO_PACKAGE |
0.76_11 20 Feb 2006 20:47:50
 |
dougb  |
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. |
0.76_11 24 Jan 2006 01:06:45
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.76_11 07 Jun 2005 11:05:09
 |
roam  |
Skip directories with names starting with a dot. [1]
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] |
0.76_10 30 May 2005 11:28:04
 |
roam  |
Remove the duplicate 'Stopping svscan' message on shutdown.
Fix the URL in pkg-descr.
Bump PORTREVISION.
PR: 81665
Submitted by: Renato Botelho <freebsd@galle.com.br> |
0.76_9 30 Jul 2004 17:40:18
 |
roam  |
Fix shutdown on older systems: avoid find's '-depth n' primary.
Reported by: Robin Breathe <robin@isometry.net> |
0.76_8 27 Jul 2004 06:27:07
 |
roam  |
Make the startup script also work on older versions of FreeBSD which
lack the daemon(8) utility. |
0.76_7 26 Jul 2004 12:48:44
 |
roam  |
- make this script work with the New World Order in /etc/rc.d/localpkg,
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 :) |
0.76_6 25 Jul 2004 08:54:56
 |
nork  |
Oops, I forgot to add "print stop message". |
0.76_6 25 Jul 2004 08:52:51
 |
nork  |
o portlint clean. [1]
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) |
0.76_5 28 Jun 2004 23:56:18
 |
roam  |
Switch from using /bin/csh to /bin/sh, as suggested on -ports. |
0.76_4 28 Jun 2004 23:07:40
 |
roam  |
USE_RC_SUBR.
Submitted by: nork |
0.76_3 19 Feb 2003 16:07:30
 |
roam  |
Remove pkg-comment files in my ports. |
0.76_3 17 Jan 2003 15:06:25
 |
roam  |
Install the sample startup script directly to etc/rc.d/, instead of
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 |
07 Feb 2002 14:57:58
    |
roam  |
Install Gerritt Pape's manual pages unless WITHOUT_MAN is defined. Properly
remove the sample svscan.sh script at deinstall time. |
28 Jan 2002 19:37:14
    |
roam  |
Tweak the startup script so that it is *really* a FreeBSD startup 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.. |
04 Jan 2002 14:38:15
    |
roam  |
Update to 0.76. Assume maintainership. |
10 May 2001 08:10:24
    |
roam  |
Almost revert a change made in daemontools-0.70's supervise, where 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. |
03 Dec 2000 05:16:49
    |
steve  |
Put the NO_PACKAGE strings in double quotes to the escaped single quote
becomes just a single quote instead \'. |
08 Oct 2000 07:23:57
    |
asami  |
Convert category sysutils to new layout. |
29 Jul 2000 17:27:31
    |
nbm  |
Add the ftp version of the MASTER_SITE, since it is available. |
22 Jun 2000 10:22:17
    |
nbm  |
Add a sample rc file for svscan startup, in partial fulfillment of the PR.
I'll leave the creation of the directory, whatever it may be, to the user. |