Commit graph

481696 commits

Author SHA1 Message Date
Piotr Kubaj
4af00fce4c science/libkml: fix build with GCC architectures
Typedef redefinitions were introduced in C11.

Approved by:	mentors (implicit approval)
2019-08-01 21:24:41 +00:00
Rene Ladan
45779b3912 Remove expired port:
2019-08-01 emulators/pearpc: Abandonware
2019-08-01 21:05:34 +00:00
Tobias Kortkamp
07466ab2eb ports-mgmt/portfmt: Update to latest commit 2019-08-01 20:10:10 +00:00
Niclas Zeising
4dc3180620 graphics/drm-legacy-kmod: Update snapshot
Update snapshot, fix build on latest current

MFH:		2019Q3 (implicit, drm-drivers blanket)
Sponsored by:	B3 Init
2019-08-01 20:07:19 +00:00
Piotr Kubaj
696b6effde lang/ocaml: fix build on armv7
armv7 requires -Wl,-znotext in LDFLAGS (same as i386), added definition for triple target and include term.h in the test for tgetent.

PR:		239157
Approved by:	michipili@gmail.com (maintainer timeout), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D21085
2019-08-01 19:30:38 +00:00
Piotr Kubaj
1c6dc24559 graphics/gsculpt: fix build on GCC architectures
Since this port links to Boost, it needs C++11 compiler.

Use switch_ppc_unix.h on FreeBSD, instead of only on Linux.

Approved by:	linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21082
2019-08-01 19:26:17 +00:00
Piotr Kubaj
a9e5ffdac8 audio/bsequencer-lv2: fix build with GCC architectures
C++11 compiler is required:
cc1plus: error: unrecognized command line option "-std=c++11"

include sys/types.h is required by GCC for uint in src/BWidgets/ChoiceBox.cpp, src/BWidgets/ImageIcon.cpp and src/BWidgets/ListBox.cpp.

PR:		239440
Approved by:	linimon (mentor), yuri (maintainer)
Differential Revision:	https://reviews.freebsd.org/D21066
2019-08-01 19:21:09 +00:00
Piotr Kubaj
89d09c3e09 emulators/mame: fix build on powerpc64
powerpc64 requires the same Makefile fix as amd64.

Additionally, 684f7ec5d6 is necessary.

Approved by:	linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21055
2019-08-01 19:17:57 +00:00
Piotr Kubaj
7babc4e7e4 devel/crc32c: fix build on big-endian architectures
C++11 compiler is needed:

Target "crc32c" requires the language dialect "CXX11" , but CMake does not
know the compile flags to use to enable it.

Additionally, big-endian code in src/crc32c_read_le.h needs fixing - the value is 64 bits wide, not 32 bits.

PR:		239420
Approved by:	amzo1337@gmail.com (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D21054
2019-08-01 19:12:17 +00:00
Muhammad Moinur Rahman
1cb5fc573d databases/py-mysql-connector-python: Update version 8.0.16=>8.0.17 2019-08-01 19:11:59 +00:00
Piotr Kubaj
9c809d2015 graphics/blender: fix build on GCC architectures
Error:
/wrkdirs/usr/ports/graphics/blender/work/blender-2.79b/source/blender/blenlib/intern/math_base.c: In function 'double_round':
/wrkdirs/usr/ports/graphics/blender/work/blender-2.79b/source/blender/blenlib/intern/math_base.c:59:17: error: conversion from 'double' to 'float' may change value [-Werror=float-conversion]

if (!isfinite(y))

Fix by adding -Wno-float-conversion.

Also add USES=gl gnome sdl.

PR:		239331
Approved by:	FreeBSD@ShaneWare.Biz (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D21022
2019-08-01 19:07:43 +00:00
Piotr Kubaj
2e2e331074 lang/ghc: fix build on powerpc64 elfv1
Dtrace doesn't seem to work on elfv1 powerpc64 (at least on 12.0-RELEASE).

Also properly detect when running on elfv1 and elfv2.

PR:		239193
Approved by:	arrowd (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D20995
2019-08-01 18:58:14 +00:00
Piotr Kubaj
8e3c89167c math/g2o: fix build on non-x86 architectures
This port seems to enable all SSE* CPU features even outside of x86 platforms. Disable that to fix build.

Also add USES=compiler:c++11-lang, the port needs C++11 and add USES=gl.

PR:		238895
Approved by:	yuri (maintainer timeout), linimon (mentor)
Differential Revision:	https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238895
2019-08-01 18:56:20 +00:00
Piotr Kubaj
80781926e0 games/openrct2: change maintainer address, use WRKSRC_title_sequences and WRKSRC_objects
Approved by:	linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D20937
2019-08-01 18:51:50 +00:00
Dmitry Marakasov
1d72abe9be - Update to 1.1.1
PR:		236592
2019-08-01 18:35:38 +00:00
Guido Falsi
e3a14c071f Update midori to 9.0 2019-08-01 18:04:09 +00:00
Guido Falsi
2b6f7a3b0e Update py-html5-parser to 0.4.8 2019-08-01 18:00:15 +00:00
Sunpoet Po-Chuan Hsieh
45be39a412 Add py-dj22-swapper 1.1.1 (copied from py-swapper) 2019-08-01 16:39:45 +00:00
Sunpoet Po-Chuan Hsieh
81a0fba89b Update to 6.8
Changes:	https://github.com/alberanid/imdbpy/blob/master/CHANGELOG.txt
2019-08-01 16:18:16 +00:00
Sunpoet Po-Chuan Hsieh
2d01a45042 Update to 0.6.5
Changes:	https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst
		https://github.com/Nuitka/Nuitka/blob/develop/debian/changelog
2019-08-01 16:18:11 +00:00
Sunpoet Po-Chuan Hsieh
6aedb5c964 Update to 7.7.0
Changes:	https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
		https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
2019-08-01 16:18:06 +00:00
Sunpoet Po-Chuan Hsieh
85afc0ecbf Update to 1.272
Changes:	https://metacpan.org/changes/distribution/HTML-SimpleLinkExtor
2019-08-01 16:18:00 +00:00
Sunpoet Po-Chuan Hsieh
dd0ac20d01 Update to 0.30.8
Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
2019-08-01 16:17:55 +00:00
Sunpoet Po-Chuan Hsieh
02581a41fe Update to 2.11.324
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-08-01 16:17:49 +00:00
Sunpoet Po-Chuan Hsieh
43d07a30ad Update to 2.11.324
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-08-01 16:17:44 +00:00
Sunpoet Po-Chuan Hsieh
079f27b5dd Update to 2.11.324
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-08-01 16:17:38 +00:00
Sunpoet Po-Chuan Hsieh
41d78cf497 Update to 0.12.5
Changes:	https://www.starlette.io/release-notes/
		https://github.com/encode/starlette/commits/master
2019-08-01 16:17:33 +00:00
Sunpoet Po-Chuan Hsieh
90f3492096 Update to 3.10.2
Changes:	https://github.com/encode/django-rest-framework/releases
		https://www.django-rest-framework.org/community/release-notes/
2019-08-01 16:17:28 +00:00
Sunpoet Po-Chuan Hsieh
4f7f5c2728 Update to 0.9.0
Changes:	https://hg.tryton.org/relatorio/file/tip/CHANGES
2019-08-01 16:17:23 +00:00
Sunpoet Po-Chuan Hsieh
a4cd9a9206 Update to 0.6.9
Changes:	https://github.com/Azure/msrest-for-python/releases
2019-08-01 16:17:18 +00:00
Sunpoet Po-Chuan Hsieh
a0cd35f41a Update to 0.14.0
Changes:	https://github.com/openai/gym/blob/master/README.rst#whats-new
2019-08-01 16:17:12 +00:00
Sunpoet Po-Chuan Hsieh
1cc71430e7 Update to 4.0.0
Changes:	https://github.com/jazzband/pip-tools/releases
2019-08-01 16:17:07 +00:00
Sunpoet Po-Chuan Hsieh
bcb67a0b7e Update to 19.1
Changes:	https://github.com/pypa/packaging/blob/master/CHANGELOG.rst
2019-08-01 16:17:02 +00:00
Sunpoet Po-Chuan Hsieh
823ad7b374 Update to 1.1.114
Changes:	https://github.com/TAXIIProject/libtaxii/releases
2019-08-01 16:16:56 +00:00
Sunpoet Po-Chuan Hsieh
86f669cecb Update to 0.7.2
Changes:	https://github.com/lark-parser/lark/releases
2019-08-01 16:16:51 +00:00
Sunpoet Po-Chuan Hsieh
e204c64e89 Update to 1.0.4
Changes:	https://github.com/jupyterlab/jupyterlab/commits/master
2019-08-01 16:16:46 +00:00
Sunpoet Po-Chuan Hsieh
9c1bef364c Update to 0.12.2
Changes:	https://github.com/gotcha/ipdb/blob/master/HISTORY.txt
2019-08-01 16:16:40 +00:00
Sunpoet Po-Chuan Hsieh
a93eed979f Update to 4.32.1
Changes:	https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst
2019-08-01 16:16:35 +00:00
Sunpoet Po-Chuan Hsieh
4846ae136e Update to 0.27.1
Changes:	https://github.com/DataDog/dd-trace-py/releases
2019-08-01 16:16:29 +00:00
Sunpoet Po-Chuan Hsieh
9d0399b0ee Update to 0.14.4
Changes:	https://github.com/crsmithdev/arrow/releases
		https://github.com/crsmithdev/arrow/blob/master/HISTORY.md
2019-08-01 16:16:23 +00:00
Sunpoet Po-Chuan Hsieh
a8bf78da81 Update to 0.030
Changes:	https://metacpan.org/changes/distribution/Term-App-Roles
2019-08-01 16:16:18 +00:00
Sunpoet Po-Chuan Hsieh
a39f401d48 Update to 1.08
- Update PAL to v0.9.9 and ERFA to v1.5.0
- Add support for palAltaz, palDcmpf, palEcleq, palFitxy, palInvf, palPcd,
  palPolmo, palPxy, palUnpcd and palXy2xy.
2019-08-01 16:16:12 +00:00
Sunpoet Po-Chuan Hsieh
49b7cbc7d0 Update to 34.1.1
Changes:	https://github.com/luaposix/luaposix/releases
2019-08-01 16:16:07 +00:00
Sunpoet Po-Chuan Hsieh
d1135424fc Update to 1.4.12
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.12
2019-08-01 16:16:01 +00:00
Sunpoet Po-Chuan Hsieh
a0936bd297 Update to 1.4.12
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.12
2019-08-01 16:15:56 +00:00
Sunpoet Po-Chuan Hsieh
55b9771309 Update to 1.4.12
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.12
2019-08-01 16:15:51 +00:00
Sunpoet Po-Chuan Hsieh
65bb157407 Update to 1.4.12
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.12
2019-08-01 16:15:46 +00:00
Sunpoet Po-Chuan Hsieh
be053523dc Update to 1.4.12
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.12
2019-08-01 16:15:40 +00:00
Sunpoet Po-Chuan Hsieh
830b471a27 Update to 1.4.12
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.12
2019-08-01 16:15:35 +00:00
Sunpoet Po-Chuan Hsieh
cf8e25da1c Update to 1.4.12.0
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.12
2019-08-01 16:15:30 +00:00