22753 Commits

Author SHA1 Message Date
sebastia
32a6985202 drop maintainer 2020-05-27 21:48:34 +00:00
sebastia
f78f0824b3 drop maintainer 2020-05-27 21:46:14 +00:00
sebastia
73d3731256 Update 6.0.2.2 -> 6.0.3.1 2020-05-27 21:45:09 +00:00
stsp
80f4f8285a += py3c 2020-05-27 13:44:50 +00:00
stsp
1eb83685d6 import devel/py3c
py3c is a header-only C library which provides a python 2/3 compat layer.

This is required to compile the Python bindings of Subversion 1.14.

with tweaks by jca@, landry@, sthen@
ok jca@ sthen@
2020-05-27 13:43:15 +00:00
paco
a664094aa1 +py-filetype 2020-05-27 13:28:56 +00:00
paco
76d15e56b8 new port devel/py-filetype. Needed to update audio/py-eyed3
Small and dependency free Python package to infer file type and MIME type
checking the magic numbers signature of a file or buffer.

This is a Python port from filetype Go package.

with some suggestions and ok kmos@
2020-05-27 13:27:41 +00:00
paco
dac56e6743 +py-deprecation 2020-05-27 09:51:53 +00:00
paco
bd7389d5da new port devel/py-deprecation needed for the update of audio/py-eyed3.
deprecation is a library that enables automated deprecations. It offers the
deprecated() decorator to wrap functions, providing proper warnings both in
documentation and via Python's warnings system, as well as the
deprecation.fail_if_not_removed() decorator for test methods to ensure that
deprecated code is eventually removed.

ok kmos@
2020-05-27 09:49:13 +00:00
sebastia
7b8af22867 simple update 1.11.0 1.12.0 2020-05-26 21:19:27 +00:00
cwen
52ce2e7372 dyncall: fix the build with clang on powerpc
The assembly code is not compatible with clang's integrated assembler. bcallah@
found out that the code is meant for GNU as(1) and could be rewritten, but
we're going with as(1) for the time being.

OK jca@ and bcallah@
2020-05-26 18:11:16 +00:00
rsadowski
c9a6453eb5 Unbreak creepy KDE4 ports wiht cmake 3.17
x11/kde4 and maybe some other spooky Qt4 ports need the magic behind
Qt4ConfigDependentSettings also for none static libraries.

Spotted by naddy.
2020-05-26 15:15:09 +00:00
rsadowski
24cae81146 Update jenkins-devel to 2.238 2020-05-26 05:39:34 +00:00
rsadowski
ee0da2299c Update catch2 to 2.12.2 2020-05-26 05:32:53 +00:00
naddy
1fe49e073e set the uname_p variable before referencing it and use it consistently
across all archs; ok cwen@ bentley@
2020-05-25 13:56:48 +00:00
bket
82c69c8221 Update to git-cola-3.7
Changes: https://github.com/git-cola/git-cola/blob/v3.7/CHANGES.rst

OK rsadowski@
2020-05-25 13:38:05 +00:00
rsadowski
2ba92dfd06 Update CMake to 3.17.2
- Switch CMake to pyhton3
- Remove all Modules under files. This should no longer be necessary.
- Remove our self hacked MODJAVA* MODLUA* MODPY* MODRUBY* modules.
  - Instead we help the original cmake modules, see cmake.port.mk. That
    saves and all these patches and is in my opinion more correct!
- Fix cmake debug packages:
  - If DEBUG_PACKAGES is set cmake will NOT create a "install strip rule". Idea
    by landry@

This went through a full amd64 bulk build.
2020-05-25 05:12:00 +00:00
ajacoutot
2f70b867f2 Merged upstream. 2020-05-24 16:41:54 +00:00
jsg
d1d6553ad3 clang can't handle sdl2's neon asm so don't try to build it
Fixes build on arm.  Correct ifdef in an unrelated patch while here with
no functional change.

ok thfr@
2020-05-24 03:24:54 +00:00
rsadowski
525147902b Disable find package devel/libinotify
This is only needed for the tests. Remove the ugly CXXOPTS libinotify hack.
2020-05-23 07:41:14 +00:00
rsadowski
a7980ab1aa Unbreak qt-creator, qtwebengine missing in lib depends, spotted by aja
Move qtwebengine form run_* to lib_depends. Sort and also add qtwebchannel
2020-05-22 20:12:11 +00:00
kn
ec86f63bc8 Add CVE quirks for powerdns_recursor, isc-bind, dovecot and tomcat 2020-05-22 11:42:54 +00:00
kn
638a161e5d Update DESCR wrt. pkg_add(1) always installing quirks 2020-05-22 11:27:54 +00:00
rsadowski
6b19589379 Update qt-creator to 4.12.1 2020-05-22 09:56:17 +00:00
asou
b456aa104f Fix Valgrind reports invalid write.
ok jca@
2020-05-22 08:51:24 +00:00
rsadowski
6bebb100b9 Switch from qtwebkit to qtwebengine support in qt-creator 2020-05-22 07:34:00 +00:00
solene
c6e4ecbed7 register net/tircd deletion because it's abandoned upstream 2020-05-21 14:29:02 +00:00
espie
2dda4958c0 forgotten piece of the "no-strip" commit, noticed by aja@
this is actually less tricky: just use the built dwz
2020-05-21 12:38:46 +00:00
sthen
a1e9d1924d update to snare-0.4.0, from maintainer/upstream Laurie Tratt 2020-05-21 10:12:03 +00:00
solene
53ba201daf net/pop3gwd is abandoned upstream 2020-05-21 09:21:46 +00:00
sthen
699b9d3111 Backport --runstatedir from a 2013 commit to autoconf upstream.
https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
talks about this being available in autoconf 2.70, but that version
has not yet been released.

This is useful for people generating distfiles on OpenBSD for software
used on other OS as --runstatedir is wanted for software in some Linux
distributions.

req by claudio@, ok espie@ (maintainer)
2020-05-20 20:05:52 +00:00
ajacoutot
3ad9d63b5a Update to glib2-2.64.3. 2020-05-20 13:17:35 +00:00
jasper
398f0ea151 update to cutter-1.10.3 2020-05-19 19:48:48 +00:00
jasper
97e4cfff6f - update to radare2-4.4.0
- take over maintainership as suggested by edd@

ok edd@ (previous MAINTAINER)
2020-05-19 19:48:01 +00:00
rsadowski
fd66904628 Update jenkins-devel to 2.237 2020-05-19 19:46:09 +00:00
thfr
77196292b7 update to 5.5.0.6382 2020-05-19 19:34:09 +00:00
jeremy
d9392c1793 Remove building of Ruby 2.5 gem ports by default 2020-05-19 15:34:55 +00:00
jca
374ac21a62 Fix build with ld.bfd
ok ajacoutot@ (maintainer) & kmos@ (successful tests)
2020-05-19 15:17:39 +00:00
jca
b569be790c Partial sync with base-clang 2020-05-19 10:05:47 +00:00
ajacoutot
bd644ef4f9 Bring executable memory limit patch from firefox.
ok jasper@ (maintainer)
2020-05-19 07:22:55 +00:00
sthen
a336173ba0 NO_TEST=Yes
*** Parse error in /usr/ports/devel/rttr: Poisoned variable NO_TESTS is already set
2020-05-19 00:17:08 +00:00
cwen
17f3a7653c llvm: add powerpc improvements from base clang:
- fix small pic for secure-plt mode (from kettenis@)
- modify LLVM's DAGCombiner to skip an optimization if it
  would make an illegal ISD::ADDE node, fixing a fatal backend error
  (from gkoehler@ with help from mortimer@)

OK jca@ (maintainer)
2020-05-18 22:28:22 +00:00
tracey
92ace9495c Update arduino-esp8266 to 2.7.1.
Ok jca@
2020-05-18 22:14:04 +00:00
tracey
c3a6a0be27 Update makeesparduino to 5.0.2.
ok jca@
2020-05-18 22:11:43 +00:00
tracey
1c9e1b1cc4 Update avrdude to 6.3.
Testing Andrea Fleckens (Thanks!)
Tweaks jca@
Ok sthen@
2020-05-18 18:36:18 +00:00
juanfra
5247c5ec8d Missing dep for the new git extension. 2020-05-18 16:46:10 +00:00
cwen
e1b72abf73 tbb: update to 2020.2, remove upstreamed patches
Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.2/CHANGES

HOMEPAGE tweak and OK bentley@
2020-05-18 16:42:20 +00:00
kn
c19b633064 {py => py3}-dulwich 2020-05-18 16:06:20 +00:00
ajacoutot
8e114a93a6 'py-cups' => 'py3-cups', 2020-05-18 15:48:06 +00:00
espie
d003618219 +rttr 2020-05-18 12:29:17 +00:00