4579 Commits

Author SHA1 Message Date
espie
f8433759c4 don't reuse the same symbol to mean a different thing in a nested template
declaration. Yeah, you're going to use Arithm<S>.
No, you're declaring template <class X>Arithm  *in general*.
2017-04-27 12:44:03 +00:00
espie
ea6c79c907 don't redefine ptrdiff_t 2017-04-27 12:43:01 +00:00
espie
0aedd31743 just for funzzies: clang catches include guard mistakes. I'm impressed. 2017-04-27 12:42:37 +00:00
espie
b0992ad00f struct and class are not 100% intercheangable. If you declare "class" in
a header, just declare "class public:"   in the other
shut up clang warnings.
2017-04-27 12:41:55 +00:00
naddy
af72ed8b4e don't mix char* and const char*; fixes build with clang 2017-04-26 14:58:38 +00:00
sthen
a6de1b7b87 needs more -l to avoid relying on NEEDED; fixes with modern linkers 2017-04-24 10:38:52 +00:00
rsadowski
adad30b109 disable doxygen
ok jca@ sthen@
2017-04-23 21:11:53 +00:00
rsadowski
da1784fa40 Drop doxygen dependency/resulting docs.
ok jca@ sthen@
2017-04-23 21:09:39 +00:00
ajacoutot
3d1fc8c9f8 Stop patching for /var/lib/dbus -> /var/db/dbus; nowadays, most apps look
into /etc/machine-id *before* looking into /var/lib/dbus/machine-id and for
the few that don't patch them to look directly there.

Thanks sthen@ for the source ports seach.
2017-04-22 13:43:21 +00:00
jsg
43ae4036ec use standard c++ includes to fix the build with clang
ok sthen@ naddy@
2017-04-22 01:42:27 +00:00
fcambus
e88696adbc Update schismtracker to 20170420. 2017-04-21 21:24:44 +00:00
naddy
5f2782f063 Remove teknap, a Napster client. Napster and OpenNap are dead. ok sthen@ 2017-04-21 14:39:40 +00:00
jca
377fb4d49a Missing include for clang 2017-04-19 16:23:39 +00:00
jca
3204f3b535 Fix clang build: add missing includes 2017-04-19 15:40:25 +00:00
espie
fe76564ce8 have cdrom_get_curtime return something, always.
fixes clang
2017-04-19 15:26:59 +00:00
sthen
7e44b3e4be Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them
a chance on aarch64.
2017-04-19 11:16:03 +00:00
espie
7a3bd8f931 hello, modern C inline semantics. okay sthen@ 2017-04-18 21:13:03 +00:00
jca
f99c6d8676 Remove toolame, nothing uses it any more.
audio/twolame is a supposed to be a maintained fork,
multimedia/transcode already uses it.

ok sthen@ fcambus@
2017-04-18 17:02:08 +00:00
jasper
4ace67f0ef fix fix double word in comment 2017-04-17 17:29:46 +00:00
ajacoutot
0085e84c13 Update to speech-dispatcher-0.8.6. 2017-04-16 15:47:08 +00:00
espie
af2ea6805e stricter const propagation, pleases both gcc and clang
okay sthen@
2017-04-16 10:58:30 +00:00
espie
45048c5c53 converting code to standard C++ (98!) is cool, but converting configure
tests too is better.   No longer fails with non pre-standard includes.

okay sthen@
2017-04-16 10:57:41 +00:00
naddy
b0f86c9083 Update to 1.24.0:
* miscellaneous bug fixes
* use plain dlopen() for opening modules instead of libltdl
* the out123 tool now features tone generation
* enable aarch64 optimizations
2017-04-11 20:25:55 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
sthen
5690239571 "main(unsigned int argc" -> "main(int argc" 2017-04-09 11:07:42 +00:00
sthen
f993fcb8d2 set an autoconf var to permit building without iomanip.h; clang/libc++ arches
don't have it, and it's not actually used anyway.
2017-04-09 11:03:30 +00:00
landry
6cd3a66e73 Use gcc4 MODULE instead of clang on sparc64 & powerpc
clang fails to build those with 'could not read symbols: Bad value' (cf
http://build-failures.rhaalovely.net/sparc64/2017-03-20/multimedia/gstreamer1/core.log
& ttp://build-failures.rhaalovely.net/sparc64/2017-03-20/audio/openal.log)

Fix only those as they take out a large part of the portstree for 6.1
package builds, but reasonably MODCLANG_ARCHS=* shouldnt be used unless
the compiler has been *really* tested on every platform - or clang
should be marked *BROKEN* on sparc64 & macppc, or those platforms should
be taken out of LLVM_ARCHS.

audio/mpd, textproc/link-grammar, devel/keystone and devel/cbmc are in
the same boat and fail the same.

The problem is probably fixable directly in clang for sparc64, and on
powerpc clang doesnt package anyway for 'relocation truncated to fit:
R_PPC_PLTREL24' errors:
http://build-failures.rhaalovely.net/powerpc/2017-02-16/devel/llvm.log
2017-04-08 18:21:07 +00:00
naddy
bd917e7284 Update to 0.1.10. No list of changes available, but looks like bug fixes. 2017-04-06 20:34:07 +00:00
dcoppa
a403e4db38 Update to ncmpc-0.27 2017-03-27 17:26:10 +00:00
landry
d7ae49b98f Update to cantata 2.0.1.
Switch to Qt5 by default, and use github as upstream.
2017-03-27 14:41:23 +00:00
landry
c479800adb Update to a newer github snap, fixes some gtk3 warnings 2017-03-27 12:37:06 +00:00
fcambus
30b47fee00 Remove audio/gogo.
The version we have is from 2000, program is dead upstream, and this
is an i386 only port. Nothing depends on it.

Checking lame ChangeLog, it appears that at least some of those i386
optimizations have been merged.

OK naddy@, jca@, beck@
2017-03-27 08:12:03 +00:00
dcoppa
6f7cee55e9 command: add missing parentheses around bit shift
(upstream git commit 0191d38753cee57fcb72e191d9627043837414aa)
2017-03-23 18:45:45 +00:00
dcoppa
34d535c9c5 Update to ncmpc-0.26 2017-03-23 07:33:20 +00:00
dcoppa
0d884cf1eb Update to libmpdclient-2.11 2017-03-23 07:23:53 +00:00
ajacoutot
3253b142b6 Drop MAINTAINER per his request. 2017-03-17 07:15:01 +00:00
fcambus
71ca528214 Update audio/milkytracker to 1.0.0 and take maintainership.
Notable changes:

- Upstream moved to GitHub
- MilkyTracker now uses the CMake build system and switched to SDL2

OK juanfra@
2017-03-15 22:23:33 +00:00
dcoppa
ad101bc0af Update to mpd-0.20.6 2017-03-12 10:13:49 +00:00
sthen
7f9fbf868d fix RUN_DEPENDS, breakage reported by Lars <lists-openbsd at srdn.de> 2017-03-01 20:43:06 +00:00
naddy
cfa02761c9 honor CXX for linking; drop gettext module 2017-02-28 18:48:54 +00:00
dcoppa
8d0260b904 window: make key type 64 bits to represent unicode characters
unambiguously (git commit 667e9be00e4ddeeabe322df536e41e499b214371)

+ assorted manpage fixes...
2017-02-28 16:15:30 +00:00
dcoppa
67fd7fd0c6 Update to mumble-1.2.19 2017-02-28 15:35:21 +00:00
nigel
26523a6274 Bump REVISION after DESCR change.
Ok aja@
2017-02-27 07:59:54 +00:00
fcambus
7537637499 Honour CC and CXX. 2017-02-26 22:55:38 +00:00
sthen
3bd42a9cd2 honour CC 2017-02-26 20:16:29 +00:00
fcambus
3f587d0d04 Register removal of bladeenc and remove port mentions in DESCR files. 2017-02-26 20:09:32 +00:00
fcambus
f2ca3452b6 Remove audio/bladeenc. It has been dead upstream for years, and the
latest version is from 2001. Nothing depends on it.

The main thing it had for it was speed, which is irrelevant on current
hardware. Audio quality was always controversial.

OK juanfra@, bentley@, naddy@
2017-02-26 20:05:35 +00:00
dcoppa
c16de91ce7 Update to mpd-0.20.5.
mpd has sndio support now, disable libao output plugin.
Switch to clang.

Based on work by chrisz@, thanks!
2017-02-23 13:03:46 +00:00
sthen
9fccbaed62 Add missing py-futures dep to quodlibet, reported by Laurie Tratt, thanks!
While there, split deps into py2/all python/others, and replace gettext module.
2017-02-21 09:31:34 +00:00
ajacoutot
a4751d331b Missed bump. 2017-02-18 17:33:51 +00:00