Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
04 Feb 2021 20:24:09
6.5.0_1

|
tcberner  |
net/libwebsockets: Update to 4.1.6
Changelog:
https://libwebsockets.org/git/libwebsockets/tree/changelog?h=v4.1-stable
PR: 251835
Submitted by: daniel.engberg.lists@pyret.net
Approved by: iblis.dif01@nctu.edu.tw (timeout) |
05 Jan 2021 15:24:36
6.5.0

|
pi  |
audio/ardour6: update 6.3.0 -> 6.5.0
PR: 251841
Submitted by: Michael Beer <beerml@sigma6audio.de> (maintainer)
Relnotes: http://ardour.org/whatsnew.html |
05 Jan 2021 11:24:01
6.3.0_3

|
pi  |
devel/sord: back to pool
audio/sratom: back to pool
audio/lilv: back to pool
audio/suil: back to pool
audio/lv2: back to pool
audio/ardour6: back to pool
Submitted by: Michael Beer <beerml@sigma6audio.de> |
14 Dec 2020 20:31:47
6.3.0_3

|
acm  |
- Bump PORTREVISION. audio/soundtouch was updated to 2.2
- Remove BROKEN on audio/mixxx. Now soundtouch should detected without problems |
27 Oct 2020 14:23:42
6.3.0_2

|
pkubaj  |
audio/ardour6: fix build on GCC architectures
Undefine _POSIX_SOURCE to make macros in errno.h available:
/usr/local/lib/gcc9/include/c++/powerpc64-portbld-freebsd12.1/bits/error_constants.h:42:40:
error: 'EAFNOSUPPORT' was not declared in this scope
42 | address_family_not_supported = EAFNOSUPPORT,
| ^~~~~~~~~~~~
/usr/local/lib/gcc9/include/c++/powerpc64-portbld-freebsd12.1/bits/error_constants.h:43:28:
error: 'EADDRINUSE' was not declared in this scope
43 | address_in_use = EADDRINUSE,
| ^~~~~~~~~~
Also tested to build with Clang.
MFH: 2020Q4 (fix build blanket) |
12 Oct 2020 07:44:57
6.3.0_2

|
pkubaj  |
audio/ardour6: don't require ld.bfd on powerpc*
Builds fine. |
12 Oct 2020 06:26:20
6.3.0_2

|
lbartoletti  |
audio/ardour6: Fix broken 32-bit build
This fixes the Intel 32-bit build.
Modification of the original wscript file is no longer necessary.
Setting mmx and 3dnow compiler flags is not really needed.
Setting 3dnow can even be considered as a bug as this is a AMD only extension.
The build_host_supports_sse flag is only used to throw a warning if the set
configuration doesn't match with the build machines configuration.
The warning can be ignored.
The build requires a SSE capable CPU (>=i686) which was also the case in
previous versions.
PR: 250206
Submitted by: Michael Beer (maintainer) |
29 Sep 2020 20:03:39
6.3.0

|
cmt  |
audio/ardour6: update to 6.3.0 and unbreak
attempt to fill in the blanks (like FreeBSD support) in this port's
wscript's CPU feature detection. Build time CPU detection is problematic
in the context of package builds, so for now this assumes that all
amd64 CPUs have SSE and i386 CPUs don't. Juggling the flags in this
way also fixes the breakage uncovered by the latest glib update.
PR: 249959
Approved by: Michael Beer (maintainer) |
25 Sep 2020 20:09:39
6.2.0

|
linimon  |
Pet portlint. |
25 Sep 2020 20:07:02
6.2.0

|
linimon  |
Canonicalize LLD_UNSAFE across all powerpc variants.
Approved by: portmgr (tier-2 blanket) |
23 Sep 2020 14:53:14
6.2.0

|
bapt  |
Update to glib 2.66.0
Mark the few remaining ports not building against this upgrade as broken
Instead of risking of missing anyone who got involed, I will just thank
all of them they will recognize themselves! This was a joint work of many
PR: 247278
Reviewed by: fluffy
exp-run antoine
Differential Revision: https://reviews.freebsd.org/D25279 |
29 Aug 2020 22:24:08
6.2.0

|
cmt  |
new port: audio/ardour6
this is a direct descendant of audio/ardour5, so repocopy that.
PR: 246915
Submitted by: Michael Beer |