Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.6.5.1_2 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
2.6.5.1_1 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) |
2.6.5.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.6.5.1 08 Jul 2021 14:02:30 |
Piotr Kubaj (pkubaj) |
games/nxengine: update to 2.6.5-1
Refactor gamepad rumble handling.
If you had troubles with non-working rumble on previous release - try this one. |
2.6.5 05 Jul 2021 15:56:18 |
Piotr Kubaj (pkubaj) |
games/nxengine: update to 2.6.5 |
2.6.4_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.6.4_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.6.4_2 20 Sep 2020 21:36:16 |
pkubaj |
games/nxengine: move DISTVERSIONPREFIX to pacify portlint |
2.6.4_2 06 May 2020 09:19:17 |
pkubaj |
games/nxengine: repocopy from the last revision this port was present, take
maintainership, unbreak
Checksum errors are because format of patches changed. Diff from old version to
new:
--- /home/pkubaj/d38fcaf80ac5c4b1a2da51b5d1a605ed408a192f.patch 2020-05-06
11:13:45.770946000 +0200
+++ d38fcaf80ac5c4b1a2da51b5d1a605ed408a192f.patch 2019-09-19
04:33:05.000000000 +0200
@@ -8,7 +8,7 @@
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/common/misc.cpp b/src/common/misc.cpp
-index 8b3782dc..91282e39 100644
+index 8b3782d..91282e3 100644
--- a/src/common/misc.cpp
+++ b/src/common/misc.cpp
@@ -6,6 +6,7 @@
--- /home/pkubaj/f6bbeb2555e7c10dfdc04be57f20fedfc9f401af.patch 2020-05-06
11:15:37.280028000 +0200 (Only the first 15 lines of the commit message are shown above ) |
2.6.4_2 05 May 2020 15:38:12 |
rene |
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
2.6.4_2 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
2.6.4_2 28 Oct 2019 20:45:30 |
antoine |
Mark BROKEN: checksum and size mismatch
Reported by: pkg-fallout |
2.6.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 |
2.6.4_1 30 May 2019 07:58:06 |
pkubaj |
games/nxengine: fix runtime on big-endian architectures
Add patches for big-endian architectures.
PR: 238109
Approved by: lifanov (maintainer), linimon (mentor) |
2.6.4 15 Apr 2019 00:16:52 |
lifanov |
update games/nxengine to 2.6.4
PR: 237136
Submitted by: Piotr Kubaj |
2.6.3_2 04 Apr 2019 17:38:10 |
linimon |
Conditionalize compiler flags that are specific to clang to fix errors
of the following forms on GCC-based architectures:
cc1plus: error: unrecognized command line option "-Wno-c++11-narrowing"
cc1plus: error: unrecognized command line option
"-Wno-reserved-user-defined-literal"
cc1plus: warning: unrecognized command line option '-Wno-error-narrowing'
Approved by: portmgr (tier-2 blanket) |
2.6.3_2 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 |
2.6.3_2 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 |
2.6.3_1 15 Oct 2018 00:13:06 |
lifanov |
unbreak games/nxengine on powerpc64 and others
PR: 232016
Submitted by: Piotr Kubaj |
2.6.3_1 24 Aug 2018 09:34:29 |
jbeich |
games/nxengine: unbreak with libc++ 7
In file included from src/i18n/translate.cpp:2:
src/i18n/../common/json.hpp:1379:9: error: static_assert failed "could not find
from_json() method in T's namespace"
static_assert(sizeof(BasicJsonType) == 0,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
src/i18n/../common/json.hpp:1388:16: note: in instantiation of function template
specialization
'nlohmann::detail::from_json_fn::call<nlohmann::basic_json<std::map,
std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double,
std::allocator, adl_serializer>, std::__1::basic_string_view<char,
std::__1::char_traits<char> > >' requested here
return call(j, val, priority_tag<1> {});
^
src/i18n/../common/json.hpp:6860:9: note: in instantiation of function template
specialization
'nlohmann::detail::from_json_fn::operator()<nlohmann::basic_json<std::map,
std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double,
std::allocator, adl_serializer>, std::__1::basic_string_view<char,
std::__1::char_traits<char> > >' requested here
::nlohmann::from_json(std::forward<BasicJsonType>(j), val);
^
src/i18n/../common/json.hpp:9579:36: note: in instantiation of function template
specialization 'nlohmann::adl_serializer<std::__1::basic_string_view<char,
std::__1::char_traits<char> >, void>::from_json<const
nlohmann::basic_json<std::map, std::vector, std::__1::basic_string<char>, bool,
long, unsigned long, double, std::allocator, adl_serializer> &,
std::__1::basic_string_view<char, std::__1::char_traits<char> > >' requested
here
JSONSerializer<ValueType>::from_json(*this, ret);
^ (Only the first 15 lines of the commit message are shown above ) |
2.6.3_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 |
2.6.3 22 Jun 2018 01:15:20 |
linimon |
Mark these ports as broken on aarch64, and, where appropriate, on armvX.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.6.3 03 Jun 2018 12:44:04 |
antoine |
Canonicalize dependency on libpng |
2.6.3 12 Apr 2018 18:30:31 |
lifanov |
update games/nxengine to 2.6.3
While here, remove vanity Created by: line crediting myself.
Changes: https://github.com/nxengine/nxengine-evo/releases/tag/v2.6.3
PR: 227478
Submitted by: Piotr Kubaj |
2.6.2 29 Mar 2018 23:49:12 |
lifanov |
replace games/nxengine with NXEngine-evo fork
Port to SDL2 ( thanks to https://github.com/PIlin/NXEngine-iOS )
More resolutions and widescreen support up to FullHD (thanks to
https://github.com/EXL/NXEngine )
Fullscreen for any resolution
Gamepad with force-feedback support.
Localization support.
Mimiga mask ending pictures (re-drawn by me)
Modern main menu
Support for "New" and "Remastered" tracks from CS+
Header-dependency hell cleaned up. No more autogenerated headers
Cleaned up nx.h
Lists/maps from haiku replaced with std::vector/map
smalfont -> smallfont
removed built-in data extractor
removed replays, as they were buggy/not implemented anyway
fixed tons of warnings and undefined behaviour
PR: 227084
Submitted by: Piotr Kubaj |
1.0.0.6 20 Dec 2017 15:30:55 |
linimon |
Cross-builds under qemu may have pathname information encoded in CXX.
Fix some regexes to compensate.
Approved by: portmgr (tier-2 blanket) |
1.0.0.6 15 Sep 2017 00:20:38 |
lifanov |
new port: games/nxengine
NXEngine is an open source implementation of
Cave Story game engine. This port installs
NXEngine and Cave Story data files.
Reviewed by: matthew, swills
Differential Revision: https://reviews.freebsd.org/D12327 |