Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
03 Nov 2020 20:12:36
5.0.12716

|
martymac  |
Import upstream patch to fix build on i386:
/wrkdirs/usr/ports/emulators/dolphin-emu/work/dolphin-3152428/Source/Core/VideoBackends/Vulkan/VKTexture.h:57:51:
error: invalid operands to binary expression ('const VkDeviceMemory' (aka 'const
unsigned long long') and 'nullptr_t')
bool IsAdopted() const { return m_device_memory != nullptr; }
~~~~~~~~~~~~~~~ ^ ~~~~~~~ |
06 Oct 2020 05:00:44
5.0.12716

|
martymac  |
Update to 5.0.12716
That update should allow building on aarch64 (not tested)
PR: 250135
Submitted by: kit.ty.kate@disroot.org |
28 Sep 2020 10:42:15
5.0.12247

|
martymac  |
Update to 5.0.12247 |
12 Jul 2020 09:30:29
5.0.10960_1

|
tobik  |
audio/sndio: Update to 1.7.0 |
19 May 2020 18:52:08
5.0.10960

|
tcberner  |
emulators/dolphpin-emu: prepare for Qt5-5.15 |
26 Feb 2020 18:29:51
5.0.10960

|
jbeich  |
emulators/dolphin-emu: unbreak with Clang 10
In file included from Externals/glslang/glslang/GenericCodeGen/CodeGen.cpp:35:
In file included from
Externals/glslang/glslang/GenericCodeGen/../Include/Common.h:107:
Externals/glslang/glslang/GenericCodeGen/../Include/PoolAlloc.h:307:54: error:
'operator=' is a private member of 'glslang::TPoolAllocator'
void setAllocator(TPoolAllocator* a) { allocator = *a; }
~~~~~~~~~ ^ ~~
Externals/glslang/glslang/GenericCodeGen/../Include/PoolAlloc.h:244:21: note:
declared private here
TPoolAllocator& operator=(const TPoolAllocator&); // don't allow assignment
operator
^
In file included from Externals/glslang/glslang/GenericCodeGen/CodeGen.cpp:36:
In file included from
Externals/glslang/glslang/GenericCodeGen/../Include/ShHandle.h:46:
Externals/glslang/glslang/GenericCodeGen/../Include/../Public/ShaderLang.h:85:22:
warning: '__fastcall__' calling convention is not supported for this target
[-Wignored-attributes]
SH_IMPORT_EXPORT int __fastcall ShFinalize();
^
Reported by: antoine (via bug 244251 exp-run) |
10 Oct 2019 10:05:14
5.0.10960

|
martymac  |
Update to 5.0.10960 |
20 Sep 2019 21:17:10
5.0.9209_4

|
martymac  |
Add missing USES=xorg for my ports |
05 Aug 2019 23:06:50
5.0.9209_4

|
jbeich  |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
26 Jul 2019 20:46:57
5.0.9209_3

|
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 |
10 May 2019 10:53:45
5.0.9209_2

|
martymac  |
Add missing USES=sdl for my ports
(and also reorder a few things) |
01 May 2019 19:35:15
5.0.9209_2

|
rene  |
Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.
Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio* |
29 Mar 2019 22:53:34
5.0.9209_1

|
linimon  |
Mark as broken on aarch64:
Source/Core/Common/ArmCPUDetect.cpp:5:10: fatal error: 'asm/hwcap.h' file not
found
Approved by: portmgr (tier-2 blanket) |
16 Jan 2019 11:13:45
5.0.9209_1

|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
13 Dec 2018 21:28:16
5.0.9209

|
martymac  |
Update to 5.0.9209 and re-enable SDL support |
12 Dec 2018 01:35:36
5.0.8715_2

|
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 |
06 Nov 2018 01:50:27
5.0.8715_1

|
jbeich  |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
02 Nov 2018 13:32:35
5.0.8715

|
rene  |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
05 Oct 2018 10:10:02
5.0.8715

|
martymac  |
Add missing USES=gl to my ports |
25 Sep 2018 19:33:09
5.0.8715

|
martymac  |
Fix build error on archs where 'unsigned long' is 32bit (tested on i386):
Source/Core/Core/NetPlayClient.cpp:1218:12: error: invalid operands to binary
expression ('sf::Packet' and 'unsigned long')
Ask lzo/lzodefs.h to prefer 'unsigned int' for type lzo_uint32_t
(lzo_uint32e_t) over 'unsigned long int' because SFML's Packet& operator >>()
cannot handle 'unsigned long int' as argument (see SFML/Network/Packet.hpp).
It can accept a Uint32 reference, which is defined as an 'unsigned int'
reference via SFML/Config.hpp.
Also, set forgotten requirement for c++17-lang. |
20 Sep 2018 18:13:03
5.0.8715

|
martymac  |
Update to version 5.0.8715 |
14 Sep 2018 12:04:53
5.0_26

|
tijl  |
Update security/mbedtls to 2.13.0 and bump dependent ports. |
11 Sep 2018 18:34:28
5.0_25

|
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
05 Sep 2018 10:05:30
5.0_24

|
martymac  |
Add missing USES=gnome to my ports |
31 Aug 2018 20:14:40
5.0_24

|
jbeich  |
devel/google{test,mock}: update to 1.8.1
Changes: https://github.com/google/googletest/compare/9bda90b...release-1.8.1 |
10 Aug 2018 14:23:16
5.0_23

|
tijl  |
Update security/mbedtls to 2.12.0 and bump dependent ports.
MFH: 2018Q3
Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-02 |
29 Jul 2018 22:18:46
5.0_22

|
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 |
07 Jun 2018 12:16:47
5.0_21

|
tijl  |
Update security/mbedtls to 2.9.0 and bump dependent ports. |
09 May 2018 05:37:55
5.0_20

|
dinoex  |
- update to miniupnpc 2.1
PR: 228050
Submitted by: Hung-Yi Chen
- fix python build
- add LICENSE for slave port
- make portlint happier
- bump PORTREVISION on ports using the shared lib |
02 May 2018 15:07:27
5.0_19

|
jbeich  |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
23 Apr 2018 19:26:32
5.0_18

|
tijl  |
Update security/mbedtls to 2.8.0 and bump dependent ports.
MFH: 2018Q2
Security: https://tls.mbed.org/tech-updates/releases/mbedtls-2.8.0-2.7.2-and-2.1.11-released |
31 Mar 2018 16:23:13
5.0_17

|
martymac  |
emulators/dolphin-emu: set LLD_UNSAFE
Prevent Dolphin from linking using lld as it fails with errors like:
/usr/bin/ld: error: cannot preempt symbol: alcOpenDevice
>>> defined in /usr/local/lib/libopenal.so
>>> referenced by OpenALStream.cpp
>>> OpenALStream.cpp.o:(OpenALStream::Start())
due to preemption of symbols with protected visibility in a shared object.
See also PR #219089 for more details.
PR: 226980
Submitted by: emaste |
12 Mar 2018 13:01:53
5.0_17

|
tijl  |
Update security/mbedtls to 2.7.1.
PR: 226550
MFH: 2018Q1 |
10 Mar 2018 18:49:04
5.0_16

|
tijl  |
- Update security/polarssl13 to 1.3.22.
- Update security/mbedtls to 2.7.0 and bump dependent ports.
MFH: 2018Q1
Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-01 |
09 Mar 2018 12:07:37
5.0_15

|
jbeich  |
devel/google{test,mock}: update to 1.8.0.712
Changes: https://github.com/google/googletest/compare/5490beb...9bda90b |
25 Jan 2018 11:07:51
5.0_14

|
martymac  |
Make portlint happier with my ports (reorder variables) |
27 Dec 2017 19:47:20
5.0_14

|
jbeich  |
devel/google{test,mock}: update to 1.8.0.450
Changes: https://github.com/google/googletest/compare/f1a87d7...5490beb |
18 Nov 2017 19:32:39
5.0_13

|
zeising  |
Bump portrevision to chase graphics/glew shard library version update.
PR: 223370
Submitted by: zeising
exp-run by: antoine
Approved by: antoine |
02 Nov 2017 21:41:47
5.0_12

|
olgeni  |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
21 Oct 2017 06:50:50
5.0_12

|
jbeich  |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
25 Sep 2017 00:51:02
5.0_11

|
jbeich  |
devel/google{test,mock}: update to 1.8.0.358
Changes: https://github.com/google/googletest/compare/59c795c...f1a87d7 |
10 Sep 2017 20:55:39
5.0_10

|
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 |
28 Jun 2017 11:19:34
5.0_8

|
martymac  |
Backport c5b3b52d553d: enable libusb hotplug on FreeBSD 11+
PR: 220223
Submitted by: jbeich |
18 May 2017 23:22:00
5.0_7

|
jbeich  |
devel/google{test,mock}: update to 1.8.0.50
Changes: https://github.com/google/googletest/compare/a2b8a8e...59c795c |
25 Apr 2017 08:20:31
5.0_6

|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
01 Apr 2017 15:23:32
5.0_5

|
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 |
16 Jan 2017 21:11:08
5.0_4

|
martymac  |
Link to OpenGL libraries earlier to avoid crash with Nvidia's libGL
PR: 215803
Submitted by: Christian Zigotzky <chzigotzky@xenosoft.de> |
25 Dec 2016 23:11:36
5.0_3

|
dinoex  |
- update miniupnpc to 2.0.20161216
- bump API change |
11 Dec 2016 15:22:47
5.0_2

|
jbeich  |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
02 Dec 2016 15:26:32
5.0_1

|
martymac  |
Use gtest from ports instead of Externals/
Reported by: jbeich |
02 Dec 2016 11:02:13
5.0

|
martymac  |
Simplify Dolphin-emu port and update it to 5.0 |
25 Nov 2016 21:27:37
5.0.r_2

|
gerald  |
Replace USE_GCC=4.9+ by USE_GCC=yes, now that lang/gcc and the default
version for GCC in the Ports Collection have moved to GCC 4.9. |
01 Oct 2016 02:15:10
5.0.r_2

|
amdmi3  |
- Update devel/sfml to 2.4
- Add LICENSE
- Bump dependent ports due to shlib versioning scheme change
- Add missing dependency to games/slade |
08 Jul 2016 10:09:15
5.0.r_1

|
martymac  |
Fix build on -CURRENT now that LIBUSB_API_VERSION is defined |
23 May 2016 20:35:01
5.0.r_1

|
amdmi3  |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
5.0.r_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
08 Mar 2016 13:09:12
5.0.r_1

|
mat  |
Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.
lang/yorick's tag was moved, and the added patch was no longer needed.
PR: 207644
Submitted by: mat
Exp-run by by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D4268 |
16 Dec 2015 09:39:41
5.0.r_1

|
jbeich  |
audio/soundtouch: update to 1.9.2
ABI isn't compatible, so bump PORTREVISION in consumers.
Changes: http://www.surina.net/soundtouch/README.html
ACC
report: https://people.freebsd.org/~jbeich/compat_reports/soundtouch/1.9.0_to_1.9.2/compat_report.html |
26 Oct 2015 20:36:31
5.0.r

|
martymac  |
Clean-up patches |
18 Oct 2015 15:23:00
5.0.r

|
martymac  |
Update to 5.0-rc |
15 Oct 2015 14:55:14
4.0.2_4

|
mat  |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694 |
14 Oct 2015 14:57:23
4.0.2_4

|
jbeich  |
emulators/dolphin-emu: chase r399209
https://github.com/miniupnp/miniupnp/commit/1da63faa4fff5cb30e5d4b848ceef80a292382b9
Obtained from: upstream (rebased)
Approved by: portmgr blanket
MFH: 2015Q4
X-MFH-With: r399209 |
15 Jun 2015 22:09:14
4.0.2_3

|
rakuco  |
Add upstream commit to find X11 directly.
Fixes the build with the upcoming CMake 3.2 update, since its
FindOpenGL.cmake does not check for X11 anymore. |
30 May 2015 20:39:13
4.0.2_3

|
bapt  |
Update portaudio to v19/Remove portaudio2 [1]
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken
Approved by: maintainer |
28 May 2015 06:20:21
4.0.2_2

|
amdmi3  |
- Mark broken on 8.x: doesn't build because of absent xlocale.h
- Add LICENSE_FILE
Approved by: portmgr blanket |
06 May 2015 15:27:44
4.0.2_2

|
mat  |
Update ports in the [ef]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
17 Apr 2015 13:37:37
4.0.2_2

|
tijl  |
Specify library version when depending on libpolarssl and switch ports to
PolarSSL 1.3 when they fail to build with 1.2. |
15 Apr 2015 08:20:28
4.0.2_2

|
tijl  |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
23 Feb 2015 13:40:56
4.0.2_2

|
martymac  |
Mark the port as broken on armv6.
Progress has been done upstream to add arm support to Dolphin, so this will
probably be for a future release.
PR: 197551
Submitted by: sbruno |
23 Feb 2015 13:16:10
4.0.2_2

|
martymac  |
Fix build with Gcc 4.9
PR: 197890
Submitted by: gerald |
08 Dec 2014 16:48:41
4.0.2_2

|
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
13 Oct 2014 07:12:43
4.0.2_1

|
martymac  |
Remove @dirrm/@dirrmty from my ports |
10 Sep 2014 20:50:37
4.0.2_1

|
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) |
04 Sep 2014 08:27:10
4.0.2

|
martymac  |
Update to 4.0.2
PR: 193001
Submitted by: amdmi3 |
22 Aug 2014 10:02:00
4.0.0_5

|
amdmi3  |
- Add missing patch |
22 Aug 2014 10:01:19
4.0.0_5

|
amdmi3  |
- Switch to bundled SFML in preparation to ports' SFML update (bundled one was
used anyway, probably conflictiong with systemwide one)
- Add USES=compiler:c++11-lib to fix build on 9.x
- Patch build system to not pick up includes from systemwide SFML (also
submitted upstream)
- Minor whitespace fix
Approved by: portmgr blanket (for bits not related to sfml update) |
29 Jul 2014 19:11:53
4.0.0_4

|
adamw  |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
16 Apr 2014 18:28:50
4.0.0_4

|
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
24 Mar 2014 12:04:27
4.0.0_3

|
bapt  |
Switch to wx 3.0 |
21 Jan 2014 07:26:25
4.0.0_2

|
martymac  |
- Remove useless USE_GCC (should fix build where Clang is the default compiler)
- Use new options framework
- Rename CMakeLists' USE_ICONV option to ICONV_LINK |
25 Dec 2013 23:29:34
4.0.0_2

|
antoine  |
Convert the tree to USES=openal
Approved by: portmgr (bapt) |
04 Dec 2013 18:48:49
4.0.0_2

|
makc  |
- Respect CMAKE_BUILD_TYPE
Approved by: portmgr (bapt) |
03 Dec 2013 08:34:30
4.0.0_2

|
martymac  |
Convert my ports from using USE_DOS2UNIX to USES=dos2unix |
28 Oct 2013 08:19:55
4.0.0_2

|
martymac  |
Do not specify GCC version in USE_GCC.
(this change has been introduced by mistake in my previous commit)
Submitted by: gerald |
26 Oct 2013 00:52:36
4.0.0_2

|
gerald  |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
21 Oct 2013 16:23:22
4.0.0_1

|
wg  |
emulators/dolphin-emu: link against ffmpeg
- Link against ffmpeg instead of ffmpeg1
Approved by: portmgr (bapt, implicit) |
16 Oct 2013 07:16:57
4.0.0

|
martymac  |
- Update to 4.0.0
- As OpenGL rendering now works, remove the -devel suffix
- Enable staging
- Use new LIB_DEPENDS format
- Add new UPNP option
- Handle -liconv removal on -CURRENT |