Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
s20180603 05 Jun 2018 00:56:40 |
jbeich |
emulators/citra: update to s20180603
Changes: https://github.com/citra-emu/citra/compare/08b119153...8e02c70e8 |
s20180601 02 Jun 2018 17:13:04 |
jbeich |
emulators/citra: connect and run tests by default |
s20180601 02 Jun 2018 16:50:02 |
jbeich |
emulators/citra: fix minor issues
- Actually disable SNDIO=off if sndio is installed
- Drop cruft from OPTIONS_GROUP = CUBEB
- Consistently sort _CMAKE_BOOL after _DEPENDS |
s20180601 02 Jun 2018 00:33:13 |
jbeich |
emulators/citra: update to s20180601
Changes: https://github.com/citra-emu/citra/compare/72f9142b...08b119153 |
s20180529 31 May 2018 21:26:04 |
jbeich |
emulators/citra: unbreak on non-x86 with gcc
g++7: error: unrecognized command line option '-mmmx'
g++7: error: unrecognized command line option '-msse' |
s20180529 31 May 2018 20:31:08 |
jbeich |
emulators/citra: unbreak on aarch64 after r471186
externals/cryptopp/cryptopp/rijndael-simd.cpp:126:25: error: use of undeclared
identifier 'vaeseq_u8'
uint8x16_t r1 = vaeseq_u8(data, key);
^
externals/cryptopp/cryptopp/sha-simd.cpp:109:25: error: use of undeclared
identifier 'vsha1cq_u32'
uint32x4_t r1 = vsha1cq_u32 (data1, 0, data2);
^ |
s20180529 31 May 2018 02:53:36 |
jbeich |
emulators/citra: unbreak on i386 with clang 5+
externals/cryptopp/cryptopp/sha.cpp:1005:5: error: invalid operand for
instruction
ASJ( jnz, 0, b)
^
externals/cryptopp/cryptopp/cpu.h:623:23: note: expanded from macro 'ASJ'
#define ASJ(x, y, z) GNU_ASJ(x, y, z)
^
externals/cryptopp/cryptopp/cpu.h:617:27: note: expanded from macro 'GNU_ASJ'
#define GNU_ASJ(x, y, z) #x " " #y #z ";" NEW_LINE
^
<scratch space>:34:2: note: expanded from here
"jnz"
^
<inline asm>:80:1: note: instantiated into assembly here
jnz 0b;
^
Reported by: pkg-fallout
Obtained from: upstream (cryptopp 7.1.0) |
s20180529 31 May 2018 00:53:52 |
jbeich |
emulators/citra: update to s20180529
Changes: https://github.com/citra-emu/citra/compare/65f5bc73...72f9142b |
s20180528 28 May 2018 23:54:10 |
jbeich |
emulators/citra: update to s20180528
Changes: https://github.com/citra-emu/citra/compare/03209efe...65f5bc73 |
s20180525 26 May 2018 00:53:41 |
jbeich |
emulators/citra: update to s20180525
Changes: https://github.com/citra-emu/citra/compare/e35c634f...03209efe |
s20180518 18 May 2018 23:53:14 |
jbeich |
emulators/citra: update to s20180518
Changes: https://github.com/citra-emu/citra/compare/80bfd872...e35c634f |
s20180511 11 May 2018 21:48:31 |
jbeich |
emulators/citra: update to s20180511
Changes: https://github.com/citra-emu/citra/compare/590a09d0...80bfd872 |
s20180506 08 May 2018 00:34:51 |
jbeich |
emulators/citra: update to s20180506
Marked BROKEN on FreeBSD 10.* unless someone can help with
In file included from src/video_core/renderer_base.cpp:8:
In file included from src/./video_core/renderer_opengl/gl_rasterizer.h:24:
src/./video_core/renderer_opengl/gl_rasterizer_cache.h:337:57: error: use of
undeclared identifier 'weak_from_this'
auto watcher = std::make_shared<SurfaceWatcher>(weak_from_this());
^
Changes: https://github.com/citra-emu/citra/compare/ca3b82ca...590a09d0 |
s20180502 02 May 2018 23:33:39 |
jbeich |
emulators/citra: update to s20180502
Changes: https://github.com/citra-emu/citra/compare/55414c32...ca3b82ca |
s20180427 28 Apr 2018 00:20:34 |
jbeich |
emulators/citra: update to s20180427
Changes: https://github.com/citra-emu/citra/compare/ed42b4b0...55414c32 |
s20180425 26 Apr 2018 00:28:23 |
jbeich |
emulators/citra: update to s20180425
Changes: https://github.com/citra-emu/citra/compare/7d8b7d93...ed42b4b0 |
s20180422 22 Apr 2018 16:39:00 |
jbeich |
emulators/citra: update to s20180422
Changes: https://github.com/citra-emu/citra/compare/048b0fc0...7d8b7d93 |
s20180418 19 Apr 2018 00:31:12 |
jbeich |
emulators/citra: update to s20180418
Changes: https://github.com/citra-emu/citra/compare/cb36f9fa...048b0fc0 |
s20180416_1 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
s20180416 17 Apr 2018 00:44:05 |
jbeich |
emulators/citra: update to s20180416
Changes: https://github.com/citra-emu/citra/compare/7f408eef...cb36f9fa |
s20180413 13 Apr 2018 22:07:50 |
jbeich |
emulators/citra: update to s20180413
Changes: https://github.com/citra-emu/citra/compare/8b858f1b...7f408eef |
s20180411 11 Apr 2018 23:43:09 |
jbeich |
emulators/citra: update to s20180410
Changes: https://github.com/citra-emu/citra/compare/39fce601...8b858f1b |
s20180406 07 Apr 2018 00:18:16 |
jbeich |
emulators/citra: update to s20180406
Changes: https://github.com/citra-emu/citra/compare/7d710170...39fce601 |
s20180402 03 Apr 2018 00:52:13 |
jbeich |
emulators/citra: update to s20180402
Changes: https://github.com/citra-emu/citra/compare/11b9d303...7d710170 |
s20180330 30 Mar 2018 21:33:45 |
jbeich |
emulators/citra: update to s20180330
Changes: https://github.com/citra-emu/citra/compare/74465389...11b9d303 |
s20180327 29 Mar 2018 00:23:52 |
jbeich |
emulators/citra: update to s20180327
Changes: https://github.com/citra-emu/citra/compare/d823759e...74465389 |
s20180326 27 Mar 2018 00:24:58 |
jbeich |
emulators/citra: update to s20180326
Changes: https://github.com/citra-emu/citra/compare/d03f72eb...d823759e |
s20180321 24 Mar 2018 00:21:05 |
jbeich |
emulators/citra: update to s20180321
Changes: https://github.com/citra-emu/citra/compare/9e4f670e...d03f72eb |
s20180318 20 Mar 2018 00:48:03 |
jbeich |
emulators/citra: update to s20180318
Changes: https://github.com/citra-emu/citra/compare/935bcdbd...9e4f670e |
s20180316 16 Mar 2018 21:07:00 |
jbeich |
emulators/citra: update to s20180316
Changes: https://github.com/citra-emu/citra/compare/6c63bb11...935bcdbd |
s20180311 12 Mar 2018 22:13:35 |
jbeich |
emulators/citra: update to s20180311
- Limit citra-room to master port as it doesn't have a GUI, anyway
Changes: https://github.com/citra-emu/citra/compare/33a0e87a...6c63bb11 |
s20180309 09 Mar 2018 20:10:15 |
jbeich |
emulators/citra: update to s20180309
Changes: https://github.com/citra-emu/citra/compare/3cda637c...33a0e87a |
s20180307 08 Mar 2018 00:07:50 |
jbeich |
emulators/citra: update to s20180307
Changes: https://github.com/citra-emu/citra/compare/4befbddc...3cda637c |
s20180305 06 Mar 2018 00:58:05 |
jbeich |
emulators/citra: update bundled cryptopp to 6.1.0
No PORTREVISION bump as it mostly contains build fixes. |
s20180305 05 Mar 2018 12:29:52 |
jbeich |
emulators/citra: update to s20180305
Changes: https://github.com/citra-emu/citra/compare/7c1a2235...4befbddc |
s20180302 03 Mar 2018 07:21:47 |
jbeich |
emulators/citra: update to s20180302
Changes: https://github.com/citra-emu/citra/compare/ac626eda...7c1a2235 |
s20180228 28 Feb 2018 22:21:39 |
jbeich |
emulators/citra: update to s20180228
Changes: https://github.com/citra-emu/citra/compare/e51a642a...ac626eda |
s20180222 24 Feb 2018 00:49:55 |
jbeich |
emulators/citra: update to s20180222
Changes: https://github.com/citra-emu/citra/compare/20f6cb1a...e51a642a |
s20180219 20 Feb 2018 00:10:29 |
jbeich |
emulators/citra: update to s20180219
Changes: https://github.com/citra-emu/citra/compare/775fb388...20f6cb1a |
s20180214 16 Feb 2018 23:40:56 |
jbeich |
emulators/citra: unbreak in C++17 mode |
s20180214 15 Feb 2018 00:59:35 |
jbeich |
emulators/citra: update to s20180214
Changes: https://github.com/citra-emu/citra/compare/3c03da12...775fb388 |
s20180208 10 Feb 2018 00:41:41 |
jbeich |
emulators/citra: update to s20180208
Changes: https://github.com/citra-emu/citra/compare/587450cd...3c03da12 |
s20180203 06 Feb 2018 00:45:24 |
jbeich |
emulators/citra: update to s20180203
Changes: https://github.com/citra-emu/citra/compare/dca5fd29...587450cd |
s20180202 03 Feb 2018 00:44:00 |
jbeich |
emulators/citra: update to s20180202
Changes: https://github.com/citra-emu/citra/compare/27ed8a3c...dca5fd29 |
s20180128 30 Jan 2018 00:55:34 |
jbeich |
emulators/citra: update to s20180128
Changes: https://github.com/citra-emu/citra/compare/5a57578c...27ed8a3c |
s20180127 27 Jan 2018 00:54:31 |
jbeich |
emulators/citra: update to s20180127
Changes: https://github.com/citra-emu/citra/compare/33b0b516...5a57578c |
s20180124 25 Jan 2018 00:53:46 |
jbeich |
emulators/citra: update to s20180124
Changes: https://github.com/citra-emu/citra/compare/0e8c25fd...33b0b516 |
s20180122 23 Jan 2018 00:51:48 |
jbeich |
emulators/citra: update to s20180122
Changes: https://github.com/citra-emu/citra/compare/bf4e35b9...0e8c25fd |
s20180119 20 Jan 2018 00:22:38 |
jbeich |
emulators/citra: update to s20180119
Changes: https://github.com/citra-emu/citra/compare/93cca23d...bf4e35b9 |
s20180118_1 18 Jan 2018 04:11:03 |
jbeich |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
s20180118 18 Jan 2018 00:57:55 |
jbeich |
emulators/citra: update to s20180118
Changes: https://github.com/citra-emu/citra/compare/79dca3d6...93cca23d |
s20180113 16 Jan 2018 00:34:14 |
jbeich |
emulators/citra: update to s20180113
Changes: https://github.com/citra-emu/citra/compare/9b647d45...79dca3d6 |
s20180111 13 Jan 2018 00:52:14 |
jbeich |
emulators/citra: update to s20180111
Changes: https://github.com/citra-emu/citra/compare/2e418106...9b647d45 |
s20180110 11 Jan 2018 00:53:24 |
jbeich |
emulators/citra: update to s20180110
Changes: https://github.com/citra-emu/citra/compare/a66e4585...2e418106 |
s20180104 06 Jan 2018 00:49:27 |
jbeich |
emulators/citra: update to s20180104
Changes: https://github.com/citra-emu/citra/compare/e203c10c...a66e4585 |
s20171231 01 Jan 2018 23:48:19 |
jbeich |
emulators/citra: update to s20171231
Changes: https://github.com/citra-emu/citra/compare/c3c684cd...e203c10c |
s20171223 26 Dec 2017 00:56:48 |
jbeich |
emulators/citra: update to s20171223
Changes: https://github.com/citra-emu/citra/compare/ae42267c...c3c684cd |
s20171221 22 Dec 2017 23:55:06 |
jbeich |
emulators/citra: update to s20171221
Changes: https://github.com/citra-emu/citra/compare/c143a5a3...ae42267c |
s20171220 20 Dec 2017 23:13:30 |
jbeich |
emulators/citra: update to s20171220
Changes: https://github.com/citra-emu/citra/compare/4fd28e71...c143a5a3 |
s20171215 15 Dec 2017 21:55:30 |
jbeich |
emulators/citra: update to s20171215
Changes: https://github.com/citra-emu/citra/compare/aecd2b85...4fd28e71 |
s20171212 14 Dec 2017 00:04:02 |
jbeich |
emulators/citra: update to s20171212
Changes: https://github.com/citra-emu/citra/compare/5c802d35...aecd2b85 |
s20171211 11 Dec 2017 21:45:03 |
jbeich |
emulators/citra: update to s20171211
Changes: https://github.com/citra-emu/citra/compare/af45f2b2...5c802d35 |
s20171208 08 Dec 2017 22:06:09 |
jbeich |
emulators/citra: update to s20171208
Changes: https://github.com/citra-emu/citra/compare/4b1253b5...af45f2b2 |
s20171206 07 Dec 2017 00:57:23 |
jbeich |
emulators/citra: update to s20171206
Changes: https://github.com/citra-emu/citra/compare/56db8e08...4b1253b5 |
s20171204 05 Dec 2017 00:12:57 |
jbeich |
emulators/citra: update to s20171204
Changes: https://github.com/citra-emu/citra/compare/b2a99043...56db8e08 |
s20171129 29 Nov 2017 17:15:51 |
jbeich |
emulators/citra: update to s20171129
Changes: https://github.com/citra-emu/citra/compare/e9a95b2e7...b2a99043 |
s20171125 27 Nov 2017 23:57:48 |
jbeich |
emulators/citra: update to s20171125
Changes: https://github.com/citra-emu/citra/compare/43702e6eb...e9a95b2e7 |
s20171123 24 Nov 2017 15:41:16 |
jbeich |
emulators/citra: update to s20171123
Changes: https://github.com/citra-emu/citra/compare/4f13d6f66...43702e6eb |
s20171120 23 Nov 2017 00:56:11 |
jbeich |
emulators/citra: update to s20171120
Changes: https://github.com/citra-emu/citra/compare/c810a3f3b...4f13d6f66 |
s20171116 17 Nov 2017 20:47:52 |
jbeich |
emulators/citra: update to s20171116
Changes: https://github.com/citra-emu/citra/compare/7ef905ea0...c810a3f3b |
s20171109 11 Nov 2017 00:07:38 |
jbeich |
emulators/citra: update to s20171109
Changes: https://github.com/citra-emu/citra/compare/c6b2cc2e2...7ef905ea0 |
s20171106 06 Nov 2017 23:56:33 |
jbeich |
emulators/citra: update to s20171106
Changes: https://github.com/citra-emu/citra/compare/4fc04480...c6b2cc2e2 |
s20171105 06 Nov 2017 03:13:14 |
jbeich |
emulators/citra: convert backout into upstream fix |
s20171105 06 Nov 2017 00:44:05 |
jbeich |
emulators/citra: update to s20171105
Changes: https://github.com/citra-emu/citra/compare/1f6da9fb...4fc04480 |
s20171028 30 Oct 2017 00:33:02 |
jbeich |
emulators/citra: update to s20171028
Changes: https://github.com/citra-emu/citra/compare/9381cfa6...1f6da9fb
MFH: 2017Q4 |
s20171023 23 Oct 2017 23:06:40 |
jbeich |
emulators/citra: update to s20171023
Changes: https://github.com/citra-emu/citra/compare/74d40509...9381cfa6
MFH: 2017Q4 |
s20171006 06 Oct 2017 18:48:42 |
jbeich |
emulators/citra: update to s20171006
Changes: https://github.com/citra-emu/citra/compare/5ba48c16...74d40509
MFH: 2017Q4 |
s20170930_1 30 Sep 2017 23:58:00 |
jbeich |
emulators/citra: enable web services (e.g., telemetry)
cf. https://github.com/citra-emu/citra/pull/2683 |
s20170930 30 Sep 2017 23:07:06 |
jbeich |
emulators/citra: update to s20170930
Changes: https://github.com/citra-emu/citra/compare/fd30d48c...5ba48c16 |
s20170925 26 Sep 2017 00:27:47 |
jbeich |
emulators/citra: update to s20170925
Changes: https://github.com/citra-emu/citra/compare/93930a96...fd30d48c |
s20170924 25 Sep 2017 00:23:49 |
jbeich |
emulators/citra: update to s20170924
Changes: https://github.com/citra-emu/citra/compare/3fd864d67...93930a96 |
s20170809_3 25 Sep 2017 00:08:17 |
jbeich |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
s20170809_2 25 Sep 2017 00:05:06 |
jbeich |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
s20170809_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 |
s20170809 03 Sep 2017 17:37:52 |
jbeich |
emulators/citra: update to s20170903
Changes: https://github.com/citra-emu/citra/compare/792dee47a...3fd864d67
MFH: 2017Q3 |
s20170809 09 Aug 2017 18:41:26 |
jbeich |
emulators/citra: update to s20170804
Changes: https://github.com/citra-emu/citra/compare/5137a198f...792dee47a
MFH: 2017Q3 |
s20170713 09 Aug 2017 18:41:02 |
jbeich |
emulators/citra-qt5: unbreak audio and input |
s20170713 15 Jul 2017 20:32:00 |
jbeich |
Drop 9.x hack for USES=compiler:c++14-lang
On x86 architectures when base compiler doesn't support C++14
USES=compiler prefers Clang. As only lang/gcc* provide C++14 library
outside of base some ports need to define USE_GCC. However, adding it
would require ugly bsd.port.options.mk conditionals thus FAVORITE_COMPILER
was used. As /stable/9 reached EOL we no longer need to support ancient
libstdc++ on x86. |
s20170713 15 Jul 2017 19:14:04 |
jbeich |
emulators/citra: add new license after r445923 |
s20170713 15 Jul 2017 19:08:24 |
jbeich |
emulators/citra: update to s20170713
Changes: https://github.com/citra-emu/citra/compare/56d718b2a...5137a198f |
s20170629 05 Jul 2017 14:58:11 |
tobik |
Add The Unlicense to Mk/bsd.licenses.db.mk
- Update all ports that currently use a custom definition
- Also add a link to a list of certified copyfree licenses
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D11487 |
s20170629 30 Jun 2017 19:43:30 |
jbeich |
emulators/citra: update to s20170629
Changes: https://github.com/citra-emu/citra/compare/cac1133bc...56d718b2a |
s20170622 23 Jun 2017 10:45:11 |
jbeich |
emulators/citra: update to s20170622
Changes: https://github.com/citra-emu/citra/compare/ac168eeb5...cac1133bc
MFH: 2017Q2 |
s20170613 13 Jun 2017 22:49:20 |
jbeich |
emulators/citra: drop Clang < 3.8 workaround (FreeBSD < 11)
s20170516 is busted on 2017Q2, so don't pretend old Clang is still supported.
/head relies on USES=compiler:c++14-lang using Clang 4.0 after r439804. |
s20170613 13 Jun 2017 22:49:09 |
jbeich |
emulators/citra: update to s20170613
Changes: https://github.com/citra-emu/citra/compare/8d558777a...ac168eeb5
MFH: 2017Q2 |
s20170516 17 May 2017 15:00:04 |
jbeich |
emulators/citra: update to s20170516
Changes: https://github.com/citra-emu/citra/compare/ea53d608...8d558777a
MFH: 2017Q2 |
s20170421_1 02 May 2017 06:48:11 |
jbeich |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
s20170421 23 Apr 2017 14:40:56 |
jbeich |
emulators/citra: update to s20170421
Changes: https://github.com/citra-emu/citra/compare/6a72bd62b...ea53d608
MFH: 2017Q2 |
s20170413 13 Apr 2017 20:25:30 |
jbeich |
emulators/citra: update to s20170413
Changes: https://github.com/citra-emu/citra/compare/eb8a7a92c...6a72bd62b
MFH: 2017Q2 |
s20170325_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 |