Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.13_5 04 Aug 2024 12:00:34 |
Piotr Kubaj (pkubaj) |
games/slade: only enable SSE on i386 to fix other architectures
cc: error: unsupported option '-msse' for target 'powerpc-unknown-freebsd14.1' |
3.1.13_5 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) |
3.1.13_4 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 ) |
3.1.13_4 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
3.1.13_4 27 Nov 2021 10:09:44 |
Thomas Zander (riggs) |
audio/fluidsynth: Update to upstream version 2.2.4
MFH: 2021Q4 |
3.1.13_3 22 Nov 2021 09:07:07 |
Alexey Dokuchaev (danfe) Author: Kyle Evans |
games/slade: pin wxWidgets version down to 3.0 (rather than 3.0+)
Version 3.1 defaults to EGL (presumably for Wayland) and is incompatible
with the GLEW we build at the moment (which defaults to GLX). Basically,
because of this, the renderer craps out and crashes with v3.1.
We don't really know what the ramifications are of swapping all of it to
EGL, so just sticking with v3.0 seems safe for now. |
3.1.13_2 25 Oct 2021 10:46:18 |
Alexey Dokuchaev (danfe) |
games/slade: switch back to GTK+2 by default
It gives more fluent, responsive, and overall better user experience.
Leave v3 an option for those who are confined to it for some reason. |
3.1.13_2 04 Oct 2021 04:56:46 |
Thomas Zander (riggs) |
audio/fluidsynth: Update to upstream version 2.2.3
MFH: 2021Q4 |
3.1.13_1 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 |
3.1.13 05 Jun 2021 13:14:33 |
Alexey Dokuchaev (danfe) |
games/slade: the port had been updated and improved (+)
- Update to version 3.1.13, minor bugfix release
- Fix assorted string formatting bugs which caused
lots of failed assertions in wxArgNormalizer():
format specifier doesn't match argument type
Reported by: portscout |
3.1.12_1 16 Apr 2021 07:52:45 |
Yuri Victorovich (yuri) |
x11-toolkits/wxgtk31: Update 3.1.4 -> 3.1.5
Bump 43 ports that either depend on wxgtk31 or potentially depend on it.
Reported by: portscout |
3.1.12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1.12 08 Dec 2020 01:53:35 |
danfe |
Amend the logic to handle both GTK v2 and v3 backends.
Reported by: pkg-fallout |
3.1.12 03 Dec 2020 08:53:06 |
danfe |
- Resurrect SLADE and update to version 3.1.12
- C++14 is now required to build the project
- Register explicit dependencies on cURL and FreeType
- Do not try to force GTK 2.0, no support in wxWidgets |
3.1.4_2 05 Sep 2019 11:40:24 |
rene |
Remove expired ports:
2019-09-04 devel/ace+tao-doc: Broken for more than 6 months
2019-09-04 devel/dfmt: Broken for more than 6 months
2019-09-04 devel/ignition-transport: Broken for more than 6 months
2019-09-04 devel/spin: Broken for more than 6 months
2019-09-04 editors/dexed: Depends on expiring devel/dfmt
2019-09-04 editors/p5-Padre: Depends on expiring x11-toolkits/p5-Wx
2019-09-04 emulators/qemu2: Latest 3.X branch is in ports tree
2019-09-04 games/asc: Broken for more than 6 months
2019-09-04 games/slade: Broken for more than 6 months
2019-09-04 graphics/gimp-wavelet-decompose-plugin: Broken for more than 6 months
2019-09-04 graphics/py-pyembree: Depends on expiring graphics/embree
2019-09-04 irc/irssi-otr: Broken for more than 6 months
2019-09-04 mail/p5-Mail-ClamAV: Broken for more than 6 months
2019-09-04 mail/qmail-ldap: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
3.1.4_2 04 Aug 2019 09:07:48 |
antoine |
Deprecate ports broken for more than 6 months |
3.1.4_2 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 |
3.1.4_1 27 Mar 2019 20:50:44 |
antoine |
Mark BROKEN: fails to build
/usr/bin/c++ -DINSTALL_PREFIX=\"/usr/local\" -DWXUSINGDLL
-D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D__WXGTK__ -I/usr/local/include
-I/usr/local/include/SFML -I/usr/local/include/freetype2
-I/wrkdirs/usr/ports/games/slade/work/SLADE-3.1.4/src/.
-I/wrkdirs/usr/ports/games/slade/work/SLADE-3.1.4/src/./External/dumb
-I/wrkdirs/usr/ports/games/slade/work/SLADE-3.1.4/src/./Application
-I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include/fribidi -I/usr/local/include/cairo
-I/usr/local/include/pixman-1 -I/usr/local/include/libdrm
-I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz
-I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -isystem
/usr/local/lib/wx/include/gtk3-unicode-3.0 -isystem /usr/local/include/wx-3.0
-O2 -pipe -fstack-protector -fno-strict-aliasing -std=c++11 -pthread -O2
-pipe -fstack-protector -fno-strict-aliasing -std=c++11 -Qunused-arguments
-include
wrkdirs/usr/ports/games/slade/work/.build/src/cotire/slade_CXX_prefix.hxx
-std=gnu++14 -MD -MT src/CMakeFiles/slade.dir/OpenGL/Drawing.o -MF
src/CMakeFiles/slade.dir/OpenGL/Drawing.o.d -o
src/CMakeFiles/slade.dir/OpenGL/Drawing.o -c
/wrkdirs/usr/ports/games/slade/work/SLADE-3.1.4/src/OpenGL/Drawing.cpp
In file included from
/wrkdirs/usr/ports/games/slade/work/SLADE-3.1.4/src/OpenGL/Drawing.cpp:47:
In file included from /usr/local/include/gtk-3.0/gtk/gtk.h:30:
In file included from /usr/local/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31:
In file included from /usr/local/include/gtk-2.0/gdk/gdkscreen.h:32:
/usr/local/include/gtk-2.0/gdk/gdktypes.h:69:36: error: typedef redefinition
with different types ('struct _GdkRectangle' vs 'cairo_rectangle_int_t' (aka
'_cairo_rectangle_int'))
typedef struct _GdkRectangle GdkRectangle;
^
/usr/local/include/wx-3.0/wx/gtk/dvrenderers.h:16:35: note: previous definition
is here
typedef cairo_rectangle_int_t GdkRectangle;
Reported by: pkg-fallout |
3.1.4_1 02 Mar 2019 16:55:53 |
riggs |
Chase update of fluidsynth to 2.0.3
PR: 233448 |
3.1.4 27 Dec 2018 10:01:06 |
danfe |
Update SLADE to version 3.1.4 (minor bugfix release). |
3.1.3 13 Dec 2018 16:30:38 |
danfe |
Update SLADE to version 3.1.3.
Reported by: portscout |
3.1.1.5_5 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 |
3.1.1.5_4 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 |
3.1.1.5_3 01 Jun 2018 22:16:12 |
riggs |
Bump PORTREVISIONS to chase update to audio/fluidsynth 1.1.11
PR: 228265 |
3.1.1.5_2 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 |
3.1.1.5_1 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 |
3.1.1.5 03 Aug 2017 15:23:45 |
danfe |
Belatedly update `games/slade' to version 3.1.1.5, the latest stable release.
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1484663152 which corresponds to commit 00bae1f tagged
as this release. |
3.1.1.4_2 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 |
3.1.1.4_1 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 |
3.1.1.4 03 Oct 2016 10:14:49 |
danfe |
Update SLADE to version 3.1.1.4 (bugfix release).
Because GitHub releases are not fetched with correct modification time,
set TIMESTAMP to 1474862429 which corresponds to commit 0e5c7a6 tagged
as release. |
3.1.1.3_1 01 Oct 2016 02:15:10 |
amdmi3 |
- Update devel/sfml to 2.4
- Add LICENSE
- Bump dependent ports due to shlib versioning scheme change
- Add missing dependency to games/slade |
3.1.1.3 05 Aug 2016 08:06:07 |
danfe |
Update SLADE to version 3.1.1.3. |
3.1.1.2 02 Jul 2016 13:17:56 |
danfe |
- Update SLADE to version 3.1.1.2
- Depend on `audio/fluid-soundfont' if MIDI support is enabled, to ensure
that music tracks are playable in editor
- Remove hand-rolled installation routine, it's not needed since recently
Reported by: portscout |
3.1.1.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.1.1.1 16 Mar 2016 19:22:02 |
danfe |
Update to version 3.1.1.1, which comes with quite a few bug fixes, including
some especially major ones. Define LICENSE (GPLv2) while here. |
3.1.1 01 Mar 2016 16:41:13 |
danfe |
Add FLUIDSYNTH option generic description, and remove ad-hoc setting in
ports where it is applicable (alongside with other shared descriptions). |
3.1.1 01 Mar 2016 15:56:22 |
danfe |
- Update to the official release version 3.1.1
- Make MIDI playback via FluidSynth optional
- Rename patches to chase new source structure
Reported by: portscout |
3.1.1.b3 04 Feb 2016 14:44:35 |
danfe |
Update to the 3rd beta of 3.1.1. |
3.1.1.b2 28 Jan 2016 20:04:51 |
danfe |
- Add a port of SLADE3, a Doom editor
- Bring COMMENT in `games/Makefile' closer to reality
WWW: http://slade.mancubus.net/ |