| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
gconf is being phased out of the ports tree, and the gtk2 version
depends on gconf, switch to gtk3 and removing the option, allows to
drop gconf from the dependency list
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
|
|
|
|
|
| |
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add temporary workaround to fix linking with Clang >= 11 and GCC >= 10
Install license with the license framework instead of listing in PORTDOCS and
convert to UNIX style newline
PR: 244712
Submitted by: <lgfbsd@be-well.ilk.org> (maintainer)
MFH: 2021Q1 (build fix)
Notes:
svn path=/head/; revision=563899
|
|
|
|
| |
Notes:
svn path=/head/; revision=517040
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While here:
Add a few dependencies to satisfy stage-qa
Convert to USES=localbase
Complete conversion to options helpers
PR: 214497
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=428103
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412344
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 197155
Differential Revision: https://reviews.freebsd.org/D1720
Submitted by: lgfbsd@be-well.ilk.org (maintainer)
Approved by: bapt (mentor)
ChangeLog:
- Add pt_BR translation
Notes:
svn path=/head/; revision=378136
|
|
|
|
|
|
|
|
|
|
|
| |
- Add NLS option, convert to option helpers
PR: 195862
Submitted by: Vladimir Kondratiev <wulf@cicgroup.ru>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=375729
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=374303
|
|
|
|
| |
Notes:
svn path=/head/; revision=373990
|
|
|
|
| |
Notes:
svn path=/head/; revision=371234
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libaacs:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
multimedia/libbluray:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
- Use OPTIONS_SUB
- Replace patch with post-patch command
Bump dependent ports
Notes:
svn path=/head/; revision=362200
|
|
|
|
|
|
|
|
| |
PR: 175266
Reported by: makc, cperciva
Notes:
svn path=/head/; revision=347686
|
|
|
|
|
|
|
|
|
| |
PR: ports/184518
Submitted by: me
Approved by: Maintainer timeout
Notes:
svn path=/head/; revision=337254
|
|
|
|
|
|
|
|
|
| |
LIB_DEPENDS in audio
With hat: portmgr
Notes:
svn path=/head/; revision=336166
|
|
|
|
|
|
|
|
|
| |
the mtree (categories starting with a)
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331267
|
|
|
|
|
|
|
| |
audio)
Notes:
svn path=/head/; revision=327706
|
|
|
|
|
|
|
| |
Obtained from: portmgr (bapt)
Notes:
svn path=/head/; revision=326709
|
|
|
|
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
Notes:
svn path=/head/; revision=325727
|
|
|
|
|
|
|
|
|
| |
* Chase the update in dependent ports.
PR: 179072
Notes:
svn path=/head/; revision=320405
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316464
|
|
|
|
| |
Notes:
svn path=/head/; revision=315312
|
|
including file transer and some playlist handling.
WWW: http://gmtp.sourceforge.net/
PR: ports/176113
Submitted by: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
Notes:
svn path=/head/; revision=313547
|