| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
| |
While here, pet linters.
PR: 272537
Reported by: bob@eager.cx (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
| |
|
|
|
|
| |
Notes:
svn path=/head/; revision=508909
|
|
|
|
| |
Notes:
svn path=/head/; revision=449586
|
|
|
|
|
|
|
|
|
|
| |
- @-lines can now be run up to every second (previously every 10s at most)
PR: 211451
Submitted by: bob@eager.cx (maintainer)
Notes:
svn path=/head/; revision=419320
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=418767
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415500
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
http://fcron.free.fr/doc/en/changes.html
- updated maintainer mail
PR: 209139
Submitted by: bob@eager.cx (maintainer)
Notes:
svn path=/head/; revision=414794
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|