Commit Graph

115965 Commits

Author SHA1 Message Date
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
jca
ec9dc633f8 Format string fixs.
ok markus@ (maintainer)
2016-12-30 23:15:46 +00:00
jca
0a72371efd Respect CFLAGS
ok markus@ (maintainer)
2016-12-30 23:15:09 +00:00
jca
6f070228ac Use endian.h instead of a list of architectures, unbreaks arm.
ok markus@ (maintainer)
2016-12-30 23:14:37 +00:00
sthen
4ee32be24f autoconf picks up cppunit if present; add to bdep 2016-12-30 22:54:47 +00:00
jca
5fa19eec7d Unbreak on arm and hppa.
The internal backtrace implementation uses __builtin_return_address with
a non-zero argument, which doesn't work on arm and hppa.  Instead of
applying a fix in varnish, detect and depend on devel/libexecinfo which
already has the logic to handle those architectures.  ok gonzalo@
2016-12-30 21:09:07 +00:00
jca
4ef3c113f3 Disable broken arm-specific code path. 2016-12-30 21:00:21 +00:00
zhuk
4f28f674cc Add to BDEPs necessary for qtquickcontrols,-html.
Found by naddy@.
2016-12-30 20:33:27 +00:00
naddy
d1deb86b0d also mark as BROKEN-amd64, build hangs often 2016-12-30 20:29:21 +00:00