Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.1_4 25 Jan 2024 03:19:13 |
Wen Heping (wen) |
graphics/mypaint: Fix build with python-3.11 |
2.0.1_4 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
2.0.1_3 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
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> |
2.0.1_3 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.0.1_2 16 Mar 2023 18:12:47 |
Piotr Kubaj (pkubaj) |
graphics/mypaint: enable OPENMP on powerpc64* |
2.0.1_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
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. (Only the first 15 lines of the commit message are shown above ) |
2.0.1 09 Oct 2022 11:56:28 |
Fernando ApesteguÃa (fernape) |
*/*: Release ports from maintainership
Maintainer releases all his ports.
PR: 266871
Reported by: unrelentingtech <greg@unrelenting.technology> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
2.0.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
2.0.1 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
2.0.1 09 Jan 2022 13:20:45 |
Jan Beich (jbeich) Author: Greg V |
graphics/mypaint: update to 2.0.1, fix build
PR: 261057 |
2.0.0_3 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
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) |
2.0.0_3 03 Oct 2021 19:41:19 |
Fernando ApesteguÃa (fernape) |
*/*: Remove more compiler:openmp instances
Reported by: antoine@
Fixes: 07fb2d5e9d00 |
2.0.0_2 29 Aug 2021 16:29:43 |
Alexey Dokuchaev (danfe) |
Cleanup: for ports under g* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
2.0.0_2 23 Apr 2021 20:56:21 |
Antoine Brodin (antoine) |
Cleanup LIB_DEPENDS |
2.0.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.0_2 03 Mar 2021 18:23:55 |
kai |
graphics/mypaint: Fix packaging with Python 3.8
* Also apply the same fix as in r559094 by stripping libraries by wildcard
paths.
* Add "noflavors" to USE_PYTHON as well to avoid package name collisions if
built with "BUILD_ALL_PYTHON_FLAVORS".
PR: 253815
Approved by: python (with hat) |
2.0.0_2 09 Nov 2020 17:08:12 |
tcberner |
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878 |
2.0.0_1 17 Jun 2020 18:17:45 |
sunpoet |
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
- Fix build with swig 4.0.1
- Update *_DEPENDS
- Remove BINARY_ALIAS
Changes: http://www.swig.org/news.php
PR: 246613
Exp-run by: antoine |
2.0.0_1 22 May 2020 19:20:42 |
sunpoet |
Bump PORTREVISION for devel/json-c json-c |
2.0.0 28 Mar 2020 12:11:29 |
rodrigo |
graphics/mypaint: Update to 2.0.0
Port update port and take maintenership by Greg
Major changes:
- Linear compositing and spectral blending (pigment).
- Layer views.
- Brush strokes dependent on view rotation and view zoom.
- Additional symmetry modes: vertical, vertical+horizontal, rotational,
snowflake.
- Expanded flood fill functionality: offset, feather, gap detection and more.
- New brush settings: offsets, gridmap, additional smudge settings, posterize,
pigment.
- New brush inputs: barrel rotation, base radius, zoom level, gridmap x/y,
direction 360, attack angle.
See full changelog for more details:
https://github.com/mypaint/mypaint/blob/master/Changelog.md
PR: 235805
Submitted by: Greg V <greg@unrelenting.technology> |
1.2.1_7 26 Dec 2019 07:54:29 |
antoine |
Deprecate a few ports
With hat: portmgr |
1.2.1_7 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.2.1_6 22 Apr 2019 13:16:34 |
gerald |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
1.2.1_4 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.2.1_3 07 Oct 2018 19:03:58 |
kwm |
Chase gegl changes. |
1.2.1_2 05 Sep 2018 22:01:55 |
sunpoet |
Update devel/json-c to 0.13.1
- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 231007
Exp-run by: antoine |
1.2.1_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
1.2.1 23 Jul 2018 07:34:14 |
wen |
- Update to 1.2.1
PR: 229911
Submitted by: ryo@tetera.org |
1.2.0_7 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
1.2.0_6 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
1.2.0_5 03 Jan 2018 13:36:58 |
sunpoet |
Update devel/json-c to 0.13
- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 224675
Exp-run by: antoine |
1.2.0_4 11 Oct 2017 20:49:31 |
bapt |
Change build dependency from swig13 to swig30 |
1.2.0_4 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
1.2.0_3 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
1.2.0_2 07 Dec 2016 13:24:57 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.
The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry |
1.2.0_1 23 Nov 2016 12:47:59 |
jbeich |
graphics/mypaint: allow Clang build via OPENMP=off |
1.2.0 09 May 2016 13:43:20 |
mat |
Update to 1.2.0.
PR: 209297
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
1.1.0_6 26 Apr 2016 12:29:31 |
jbeich |
graphics/mypaint: fix minor issues
- Move to new home [1]
- Define LICENSE [2]
- Strip python C module [3]
- Add USES=desktop-file-utils [3]
- Apply style (echo, makepatch) [2]
Noticed by: portscout [1], portlint [2], stage-qa [3] |
1.1.0_5 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.1.0_5 28 Jan 2015 13:39:41 |
jbeich |
Build using lang/gcc* to avoid runtime issues with old -lgcc_s or Clang
Absence of RPATH leads to mypaint loading old libgcc_s.so.1 from base
first which later breaks |import numpy| as libgfortran wants newer version.
On 10.0+ the issue is masked by Clang failing to instantiate some templates.
PR: 188382
PR: 193429
Differential Revision: https://reviews.freebsd.org/D1616
Approved by: bapt (mentor) |
1.1.0_4 23 Jan 2015 15:21:52 |
antoine |
Canonicalize some dependencies on numpy |
1.1.0_4 23 Sep 2014 16:11:47 |
amdmi3 |
- Drop @dirrm* from plist |
1.1.0_4 11 Sep 2014 14:10:37 |
amdmi3 |
Release maintainership; scons makes this impossible to maintain |
1.1.0_4 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.1.0_3 20 Aug 2014 15:39:51 |
adamw |
Fix build after json-c update.
The plist still has some issues, namely trying to remove share/icons/hicolor
directories. |
1.1.0_3 27 May 2014 13:08:56 |
bapt |
If people find autotools/cmake being bad build system, they should try scons,
I'm pretty sure they will end up loving autotools/cmake |
1.1.0_3 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
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) |
1.1.0_2 09 Nov 2013 15:57:19 |
wg |
devel/json-c: update to 0.11
- Update to 0.11
- Bump revision of dependent ports
- Fix pkg-plist [1]
PR: ports/182958
Submitted by: zi, wg [1]
Approved by: maintainer (timeout) |
1.1.0_1 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- 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 (Only the first 15 lines of the commit message are shown above ) |
1.1.0 22 Oct 2013 13:58:56 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery) |
1.1.0 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.1.0 12 Sep 2013 00:21:11 |
marino |
Add explicit dependency on pkgconf (27 ports) |
1.1.0 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.1.0 17 Apr 2013 16:40:51 |
pawel |
- Update to version 1.1.0 [1]
- Respect CFLAGS
- Remove Author tag from pkg-descr
PR: ports/175223 [1]
Submitted by: Vitaly Magerya <vmagerya@gmail.com> [1]
Approved by: maintainer timeout
Feature safe: yes |
1.0.0_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.0.0 17 Dec 2011 21:21:41 |
amdmi3 |
- Update to 1.0.0
Feature safe: yes |
0.8.2_1 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
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 |
0.8.2_1 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
0.8.2_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.8.2 16 Mar 2010 03:23:28 |
amdmi3 |
- Update to 0.8.2 |
0.8.1 23 Feb 2010 20:24:49 |
amdmi3 |
- Update to 0.8.1
Feature safe: yes |
0.8.0_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.8.0 01 Feb 2010 15:42:16 |
amdmi3 |
- Update to 0.8.0 |
0.7.1 28 Jul 2009 11:47:53 |
amdmi3 |
- Update to 0.7.1 |
0.7.0 16 Jun 2009 23:45:00 |
amdmi3 |
- Update to 0.7.0 |
0.5.1 16 Jun 2009 15:21:24 |
amdmi3 |
- Take maintainership
Approved by: maintainer on freebsd-ports@ |
0.5.1 18 Nov 2008 17:12:15 |
amdmi3 |
- Update to 0.5.1
- Pass maintainership to submitter
PR: 128965
Submitted by: Chess Griffin <chess at chessgriffin dot com> |
0.5.0_1 07 Sep 2008 00:19:05 |
linimon |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.5.0_1 06 Jun 2008 13:35:04 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.5.0 12 Jun 2007 18:01:31 |
sat |
Add port graphics/mypaint:
MyPaint is a fast painting/scribbling program. It supports pressure
sensitive graphic tablets and comes with an easy to use brush
collection. There is a complex interface for creating your own brushes,
focusing on brush dynamics (changes with speed, pressure, or randomly).
The canvas size is unlimited and undo is supported, but not layers.
WWW: http://people.ee.ethz.ch/~mrenold/mypaint/
Author: Martin Renold <martinxyz@gmx.ch> |