Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.3_4 30 Apr 2023 11:10:42 |
Felix Palmen (zirias) |
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit) |
0.1.3_3 30 Apr 2023 11:10:41 |
Felix Palmen (zirias) |
games/openspades: Convert to USES=magick
Approved by: tcberner (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D39604 |
0.1.3_3 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
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) |
0.1.3_2 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 ) |
0.1.3_2 31 May 2022 11:21:40 |
Dmitry Marakasov (amdmi3) |
games/openspades: update manpage location |
0.1.3_2 15 Dec 2021 13:02:44 |
Dmitry Marakasov (amdmi3) |
games/{enigma,openspades}: rollback USES=magick for my ports
Roll back pessimization introduced in 45526ec for (my) ports which
need *any* version of imagemagick: switch to USES=magick makes them
needlessly requre *specific* version/flavor which cause conflicts. |
0.1.3_2 11 Dec 2021 13:50:53 |
Tobias C. Berner (tcberner) |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
0.1.3_2 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) |
0.1.3_2 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
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 |
0.1.3_1 07 Apr 2021 23:19:01 |
Dmitry Marakasov (amdmi3) |
Remove useless Created by: headers mentioning me |
0.1.3_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.3_1 27 Sep 2020 21:29:31 |
linimon |
Allow building on powerpc64le. |
0.1.3_1 19 Sep 2019 16:25:05 |
amdmi3 |
- Fix build for spark64
PR: 240641
Submitted by: pkubaj@FreeBSD.org |
0.1.3_1 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 |
0.1.3 12 Jan 2019 23:34:15 |
amdmi3 |
- Update to 0.1.3 |
0.1.2 11 Jan 2019 20:50:18 |
amdmi3 |
- Update to 0.1.2
PR: 224482
Submitted by: kevinz5000@gmail.com |
0.0.12_8 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
0.0.12_8 12 Dec 2018 16:40:06 |
linimon |
To be consistent with other ports, the arch restriction ought to be
BROKEN_*.
Approved by: portmgr (tier-2 blanket) |
0.0.12_8 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 |
0.0.12_7 20 Nov 2018 16:56:57 |
kwm |
* Fix a bug in the icon coder
* Fix a bug in configure that resulted in a string being inserted in the
Libs.private field of the pkg-config files.
Remove broken from 3 ports that where broken by the above bugs.
Reported by: jbeich@
Obtained from: upstream |
0.0.12_7 18 Nov 2018 19:29:14 |
antoine |
Mark BROKEN: fails to package
pkg-static: Unable to access file
/wrkdirs/usr/ports/games/openspades/work/stage/usr/local/share/icons/hicolor/128x128/apps/openspades.png:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/games/openspades/work/stage/usr/local/share/icons/hicolor/16x16/apps/openspades.png:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/games/openspades/work/stage/usr/local/share/icons/hicolor/24x24/apps/openspades.png:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/games/openspades/work/stage/usr/local/share/icons/hicolor/256x256/apps/openspades.png:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/games/openspades/work/stage/usr/local/share/icons/hicolor/32x32/apps/openspades.png:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/games/openspades/work/stage/usr/local/share/icons/hicolor/48x48/apps/openspades.png:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/games/openspades/work/stage/usr/local/share/icons/hicolor/64x64/apps/openspades.png:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/games/openspades/work/stage/usr/local/share/icons/hicolor/96x96/apps/openspades.png:No
such file or directory
Reported by: pkg-fallout |
0.0.12_7 10 Nov 2018 19:57:08 |
kwm |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
0.0.12_7 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 |
0.0.12_6 18 Nov 2017 19:32:39 |
zeising |
Bump portrevision to chase graphics/glew shard library version update.
PR: 223370
Submitted by: zeising
exp-run by: antoine
Approved by: antoine |
0.0.12_5 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 |
0.0.12_4 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
0.0.12_3 22 May 2017 13:17:39 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
0.0.12_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 |
0.0.12_2 31 Jan 2017 03:40:46 |
linimon |
Mark various ports broken on aarch64 and armv6.
Approved by: portmgr (tier-2 blanket) |
0.0.12_2 01 Jan 2017 03:45:13 |
sunpoet |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
0.0.12_2 08 Dec 2016 17:01:32 |
tijl |
Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.0.12_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.0.12_1 20 Sep 2015 01:13:48 |
jbeich |
Convert the rest to USE_GL
Tested by: make describe (only touched ports)
Approved by: portmgr blanket |
0.0.12_1 15 Sep 2015 23:09:36 |
amdmi3 |
- Switch to options helpers
- Pet portlint
- Regenerate patches with `make makepatch` |
0.0.12_1 06 May 2015 16:04:20 |
mat |
Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
0.0.12_1 04 Dec 2014 15:04:57 |
amdmi3 |
- Check OPSYS along with OSVERSION |
0.0.12_1 23 Sep 2014 17:36:57 |
amdmi3 |
- Drop @dirrm* from plist |
0.0.12_1 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) |
0.0.12 05 Aug 2014 00:18:17 |
amdmi3 |
OpenSpades is a compatible client of Ace of Spades 0.75.
* Can connect to a vanilla/pyspades/pysnip server.
* Uses OpenGL/AL for better visuals.
* Open source, and cross platform.
WWW: http://www.openspades.org/ |