| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
| | |
|
| | |
|
| |
|
|
| |
Notes:
svn path=/head/; revision=469643
|
| |
|
|
| |
Notes:
svn path=/head/; revision=458948
|
| |
|
|
| |
Notes:
svn path=/head/; revision=432255
|
| |
|
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes:
svn path=/head/; revision=428150
|
| |
|
|
|
|
|
|
|
|
| |
- Fix rc.d script
PR: 183518
Submitted by: Kimmo Paasiala <kpaasial@gmail.com>
Notes:
svn path=/head/; revision=332281
|
| |
|
|
| |
Notes:
svn path=/head/; revision=328741
|
| |
|
|
|
|
|
| |
sysutils)
Notes:
svn path=/head/; revision=327772
|
| |
|
|
| |
Notes:
svn path=/head/; revision=321132
|
| |
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
Notes:
svn path=/head/; revision=316683
|
| |
|
|
| |
Notes:
svn path=/head/; revision=282698
|
| |
|
|
| |
Notes:
svn path=/head/; revision=281411
|
| |
|
|
|
|
|
| |
- Now properly works on >=8.x
Notes:
svn path=/head/; revision=281410
|
| |
|
|
| |
Notes:
svn path=/head/; revision=271305
|
| |
|
|
|
|
|
| |
Approved by: portmgr (erwin)
Notes:
svn path=/head/; revision=238527
|
| |
|
|
| |
Notes:
svn path=/head/; revision=232714
|
| |
|
|
| |
Notes:
svn path=/head/; revision=225284
|
| |
|
|
|
|
|
| |
bug/typo fixes
Notes:
svn path=/head/; revision=222180
|
| |
|
|
|
|
|
| |
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=216494
|
|
|
without using su or sudo. This is enabled via vfs.usermount sysctl.
However, if file name conversion is used when mounting a filesystem,
in most cases mount will fail with `mount_XXX: XXX_iconv: Operation
not permitted denied' error. This is caused by the fact that character
set conversion tables need to be loaded into kernel, but, apart
from mounting, that's not allowed to plain users, because charset
tables are large enough to initiate a denial of service by filling
kernel memory with many tables.
This utility allows you to load only specific charset tables into
kernel, so usermounts with file name conversions won't fail and in
the same time it's not possible to bring the system down by filling
kernel memory.
WWW: http://wiki.freebsd.org/DmitryMarakasov/kiconvtool
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=215794
|