| 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
Notes:
svn path=/head/; revision=386097
|
|
|
|
| |
Notes:
svn path=/head/; revision=368846
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=362126
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=356721
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=355686
|
|
|
|
|
|
|
| |
sysutils)
Notes:
svn path=/head/; revision=327772
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=326573
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=282355
|
|
|
|
|
|
|
| |
Approved by: rene (mentor, implicit), maintainer (via email to ports@)
Notes:
svn path=/head/; revision=277914
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=262942
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
| |
PR: 113386
Submitted by: Brad Huntting <huntting@glarp.com> (maintainer)
Notes:
svn path=/head/; revision=193229
|
|
|
|
|
|
|
|
| |
PR: ports/108008
Submitted by: Brad Huntting <huntting at glarp.com> (maintainer)
Notes:
svn path=/head/; revision=182603
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=164357
|
|
|
|
|
|
|
|
| |
PR: ports/92990
Submitted by: Brad Huntting <huntting@glarp.com> (maintainer)
Notes:
svn path=/head/; revision=155575
|
|
|
|
|
|
|
|
|
|
| |
- Get rid of unnessesary patch
PR: ports/88883
Submitted by: maintainer
Notes:
svn path=/head/; revision=148064
|
|
|
|
| |
Notes:
svn path=/head/; revision=146753
|
|
|
|
|
|
|
|
| |
PR: ports/87851
Submitted by: maintainer
Notes:
svn path=/head/; revision=146177
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/85817
Submitted by: Brad Huntting <huntting@hunkular.glarp.com> (new maintainer)
Notes:
svn path=/head/; revision=144194
|
|
|
|
|
|
|
|
|
|
| |
Thank you for your efforts in the past!
Noticed by: tobez
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=143208
|
|
|
|
|
|
|
|
| |
PR: ports/74798
Submitted by: Evan Dower <evantd(at)cs.washington.edu>
Notes:
svn path=/head/; revision=123370
|
|
|
|
| |
Notes:
svn path=/head/; revision=122616
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=103963
|
|
|
|
| |
Notes:
svn path=/head/; revision=76041
|
|
|
|
|
|
|
| |
spit out an infinite amount of text (this is bad for disk space)
Notes:
svn path=/head/; revision=72965
|
|
|
|
|
|
|
| |
And some ports have USE_PERL5=yes now.
Notes:
svn path=/head/; revision=69436
|
|
|
|
|
|
|
|
| |
PR: 34221
Submitted by: maintainer
Notes:
svn path=/head/; revision=53813
|
|
|
|
|
|
|
|
| |
PR: 31110
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes:
svn path=/head/; revision=49677
|
|
|
|
|
|
|
|
| |
PR: 31153
Submitted by: Jerry A! <jerry@thehutt.org>
Notes:
svn path=/head/; revision=48592
|
|
|
|
|
|
|
|
| |
o utilize DOCSDIR.
o install fcron.{allow,deny,conf}.dist and remove them if unchanged.
Notes:
svn path=/head/; revision=48041
|
|
|
|
|
|
|
|
| |
during configure
BUMP Portrevision
Notes:
svn path=/head/; revision=46900
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=46835
|
|
|
|
|
|
|
|
| |
PR: 30038
Submitted by: leeym@utopia.leeym.com
Notes:
svn path=/head/; revision=46824
|
|
|
|
|
|
|
| |
drop maintainership
Notes:
svn path=/head/; revision=45268
|
|
|
|
|
|
|
| |
Submitted by: olgeni
Notes:
svn path=/head/; revision=44080
|
|
|
|
| |
Notes:
svn path=/head/; revision=41451
|
|
Notes:
svn path=/head/; revision=38942
|