non port: games/openspades/Makefile |
Number of commits found: 38 |
Sunday, 30 Apr 2023
|
11:10 Felix Palmen (zirias)
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit)
a6bb2f8 |
11:10 Felix Palmen (zirias)
games/openspades: Convert to USES=magick
Approved by: tcberner (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D39604
132be72 |
Tuesday, 25 Apr 2023
|
15:17 Christian Weisgerber (naddy)
audio/opus: bump consumers after update to 1.4
feb1fa3 |
Wednesday, 7 Sep 2022
|
21:10 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.
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)
b7f0544 |
Tuesday, 31 May 2022
|
11:21 Dmitry Marakasov (amdmi3)
games/openspades: update manpage location
538351b |
Wednesday, 15 Dec 2021
|
13:02 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.
89f1383 |
Saturday, 11 Dec 2021
|
13:50 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
If a dependency on the nox11 flavor is required, use for example
USES=magick:nox11 resp. USES=magick:7,nox11,run,test
See magick.mk for more details on the available flags.
The tree has been completely converted to make use of this.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D32754
45526ec |
Sunday, 10 Oct 2021
|
19:44 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)
2c672a4 |
Tuesday, 22 Jun 2021
|
18:53 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
da3162c |
Wednesday, 7 Apr 2021
|
23:19 Dmitry Marakasov (amdmi3)
Remove useless Created by: headers mentioning me
5823922 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 27 Sep 2020
|
21:29 linimon
Allow building on powerpc64le.
 |
Thursday, 19 Sep 2019
|
16:25 amdmi3
- Fix build for spark64
PR: 240641
Submitted by: pkubaj@FreeBSD.org
 |
Friday, 26 Jul 2019
|
20:46 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
 |
Saturday, 12 Jan 2019
|
23:34 amdmi3
- Update to 0.1.3
 |
Friday, 11 Jan 2019
|
20:50 amdmi3
- Update to 0.1.2
PR: 224482
Submitted by: kevinz5000@gmail.com
 |
Tuesday, 25 Dec 2018
|
20:25 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
 |
Wednesday, 12 Dec 2018
|
16:40 linimon
To be consistent with other ports, the arch restriction ought to be
BROKEN_*.
Approved by: portmgr (tier-2 blanket)
 |
01:35 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
 |
Tuesday, 20 Nov 2018
|
16:56 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
 |
Sunday, 18 Nov 2018
|
19:29 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
 |
Saturday, 10 Nov 2018
|
19:57 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>
 |
Sunday, 29 Jul 2018
|
22:18 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
 |
Saturday, 18 Nov 2017
|
19:32 zeising
Bump portrevision to chase graphics/glew shard library version update.
PR: 223370
Submitted by: zeising
exp-run by: antoine
Approved by: antoine
 |
Sunday, 10 Sep 2017
|
20:55 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
 |
Tuesday, 23 May 2017
|
05:03 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
 |
Monday, 22 May 2017
|
13:17 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
 |
Saturday, 1 Apr 2017
|
15:23 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
 |
Tuesday, 31 Jan 2017
|
03:40 linimon
Mark various ports broken on aarch64 and armv6.
Approved by: portmgr (tier-2 blanket)
 |
Sunday, 1 Jan 2017
|
03:45 sunpoet
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
 |
Thursday, 8 Dec 2016
|
17:01 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.
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 20 Sep 2015
|
01:13 jbeich
Convert the rest to USE_GL
Tested by: make describe (only touched ports)
Approved by: portmgr blanket
 |
Tuesday, 15 Sep 2015
|
23:09 amdmi3
- Switch to options helpers
- Pet portlint
- Regenerate patches with `make makepatch`
 |
Wednesday, 6 May 2015
|
16:04 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
 |
Thursday, 4 Dec 2014
|
15:04 amdmi3
- Check OPSYS along with OSVERSION
 |
Wednesday, 10 Sep 2014
|
20:50 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)
 |
Tuesday, 5 Aug 2014
|
00:18 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/
 |
Number of commits found: 38 |