| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Changelog: https://github.com/otsaloma/gaupol/blob/master/NEWS.md
|
|
|
|
| |
New version of gtk3 in tree
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
|
|
|
|
|
|
|
|
|
|
| |
According to the home page.
* gspell
* multiple gstreamer plugins
PR: 271181
Reported by: saper@saper.info
MFH: 2023Q2 (missing dependencies)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk
PR: 269704
Exp-run by: antoine
---
|
|
|
|
|
|
|
| |
Maintainer releases all his ports.
PR: 266871
Reported by: unrelentingtech <greg@unrelenting.technology>
|
|
|
|
|
|
|
|
|
|
| |
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:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Ashish Shukla <wahjava@gmail.com>
* Ben Woods <woodsb02@FreeBSD.org>
* Brian Somers <brian@FreeBSD.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Byung-Hee HWANG <bh@izb.knu.ac.kr>
* Charlie Kester <corky1951@comcast.net>
* Chess Griffin <chess@chessgriffin.com>
* Chris Piazza <cpiazza@FreeBSD.org>
* Christopher Key <cjk32@cam.ac.uk>
* Chuck Hein <chein@FreeBSD.org> & Jim Overholt <overholt@isdw.net>
* Daniel Morante <daniel@morante.net>
* Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com>
* Dierk Sacher <dierk@blaxxtarz.de>
* Dreamcat4 <dreamcat4@gmail.com>
* Earl Gay <earl@eeg3.net>
* Ed Schouten <ed@FreeBSD.org>
* Edwin Groothuis <edwin@mavetju.org>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Felix Palmen <felix@palmen-it.de>
* Franz Bettag <franz@bett.ag>
* FreeBSD GNOME Team <gnome@freebsd.org>
* Gea-Suan Lin <gslin@gslin.org>
* George Reid <greid@ukug.uk.freebsd.org>
* Grzegorz Blach <gblach@FreeBSD.org>
* Gustau Perez <gustau.perez@gmail.com>
* Harold Gutch <logix@foobar.franken.de>
* Heiner <h.eichmann@gmx.de>
* Heiner Eichmann <h.eichmann@gmx.de>
* Hendrik Scholz <hendrik@scholz.net>
* Herbert J. Skuhra <h.skuhra@gmail.com>
* Herve Quiroz <hq@FreeBSD.org>
* Holger Lamm
* J.R. Oldroyd <fbsd@opal.com>
* Jason Harmening <jason.harmening@gmail.com>
* Jille Timmermans (jille@quis.cx)
* Juergen Lock <nox@FreeBSD.org>
* Juergen Lock <nox@jelal.kn-bremen.de>
* KalleDK <plexmaintainer@k-moeller.dk>
* Koop Mast <kwm@FreeBSD.org>
* Koop Mast <kwm@rainbow-runner.nl>
* Kozlov Sergey <kozlov.sergey.404@gmail.com>
* Kris Moore
* Kuan-Chung Chiu <buganini@gmail.com>
* Lars Eggert <lars.eggert@gmx.net>
* Leinier Cruz Salfran <salfrancl@yahoo.es>
* MANTANI Nobutaka <nobutaka@nobutaka.com>
* Manuel Creach <manuel.creach@icloud.com>
* Marc van Woerkom <3d@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Martin Matuska <mm@FreeBSD.org>
* Martin Neubauer <m.ne@gmx.net>
* Martin Wilke <miwi@FreeBSD.org>
* Michael Johnson <ahze@FreeBSD.org>
* Michael Johnson <ahze@ahze.net>
* Michael Nottebrock <michaelnottebrock@gmx.net>
* Michael Nottebrock <michaelnottebrock@gmx.net> et al
* Mina Naguib <webmaster@topfx.com>
* Mykola Dzham <i@levsha.me>
* Naram Qashat <cyberbotx@cyberbotx.com>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Pascal Vizeli <pvizeli@yahoo.de>
* Pav Lucistnik <pav@FreeBSD.org>
* Pawel Pekala <pawel@FreeBSD.org>
* Petar Zhivkov Petrov <pesho.petrov@gmail.com>
* Phil Oleson
* Phil Oleson <oz@nixil.net>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Raaf <freebsd@luna.afraid.org>
* Randall Hopper <aa8vb@nc.rr.com>
* Rodrigo OSORIO <rodrigo@FreeBSD.org>
* Rozhuk Ivan 2018 <rozhuk.im@gmail.com>
* Rozhuk Ivan <rozhuk.im@gmail.com>
* Rozhuk Ivan rozhuk.im@gmail.com
* Rusmir Dusko <nemysis@FreeBSD.org>
* Stacey Son <mythdev@son.org>, Ari Maniatis <ari@ish.com.au>
* Steve Wills <steve@mouf.net>
* Steve Wills <swills@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sylvio Cesar <sylvio@FreeBSD.org>
* Thierry Thomas <thierry@pompo.net>
* Thomas E. Zander
* Thomas E. Zander with help from Vladimir Kushnir
* Vladimir Kondratiev <wulf@mail.mipt.ru>
* William Grzybowski <wg@FreeBSD.org>
* William Grzybowski <william88@gmail.com>
* Yi-Hsuan Hsin <mhsin@mhsin.org>
* Zastupov Stepan [RedChrom] <redchrom@mail.ru>
* adamw
* alex
* arved
* erich@FreeBSD.org
* freebsd-ports@evilcode.net
* giffunip@asme.org
* ijliao
* kamikaze@bsdforen.de
* michael johnson <ahze@ahze.net>
* mikael.urankar@gmail.com
* mm
* nox@FreeBSD.org
* osa
* pb@FreeBSD.org
* piero
* se@FreeBSD.org
* sumikawa
With hat: portmgr
|
|
|
|
|
|
|
| |
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
|
| |
|
|
|
|
| |
Notes:
svn path=/head/; revision=517065
|
|
|
|
| |
Notes:
svn path=/head/; revision=489979
|
|
|
|
|
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=472884
|
|
|
|
|
|
|
|
|
|
| |
Followup to r470990:
They quickly fixed the plist problem that I've reported.
PR: 226704
Notes:
svn path=/head/; revision=471005
|
|
|
|
| |
Notes:
svn path=/head/; revision=470991
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
* greg@unrelenting.technology takes maintainership
* Change PORTVERSION to DISTVERSION
* Switch to github
* Now use distutils/plist/etc
* Adjust USE_GNOME
* Delete --single-version-externally-managed in PYDISTUTILS_INSTALLARGS since PYDISTUTILS_INSTALLNOSINGLE is deprecated
* Change WWW URL
PR: 226704
Submitted by: Greg V <greg@unrelenting.technology>
Notes:
svn path=/head/; revision=470990
|
|
|
|
|
|
|
| |
DEFAULT_VERSIONS=python=3.x)
Notes:
svn path=/head/; revision=455842
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
Notes:
svn path=/head/; revision=455210
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Add NO_ARCH
- Fix build with disabled NLS
Notes:
svn path=/head/; revision=409475
|
|
|
|
|
|
|
|
|
|
|
| |
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@
Notes:
svn path=/head/; revision=393444
|
|
|
|
|
|
|
| |
Remove redundant @exec
Notes:
svn path=/head/; revision=377484
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371331
|
|
|
|
| |
Notes:
svn path=/head/; revision=369033
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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: mentors (implicit)
Notes:
svn path=/head/; revision=358813
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=355909
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
Notes:
svn path=/head/; revision=347809
|
|
|
|
| |
Notes:
svn path=/head/; revision=345422
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=343634
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.
This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.
With hat on: python
Reviewed by: koobs, antoine
Exp-run: bdrewery
Approved by: bdrewery (portmgr)
Notes:
svn path=/head/; revision=336553
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- Removed compatibility with K&R compilers, which was untestable due
to lack of such compilers.
- New functions
. mpc_log10
. mpc_mul_2si, mpc_div_2si
- Speed-ups
. mpc_fma
- Bug fixes
. mpc_div and mpc_norm now return a value indicating the effective
rounding direction, as the other functions.
. mpc_mul, mpc_sqr and mpc_norm now return correct results even if
there are over- or underflows during the computation.
. mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
infinite part and equals output variable is corrected.
. mpc_fr_sub: Wrong return value for imaginary part is corrected.
Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.
Bump PORTREVISIONS of all dependent ports.
PR: 183141
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331644
|
|
|
|
|
|
|
| |
multimedia)
Notes:
svn path=/head/; revision=327747
|
|
|
|
|
|
|
| |
While here do some conversion to new options framework
Notes:
svn path=/head/; revision=317503
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316464
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
| |
Approved by: glarkin@ (mentor, implicit)
Notes:
svn path=/head/; revision=292542
|
|
|
|
|
|
|
| |
Approved by: glarkin@ (mentor)
Notes:
svn path=/head/; revision=283392
|
|
|
|
|
|
|
| |
Approved by: wen@ (mentor)
Notes:
svn path=/head/; revision=281802
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=278144
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: http://download.gna.org/gaupol/0.18/gaupol-0.18.news
PR: ports/157476
Submitted by: C-S <c-s@c-s.li> (maintainer)
Notes:
svn path=/head/; revision=277611
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/otsaloma/gaupol/commit/1789c62604fe528cc8b3c5e2e4f4ef67576f9c19#NEWS
PR: ports/156390
Submitted by: C-S <c-s@c-s.li> (maintainer)
Notes:
svn path=/head/; revision=273071
|
|
|
|
|
|
|
| |
Reported by: QAT
Notes:
svn path=/head/; revision=265638
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Passed maintainership to submitted
- Added LICENSE
- Minimal version of Python is now 2.6+
PR: ports/152051
Submitted by: C-S <c-s at c-s dot li>
Notes:
svn path=/head/; revision=265530
|
|
|
|
|
|
|
|
| |
PR: 148565
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=257792
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
|
|
|
|
| |
PR: 146307
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=253998
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|