115973 Commits

Author SHA1 Message Date
sebastia
66c55fb5c9 Use a proper version instead of a specific git commit, latest
version is after that git commit.
2017-01-03 07:54:11 +00:00
jca
90f475d973 Unbreak on arm, disable assembly code.
src/utils/DivModBySame.hh:260: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
src/utils/DivModBySame.hh:260: error: 'asm' operand has impossible constraints
2017-01-03 04:47:42 +00:00
bentley
84422c44c0 Update to chocolate-doom-2.3.0.
From Ryan Freeman; thanks!
2017-01-03 00:28:53 +00:00
fcambus
bfc9593624 Disable assembly code on i386 for advancemame and advancemess.
As spotted by sthen@, when nasm is installed, assembly optimized code
is enabled at configure time on i386, and compilation fails. This code
only exists for i386, so disabling it globally using CONFIGURE_ARGS
does not affect other architectures.

OK sthen@
2017-01-02 23:27:01 +00:00
juanfra
306436c845 Update to openfire 4.1.1. From Marc Peters (MAINTAINER). 2017-01-02 21:44:28 +00:00
bentley
948d096bfb Update to mgba-0.5.2.
Release notes: https://mgba.io/2016/12/31/mgba-0.5.2/
2017-01-02 20:38:53 +00:00
juanfra
b489943021 Update to bacon 3.5.1. 2017-01-02 18:56:22 +00:00
sthen
55399aebf0 update to darktable-2.2.1 2017-01-02 18:13:57 +00:00
pascal
16ca621150 Regen bootstraps and re-enable ada for hppa, mips64, powerpc and sparc64. 2017-01-02 15:52:20 +00:00
sebastia
b89fd42f26 a memcpy -> memmove transition to prevent an abort, observed with
coccinella IAX client.

OK sthen@
2017-01-02 12:56:06 +00:00
shadchin
585d552f07 Update to py-uncompyle6 2.9.9 2017-01-02 10:44:19 +00:00
landry
96800c7037 use MODPY_DEFAULT_VERSION_3 instead of hardcoding 3.4 2017-01-02 07:07:30 +00:00
jsg
381647fe81 Mark codeblocks as broken on arm. GCC 4.4 changed the C++ symbol
mangling of va_list on arm to conform to a newer revision of the EABI
specification.  Codeblocks is built with ports gcc (4.9) but depends
on wxwidgets which has va_list in a public symbol in the form of
wxString::FormatV() and wxwidgets is built with base gcc (4.2.1).

This can be revisited when wxwidgets is built with a different compiler.

ok Josh Grosse (MAINTAINER)
2017-01-02 05:18:42 +00:00
jca
77dbfbc6e0 Unbreak on arm, os-specific segv handler. 2017-01-01 21:27:51 +00:00
uaa
91c8f68e6e update 0.6.1 -> 0.9.0
ok sthen@
2017-01-01 20:58:23 +00:00
kili
70e4d62ef7 databases/hs-postgresql-simple and devel/hs-uuid hare gone. 2017-01-01 20:29:39 +00:00
kili
dafb32f80b Remove devel/hs-uuid, it's longer used.
Maintainer David Schaefer agrees.
2017-01-01 20:25:09 +00:00
kili
b44bb51aea Remove databases/hs-postgresql-simple, it's in the way of an ghc
update.

Maintainer David Schaefer agrees.
2017-01-01 20:23:11 +00:00
kili
ad942d414b Unhook databases/hs-postgresql-simple and devel/hs-uuid.
Not used by any ports, databases/hs-postgresql-simple would require
a new port (devel/hs-uuid-types) to update it and let it build with
ghc-8.0.

Maintainer David Schaefer agrees.
2017-01-01 20:21:11 +00:00
landry
211034a321 Update to cargo 0.15.0, from Maintainer semarie@ 2017-01-01 18:49:58 +00:00
feinerer
c7fecd148c Update to dsocks 1.7
ok jca@
2017-01-01 18:32:04 +00:00
ajacoutot
297fe1bfe3 Enable QEMU on arm. 2017-01-01 10:50:55 +00:00
ajacoutot
9c26545aed Add arm to LLVM_ARCHS.
from Brad
2017-01-01 10:50:18 +00:00
ajacoutot
fcc542f9cd Unbreak on powerpc: don't build lld there.
from Brad (maintainer)
2017-01-01 10:48:58 +00:00
jca
354601ebae Unbreak on arm, use lang/gcc for atomic builtins.
May have drawbacks (stdc++/estdc++ mixed up).  ok espie@
2017-01-01 09:44:30 +00:00
jca
a99fc1476c Unbreak on arm: disable a hack not needed with EABI. 2017-01-01 09:40:42 +00:00
jca
96b70dddf4 Unbreak on arm, the use of ".fpu neon" doesn't seem warranted. 2017-01-01 09:32:12 +00:00
jca
10a8e78d9f Regen patch 2017-01-01 09:30:21 +00:00
jca
5ba7ddb564 Unbreak on arm. Use arm_sync_icache(2) instead of __clear_cache. 2017-01-01 09:29:09 +00:00
jsg
41bfda032e update to include-what-you-use 0.7
from Brad Smith
2017-01-01 06:58:37 +00:00
jca
b5fe10e418 BROKEN on powerpc
cc -DNDEBUG -O2 -pipe -fPIC -O2 -pipe -fPIC -I/usr/local/include/python2.7 -I/usr/local/lib/python2.7/site-packages/numpy/core/include -c bottleneck/src/move.c -o /usr/obj/ports/py-bottleneck-1.2.0/Bottleneck-1.2.0/temp.openbsd-6.0-macppc-2.7/bottleneck/src/move.o
In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
                 from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17,
                 from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from bottleneck/src/bottleneck.h:6,
                 from bottleneck/src/move.c:1:
/usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
bottleneck/src/move.c: In function 'move_std_float32':
bottleneck/src/move.c:568: error: unrecognizable insn:
(insn 893 195 199 15 (set (reg:SF 0 0)
        (mem/u/c/i:SF (symbol_ref/u:SI ("*.LC170") [flags 0x82]) [0 S4 A32])) -1 (nil)
    (nil))
bottleneck/src/move.c:568: internal compiler error: in extract_insn, at recog.c:2077
2016-12-31 20:52:49 +00:00
jca
9e8193109a Broken on powerpc: undefined reference to `__atomic_load_8' 2016-12-31 20:48:31 +00:00
jca
22f6ffa141 Doesn't build on powerpc: Illegal instruction (core dumped) 2016-12-31 20:46:18 +00:00
kurt
ba858a5a9a - switch bootstrap to bootjdk so that jdk 1.7 can be removed
- fix getOpenFileDescriptorCount() reported by Pavel Korovin
okay sthen@
2016-12-31 19:58:56 +00:00
jca
7e12486e8e Mark as BROKEN on arm, stray '$' in program 2016-12-31 18:24:08 +00:00
naddy
c4f0293391 update private libpng to 1.2.57: fix for null pointer dereference bug 2016-12-31 17:52:13 +00:00
naddy
3f14f0f511 security update to 1.6.27 for null-pointer-dereference bug; from Brad 2016-12-31 16:51:27 +00:00
ajacoutot
8d4c49a9bd Fix rc.d(8) script to comply to our template and habits.
While here, fix the @extraunexec line; from sthen@

"seems sensible" sthen@
2016-12-31 15:25:18 +00:00
benoit
ffee570587 Update to highlight-3.34. 2016-12-31 14:54:52 +00:00
pascal
87c4a13b8c Update to sblg 0.3.10.
ok bentley@ (maintainer)
2016-12-31 14:51:47 +00:00
sthen
f7049746ba fix distfile name (was "v2.0.0.zip") by switching to GH_* 2016-12-31 13:59:07 +00:00
zhuk
c7c79f8837 Fix build when qmake-generated Makefile tries to link in qtcreator.sh.
While there, add some BDEPs for better documentation builds.
2016-12-31 12:53:42 +00:00
sthen
8d97e8ec09 update to yle-dl 2.13, from Timo Myyra 2016-12-31 12:40:39 +00:00
jsg
9b3511ceb9 update to uhexen2 1.5.8
ok edd@ (MAINTAINER)
2016-12-31 10:48:00 +00:00
ajacoutot
e392f4972b --disable-sqlite so it's not picked up.
reported by landry@
2016-12-31 10:19:05 +00:00
ajacoutot
4122e6ad26 Update to mkvtoolnix-9.7.1.
from Brad (maintainer)
2016-12-31 08:11:59 +00:00
jsg
6864fa0e1c use ports gcc on arm to get atomic builtins 2016-12-31 04:12:09 +00:00
jsg
7691f63483 powerdns already builds with ports gcc, now that the arm baseline is
armv6k builtin atomics are available on arm and this builds so stop
marking it as BROKEN on arm.
2016-12-31 03:32:10 +00:00
jsg
2e4b69e42a use ports gcc on arm to get atomic builtins
ok jca@ (MAINTAINER)

When running make test on arm this currently fails test_urcu_multiflavor,
jca plans to look into this.
2016-12-31 01:01:24 +00:00
jsg
f176bc59d1 ogre already builds with ports gcc, now that the arm baseline is armv6k
builtin atomics are available on arm and this builds so stop marking it
as BROKEN on arm.
2016-12-31 00:29:41 +00:00