4992 Commits

Author SHA1 Message Date
naddy
92c785c9a0 getopt_long() return value does not fit into char 2018-04-24 19:06:01 +00:00
ajacoutot
155f511dfe CONFIGURE_ENV is not needed. 2018-04-23 17:11:49 +00:00
landry
e96b81134c Update to mpd 0.20.18.
Switches HOMEPAGE/MASTER_SITES to https (reminded by tj@)

Maintainer timeout
2018-04-23 16:58:40 +00:00
landry
f4a6df0db3 Update to mpc 0.29.
Switches from autoconf/automake to meson.

Maintainer timeout
2018-04-23 16:51:50 +00:00
landry
1dcad1592f Update to libmpdclient 2.14. 2018-04-23 16:49:48 +00:00
jca
08818c77e5 Update to libsndfile-1.0.28
Lots of exported symbols removed because build now
uses -fvisibility=hidden, one symbol added, no header changes.
Disable the use of -Wvla for gcc archs.

From Jan Stary (maintainer)
2018-04-23 08:48:54 +00:00
landry
2d6a1f18d1 Use COMPILER = base-clang ports-gcc instead of base-clang ports-clang to
unbreak macppc (and probably other exotic archs where clang is broken)

Note that an update to a newer version is pending and will probably get
commited next week.
2018-04-19 06:36:40 +00:00
naddy
e683c2aebe fix build with clang6 2018-04-17 14:06:03 +00:00
naddy
04949af10a fix build with clang6 and fix some error path return values; informed
by changes in upstream git
2018-04-16 20:19:15 +00:00
naddy
cf4006edb1 whitespace fix for clang6 2018-04-16 17:51:41 +00:00
naddy
ccdf3595f7 For some reason, clang6 does not accept __builtin_sinf in this construct;
replace with sinf().
2018-04-15 14:30:15 +00:00
jasper
61dcc745ce fix build with clang6 2018-04-11 17:59:54 +00:00
jasper
64837ebdd8 fix build with clang6 2018-04-11 17:44:21 +00:00
naddy
7b9e57ef5e whitespace fixes required by clang6 2018-04-11 16:43:50 +00:00
jasper
4c93668c0c fix build with clang6; from freebsD 2018-04-10 16:56:20 +00:00
jasper
e9cf7ceeba fix build with clang6; patch from ../libmusicbrainz 2018-04-10 16:45:41 +00:00
jasper
f9e3776309 fix build with clang6; from Timo Myyra 2018-04-10 06:34:12 +00:00
jasper
d257f0a968 unbreak with clang6 2018-04-08 19:43:44 +00:00
fcambus
6e754d9114 Fix build with Clang 6, from upstream. 2018-04-08 19:20:50 +00:00
fcambus
a9f4004d70 Fix build with Clang 6, from upstream. 2018-04-08 16:14:13 +00:00
jasper
f828516bd2 fix build with clang6 2018-04-08 14:00:03 +00:00
jca
319e243174 Maintenance + bugfix update to opencore-amr-0.1.5
From ChangeLog:
- Fixes for SID/DTX in the AMR-WB decoder, fixes for handling of bad
frames in both AMR-WB and AMR-NB
2018-04-05 11:53:44 +00:00
jca
3658aaba3c Drop MAINTAINER per his request. 2018-04-05 11:41:25 +00:00
jasper
c9846c2619 update to libsoxr-0.1.3 2018-04-02 08:43:05 +00:00
landry
cfa378bddb Bump REVISION on pygame consumers to account for pygame->py-game renaming. 2018-04-01 09:29:31 +00:00
jeremy
601b0a7a90 Stop building ports for ruby 2.3 libraries by default
Per our current ruby support policy, as ruby 2.3's normal maintenance phase
has ended.
2018-03-29 23:06:50 +00:00
naddy
49cb39184a Security update to git head as of 2018-03-16 to fix CVE-2018-5146
(out-of-bounds write on codebook decoding).  ok sthen@
2018-03-17 18:27:11 +00:00
sthen
4d9a400407 drop opencore-amr dependency from sox; from maintainer Jan Stary 2018-03-17 16:14:34 +00:00
juanfra
36d8847563 Fixes CVE-2018-7254, CVE-2018-7253 and CVE-2018-6767.
OK tim@ (MAINTAINER).
2018-03-16 22:18:41 +00:00
naddy
5a634508a0 Security update to 1.3.6:
* Fix CVE-2018-5146 - out-of-bounds write on codebook decoding.
* Fix CVE-2017-14632 - free() on unitialized data
* Fix CVE-2017-14633 - out-of-bounds read
* Fix bitrate metadata parsing.
* Fix out-of-bounds read in codebook parsing.
* Fix residue vector size in Vorbis I spec.
2018-03-16 21:44:10 +00:00
naddy
1cba47619f update to 1.25.10 for minor bug fixes 2018-03-09 21:11:41 +00:00
kn
4c66a86456 Switch from autogenerated github tarballs to stable release ones.
ok sthen
2018-02-27 23:36:31 +00:00
landry
9b5d27cc22 Switch to use a real release tarball hosted on github. 2018-02-27 16:12:04 +00:00
fcambus
0a877e9044 Update milkytracker to 1.02.00. 2018-02-26 10:10:37 +00:00
bket
0bbc18f892 update to potamus-17
OK landry@
2018-02-14 09:54:15 +00:00
bentley
2458b7be07 Update to audiality2-1.9.4. 2018-02-14 08:57:38 +00:00
fcambus
fce7af090c Update schismtracker to 20180209. 2018-02-13 22:33:13 +00:00
dcoppa
bebd47d992 Update to ncmpcpp-0.8.1 and remove useless patches 2018-02-11 10:37:51 +00:00
landry
57e0bb3e51 Don't explicitely link with -lquadmath, this lib only exists on x86 and
libgfortran pulls it in when needed.
Should fix configure bailing out on !x86, so remove BROKEN-powerpc to
give it a chance there. Maybe it'll even build on sparc64.
Joint work with jca@, discussed with steven@
2018-02-10 09:19:48 +00:00
feinerer
25eaf11ffb Revert to abcde 2.7.2
The previous update to 2.8.1 was busted.

Reported by edd@; back out suggested by sthen@ and espie@; OK sthen@
2018-01-29 15:47:11 +00:00
rsadowski
ccf9e9ccc0 fix mumble for upcoming boost 1.66.0
"do not use non-existant template version of std::abs"
commit ea861fe86743c8402bbad77d8d1dd9de8dce447e

ok jca@
2018-01-28 21:04:30 +00:00
landry
48b9cc04fb Update to gradio 7.1.
ok bcallah@
2018-01-24 08:58:02 +00:00
kili
00217abebd Update MODGHC_PACKAGE_KEY and plist, bump. 2018-01-22 21:37:31 +00:00
jsg
9a190ffe23 Now that arm has switched to clang the base compiler has atomic builtins
and accepts -mfpu=neon.

ok jca@ sthen@
2018-01-20 14:03:39 +00:00
espie
383e4a9f9a update gperf, as prompted by Florian Stinglmayr
slightly more "fun" than expected thanks to the unsigned int -> size_t
change, which requires some other ports to stay in synch
2018-01-19 23:01:41 +00:00
jca
239125f45c BROKEN on powerpc
configure: error: C compiler cannot create executables
2018-01-19 15:46:58 +00:00
jeremy
17a9f1e495 Start building ruby 2.5 versions of ruby gem ports by default 2018-01-16 01:42:40 +00:00
landry
50eee43a67 Update to puddletag 1.2.0.
From Klemens Nanni, thanks!
2018-01-14 18:52:47 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
rsadowski
63a5de634b Update taglib to 1.11.1
Drop test because, test suite is switched off when we set BUILD_SHARED_LIBS.

ok landry@
2018-01-09 21:03:33 +00:00