non port: sysutils/fcron/Makefile |
SVNWeb
|
Number of commits found: 40 |
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, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
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.
|
Sat, 30 Jul 2016
|
[ 14:22 pi ]
sysutils/fcron: 3.2.0 -> 3.2.1
- @-lines can now be run up to every second (previously every 10s at most)
PR: 211451
Submitted by: bob@eager.cx (maintainer)
|
Tue, 19 Jul 2016
|
[ 11:04 mat ] (Only the first 10 of 174 ports in this commit are shown above. )
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 8 May 2016
|
[ 09:33 pi ] (Only the first 10 of 15 ports in this commit are shown above. )
sysutils/fcron: 3.0.6 -> 3.2.0
Changes:
http://fcron.free.fr/doc/en/changes.html
- updated maintainer mail
PR: 209139
Submitted by: bob@eager.cx (maintainer)
|
Mon, 11 May 2015
|
[ 18:34 mat ] (Only the first 10 of 285 ports in this commit are shown above. )
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
|
Thu, 17 Jul 2014
|
[ 08:57 olgeni ] (Only the first 10 of 206 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt)
|
Thu, 5 Jun 2014
|
[ 22:57 bapt ]
Support stage
Modernisation:
- Use @sample
- Install pam files into prefix
- Use USERS/GROUPS framework
- Remove now useless pkg-install/pkg-deinstall scripts
PR: 190162
Submitted by: Zsolt Udvari
|
Thu, 29 May 2014
|
[ 11:20 miwi ] (Only the first 10 of 36 ports in this commit are shown above. )
- Convert gmake,bzip2,xz to USES
Approved by: portmgr
|
Fri, 20 Sep 2013
|
[ 23:06 bapt ] (Only the first 10 of 1053 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
|
Sat, 7 Sep 2013
|
[ 06:47 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
|
Sun, 25 Sep 2011
|
[ 07:24 rea ]
sysutils/fcron: fixup default argument promotion
When mode_t is char- or short-like, it will be promoted to the pure
int when it is passed as the variable argument [1], so we should pass
'int' to the va_arg.
I had also eliminated fflush for the stream opened read-only, since
it will always fail and there is no need to flush read-only streams.
[1] http://c-faq.com/~scs/cclass/int/sx11c.html
Feature safe: yes
PR: 152304
|
Mon, 18 Jul 2011
|
[ 19:10 crees ]
Over to new volunteer
Approved by: rene (mentor, implicit), maintainer (via email to ports@)
|
Wed, 13 Oct 2010
|
[ 03:16 sunpoet ]
- Update to 3.0.6
- Add LICENSE
Changes: http://fcron.free.fr/doc/en/changes.html
PR: ports/151352
Submitted by: Sebastien Santoro <dereckson@gmail.com>
Approved by: pgollucci (mentor, implicit)
|
Mon, 11 Jun 2007
|
[ 07:08 miwi ]
- Update to 3.0.3
PR: 113386
Submitted by: Brad Huntting <huntting@glarp.com> (maintainer)
|
Wed, 17 Jan 2007
|
[ 07:30 rafan ]
- Update to 3.0.2
PR: ports/108008
Submitted by: Brad Huntting <huntting at glarp.com> (maintainer)
|
Sun, 4 Jun 2006
|
[ 20:09 sem ]
- Install pam files directly (in /etc/pam.d, unless they already exist)
rather than just leaving them in the examples directory. There seems
to be no real security advantage to not installing the pam files since
they are required for fcron and fcrontab to operate, and root privs are
required to install fcron to begin with.
- The sockaddr.sa_len was not set prior to calls to bind() and connect().
The upshot begin that fcrondyn was unable to open the socket
to communicate with fcron.
PR: ports/97066
Submitted by: maintainer
|
Thu, 9 Feb 2006
|
[ 10:28 lawrance ]
Update to 3.0.1.
PR: ports/92990
Submitted by: Brad Huntting <huntting@glarp.com> (maintainer)
|
Sat, 12 Nov 2005
|
[ 21:23 sem ]
- Fix fcron crashing with disabling of fcrondyn
- Get rid of unnessesary patch
PR: ports/88883
Submitted by: maintainer
|
Sun, 23 Oct 2005
|
[ 09:27 jylefort ]
Do not install the bitstring(3) manual page, as it ships with the base system.
PR: ports/87851
Submitted by: maintainer
|
Tue, 4 Oct 2005
|
[ 17:54 jylefort ] (Only the first 10 of 16 ports in this commit are shown above. )
- Update to 3.0.0
- Pass maintainership to submitter
PR: ports/85817
Submitted by: Brad Huntting <huntting@hunkular.glarp.com> (new maintainer)
|
Tue, 20 Sep 2005
|
[ 14:20 erwin ] (Only the first 10 of 79 ports in this commit are shown above. )
Reset maintainership of Seamus Venasse who has not responded for some time.
Thank you for your efforts in the past!
Noticed by: tobez
Approved by: portmgr (self)
|
Tue, 7 Dec 2004
|
[ 08:47 sem ]
- Unbreak build on 5.3+
PR: ports/74798
Submitted by: Evan Dower <evantd(at)cs.washington.edu>
|
Sat, 27 Nov 2004
|
[ 19:32 kris ]
BROKEN on 5.x: Does not compile
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
Fri, 21 Feb 2003
|
[ 13:28 knu ] (Only the first 10 of 250 ports in this commit are shown above. )
De-pkg-comment.
|
Sun, 12 Jan 2003
|
[ 12:56 kris ]
Mark NO_PACKAGE: something causes the package builds to go haywire and
spit out an infinite amount of text (this is bad for disk space)
|
Mon, 4 Nov 2002
|
[ 05:46 edwin ] (Only the first 10 of 75 ports in this commit are shown above. )
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
|
Sun, 27 Jan 2002
|
[ 02:47 pat ]
Update to 2.1.0
|
Tue, 6 Nov 2001
|
[ 16:29 sf ]
assign new MAINTAINER.
|
Tue, 9 Oct 2001
|
[ 08:54 ijliao ]
upgrade to 2.0.0
|
Fri, 21 Sep 2001
|
[ 16:47 sf ]
o add missed bin/fcronsighup. o utilize DOCSDIR. o install
fcron.{allow,deny,conf}.dist and remove them if unchanged.
|
Sat, 25 Aug 2001
|
[ 21:10 dwcjr ]
Add patch patch-configure.in to stop checking for ${PREFIX}/etc during
configure BUMP Portrevision
|
[ 01:03 dwcjr ]
Backout 1.5 of Makefile ETC is already set so why should configure need to
autodetect Also if you build as non-root you don't have correct perms on etc
|
Fri, 24 Aug 2001
|
[ 23:59 dwcjr ]
Create ${PREFIX}/etc dir so configure script finds to automagically.
|
Fri, 20 Jul 2001
|
[ 07:47 ijliao ]
upgrade to 1.1.1 drop maintainership
|
Sun, 17 Jun 2001
|
[ 02:08 ijliao ]
add management for etc files
|
Mon, 16 Apr 2001
|
[ 06:57 ijliao ]
upgrade to 1.0.3
|
Thu, 1 Mar 2001
|
[ 16:33 ijliao ]
add fcron, a periodical command scheduler
|
Number of commits found: 40 |