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
zhuk
beb67f4d04
Missing dependency, from naddy@.
2016-12-30 20:07:42 +00:00
jca
172845cdf1
Use lang/gcc for atomic ops on arm.
...
ok dcoppa@ (maintainer)
2016-12-30 19:12:37 +00:00
jasper
568bf7fa6a
update to epiphany-3.22.4
2016-12-30 18:16:26 +00:00
jasper
a4564c5fd3
update to libgweather-3.20.4
2016-12-30 18:13:30 +00:00
jca
772226fbcc
Ugly fix for an ugly problem, unbreaks ssh-ldap-helper on arm.
...
The comment in the Makefile says why the problem is ugly. The fix is
ugly because as is there's no easy way to patch the offending file.
2016-12-30 17:53:37 +00:00
jca
0d8cf857ae
Stop limiting freeipmi to i386 and amd64.
...
sthen@ points out that low-level io (inb/outb) isn't needed any more on
those archs, now that we have an ipmi driver. ok sthen@
2016-12-30 17:39:22 +00:00
pascal
eac496bbf1
Update to 0.12008.
2016-12-30 17:36:41 +00:00
jsg
a931d6a20e
worker 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-30 17:31:21 +00:00
jeremy
765df47931
Update to bundler 1.13.6
...
From Frank Groeneveld
2016-12-30 16:31:10 +00:00
fcambus
21ffeaea76
Update speedtest-cli to 1.0.1.
...
This is a bugfix release, reverting some code which impacted timing on
devices with a small amount of RAM.
OK jung@, giovanni@, ajacoutot@
2016-12-30 16:13:24 +00:00
fcambus
df12fe18b2
Update cadubi to 1.3.3 and remove unneeded HOMEPAGE as it's created
...
from the GH_ variables.
OK kirby@, jung@
2016-12-30 16:06:55 +00:00
bluhm
eb2cd0dc44
Apply patches for CVE-2016-4658 and CVE-2016-5131 to libxml 2.9.4.
...
From Simon Mages; OK ajacoutot@
2016-12-30 15:54:57 +00:00
jca
a673e71dab
Use lang/gcc for atomic builtins on arm (also needs liburcu built with lang/gcc)
2016-12-30 15:47:55 +00:00
landry
2d00d04bb4
Update to xfce4-terminal 0.8.2.
...
See
https://mail.xfce.org/pipermail/xfce-announce/2016-December/000485.html
2016-12-30 15:29:13 +00:00