20631 Commits

Author SHA1 Message Date
chrisz
b825fb10af Disable devel/{cudf,omake,ounit,ocaml-{cmdliner,cppo,dose,extlib,jsonm,re}}.
They were only required by sysutils/opam, which is now shipping with all
required libraries.

ok espie@, "works for me" krw@
2019-03-26 18:10:14 +00:00
sthen
b533aac1e2 +libotf 2019-03-26 16:44:35 +00:00
sthen
6b12eeacba import devel/libotf, from Eric Brown, ok kevlo@
The library "libotf" provides the following facilities:

- Read Open Type Layout Tables from OTF file.  Currently these
  tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.

- Convert a Unicode character sequence to a glyph code sequence by
  using the above tables.

The combination of libotf and the FreeType library (Ver.2) realizes
CTL (complex text layout) by OpenType fonts.
2019-03-26 16:44:12 +00:00
danj
98c29aaaeb Update to py-attrs-18.2.0
From Timo Myyra
2019-03-26 00:57:16 +00:00
kn
0796219cc0 Convert devel/py-test consumers to new MODPY_PYTEST
lang/python/python.port.mk revision 1.102 and 1.103 added
MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the
usual pytest dance.

This removes hand-rolled do-tests from all 70 ports by setting
MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV
as needed.

From Kurt Mosiejczuk <kurt at cranky dot work>, thanks!
OK sthen
2019-03-25 14:29:49 +00:00
ajacoutot
506791710d Add missing functions to version script so they're exported in the
shared library.

from upstream via Brad
2019-03-25 13:28:34 +00:00
jca
7f62e54a59 Remove leftover conflict marker (with riscv-elf-gcc)
Spotted by ajacoutot@
2019-03-25 12:58:45 +00:00
bentley
9b9af7e632 +cudd 2019-03-25 09:34:11 +00:00
bentley
5b9c1cc606 Import cudd-3.0.0.
CUDD (Colorado University Decision Diagram) is a package written in C
for the manipulation of decision diagrams.  It supports binary decision
diagrams (BDDs), algebraic decision diagrams (ADDs), and Zero-Suppressed
BDDs (ZDDs).

From Alessandro De Laurenzis; thanks!

ok sthen@
2019-03-25 09:33:32 +00:00
stsp
35b0796e29 Update my glib2 use-after-free patch to a version which passes
upstream's regression tests.
ok ajacoutot@
2019-03-25 09:18:54 +00:00
ajacoutot
3bee509dcd Update to dtc-1.5.0.
from Brad
2019-03-25 08:10:00 +00:00
bentley
cf05ee17e9 apertium-sv-da -> apertium-swe-dan 2019-03-25 06:13:44 +00:00
sthen
828f08b0e2 sweep all java ports with a couple of adjustments to build/dependency
environment, which will reduce complexity in java.port.mk when jdk 11 is
added. direction agreed with kurt@.

- switch all MODJAVA_VER to at least 1.8 (we don't currently have any
version earlier than this anyway).

- drop MODJAVA_JRERUN, the separate jre package will be going away with
jdk 11.

- bump changed ports
2019-03-24 22:24:12 +00:00
jca
83c7e2b107 DPB_PROPERTIES=parallel not needed
Sneaked in the last OCaml update.  Those ports aren't big nor critical
enough to warrant the use of multiple build slots in regular bulk
builds.
2019-03-23 10:54:59 +00:00
jca
f0a47f266c Use FIX_EXTRACT_PERMISSIONS 2019-03-23 10:31:17 +00:00
jca
7009ecffc7 Also use https for HOMEPAGE 2019-03-23 10:30:02 +00:00
jca
f7dcc361f6 frama-c needs findlib at runtime
from Greg Czerniak
2019-03-23 10:12:53 +00:00
jca
d1ce8a93b7 Split BUILD/RUN_DEPENDS, one per line 2019-03-23 10:11:00 +00:00
stsp
5665f58009 Fix a use-after-free in glib2 which got triggered by gnome-session-binary.
ok ajacoutot@
2019-03-23 08:51:15 +00:00
jsg
07fe514275 Don't specify major version when dlopen()ing the vulkan loader, always
use the latest.  Similiar to the situation with libGL.

ok thfr@
2019-03-23 05:27:32 +00:00
rsadowski
222372dd0d rename digikam (KDE4) to digikam-kde4
Pointer by espie; Thanks!
2019-03-22 22:09:48 +00:00
juanfra
4cd19783d7 Update to mercurial 4.9.1. 2019-03-21 18:32:46 +00:00
kn
c51ac060e1 Update to py-altgraph-0.16.1
From Kurt Mosiejczuk <kurt at cranky dot work>, thanks!
2019-03-20 22:28:30 +00:00
sthen
2cc7871e50 update to cvs-fast-export-1.46 2019-03-20 14:06:21 +00:00
landry
85da13f5d7 Update to shapelib 1.5.0.
Bump major while here, and fix tests.

test-built all consumers, that is:
comms/xastir
geo/gpsbabel
geo/qlandkartegt
geo/viking
graphics/digikam-kde4
x11/kde-applications/libkgeomap
x11/kde-applications/marble
x11/kde4/marble
x11/kde4/plasma-addons
2019-03-19 19:45:08 +00:00
sebastia
46f37edbc0 Update to 1.1.5 2019-03-18 22:35:09 +00:00
jung
d46ee4a564 update to 4.0.3
from Kurt Mosiejczuk
2019-03-18 10:38:40 +00:00
ajacoutot
3115a34e08 Update to glib2mm-2.58.1. 2019-03-18 07:15:51 +00:00
kn
6bc1e05d19 Update to py-coveralls-1.6.0
Upstream dropped py-test-runner build dependency.

From Johan (Maintainer)

HOMEPAGE has TLS.
2019-03-17 20:22:46 +00:00
kn
850267fde0 Avoid compression during fake
No need for compression here as it slows down installation quite noticably.
Use simpler pax(1).

find(1) has -delete, so use that over `xargs rm' while here.

OK rsadowski
2019-03-17 16:11:22 +00:00
kn
a7fc3a09f9 Avoid compression and repeated mode set during fake
No need for compression here as it slows down installation quite noticably.
Use simpler pax(1).

SUBST_PROGRAM already ensure BINMODE, so drop the unneeded chmod(1).

OK rsadowski sthen
2019-03-17 15:56:54 +00:00
jsing
bfc9f3ece7 Update devel/go-tools to a version around the Go 1.12 release.
ok sthen@
2019-03-16 13:42:06 +00:00
jsing
97209f74d1 Update devel/go-sys to a version around the Go 1.12 release.
ok sthen@
2019-03-16 13:38:58 +00:00
ajacoutot
35c23385d4 Register net/py-zeroconf pkgname change. 2019-03-16 08:07:16 +00:00
jeremy
72a0d53a47 cve quirk for ruby 2.4, 2.5, 2.6 2019-03-15 16:51:46 +00:00
rpointel
37b8089d41 update apktool to 2.4.0. 2019-03-15 10:49:42 +00:00
landry
236ce53e75 Update to buildbot/worker 2.1.0.
See https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-1-0-2019-03-09
2019-03-15 07:44:48 +00:00
jca
8ecd4bc39b menhir depends on ocamlfind/findlib at least for --suggest-menhirLib
This unbreaks lang/compcert which is the only devel/ocaml-menhir
consumer in the tree.  Not removing BROKEN in compcert for now.

ok daniel@ (lang/compcert maintainer)
2019-03-14 20:43:50 +00:00
sebastia
afba767c21 Now that new dependency ruby-concurrent-ruby is in the tree, update to
1.6.0

feedback and OK jeremy@
2019-03-14 07:53:42 +00:00
sebastia
a59a91994f hook up ruby-concurrent-ruby 2019-03-14 07:50:55 +00:00
sebastia
10f23d5985 Import concurrent-ruby
it's a new dependency in order to update ruby-i18n

Modern concurrency tools including agents, futures, promises, thread
pools, actors, supervisors, and more. Inspired by Erlang, Clojure, Go,
JavaScript, actors, and classic concurrency patterns.

feedback and OK jeremy@
2019-03-14 07:48:53 +00:00
sebastia
0494fa902c Enable tests in ruby-hoe, now that minitest got updated
Feedback and OK jeremy@
2019-03-14 07:41:04 +00:00
sebastia
90e0b17410 Update ruby-minitest to 5.11.3
Feedback and OK jeremy@
2019-03-14 07:39:59 +00:00
sebastia
cedb6e1206 Update ruby-yajl to 1.4.1
feedback and OK jeremy@
2019-03-14 07:38:48 +00:00
rsadowski
0e3d74508c Solve conflicts between KDE4 baloo and kf5 baloo
Remove org.kde.baloo.file.indexer.xml, which is not needed as we don't have
plasma-desktop,

Spotted by many, last in a bulk from ajacoutot@; Thanks!
2019-03-13 21:28:22 +00:00
ajacoutot
cc78a29884 Set TEST_IS_INTERACTIVE; some tests need root. 2019-03-13 13:57:00 +00:00
sthen
b5128573f2 mark BROKEN-i386
Packing      /usr/obj/ports/frama-c-18.0/frama-c-18.0-Argon/lib/plugins/gui/Eva.cmxs
ld: error: undefined symbol: ml_as_z_pred
>>> referenced by integer.ml:66 (src/libraries/stdlib/integer.ml:66)
>>>               src/kernel_internals/typing/infer_annotations.o:(camlInfer_annotations__make_range_1982)

ld: error: undefined symbol: ml_as_z_pred
>>> referenced by integer.ml:66 (src/libraries/stdlib/integer.ml:66)
>>>               src/kernel_services/analysis/logic_interp.o:(camlLogic_interp__aux_2613)

ld: error: undefined symbol: ml_as_z_pred
>>> referenced by integer.ml:66 (src/libraries/stdlib/integer.ml:66)
>>>               src/kernel_internals/typing/asm_contracts.o:(camlAsm_contracts__access_elts_5367)

ld: error: undefined symbol: ml_as_z_neg
(etc.etc.)
2019-03-13 09:34:42 +00:00
ajacoutot
1c94354211 Add PATCH_STRIP. 2019-03-13 07:55:07 +00:00
bentley
45c6558b64 Register ghostview removal. 2019-03-13 07:15:50 +00:00
ajacoutot
dcd3318cfc Merged upstream. 2019-03-13 07:00:38 +00:00