Eygene Ryabinkin
4839c29cd1
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
2011-09-25 07:24:25 +00:00
Chris Rees
1e83548a82
Over to new volunteer
...
Approved by: rene (mentor, implicit), maintainer (via email to ports@)
2011-07-18 19:10:35 +00:00
Sunpoet Po-Chuan Hsieh
63806827a5
- 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)
2010-10-13 03:16:26 +00:00
Martin Wilke
10a27ebdd0
- Update to 3.0.3
...
PR: 113386
Submitted by: Brad Huntting <huntting@glarp.com> (maintainer)
2007-06-11 07:08:28 +00:00
Rong-En Fan
7d6b6ced47
- Update to 3.0.2
...
PR: ports/108008
Submitted by: Brad Huntting <huntting at glarp.com> (maintainer)
2007-01-17 07:30:11 +00:00
Sergey Matveychuk
c616f81865
- 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
2006-06-04 20:09:42 +00:00
Sam Lawrance
38a5712506
Update to 3.0.1.
...
PR: ports/92990
Submitted by: Brad Huntting <huntting@glarp.com> (maintainer)
2006-02-09 10:28:29 +00:00
Sergey Matveychuk
d1d2c30a56
- Fix fcron crashing with disabling of fcrondyn
...
- Get rid of unnessesary patch
PR: ports/88883
Submitted by: maintainer
2005-11-12 21:23:49 +00:00
Jean-Yves Lefort
c51b238038
Do not install the bitstring(3) manual page, as it ships with the base system.
...
PR: ports/87851
Submitted by: maintainer
2005-10-23 09:27:20 +00:00
Jean-Yves Lefort
e6ee415d32
- Update to 3.0.0
...
- Pass maintainership to submitter
PR: ports/85817
Submitted by: Brad Huntting <huntting@hunkular.glarp.com> (new maintainer)
2005-10-04 17:54:23 +00:00
Erwin Lansing
9030b5c3b8
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)
2005-09-20 14:20:34 +00:00
Sergey Matveychuk
523db5c65c
- Unbreak build on 5.3+
...
PR: ports/74798
Submitted by: Evan Dower <evantd(at)cs.washington.edu>
2004-12-07 08:47:42 +00:00
Kris Kennaway
e61119f77a
BROKEN on 5.x: Does not compile
2004-11-27 19:32:53 +00:00
Ade Lovett
3f651573ad
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.
2004-03-14 06:17:56 +00:00
Akinori MUSHA
4c2e4f1862
De-pkg-comment.
2003-02-21 13:28:59 +00:00
Kris Kennaway
5756c10491
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)
2003-01-12 12:56:45 +00:00
Edwin Groothuis
37f2224fa6
PERL -> REINPLACE
...
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00
Patrick Li
20309e3ab8
Update to 2.1.0
...
PR: 34221
Submitted by: maintainer
2002-01-27 02:47:27 +00:00
FUJISHIMA Satsuki
491c201bad
assign new MAINTAINER.
...
PR: 31110
Submitted by: Seamus Venasse <svenasse@polaris.ca>
2001-11-06 16:29:37 +00:00
Ying-Chieh Liao
27eb7dab43
upgrade to 2.0.0
...
PR: 31153
Submitted by: Jerry A! <jerry@thehutt.org>
2001-10-09 07:54:23 +00:00
FUJISHIMA Satsuki
1a5189c956
o add missed bin/fcronsighup.
...
o utilize DOCSDIR.
o install fcron.{allow,deny,conf}.dist and remove them if unchanged.
2001-09-21 15:47:27 +00:00
David W. Chapman Jr.
6d061c9647
Add patch patch-configure.in to stop checking for ${PREFIX}/etc
...
during configure
BUMP Portrevision
2001-08-25 20:10:21 +00:00
David W. Chapman Jr.
8f5f3c3d6d
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
2001-08-25 00:03:13 +00:00
David W. Chapman Jr.
b19d32b021
Create ${PREFIX}/etc dir so configure script finds to automagically.
...
PR: 30038
Submitted by: leeym@utopia.leeym.com
2001-08-24 22:59:48 +00:00
Ying-Chieh Liao
2ff3ae9ae5
upgrade to 1.1.1
...
drop maintainership
2001-07-20 06:47:57 +00:00
Ying-Chieh Liao
8494d965b5
add management for etc files
...
Submitted by: olgeni
2001-06-17 01:08:13 +00:00
Ying-Chieh Liao
91c4184323
upgrade to 1.0.3
2001-04-16 05:57:37 +00:00
Ying-Chieh Liao
7397080b2d
add fcron, a periodical command scheduler
2001-03-01 16:33:19 +00:00