| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 278577
Exp-run by: antoine
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
New major version 3.0.0
|
|
|
|
|
|
|
|
|
|
| |
Checking against the operating system version doesn't make much sense
to me since the problem will return if not using the base compiler.
This change will also suppress warnings when building with older
versions of Clang.
[1] https://cgit.freebsd.org/ports/commit/?id=abad80143b961d4b2431114a4a5160d0efd04284
|
|
|
|
|
|
|
| |
- Utilize USES=localbase
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A big Thank You to the original contributors of these ports:
* 1wardd@airmail.net
* Alexander Kabaev <ak03@gte.com>
* Alexander Novitsky <alecn2002@yandex.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Brian Buchanan <brian@CSUA.Berkeley.EDU>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* Dima Sivachenko <dima@Chg.RU>
* Edwin Groothuis <edwin@mavetju.org>
* Eric Anholt <anholt@FreeBSD.org>
* Igor Pokrovsky <ip@doom.homeunix.org>
* James FitzGibbon <jfitz@FreeBSD.org>
* Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Juli Mallett
* Kenjiro Cho <kjc@csl.sony.co.jp>
* Kimura Fuyuki <fuyuki@hadaly.org>
* Koop Mast <kwm@FreeBSD.org>
* Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
* Lubomir Marinov <lubomir_m@abv.bg>
* Marc Recht <marc@informatik.uni-bremen.de>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
* Martin Matuska <mm@FreeBSD.org>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Michael Grünewald <michipili@gmail.com>
* Michael Johnson <ahze@FreeBSD.org>
* Mike Krutov <neko@takino.org>
* Mike Meyer <mwm@mired.org>
* Olivier Duchateau
* Paul Schmehl <pauls@utdallas.edu>
* Peter Hawkins <thepish@FreeBSD.org>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Radim Kolar
* Rene Ladan <rene@FreeBSD.org>
* Robert C. Noland III <rnoland@FreeBSD.org>
* Simon Barner <barner@gmx.de>
* Stephane Legrand <stephane@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Thomas Gellekum <tg@FreeBSD.org>
* Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Vanilla I. Shu <vanilla@MinJe.com.TW>
* Will Andrews <andrews@technologist.com>
* Yukihiro Nakai <nakai@FreeBSD.org>
* Zane C, Bowers <vvelox@vvelox.net>
* asami
* chinsan
* chuckr
* clsung@dragon2.net
* dmitry@karasik.eu.org
* fjoe@FreeBSD.org
* gahr
* gena
* ijliao
* mi
* minter@lunenburg.org
* nivit@users.sourceforge.net
* ports@c0decafe.net
* roland.jesse@gmx.net
* thierry@pompo.net
* vanilla
With hat: portmgr
|
|
|
|
|
|
|
|
| |
- freetype2 will no longer ship freetype-config (which was a pkg-config
wrapper) in the near future -- use pkg-config to gather the required
flags.
PR: 251512
|
|
|
|
|
|
|
|
|
|
| |
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
| |
|
|
|
|
| |
Notes:
svn path=/head/; revision=561761
|
|
|
|
|
|
|
| |
Add USES=xorg and USES=gl to a few remaining ports.
Notes:
svn path=/head/; revision=517001
|
|
|
|
|
|
|
|
| |
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes:
svn path=/head/; revision=517000
|
|
|
|
| |
Notes:
svn path=/head/; revision=466606
|
|
|
|
|
|
|
| |
Silence patching
Notes:
svn path=/head/; revision=461999
|
|
|
|
|
|
|
| |
- Fix LICENSE (it's LGPL21+, not LGPL3+)
Notes:
svn path=/head/; revision=447009
|
|
|
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
Notes:
svn path=/head/; revision=441503
|
|
|
|
| |
Notes:
svn path=/head/; revision=426832
|
|
|
|
| |
Notes:
svn path=/head/; revision=426686
|
|
|
|
|
|
|
|
|
|
| |
Refine the OPTIMIZED_CFLAGS option to exclude flags unsupported by clang and
to fix build if the PROFILE option is also enabled
Add a few dependencies to satisfy stage-qa
Notes:
svn path=/head/; revision=426519
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412351
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412342
|
|
|
|
|
|
|
|
|
| |
PR: 208215
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Notes:
svn path=/head/; revision=411713
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=405891
|
|
|
|
| |
Notes:
svn path=/head/; revision=390310
|
|
|
|
| |
Notes:
svn path=/head/; revision=380313
|
|
|
|
|
|
|
|
| |
PR: 197464
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=378776
|
|
|
|
|
|
|
|
| |
PR: 197464
Submitted by: Port Fury <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=378705
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket, kwm (for gnome@ ports)
Notes:
svn path=/head/; revision=378032
|
|
|
|
| |
Notes:
svn path=/head/; revision=375598
|
|
|
|
| |
Notes:
svn path=/head/; revision=375594
|
|
|
|
| |
Notes:
svn path=/head/; revision=374492
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=366478
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries. Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field. In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.
PR: ports/188759
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=351936
|
|
|
|
| |
Notes:
svn path=/head/; revision=346837
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove CONFLICTS between FOX ports by having man-pages
and binaries named after the port version
* Avoid bumping shlib version at each minor update by using
ltverhack [1]
* Make PKGNAMEs unique (fox14, fox16, fox17) [2]
* Use new LIB_DEPENDS format
Suggested by: mezz [1], bapt [2]
Notes:
svn path=/head/; revision=329702
|
|
|
|
|
|
|
| |
x11-toolkits)
Notes:
svn path=/head/; revision=327785
|
|
|
|
|
|
|
|
| |
Changes:
* Check index out of bounds in FXTabBook::setCurrent().
Notes:
svn path=/head/; revision=316370
|
|
|
|
| |
Notes:
svn path=/head/; revision=312908
|
|
|
|
|
|
|
|
|
|
| |
* Prototype of wndproc() was not correct for 64-bit Windows.
- Remove shlib versions from LIB_DEPENDS
Feature safe: yes
Notes:
svn path=/head/; revision=307833
|
|
|
|
| |
Notes:
svn path=/head/; revision=305202
|
|
|
|
|
|
|
|
|
| |
installing FOX-1.7 binaries in bin/fox-1.7 and suffixing its manpages
with -17 (e.g., shutterbug -> shutterbug-17)
- Bump PORTREVISION on both ports
Notes:
svn path=/head/; revision=302463
|
|
|
|
|
|
|
|
| |
Changes:
* Small tweak to FXIcon's guessthresh()
Notes:
svn path=/head/; revision=300822
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
|
| |
* Fixed quaternion arc() routine. In case of vectors that are (almost) 180
degrees apart, the wrong quaternion was returned.
* Invalid handle issue fixed in FXWindow.
* Backported FXPath shell escaping routine.
Notes:
svn path=/head/; revision=295850
|
|
|
|
|
|
|
|
|
|
| |
compromised.
- Fix MASTER_SITES
- Remove unused arguments from CONFIGURE_ARGS
- Remove unneeded quotations from pkg-config file
Notes:
svn path=/head/; revision=292054
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
Notes:
svn path=/head/; revision=284239
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|