21928 Commits

Author SHA1 Message Date
tb
ffdf54efa4 update to protobuf 3.11.2.
ok sthen
2019-12-16 17:12:23 +00:00
ajacoutot
d4a5897181 FindGTK2: Add harfbuzz to GTK2_INCLUDE_DIRS, from upstream.
Needed after the recent pango update.
2019-12-16 15:52:59 +00:00
ajacoutot
02e2712411 BROKEN after recent pango update.
Not sure I want to fix this, this is super old stuff...
2019-12-16 15:50:08 +00:00
ajacoutot
19e9b21bb4 Major update to pango-1.44.7. 2019-12-16 15:49:03 +00:00
stsp
080789616b update to got-0.23
- prevent status crawl from racing with paths changing in the filesystem
- add -k option to 'got remove' to keep files on disk (Tracey Emery)
- add -R option to 'got remove' for recursive deletion (Tracey Emery)
- add -I option to 'got add' to disregard ignore patterns (Tracey Emery)
- show numeric dates in ISO-8601/xkcd-1179 format in 'tog log' and 'got blame'
2019-12-16 14:15:23 +00:00
sthen
c518cde032 update to re2c-1.3 2019-12-15 23:53:27 +00:00
bcallah
d37d39f228 Update to py-iso3166-1.0.1
Enable tests; work done and upstreamed by pamela@
ok kmos@, who also pointed out how to make the tests actually work
2019-12-15 18:01:01 +00:00
landry
55c939f2b4 Update to cbindgen 0.11.1, required to build m-c since #1602317 2019-12-15 17:05:09 +00:00
ajacoutot
d751a7892e Update to fribidi-1.0.8. 2019-12-14 13:43:09 +00:00
jasper
9871cf9486 update to py-dateutil-2.8.1 2019-12-12 16:21:23 +00:00
fcambus
47236b7cd3 Register p5-Geo-IP removal. 2019-12-12 09:39:25 +00:00
sebastia
42fc5e9111 update 2.2.1 -> 2.2.2 2019-12-12 07:46:51 +00:00
jasper
6011845f4b provide DEBUG_PACKAGES 2019-12-11 21:05:44 +00:00
sthen
c5cface078 update to git-2.24.1, ok kn@
"These releases fix various security flaws, which allowed an attacker
to overwrite arbitrary paths, remotely execute code, and/or overwrite
files in the .git/ directory etc.  See the release notes attached for
the list for their descriptions and CVE identifiers."

https://lwn.net/ml/git/xmqqr21cqcn9.fsf@gitster-ct.c.googlers.com/
2019-12-11 20:06:57 +00:00
sthen
2fb11a9547 update to cvs-fast-export-1.49 2019-12-11 15:02:53 +00:00
semarie
4ef340bb9e devel/cargo module
- uses cargo --offline when building to enforce "no network" at build time.
- properly implement MODCARGO_FEATURES by passing it to all stages (build, test, install)
- add MODCARGO_NO_DEFAULT_FEATURES to permit overriding completely cargo features defined in Cargo.toml

ok sthen@
2019-12-11 12:35:06 +00:00
kmos
b893f6d691 Fix tests by moving to MODPY_PYTEST 2019-12-11 04:11:21 +00:00
sebastia
1856cd1a0d Update 0.11.5 -> 0.11.7
testsuite runs more tests, but the same single test still fails
2019-12-10 22:10:34 +00:00
semarie
be4eadae5e update devel/py-simpleeval to 0.9.10
ok kmos@
2019-12-10 18:44:15 +00:00
semarie
783caff245 update devel/py-stdnum to 1.12
ok kmos@
2019-12-10 18:42:09 +00:00
jasper
7765f3cbf1 provide debug packages 2019-12-10 17:51:17 +00:00
sthen
8c35de9aed update to libcoap-4.2.1 2019-12-10 16:47:54 +00:00
ajacoutot
86d98768ad Tweak previous (DEBUG_PACKAGES).
from espie@
2019-12-10 16:45:24 +00:00
sebastia
b7a7cc4d84 Update 1.9.0 -> 1.9.1
major bump of leatherman_execution due to some symbol removed
2019-12-10 07:27:07 +00:00
ajacoutot
ec9819cb49 Update to libvirt-glib-3.0.0. 2019-12-09 17:23:23 +00:00
bket
23edaa3b4f Update to cppunit-1.14.0.
Overview on changes can be found at
https://cgit.freedesktop.org/libreoffice/cppunit/tree/NEWS.

Most of the work has been done by giovanni@. Additional input from
sthen@ and me.

Major of SHARED_LIBS has been bumped as symbols have been removed.
Updated HOMEPAGE and MASTER_SITES.

OK sthen@
2019-12-09 16:10:14 +00:00
kmos
a6eb239def Move tests to MODPY_PYTEST 2019-12-09 16:05:25 +00:00
sthen
8688d0a102 update to py-parsedatetime-2.5 2019-12-09 15:29:23 +00:00
fcambus
49a2f7fbbd Register afm removal. 2019-12-09 08:39:17 +00:00
rsadowski
f54307d562 Bugfix update kdevelop-5.4.5 2019-12-09 07:02:34 +00:00
tb
b101c49c8a Update to protobuf 3.11.1.
ok jca
2019-12-08 18:50:17 +00:00
ajacoutot
9ddd8249f3 Properly cope with DEBUG_PACKAGES.
prodded by espie@
2019-12-08 18:41:44 +00:00
ajacoutot
8945fb778c Update to dtc-1.5.1.
All consumers are happy.

form Brad (maintainer)
2019-12-08 09:55:37 +00:00
ajacoutot
978bebf0d9 Update to libsoup-2.68.3. 2019-12-08 09:05:07 +00:00
sthen
4c6b01ebc1 mark BROKEN-arm, invalid asm 2019-12-06 14:30:39 +00:00
sthen
e506a46e80 Treat DPB_PROPERTIES=parallel as a hint that a port is parallel-safe
for use in regular builds too; if that is present in a port, use
${PARALLEL_MAKE_JOBS} jobs in the build, defaulting to hw.ncpuonline.

Adjust PARALLEL_BUILD=No, this originally seemed intended to be a hint
that a port could NOT handle a parallel build, but current usage is
"don't pass make -jXX because this port has its own way to handle things",
instead change this to a slightly more understandable PARALLEL_MAKE_FLAGS
variable. This defaults to -j${PARALLEL_MAKE_JOBS} but can be reset for
build system requirements as needed (java/libreoffice have their own
mechanism) and is added automatically to MAKE_FLAGS where a build uses
>1 concurrent job.

Based on a diff from / ok espie@ - the default value may want revising
as hw.ncpuonline jobs will be too many in some cases (e.g. machines with
many cores or low RAM), but committing at this stage to avoid further
out-of-tree bikeshedding. If you need to restrict to a lower number of
jobs, set e.g. PARALLEL_MAKE_JOBS=2 in /etc/mk.conf, and please provide
feedback.
2019-12-05 21:18:08 +00:00
jca
cdcba0f6b5 Drop powerpc-specific patch now that llvm provides all backends on powerpc
from Brad, ok jsg@ (maintainer)
2019-12-05 15:51:55 +00:00
jca
3eaafeecdd Build all targets on powerpc
Supposedly ld -relax fixes the relocation overflow problems.
Diff from Brad tested by cwen@
2019-12-05 15:24:58 +00:00
kmos
f59e25b055 Fix typo in my email address for MAINTAINER 2019-12-05 05:46:03 +00:00
landry
3e5e31bedc Update to cbindgen 0.11.0. 2019-12-04 11:17:54 +00:00
jca
0624160e38 Update to talloc-2.1.16 2019-12-04 00:15:22 +00:00
pamela
08bec2e322 update to py-test-cov 2.8.1
OK phessler
2019-12-03 16:03:29 +00:00
sthen
2f925921a4 build debug packages for boehm-gc 2019-12-03 16:00:24 +00:00
landry
9f2d145708 Update to nspr 4.24 2019-12-03 15:14:59 +00:00
ajacoutot
bb10e4c399 Update to meson-0.52.1. 2019-12-03 11:15:31 +00:00
bket
5e4cccf6d2 Import devel/py-jaraco-functools
DESCR:
Additional functools in the spirit of stdlib's functools.

Port includes feedback from pamela@. Thank you!

OK pamela@
2019-12-03 04:30:25 +00:00
kmos
7b30db1240 Update devel/py-mock 2.0.0 -> 3.0.5
Bring this port up to date. Drop py-pbr as BUILD_DEPENDS (sthen pointed
out it is no longer used).

Took MAINTAINER while here

ok sthen
2019-12-02 22:47:52 +00:00
kmos
d7e9c55ea7 Hook py-characteristic and py-fields up to the build 2019-12-02 22:43:24 +00:00
kmos
30ea932e2e devel/py-fields
Container class boilerplate killer. An alternative to characteristic
and attrs.

Version 5.0.0

ok sthen
2019-12-02 22:41:38 +00:00
kmos
26cdb2438c devel/py-characteristic
characteristic: Python attributes without boilerplate.

characteristic is an MIT-licensed Python package with class decorators
that ease the chores of implementing the most common attribute-related
object protocols.

Version 14.3.0

ok sthen
2019-12-02 22:40:38 +00:00