non port: sysutils/daemontools/Makefile |
SVNWeb
|
Number of commits found: 46 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] ea71236 (Only the first 10 of 972 ports in this commit are shown above. )
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 )
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
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 )
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: 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)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 3 May 2016
|
[ 18:27 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]
|
Tue, 12 Jan 2016
|
[ 14:33 amdmi3 ] (Only the first 10 of 26 ports in this commit are shown above. )
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
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
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
|
Fri, 25 Jul 2014
|
[ 16:40 bdrewery ]
- Add missing 'shutdown' keyword in rc.d/svscan script so that services
can gracefully shutdown.
Reported by: dvl
|
Sun, 20 Oct 2013
|
[ 10:33 bdrewery ]
- Convert to staging
- Cleanup master/patch sites (stop using people.freebsd.org)
|
Fri, 20 Sep 2013
|
[ 15:58 bdrewery ] (Only the first 10 of 37 ports in this commit are shown above. )
- Add NO_STAGE until validated to be safe for upcoming staging support
|
Fri, 12 Jul 2013
|
[ 22:58 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)
|
Thu, 11 Jul 2013
|
[ 07:23 jgh ]
- ftp has left the building...
|
Sun, 1 Jul 2012
|
[ 20:42 jgh ]
- add conflicts against freedt and serialmail
Reported by: madis555@hot.ee
|
Mon, 25 Jun 2012
|
[ 23:09 jgh ]
- adopt optionsNG
|
Fri, 13 Apr 2012
|
[ 18:56 jgh ]
- pet portlint on license ordering
- use man8prefix over prefix
- move distfiles to my LOCAL (jgh)
- drop non-standard email placement from pkg-descr
|
Tue, 28 Feb 2012
|
[ 17:23 jgh ]
take maintainership
|
Mon, 27 Feb 2012
|
[ 20:32 glarkin ] (Only the first 10 of 49 ports in this commit are shown above. )
- Reassign to the heap
Requested by: roam (on ports-developers@)
|
Fri, 12 Nov 2010
|
[ 13:41 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)
|
Mon, 15 Mar 2010
|
[ 09:29 roam ]
Fix a bug in the supervise(8) tool if the fork(2) syscall should fail.
|
Thu, 7 Jan 2010
|
[ 12:07 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>
|
Wed, 6 Jan 2010
|
[ 11:07 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)
|
Mon, 4 Jan 2010
|
[ 05:15 pgollucci ]
- USE_RC_SUBR != yes
PR: ports/136851
Approved by: maintainer timeout (roam; > 6 months)
Submitted by: myself (pgollucci @)
|
Tue, 6 Jan 2009
|
[ 17:59 pav ] (Only the first 10 of 155 ports in this commit are shown above. )
- Remove conditional checks for FreeBSD 5.x and older
|
Tue, 5 Aug 2008
|
[ 13:51 ade ]
As per http://cr.yp.to/distributors.html, effective 2008-08-05,
remove RESTRICTED on these ports - they are free to roam wild.
|
Tue, 30 Oct 2007
|
[ 10:49 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>
|
Thu, 4 Oct 2007
|
[ 00:08 edwin ] (Only the first 10 of 15 ports in this commit are shown above. )
Remove support for OSVERSION < 5
|
Mon, 25 Sep 2006
|
[ 11:44 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)
|
Sun, 3 Sep 2006
|
[ 17:35 kris ]
RESTRICTED is intended here instead of NO_PACKAGE
|
Tue, 7 Jun 2005
|
[ 11:05 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]
|
Mon, 30 May 2005
|
[ 11:28 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>
|
Fri, 30 Jul 2004
|
[ 17:40 roam ]
Fix shutdown on older systems: avoid find's '-depth n' primary.
Reported by: Robin Breathe <robin@isometry.net>
|
Tue, 27 Jul 2004
|
[ 06:27 roam ]
Make the startup script also work on older versions of FreeBSD which
lack the daemon(8) utility.
|
Mon, 26 Jul 2004
|
[ 12:48 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 :)
|
Sun, 25 Jul 2004
|
[ 08:52 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)
|
Mon, 28 Jun 2004
|
[ 23:56 roam ]
Switch from using /bin/csh to /bin/sh, as suggested on -ports.
|
[ 23:07 roam ]
USE_RC_SUBR.
Submitted by: nork
|
Wed, 19 Feb 2003
|
[ 16:07 roam ] (Only the first 10 of 70 ports in this commit are shown above. )
Remove pkg-comment files in my ports.
|
Fri, 17 Jan 2003
|
[ 15:06 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
|
Thu, 7 Feb 2002
|
[ 14:57 roam ]
Install Gerritt Pape's manual pages unless WITHOUT_MAN is defined. Properly
remove the sample svscan.sh script at deinstall time.
|
Mon, 28 Jan 2002
|
[ 19:37 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..
|
Fri, 4 Jan 2002
|
[ 14:38 roam ]
Update to 0.76. Assume maintainership.
|
Thu, 10 May 2001
|
[ 08:10 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.
|
Sun, 3 Dec 2000
|
[ 05:16 steve ]
Put the NO_PACKAGE strings in double quotes to the escaped single quote
becomes just a single quote instead \'.
|
Sat, 29 Jul 2000
|
[ 17:27 nbm ]
Add the ftp version of the MASTER_SITE, since it is available.
|
Thu, 22 Jun 2000
|
[ 10:22 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.
|
Number of commits found: 46 |