17699 Commits

Author SHA1 Message Date
jsg
d9aecf8edb Reinstate an ifdef around a prototype which includes FT_Bitmap as some
users don't include freetype headers.  Instead of __FT2_BUILD_UNIX_H__
use FT2BUILD_H_.  Fixes problems building games/tuxpaint reported by
naddy and sthen. ok aja.
2017-04-26 02:37:03 +00:00
jca
a7b8c25f4f Remove trafd: old, unmaintained pcap code that runs as root
(Bonus: no need to fix it to build with clang.)

ok sthen@
2017-04-25 20:02:31 +00:00
juanfra
a6e6bffce7 Tabs/spaces. 2017-04-24 21:00:27 +00:00
pascal
d1957b26b8 Update to Bullet 2.86.1. From David CARLIER + shlib bumps. 2017-04-24 18:09:25 +00:00
kurt
aec6c735a6 - fix clang + fastdebug issue in loopPredicate.cpp
- use HW_PHYSMEM64 to correct assert in fastdebug
2017-04-24 15:25:49 +00:00
ajacoutot
a61e867813 Update to harfbuzz-1.4.6. 2017-04-24 06:36:20 +00:00
rpointel
2791d5479a change MODJAVA_VER to make jg-gui works again.
ok sthen@.
2017-04-24 03:55:45 +00:00
jsg
96d2ca8b1c Freetype headers no longer define __FT2_BUILD_UNIX_H__.
unifdef __FT2_BUILD_UNIX_H__ around a prototype to fix the build with
clang.

ok dcoppa@
2017-04-24 03:29:08 +00:00
juanfra
34b56c69ae Update to py-sh 1.12.13. Take maintainership.
OK Johan Huldtgren (previous MAINTAINER).
2017-04-23 23:06:57 +00:00
shadchin
ae4e50785f Switch off install IPython kernels for Jupyter, otherwise cyclic
bdep with IPython. Thanks nigel@ for the report.
2017-04-23 17:27:39 +00:00
shadchin
b4a257a9dd Update to py-ipython_genutils 0.2.0 and take maintainership. 2017-04-23 15:59:57 +00:00
sthen
7334d19f59 update to gtest-1.8.0, fixes things with clang 2017-04-23 11:14:47 +00:00
ajacoutot
0c3fbbc57a Update to meson-0.40.0. 2017-04-23 10:49:07 +00:00
shadchin
aad92b3a22 Update to py-babel 2.4.0 2017-04-23 09:15:28 +00:00
shadchin
93afe36691 Update to py-ipykernel 4.6.1 2017-04-23 08:07:17 +00:00
shadchin
e9e2e7fd4e Update to py-hypothesis 3.7.4 2017-04-23 08:04:03 +00:00
espie
7d16fc98f7 prevent building on clang arch until someone figures out why it hangs 2017-04-23 02:32:34 +00:00
kurt
0ce7f70751 - Clean up makefile and fix MAKE_ENV as per espie@ guidance. okay espie@ 2017-04-23 00:29:22 +00:00
shadchin
7af8c39706 Update to py-jedi 0.10.2 2017-04-22 21:57:42 +00:00
shadchin
f91b82b4fc Update to py-jupyter_client 5.0.1 2017-04-22 21:25:42 +00:00
shadchin
71a0ccf371 Update to py-tz 2017.2 2017-04-22 20:37:39 +00:00
shadchin
55f92c4c78 Update to py-test 3.0.7 2017-04-22 19:52:07 +00:00
shadchin
dbb6aa9e27 Update to py-test-mock 1.6.0 2017-04-22 18:02:15 +00:00
shadchin
609da4aa7d Update to py-setuptools_scm 1.15.5 2017-04-22 17:48:14 +00:00
shadchin
d5bbc50d82 Update to py-hypothesis 3.7.3 2017-04-22 17:30:53 +00:00
shadchin
8ba0fe9dc2 Update to py-path.py 10.3.1 2017-04-22 17:23:54 +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
landry
885e308548 Update to nspr 4.14, requirement for firefox 54.
See https://groups.google.com/forum/#!topic/mozilla.dev.tech.nspr/YQyOYHnKJjA
2017-04-22 11:56:11 +00:00
landry
1fde59709e Fix build with hunspell-1.6, somehow i failed to spot this one. Breakage
reported by naddy@. If only cmake shipped a FindHUNSPELL.cmake module,
instead of having one installed by kdelibs (and thus, a hidden build
dep) and one in sonnet source tarball....
2017-04-22 10:13:11 +00:00
jsg
f64d00e3c5 Backport a patch to let pygame build with clang on amd64 by replacing
movsxl with movslq in inline assembly.
2017-04-22 03:11:36 +00:00
rsadowski
bc78907559 update to doxygen-gui-1.8.13
ok jca@
2017-04-21 19:44:31 +00:00
rsadowski
8ac81f9345 update to doxygen-1.8.13
ok jca@
2017-04-21 19:43:38 +00:00
kurt
ad353c9559 Update for devel/jdk/1.7 removal. okay dcoppa@ sthen@ 2017-04-21 18:37:43 +00:00
naddy
5f2782f063 Remove teknap, a Napster client. Napster and OpenNap are dead. ok sthen@ 2017-04-21 14:39:40 +00:00
kurt
558715b919 - disconnect devel/jdk/1.7 from the build
- adjust java.port.mk so all 1.7 and lower ports now build with 1.8
- bump revision on affected ports
okay sthen@, ian@, landry@
2017-04-21 13:27:46 +00:00
kurt
5f69cd0166 - patches to allow build with clang 4.0
- uncomment MAKE_ENV+=USE_CLANG=true to build with clang
2017-04-21 02:30:40 +00:00
jasper
4d756d99f6 update to libgdata-0.17.8 2017-04-20 18:49:37 +00:00
ajacoutot
ecc21a1f0d Update to libsoup-2.58.0. 2017-04-20 14:26:08 +00:00
juanfra
beae65ae31 Spaces/tabs. 2017-04-19 23:06:18 +00:00
juanfra
a5185fbcee Update to tortoisehg 4.1.3. 2017-04-19 22:58:27 +00:00
juanfra
788617ec09 Update to mercurial 4.1.3.
SECURITY: "hg serve --stdio could be tricked into granting authorized
users access to the Python debugger"

"dispatch: protect against malicious 'hg serve --stdio' invocations
(sec) Some shared-ssh installations assume that 'hg serve --stdio' is
a safe command to run for minimally trusted users. Unfortunately, the
messy implementation of argument parsing here meant that trying to
access a repo named '--debugger' would give the user a pdb prompt,
thereby sidestepping any hoped-for sandboxing. Serving repositories
over HTTP(S) is unaffected.

We're not currently hardening any subcommands other than 'serve'. If
your service exposes other commands to users with arbitrary repository
names, it is imperative that you defend against repository names of
'--debugger' and anything starting with '--config'.

The read-only mode of hg-ssh stopped working because it provided its
hook configuration to "hg serve --stdio" via --config parameter. This
is banned for security reasons now. This patch switches it to directly
call ui.setconfig(). If your custom hosting infrastructure relies on
passing --config to "hg serve --stdio", you'll need to find a
different way to get that configuration into Mercurial, either by
using ui.setconfig() as hg-ssh does in this patch, or by placing an
hgrc file someplace where Mercurial will read it. mitrandir@fb.com
provided some extra fixes for the dispatch code and for hg-ssh in
places that I overlooked."
2017-04-19 22:54:32 +00:00
espie
ce65716310 varargs is dead, but sorcerer has stdarg support built in, just pass the
magical config switch to have modern code.
2017-04-19 15:34:15 +00:00
edd
64ebdb1703 Update devel/py-texsycthe to 0.3 in preparation for TeX Live 2016.
OK sthen@, thanks.
2017-04-19 13:10:16 +00:00
edd
3cf2c54a56 Link python3 FLAVOR of py-greenlet. 2017-04-19 12:03:47 +00:00
edd
6f4b980c13 devel/py-greenlet: Add python3 FLAVOR.
OK sthen@, thanks.
2017-04-19 12:02:57 +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
ajacoutot
f99415d77d Update to libusb1-1.0.21.
ok mpi@ (maintainer)
2017-04-19 06:09:02 +00:00
bentley
3733d6316e Register jvim removal. 2017-04-19 06:01:36 +00:00
naddy
253265f2f1 update to 2.0.0, which now includes libidn1 compatibility functions 2017-04-18 21:22:57 +00:00
espie
b788534d3d dynamic goto outside of a scope with non trivial destructors is a recipe
for disaster. Can't work even with gcc, caught by clang.

Turns out this is just debugging shitz, not really necessary, just comment
it off (we could rewrite the whole thing to have separate scope or use
new/delete, but what's the point ? mozjs17 is going to die one day anyway)

FreeBSD doesn't see the issue 'cause  they don't enable threads.

okay sthen@
2017-04-18 21:16:08 +00:00