| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
| |
sysutils)
|
|
|
|
| |
Approved by: portmgr (bapt@, blanket)
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: rene (mentor, implicit), maintainer (via email to ports@)
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
|
|
|
| |
PR: 113386
Submitted by: Brad Huntting <huntting@glarp.com> (maintainer)
|
|
|
|
|
| |
PR: ports/108008
Submitted by: Brad Huntting <huntting at glarp.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: ports/92990
Submitted by: Brad Huntting <huntting@glarp.com> (maintainer)
|
|
|
|
|
|
|
| |
- Get rid of unnessesary patch
PR: ports/88883
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/87851
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/85817
Submitted by: Brad Huntting <huntting@hunkular.glarp.com> (new maintainer)
|
|
|
|
|
|
|
| |
Thank you for your efforts in the past!
Noticed by: tobez
Approved by: portmgr (self)
|
|
|
|
|
| |
PR: ports/74798
Submitted by: Evan Dower <evantd(at)cs.washington.edu>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
spit out an infinite amount of text (this is bad for disk space)
|
|
|
|
| |
And some ports have USE_PERL5=yes now.
|
|
|
|
|
| |
PR: 34221
Submitted by: maintainer
|
|
|
|
|
| |
PR: 31110
Submitted by: Seamus Venasse <svenasse@polaris.ca>
|
|
|
|
|
| |
PR: 31153
Submitted by: Jerry A! <jerry@thehutt.org>
|
|
|
|
|
| |
o utilize DOCSDIR.
o install fcron.{allow,deny,conf}.dist and remove them if unchanged.
|
|
|
|
|
| |
during configure
BUMP Portrevision
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 30038
Submitted by: leeym@utopia.leeym.com
|
|
|
|
| |
drop maintainership
|
|
|
|
| |
Submitted by: olgeni
|
| |
|
|
|