Commit graph

465554 commits

Author SHA1 Message Date
Yuri Victorovich
5fd299da9c Re-add port: Infinite evolving crowdsourced artwork 2019-01-21 07:36:44 +00:00
Yuri Victorovich
acaf54c175 New port: Cross-platform extension loading library for OpenGL 2019-01-21 07:30:55 +00:00
Tobias Kortkamp
716fcf78a6 www/stagit: Update to 0.9
Changes:	http://git.2f30.org/stagit/log.html
2019-01-21 07:02:22 +00:00
Tobias Kortkamp
58fc68fb90 cad/opencascade: Do not set VIS_CMAKE_ON twice
Given no feedback to the contrary do the most sensible thing and
merge the two VIS_CMAKE_ON together.

PR:		234700
Approved by:	thierry (maintainer timeout, 2 weeks)
2019-01-21 06:09:00 +00:00
Cy Schubert
e515f04cd5 Update to the latest att/ast commit on github.
This brings in the following important commit on github:

    Ensure fd 0, 1, 2 are never closed

    Closing stdin, stdout, or stderr is extremely dangerous and
    should never be done. If an attempt is made to do so redirect
    the file descriptor to /dev/null. Similarly, if ksh is started
    with one of those fd's closed open it on /dev/null before doing
    anything else.

    Resolving upstream issue #1117.
2019-01-21 05:12:07 +00:00
Koichiro Iwao
c5ef3c9e9c devel/lazygit: Update to 0.6
Approved by:	mentors (implicit)
Relnotes:	https://github.com/jesseduffield/lazygit/releases/tag/v0.6
2019-01-21 04:38:04 +00:00
Gerald Pfeifer
32d3305924 Add a new option, GCC, that controls the use of GCC instead of the
system compiler (usually clang these days) as we have been doing since
r334935 in 2013-11-26.  And make that the default, both since there've
been user reports about Wine not working properly with the toolchain
in FreeBSD 12 and there may be other challenges given that upstream
and in other distributions GCC is being used all along. [1]

Also backport part of r488645 | gerald | 2018-12-29 01:53:56 from
emulators/wine-devel:

  Create a proper USES block in Makefile, moving the existing USES
  statement there.

PR:		231010 [1]
2019-01-21 01:12:27 +00:00
Tobias Kortkamp
f5c5186f51 editors/kakoune: Update to 2019.01.20
Changes:	https://github.com/mawww/kakoune/releases/tag/v2019.01.20
2019-01-20 23:47:35 +00:00
Tobias Kortkamp
f2573c3d52 net/ndisc6: Update to 1.0.4
ndisc6 1.0.4 now requires a C11-capable compiler and no longer needs
the 'variable length array in structure' GCC extension.  As such
we can build it with Clang now.  This also removes the GCC run
dependency which was the initial request in the PR [1].

Changes:	http://git.remlab.net/gitweb/?p=ndisc6.git;a=blob_plain;f=NEWS;hb=81bdcb51b576a394ba01f5a8022e5b9354e431a6
PR:		233187
Reported by:	hashiz@meridiani.jp [1]
Submitted by:	tobik
Approved by:	m.tsatsenko@gmail.com (maintainer)
MFH:		2019Q1 (bug fixes and fewer run dependencies)
2019-01-20 21:43:57 +00:00
Sunpoet Po-Chuan Hsieh
4450817ac9 Update MASTER_SITES and WWW
Approved by:	portmgr (blanket)
2019-01-20 20:50:20 +00:00
Sunpoet Po-Chuan Hsieh
03b641f573 Add LICENSE 2019-01-20 20:50:15 +00:00
Sunpoet Po-Chuan Hsieh
8e4122e4fb Add LICENSE 2019-01-20 20:50:10 +00:00
Sunpoet Po-Chuan Hsieh
4132b167d6 Remove Perl core module
- Bump PORTREVISION for dependency change
2019-01-20 20:50:05 +00:00
Sunpoet Po-Chuan Hsieh
fb8b74dcf9 Remove Perl core module
With hat:	perl
2019-01-20 20:50:00 +00:00
Sunpoet Po-Chuan Hsieh
e05fe85fea Update WWW
- Take maintainership
2019-01-20 20:49:55 +00:00
Sunpoet Po-Chuan Hsieh
c96dd2e7ce Update to 0.27
Changes:	https://metacpan.org/changes/distribution/Test-DependentModules
2019-01-20 20:49:50 +00:00
Sunpoet Po-Chuan Hsieh
2d0887b5ed Update to 0.74
Changes:	https://metacpan.org/changes/distribution/FFI-Platypus
2019-01-20 20:49:44 +00:00
Mahdi Mokhtari
0edc06370c www/mod_pagespeed: Fix build for openssl111
PR:		234447
Sponsored by:	The FreeBSD Foundation
2019-01-20 19:11:16 +00:00
Jan Beich
c130d396c7 devel/rust-bindgen: update to 0.47.0
Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.46.0...v0.47.0
2019-01-20 17:20:11 +00:00
Mahdi Mokhtari
620773ed1f databases/mysql80-client: Fix output of mysql_config for ldflags
Make `mysql_config` not show non-existing libraries as output of `--lib`.
(`imported_crypto` and `imported_openssl` which seem to be for internal use)

This issue made build-failures on downstream codes that rely on
correct output to use for their LDFLAGS (like mail/dovecot).

Reported by:	ler
Sponsored by:	The FreeBSD Foundation
2019-01-20 17:14:19 +00:00
Alexandre C. Guimarães
816aa8f6bd net-p2p/transmission-cli: change transmission's data size unit conversion factors from 1000 to 1024, to match FreeBSD's blocksize.
- bump the affected SLAVEPORTS

Submitted by:	soralx@cydem.org (private e-mail)
Approved by:	tcberner (mentor)
2019-01-20 17:02:27 +00:00
Thomas Zander
b1467797e8 Update to upstream version 1.7.7
Details:
- Bug fixes and documentation improvements, see
  https://github.com/containous/traefik/releases/tag/v1.7.7

MFH:		2019Q1
2019-01-20 14:48:28 +00:00
Guido Falsi
8962abe7e1 - Add USES=gnome
- Sort USES and USE_GNOME

I forgot these in the previous commit.
2019-01-20 14:44:57 +00:00
Rodrigo Osorio
73cc9e4e87 Upgrade c-icap-modules from 0.5.2 to 0.5.3
Change log:
 * Add support for ClamAV 0.101.x
 * Bug fix: use url-decoded string as filename on viralator mode

URL: https://sourceforge.net/p/c-icap/news/2019/01/the-c-icap-modules-053-is-released-/

Reported by:	Patrik Hildingsson <patrik@hildingsson.se> (private mail)
2019-01-20 14:37:52 +00:00
Guido Falsi
0c3e014289 Update xfce4-whiskermenu-plugin to 2.3.1 2019-01-20 14:28:02 +00:00
Guido Falsi
6194e25bc0 - Update libexo to 0.12.4 [1]
- Update minimum requirements in dependencies [1]
- Sort things [1]
- Remove unneeded port-patch [1]
- Remove unneeded patch section
- Cleanup Makefile a little

PR:		235072 [1]
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2019-01-20 14:27:22 +00:00
Tobias C. Berner
d9da69b26d x11-toolkits/plasma5-kdeplasma-addons: make dependency on misc/kf5-purpose optional
PR:		235074
Reported by:	Ivan <bsd@abinet.ru>
2019-01-20 14:16:52 +00:00
Rene Ladan
d8c919e12b security/sandsifter: update to version 1.03
This version is based on a fork of the original repository (which was
itself a fork) and is the same fork that Debian and Ubuntu use. The
previous repository is no longer under development.

Some binaries have been renamed by the new upstream.

Extend pkg-messsage with some more usage instructions.

Reported by:	repology
2019-01-20 14:11:46 +00:00
Tobias C. Berner
e6d12fce72 graphics/okular: make dependency on misc/kf5-purpose optional
PR:		235074
Reported by:	Ivan <bsd@abinet.ru>
2019-01-20 14:06:31 +00:00
Jason W. Bacon
ae32150e26 comms/cutecom: Add c++11-lang for GCC-based platforms, upgrade to 0.51.0
Upstream has moved to Gitlab

PR:             235043
Reported by:    Piotr Kubaj
2019-01-20 14:00:42 +00:00
Mark Linimon
5f9e3e2de0 Fix typo.
Reported by:	Piotr Kubaj
2019-01-20 13:54:40 +00:00
Thierry Thomas
c448b4c131 Upgrade to v1.25.0.
Release notes at <https://github.com/libuv/libuv/releases/tag/v1.25.0>.
2019-01-20 13:43:50 +00:00
Vinícius Zavam
f20baa6ebd [NEW] benchmarks/py-locust: Python utility for doing distributed load tests
Locust is an easy-to-use, distributed, user load testing tool. It is
  intended for load-testing web sites (or other systems) and figuring out
  how many concurrent users a system can handle.

  The behavior of each locust (or test user if you will) is defined by you
  and the swarming process is monitored from a web UI in real-time. This
  will help you battle test and identify bottlenecks in your code before
  letting real users in.

  WWW: https://locust.io/

Approved by:	araujo (mentor), rene (mentor)
Sponsored by:	cleverbridge AG
Differential Revision:	https://reviews.freebsd.org/D18895
2019-01-20 12:54:30 +00:00
Gerald Pfeifer
0a527d7d7f Update files/patch-spe-config (and with that our local adjustments to
config.gcc) to the changed directory structure under gcc/config brought
by GCC 8 when powerpcspe was cloned and broken out from the regular
powerpc port.

PR:		234419
Submitted by:	jhibbits
MFH:		2019Q1 (build fix on powerpcspe)
2019-01-20 12:49:04 +00:00
Emanuel Haupt
b1ec31ebbc Update to 2.9.4 2019-01-20 11:40:03 +00:00
Matthias Andree
69c071117a Fixup minor oversights from r490780 mail/fetchmail*
* Update comment in mail/fetchmail/files/fetchmailrc.sample
* Remove mail/fetchmail/files/fetchmail.in that got copied
  to mail/fetchmailconf/files/
2019-01-20 11:28:49 +00:00
Emanuel Haupt
4c4538f165 Update to 0.69 2019-01-20 11:26:58 +00:00
Matthias Fechner
8b883c46bf Upgrade security/rubygem-doorkeeper-openid_connect to 1.5.3.
https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/master/CHANGELOG.md

Reported by:	PORTSCOUT
Approved by:	mentors (implicit)
2019-01-20 11:25:54 +00:00
Matthias Andree
f7cd8bfb78 mail/fetchmail depends overhaul, new fetchmailconf port
* Bring back SNI (server name indication) support for TLS connections,
  lost in 6.3.26_10 (PORTREVISION=10) as a regression over _9.
  Pointy hat: mandree@
* Drop the X11 option, remove the Python dependency, and create a new
  mail/fetchmailconf slave port/package that installs the fetchmailconf
  configurator. Note that the _DEPENDS of the ports reflects a technical
  dependence (fetchmailconf needs fetchmail), and we cannot keep an
  X11 option that depends on fetchmailconf, since that would create
  a circular dependency, which we must avoid.
* Patch configure instead of configure.ac with Cy's Kerberos fix, drop
  autoreconf from USES, and add a new configure check directly to set
  HAVE_DECL_SSLV3_CLIENT_METHOD to cover the various TLS providers
  (currently five, base, openssl, openssl111, libressl, libressl-devel)
* Add -Wl,--as-needed to LDFLAGS so as not to pull in unneeded .so
  libraries, for instance, libcom_err when compiling under GSSAPI_NONE.
* Bump PORTREVISION.

Very fruitful and nice collaboration with and
Approved by:	chalpin@cs.wisc.edu (maintainer)
2019-01-20 11:25:07 +00:00
Emanuel Haupt
a2f2916077 Update to 2.3d.r155 2019-01-20 11:13:11 +00:00
Tobias C. Berner
29a62b93c1 multimedia/kdenlive: fix after r490611 2019-01-20 10:26:48 +00:00
Dmitry Marakasov
d9c6cc6d61 - Add LICENSE_FILE
- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
2019-01-20 09:30:32 +00:00
Dmitry Marakasov
835b14b586 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2019-01-20 09:00:32 +00:00
Emanuel Haupt
380e46d7e4 Update checksum, the upstream developer has inplace rerolled the zip file with a
copyright year change.

Commit message diff omitted since it contains CR/LF's and unicode characters.

Reported by:	pkg-fallout
2019-01-20 08:15:14 +00:00
Tobias Kortkamp
f2d026e6a0 sysutils/runit-faster: Update scripts to 0.1.32
Changes:	https://github.com/t6/freebsd-runit/releases/tag/v0.1.32
2019-01-20 07:01:49 +00:00
Tobias Kortkamp
68680c1cb7 devel/shfmt: Update to 2.6.3
Changes:	https://github.com/mvdan/sh/releases/tag/v2.6.3
2019-01-20 06:47:13 +00:00
Steve Wills
ebafa8c755 x11-fm/fsv2: create port
fsv2 is a file system visualizer in cyberspace. It lays out files and
directories in three dimensions, geometrically representing the file system
hierarchy to allow visual overview and analysis.

WWW: http://fedorchenko.net/fsv2.php

PR:		230267
Submitted by:	Philipp Engel <kidon@posteo.de>
2019-01-20 05:11:48 +00:00
Jan Beich
ccad08f464 multimedia/webcamoid: unbreak after r490611
===>   Installing existing package /packages/All/ffmpeg-4.1_4,1.txz
 [112amd64-default-job-07] Installing ffmpeg-4.1_4,1...
 [112amd64-default-job-07] `-- Installing libva-2.3.0_2...
-[112amd64-default-job-18] |   `-- Installing v4l_compat-1.6.3_3...
-[112amd64-default-job-18] |   `-- Extracting v4l_compat-1.6.3_3: .......... done

===>  Building package for webcamoid-8.1.0_9
pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VideoCapture/libv4l2sys.so:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VideoCapture/libv4lutils.so:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VirtualCamera/libv4l2sys.so:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VirtualCamera/libv4lutils.so:No such file or directory

Reported by:	pkg-fallout
2019-01-20 04:46:55 +00:00
Kevin Bowling
b6826dae21 Add sysutils/ltfs to build
Reported by:	antoine
Approved by:	timur (mentor, r490697)
2019-01-20 02:08:40 +00:00
Yuri Victorovich
aa9ea3249e science/octopus: patches 2019-01-20 01:22:46 +00:00