Commit Graph

469908 Commits

Author SHA1 Message Date
Mark Linimon
207bcd6a25 Will not (currently) build on powerpc64. 2019-03-10 03:08:14 +00:00
Mark Linimon
a3ef597689 Mark as NOT_FOR powerpc*.
Approved by:	portmgr (tier-2 blanket)
2019-03-10 03:03:55 +00:00
Craig Leres
40a3fce1ab Rename to py-snmpclitools (per upstream) and upgrade to 0.6.1.
Enable concurrent installation (USE_PYTHON=concurrent).

PR:		235772
Submitted by:	John W. O'Brien
Reviewed by:	ler (mentor)
Approved by:	mhjacks@swbell.net (maintainer), ler (mentor)
Differential Revision:	https://reviews.freebsd.org/D19526
2019-03-10 01:38:10 +00:00
Stephen Montgomery-Smith
93c37d228f - Update devel/gdcm to 2.8.9.
- Bump portrevision for dependent ports.
2019-03-10 00:48:01 +00:00
Cy Schubert
40f69f5c67 Remove an ancient comment. It is irrelevant today. 2019-03-09 23:31:46 +00:00
Cy Schubert
afbb2bad22 Pet portlint.
Reported by:	linimon@
2019-03-09 23:30:58 +00:00
Yuri Victorovich
8cc0cedbc9 science/massxpert: Update 3.4.0 -> 3.6.1
This software seems to be abandoned by its upstream, and rescued by the Debian team.
I've set its source to Debian's GitLab server, where they source it from now.

Port changes:
* 3.6.1 is Qt5-based: remove the DEPRECATED lines
* USE_GCC seems to be needed due to clang error messages
* MAKE_JOBS_UNSAFE isn't needed
2019-03-09 23:23:33 +00:00
Sergey A. Osokin
275fb0d377 Update from 1.7.1 to 1.8.0.
<ChangeLog>

*) Change: now three numbers are always used for versioning: major,
   minor, and patch versions.

*) Change: now QUERY_STRING is always defined even if the request does
   not include the query component.

*) Feature: basic internal request routing by Host, URI, and method.

*) Feature: experimental support for Java Servlet Containers.

*) Bugfix: segmentation fault might have occurred in the router process.

*) Bugfix: various potential memory leaks.

*) Bugfix: TLS connections might have stalled.

*) Bugfix: some Perl applications might have failed to send the response
   body.

*) Bugfix: some compilers with specific flags might have produced
   non-functioning builds; the bug had appeared in 1.5.

*) Bugfix: Node.js package had wrong version number when installed from
   sources.

</ChangeLog>
2019-03-09 22:53:28 +00:00
Adriaan de Groot
e9c3a8b02e Turn on RAR option by default only on x86 in archivers/ark.
This makes it possible to build on non-x86 with default options. Support
for rar archives is via external executables, so there is no change in the
port's compiled artifacts.

Thanks linimon@ for the functional part of the change. While here,
polish up descriptions and links and bits and bobs.

PR:		236240
Submitted by:	linimon
2019-03-09 22:46:55 +00:00
Sergey A. Osokin
141af921f9 Update from 1.2.0 to 1.3.0. 2019-03-09 22:42:10 +00:00
Romain Tartière
87c4dcccd3 Update to 1.3.1
With hat:	puppet
2019-03-09 22:39:09 +00:00
Yuri Victorovich
063f9142be audio/avldrums-lv2: Update 0.3.3 -> 0.3.4
Reported by:	portscout
2019-03-09 22:20:31 +00:00
Yuri Victorovich
be51be1803 devel/radian: Update 0.3.2 -> 0.3.3
Reported by:	portscout
2019-03-09 21:47:52 +00:00
Tobias C. Berner
49428be3ab graphics/krita: unbreak after r495204
- When not using ninja to build krita, we need to switch to gmake.
2019-03-09 21:42:49 +00:00
Yuri Victorovich
b08c00477c math/py-cvxpy: Update 1.0.19 -> 1.0.21
Reported by:	portscout
2019-03-09 21:34:27 +00:00
Tobias C. Berner
e9abcaf6d3 graphics/krita: disable the ninja generator
- with ninja 1.9 duplicate targets are errors [1]

[1] 42eefc854b

PR:		235507
2019-03-09 21:11:46 +00:00
Michael Reifenberger
541d9ddc2e Update to the 2019.03.03 pre-release and switch to QT5 so that the port doesn't get deleted
during QT4 wipeout.
2019-03-09 21:11:35 +00:00
Tobias C. Berner
f5dc7bcec7 comms/svxlink: disable the ninja generator
- with ninja 1.9 duplicate targets are errors [1]

[1] 42eefc854b

PR:		235507
2019-03-09 21:05:22 +00:00
Tobias C. Berner
4128b9bc87 games/flightgear: disable the ninja generator
- with ninja 1.9 duplicate targets are errors [1]
- disable ninja until the issue [2] is fixed upstream.

[1] 42eefc854b
[2] https://sourceforge.net/p/flightgear/codetickets/2118/

PR:		235507
2019-03-09 21:03:16 +00:00
Christoph Moench-Tegeder
4f0e6046ce wxgtk30: fix format strings for printing kevent data
WxWidgets can watch for filesystem changes via kevent(2). To aid debugging,
incoming events are passed to a logging function (log level TRACE, which
will be discarded unless explicitely enabled). The format strings used
here did not match FreeBSD's struct kevent, and this mismatch triggered
an assertion inside wx. (The assertion message was
  ./include/wx/strvararg.h(456): assert
    "(argtype & (wxFormatStringSpecifier<T>::value)) == argtype" failed
    in wxArgNormalizer(): format specifier doesn't match argument type
for your search engine's reference). (Observed e.g. in cad/kicad when
(auto-)saving a project, where the assertion failure was passed as an
error dialog to the GUI - having this pop up when saving your work does
not instill confidence).
This patch uses the format specifiers from inttypes.h and accounts for
the changes to struct kevent between FreeBSD 11 and 12.
NB: wxgtk31 has similar code in the same place, with some improvements,
but IMO the fix is incomplete (it doesn't account for 11 vs 12). Maintainer
will be notified.
2019-03-09 21:00:40 +00:00
Yuri Victorovich
698ee5b4d0 multimedia/obs-studio: Update 23.0.1 -> 23.0.2
Reported by:	portscout
2019-03-09 19:30:17 +00:00
Raphael Kubo da Costa
532ae65d80 Backport patch to fix creation of .tar archives when ZTD support is enabled.
As the patch says, when ZSTD support is present creating a regular .tar archive
will end up creating a zstd file instead. In my tests, this prevented
adding/remove entries from the archive at all.

MFH:		2019Q1
2019-03-09 19:23:05 +00:00
Tobias C. Berner
70e77c11d3 misc/artikulate: remove unnecessary dependency on obsolete multimedia/gstreamer1-qt5 2019-03-09 19:16:34 +00:00
Emanuel Haupt
10c8fb14c9 Fix MASTER_SITES, url redirects to HTTPS. 2019-03-09 19:16:29 +00:00
Emanuel Haupt
09b6c897e2 Update to 2.3d.r165 2019-03-09 19:06:15 +00:00
Bryan Drewery
4116991e7f - Update to 3.3.0-59-g6e1132813
- poudriere: Only pass MAKEOBJDIRPREFIX to 'jail'
 - Document environment fully for poudriere/-jail/-ports.
 - Revert progress indicator
 - poudriere: Fix all environment to be space/quote safe.
 - jail/ports -l: Avoid printing empty columns/trailing whitespace.
 - jail -c -m null/tar/src: Again require -v if newvers.sh is not readable.
 - Show proper errors for missing jail metadata.
 - poudriere-jail.8: jail -m null does NOT null-mount during build.
 - jail -c: Defer pwd_mkdb until bulk's jail_start() call.
 - jail -cu: Stop modifying /etc/login.conf in the jail.
 - Slightly speedup MOVED parsing
2019-03-09 18:51:49 +00:00
Kai Knoblich
c96770926b editors/focuswriter: Update to 1.7.2
Changelog:

* FIXED: Minimum sizes for page counts were too high.
* FIXED: Window icon didn't work in Wayland.
* Require Qt 5.9.
* Improved loading locales.
* Translation updates: Friulian, Korean.

https://github.com/gottcode/focuswriter/blob/v1.7.2/ChangeLog

PR:		236395
Submitted by:	lightside <lightside@gmx.com> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D19520
2019-03-09 18:42:50 +00:00
Bryan Drewery
f4320c83f5 Respect UID_FILES.
Reported by:	dvl
Tested by:	dvl
Approved by:	portmgr (implicit)
2019-03-09 18:38:18 +00:00
Kai Knoblich
713088fefa deskutils/freeplane: Update to 1.7.6
Changelog:

* Bugfix release

https://github.com/freeplane/freeplane/compare/release-1.7.5...release-1.7.6

PR:		236296
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D19519
2019-03-09 18:35:59 +00:00
Mark Felder
b637fe7e2b net-mgmt/rancid3: Update to 3.9
Changelog:	http://www.shrubbery.net/rancid/CHANGES

PR:		235875
2019-03-09 18:34:32 +00:00
Kai Knoblich
ff1f20543f databases/py-pglast: Update to 1.2
Changelog:

* Implement new split() function
* Implement BooleanTest printer

https://github.com/lelit/pglast/blob/v1.2/CHANGES.rst

PR:		236338
Submitted by:	Jaroslaw Zurek <j.zurek@fudosecurity.com>
Approved by:	tcberner (mentor), maintainer
Differential Revision:	https://reviews.freebsd.org/D19522
2019-03-09 18:23:45 +00:00
Guido Falsi
172babd4fa Update calibre to 3.40.1 2019-03-09 18:23:15 +00:00
Mark Felder
5d306ca36e net-mgmt/unifi-lts: Fix support for Mongo 3.6+
Ubiquiti still hasn't fixed UniFi-LTS after this was reported ages ago, so
I guess every OS will have to fix this manually.

Reported by:	many
MFH:		2019Q1
2019-03-09 18:12:18 +00:00
Mikolaj Golub
a6d82dfcd5 update to 3.7.0 2019-03-09 18:02:47 +00:00
Fernando Apesteguía
c428ed3df6 [new port]: games/colobot: educational real-time strategy video game featuring 3D graphics
The objective of the game is to find a planet for colonization by the human race
by establishing a basic infrastructure on the surface and eliminating any alien
life forms endangering the expedition

You can program your units (bots) in a language called CBOT, which is
similar to C++ and Java.

Reviewed by:	tcberner
Differential Revision:  https://reviews.freebsd.org/D19481
2019-03-09 17:59:01 +00:00
Raphael Kubo da Costa
dd87f5d4b8 Add USES=shared-mime-info
Starting with version 18.12.0, Ark has included a custom kerfuffle.xml mime
type to support zstd-compressed files (the mimetype was only added to
shared-mime-info starting with version 1.11, which we don't ship yet). We need
to make sure update-mime-database is run, otherwise Ark will still fail to
recognize those archives.
2019-03-09 17:52:25 +00:00
Mark Felder
59281df59d net-mgmt/unifi5: Update to 5.10.19
Changelog:	https://community.ubnt.com/t5/UniFi-Wireless/UniFi-Network-Controller-5-10-19-Stable-has-been-released/td-p/2695214
2019-03-09 17:26:29 +00:00
Tobias C. Berner
93b78efe5f net/x2goclient: switch to using Qt5 2019-03-09 17:11:32 +00:00
Tobias C. Berner
8fb3acb3cd devel/qconf: switch to using Qt5 2019-03-09 16:41:54 +00:00
Tobias C. Berner
bb85caa197 textproc/qstardict: update to 1.3 (with Qt5) 2019-03-09 16:30:06 +00:00
Kai Knoblich
ec3d8e497e graphics/py-OWSLib: Update to 0.17.1
While I'm here:
* Add path to license file

Changelog:

https://github.com/geopython/OWSLib/compare/0.17.0...0.17.1

PR:		236308
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D19518
2019-03-09 15:48:47 +00:00
Tobias C. Berner
3da00344bd x11-fm/qtfm: upgrade to 6.1.7 with Qt5
- this only is an upgrade, without adapting the patches present previously for mounting.
2019-03-09 15:44:27 +00:00
Kai Knoblich
8282d8b78c x11-fonts/py-QtAwesome: Update to 0.5.6
While I'm here:
* Pet portlint

Changelog:

* Some FontAwesome icons do not match
* Update update_fa5 command to rename internal font names during update
* Rename FA5 fonts to be unique
* Add a test to ensure all fonts used by QtAwesome have a unique family name

https://github.com/spyder-ide/qtawesome/blob/v0.5.6/CHANGELOG.md

PR:		236311
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D19517
2019-03-09 15:43:34 +00:00
Gerald Pfeifer
247a452a76 Update to the 20180308 snapshot of GCC 8.3.1.
No longer require a not too old version of GCC to build on powerpc64, but
rely on the system compiler (even if that means we need to be explicitly
conservative when it comes to optimizations). [1]

Sync pkg-descr with lang/gcc7-devel, in particular after r442530 there.

PR:		235975 [1]
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> [1]
2019-03-09 15:20:29 +00:00
Tobias C. Berner
d32a5f4633 devel/codequery: switch to Qt5 2019-03-09 15:13:51 +00:00
Jimmy Olgeni
60f732798b Update devel/erlang-recon to version 2.4.0. 2019-03-09 15:12:36 +00:00
Jimmy Olgeni
de0123c51d Update devel/elixir-smppex to version 2.2.9. 2019-03-09 15:10:00 +00:00
Jimmy Olgeni
3d78f3a705 Update devel/py-twilio to version 6.25.1. 2019-03-09 15:07:55 +00:00
Sunpoet Po-Chuan Hsieh
1cbf817f2c Mark DEPRECATED and set EXPIRATION_DATE to 2019-03-31 2019-03-09 14:38:40 +00:00
Sunpoet Po-Chuan Hsieh
2df8fbb67f Cosmetic change 2019-03-09 14:38:35 +00:00