131811 Commits

Author SHA1 Message Date
landry
27c61e21a3 Update to geos 3.7.0.
Now requires c++11 per https://trac.osgeo.org/geos/wiki/RFC5 so set
COMPILER accordingly.

Built the following consumers on amd64: mapserver, mapcache, qgis, gdal,
libosmium, postgis, and gdal on i386. No fallout.
2018-09-16 16:46:28 +00:00
landry
b649d81240 Update to rust 1.29, from MAINTAINER semarie@ 2018-09-16 16:35:27 +00:00
landry
83aeffddb0 Backport https://hg.mozilla.org/mozilla-central/rev/36f4ba2fb6f5
Fixes the build with upcoming rust 1.29.
with semarie@
2018-09-16 16:32:14 +00:00
bcallah
b32d5056fe +wabt 2018-09-16 13:33:11 +00:00
bcallah
caf390b47d Import lang/wabt, the WebAssembly binary toolkit.
Joint work from rapha@ and Fabian Raetz, with Fabian taking MAINTAINER --
thanks!
ok rsadowski@

WABT (we pronounce it "wabbit") is a suite of tools for WebAssembly,
including:

wat2wasm:
   translate from WebAssembly text format to the WebAssembly binary format

wasm2wat:
   the inverse of wat2wasm, translate from the binary format back to the
   text format (also known as a .wat)

wasm-objdump:
   print information about a wasm binary. Similiar to objdump.

wasm-interp:
   decode and run a WebAssembly binary file using a stack-based interpreter

wat-desugar:
   parse .wat text form as supported by the spec interpreter
   (s-expressions, flat syntax, or mixed) and print "canonical" flat format

wasm2c:
   convert a WebAssembly binary file to a C source and header
2018-09-16 13:32:32 +00:00
robert
8b17094225 enable the new chromium UI on openbsd as well 2018-09-16 11:08:34 +00:00
bket
ee91fb9562 Remove MODPY_FLAVOR from deps.
Adding MODPY_FLAVOR to deps should only be done when we have python3 as
possible FLAVOR. Noted by aja@.
2018-09-16 09:10:44 +00:00
ajacoutot
565fa572d7 Update to link-grammar-5.5.1. 2018-09-16 06:56:05 +00:00
ajacoutot
1cc0814688 No need to set DISTFILE.
Set MODJAVA_VER=1.8+
2018-09-16 06:55:36 +00:00
ajacoutot
be0bbc0221 Update to x264-20180908.
This update enables 10-bit depth support.

from Brad (maintainer)
2018-09-16 06:37:15 +00:00
ajacoutot
482ca16c44 Fix --exclude-libs option.
from Brad (maintainer)
2018-09-16 06:09:16 +00:00
ajacoutot
83158bd42d Add some build fixes for ARM.
from Brad
2018-09-16 06:08:04 +00:00
ajacoutot
c90a00663e x264: drop <148 build support and fix 10bit support
from upstream via Brad (maintainer)
2018-09-16 06:05:00 +00:00
bket
0574a2fabf Let git-cola use qtpy from ports instead of bundled version.
Per kn@'s advice add ${MODPY_FLAVOR} to deps having py flavors. Take
MAINTAINER.

OK kn@
2018-09-16 04:55:44 +00:00
naddy
f7a37e95f7 For modern compilers, don't redefine nullptr to 0. It causes havoc
deep in the C++ standard library header files.  Patch taken from an
intermediate upstream version.
2018-09-15 23:12:23 +00:00
bcallah
4930f07f38 Update bzflag to 2.4.14
From Charlene Wendling
While here, update license marker and COMPILER comment.
2018-09-15 19:26:50 +00:00
bcallah
f5cc4f59dd Upstream rolled their own tarball; use that instead of the GitHub autogen'd
stuff.
From MAINTAINER
2018-09-15 18:54:54 +00:00
bcallah
c34b46a992 +gpc 2018-09-15 18:03:49 +00:00
bcallah
c152c52d70 Import lang/gpc, the GNU Pascal Compiler.
ok daniel@

GNU Pascal (GPC) is a Pascal compiler built on top of GCC. GNU Pascal is
ISO 7185 compatible, and implements most of the ISO 10206 Extended
Pascal standard. GPC also supports Borland Pascal 7.0 and parts of
Borland Delphi, Mac Pascal, and Pascal-SC (PXSC).
2018-09-15 18:03:31 +00:00
visa
a64f6f94e0 Fix a cyclic dependency. The devel/llvm port depends indirectly on
archivers/zstd (devel/llvm -> devel/cmake -> archivers/libarchive ->
archivers/zstd), so ports-clang should not be used in zstd's COMPILER.
Otherwise, zstd build is blocked if clang is not readily available,
as is the case with bulk builds on gcc architectures.

The dependency archivers/libarchive -> archivers/zstd was added
recently.

OK bket@ sthen@
2018-09-15 17:38:16 +00:00
rsadowski
1f20ce6ec1 Unbreak lxqt/about build
Fix by Elias M. Mariani (mainatiner), Spotted by ajacoutot@
2018-09-15 16:53:52 +00:00
rsadowski
9b0a665746 fix SHARED_LIB setup
Initial diff and test by Fabian Raetz <fabian D-O-T raetz A-T gmail D-O-T com>
with advanced fixes by me.
2018-09-15 13:27:29 +00:00
edd
737e413589 Link devel/pasmo. 2018-09-15 13:17:31 +00:00
edd
5a20e89106 Import devel/pasmo.
---8<---
Pasmo is a Z80 cross assembler, written in standard C++ that compiles easily
in multiple platforms. It can generate object code in the following formats:
raw binary, Intel HEX, PRL for CP/M Plus RSX, Plus3Dos (Spectrum +3 disk),
TAP, TZX and CDT (Spectrum and Amstrad CPC emulators tape images), AmsDos
(Amstrad CPC disk) and MSX (for use with BLOAD from disk in Basic).
--->8---

OK benoit@, thanks!
2018-09-15 13:16:01 +00:00
espie
d580978295 oopsie, fixed for real 2018-09-15 12:01:59 +00:00
espie
1ef5deb063 forgotten add 2018-09-15 10:09:10 +00:00
ajacoutot
e5afb12363 Update to awscli-1.16.14. 2018-09-15 09:59:45 +00:00
ajacoutot
0adf0fedc8 Update to py-botocore-1.12.4. 2018-09-15 09:59:34 +00:00
ajacoutot
4de0bf452b Update to py-boto3-1.9.4. 2018-09-15 09:45:15 +00:00
ajacoutot
6ede500ce1 First step to getting the old FFmpeg code in gst-ffmpeg building on Clang
on ARM.
Backport a diff to deal with Clang's assembler.

from Brad
2018-09-15 08:08:09 +00:00
ajacoutot
76fb5f19ac Set ONLY_FOR_ARCHS=amd64.
Doesn't build on i386 and I don't think we care for AWS.

reported by sthen@
2018-09-15 08:05:47 +00:00
ajacoutot
9acb5fbbef Update to sysclean-2.7.
changelog: https://github.com/semarie/sysclean/releases/tag/2.7

from semarie (maintainer)
2018-09-15 08:00:06 +00:00
ajacoutot
0bde2ea4a2 Update to terraform-provider-alicloud-1.14.0. 2018-09-15 07:40:31 +00:00
ajacoutot
65a1246b08 Update to vault-0.11.1. 2018-09-15 07:26:43 +00:00
ajacoutot
ee39521e26 Update to consul-1.2.3. 2018-09-15 07:13:37 +00:00
ajacoutot
e0e9785a62 Update to packer-1.3.1. 2018-09-15 07:13:26 +00:00
ajacoutot
2f6aef29b5 Update to terraform-provider-vault-1.1.2. 2018-09-15 07:00:09 +00:00
landry
34aa88d37d Update to s-nail 14.9.11, from Steffen Nurpmeso.
Maintainer timeout.
2018-09-14 17:52:08 +00:00
sthen
9e8c5f919b update to xca-2.1.1 2018-09-14 16:02:37 +00:00
sthen
9dc2159d75 update to php-5.6.38 2018-09-14 15:58:48 +00:00
rsadowski
f4eaad62a7 Update homebank-5.2
WANTLIB tweak and ok pea@
2018-09-14 15:45:35 +00:00
rsadowski
d9a36210cb +lxqt 2018-09-14 15:24:48 +00:00
rsadowski
64530fea20 Import meta package for lxqt 2018-09-14 15:22:33 +00:00
rsadowski
65636ed287 Import lxqt 0.13.0
LXQt is a lightweight desktop environment based on Qt5.

LXQt is split into the following packages:

- libqtxdg:
qt implementation of freedesktop.org xdg specs

- build-tools:
various packaging tools and scripts for LXQt applications

- libsysstat:
library used to query system info and statistics

- libfm-qt:
qt binding for libfm

- pcmanfm-qt:
file manager and desktop icon manager

- liblxqt:
core utility library for all LXQt components

- about:
information about LXQt and the system its running on

- config:
tools to configure LXQt and the underlying operating system

- globalkeys:
daemon used to register global keyboard shortcuts

- notificationd:
notification daemon for LXQt

- openssh-askpass:
query passwords on behalf of ssh agents

- panel:
desktop panel for LXQt

- policykit:
policy kit agent for LXQt

- powermanagement:
power management module for LXQt

- qtplugin:
qt platform integration plugin for LXQt

- runner:
launch programs quickly by typing their names

- session:
session manager for LXQt

- sudo:
frontend for sudo

- themes:
themes, graphics and icons for LXQt

- lximage-qt:
image viewer and screenshot tool for LXQt

- compton-conf:
configuration tool for compton X composite manager

- obconf-qt:
configuration editor for openbox window manager

- pavucontrol-qt:
pulseaudio mixer in qt

- qterminal:
lightweight Qt terminal emulator based on QTermWidget

- qtermwidget:
the terminal widget for QTerminal

- screengrab:
tool for fast making screenshots

Port made by Elias M. Mariani (maintainer).

Feedback, review, test, help by sthen@, jca@, tfrohwein@. landry@, me and
others.

ok landry@
2018-09-14 15:17:26 +00:00
robert
89a6a4c27d fix the swiftshader PKG_ARG on aarch64 2018-09-14 14:56:18 +00:00
espie
110103a85a stop adding kde5 tools without checking for conflicts, please... 2018-09-14 11:37:30 +00:00
espie
65e2763682 zap debug message 2018-09-14 11:36:07 +00:00
rsadowski
e9cc8d3589 Update font-awesome-5.3.1 2018-09-14 11:32:11 +00:00
sthen
39d2d3a91b update to vim-8.1.0388
- remove bogus "CFLAGS/LDFLAGS=-pthread" setting for the gtk flavour
(very old - probably a remnant of uthread and not needed any more),
it was done as an override rather than addition, so the wanted CFLAGS
were not used for gtk builds.

- don't strip if this is a DEBUG build.
2018-09-14 09:11:41 +00:00
sthen
2925b32bff +py-pandas 2018-09-14 08:10:14 +00:00