Commit graph

479900 commits

Author SHA1 Message Date
Kai Knoblich
22b4d0568c audio/supercollider: Pass maintainership to submitter
* Really pass the maintainership to the submitter that was forgotten
  in r506005

PR:		238186
2019-07-06 17:00:45 +00:00
Kai Knoblich
4a18853238 audio/supercollider: Update to 3.10.2
The previous version, 3.9.3, built fine on all FreeBSD releases but the port
itself was less of use in its state because SuperCollider's own interpreter
("sclang") always crashed when indexing various help files. So users were
able to start the graphical IDE ("scide") but were then on their own to get
any use out of it.

The update to 3.10.2 fixes that problem but it comes with some drawbacks:
SuperCollider has shipped Boost libraries of the 1.66 release and those
don't compile with Clang 8. Using the Boost libraries from the ports tree
instead won't work either, as the 3.10.2 release of SuperCollider isn't
compatible with that version, yet.

Switching to GCC also won't work - it builds fine on all releases but
produces broken binaries that segfaults upon invocation. Thus exclude the
build for FreeBSD releases that comes with Clang 8 for a while and revise
the situation when a new release of SuperCollider is available.

Also pass the maintainership to the submitter because the previous
maintainer seems missing in action and there were already more than three
consecutive maintainer timeouts.

PR:		238186
Submitted by:	Neal Nelson <ports@nicandneal.net>
Reviewed by:	tcberner
Approved by:	maintainer timeout (1+ month)
MFH:		2019Q3
Differential Revision:	https://reviews.freebsd.org/D20854
2019-07-06 16:54:20 +00:00
TAKATSU Tomonari
23bef017c9 - Update to 0.9-9 2019-07-06 16:53:27 +00:00
Cy Schubert
9a95c6a0d1 All conflicts are actually install, not build, conflicts. 2019-07-06 16:40:56 +00:00
TAKATSU Tomonari
d414302221 - Update to 0.3.0
- Update WWW: line in pkg-descr
2019-07-06 16:39:55 +00:00
TAKATSU Tomonari
2a8ece811e - Update to 0.5-13.5 2019-07-06 16:16:05 +00:00
Tijl Coosemans
3711f67ba8 Update to 1.25.1. 2019-07-06 15:47:32 +00:00
Adam Weinberger
619cd91fc7 sshguard: Update to 2.4.0 and fix rc(8) script
There is some strange new behaviour on the rc script in 2.4.0. It
would either hang on start, or hang on stop. A custom stop function
seemed the easiest way to achieve both.

PR:		238458
2019-07-06 15:33:10 +00:00
Antoine Brodin
7cf7f681c3 Revert r505994 and dependency loop
Pointy hat:	pkubaj
With hat:	portmgr
2019-07-06 15:14:24 +00:00
Kurt Jaeger
192c3e9896 New port: multimedia/butt
An easy to use, multi OS streaming tool. It supports SHOUTcast and Icecast.

The main purpose of butt is to stream live audio data from your
computers Mic or Line input to an Shoutcast or Icecast server.
Recording is also possible.

It is NOT intended to be a server by itself or automatically stream
a set of audio files.

WWW: https://danielnoethen.de/butt/

Submitted by:	Per Gunnarsson <per.gunnarsson@yandex.com>
2019-07-06 14:27:52 +00:00
Eugene Grosbein
a554592619 net/quagga: unbreak ripd for 1.2.4
ripd is essentially non-functional in quagga-1.2.4
as it aborts on first announce timeout due to some threading logic bug.

The problem was reported upstream over a year ago and ignored:
https://bugzilla.quagga.net/show_bug.cgi?id=985
https://bugzilla.quagga.net/show_bug.cgi?id=1008

Add work-around that restores ripd stability.

PR:		238760
Approved by:	pi (maintainer timeout, 2 weeks)
2019-07-06 14:08:35 +00:00
TAKATSU Tomonari
91f1d2798a - Update to 8.7 2019-07-06 13:42:34 +00:00
Piotr Kubaj
23ed7d1846 databases/p5-DBD-mysql: fix build with GCC architectures
Add USES=compiler:c11 (also to lang/perl5* ports) since it's necessary:
Can't link/include C library 'atomic', aborting.

Approved by:    mentors (implicit approval)
2019-07-06 13:21:56 +00:00
TAKATSU Tomonari
0da79b02e5 - Update to 0.999-4 2019-07-06 13:14:08 +00:00
TAKATSU Tomonari
b64c4ce3ef - Update to 0.2.3 2019-07-06 13:01:08 +00:00
Bernard Spil
d496e24510 www/nextcloud-contacts: Update to 3.1.3 2019-07-06 12:49:25 +00:00
Bernard Spil
cf78890aa4 www/nextcloud-tasks: Update to 0.11.0 2019-07-06 12:48:33 +00:00
Bernard Spil
58c4354eb0 www/mail/nextcloud-mail: Update to 0.15.1 2019-07-06 12:47:48 +00:00
TAKATSU Tomonari
ebaa249496 - Update to 0.1-22 2019-07-06 12:47:22 +00:00
Bernard Spil
399131d33d www/nextcloud-notes: Update to 3.0.0 2019-07-06 12:46:35 +00:00
Bernard Spil
7c8f9832f1 www/nextcloud: Update to 16.0.2 2019-07-06 12:45:35 +00:00
Dima Panov
c99151c67b - Update AmaroK to 2.9.70 snapshot
- Teach mysql library plugins to use SSL/Crypto libs directly
- Allow to find and use mysql embedded library from MariaDB/PerconaDB
2019-07-06 12:27:30 +00:00
TAKATSU Tomonari
3f0cdea420 - Update to 1.3.9 2019-07-06 12:26:23 +00:00
TAKATSU Tomonari
b4d4078df6 - Update to 1.1.4 2019-07-06 12:16:06 +00:00
Piotr Kubaj
a2b5cb56a4 archivers/libunrar5: fix build on GCC architectures
Add USES=compiler:c++11-lang:
rijndael.hpp:23: error: a function call cannot appear in a constant-expression
rijndael.hpp:23: error: ISO C++ forbids initialization of member 'ctx'
rijndael.hpp:23: error: making 'ctx' static
rijndael.hpp:23: error: invalid in-class initialization of static data member of non-integral type 'EVP_CIPHER_CTX*'

Approved by:	mentors (implicit approval)
2019-07-06 12:13:19 +00:00
TAKATSU Tomonari
3b51524ab9 - Update to 0.7-2 2019-07-06 12:06:32 +00:00
Thomas Zander
9a055cc95b Update to recent snapshot as of 20190706
Details:
- Upstream fix for possible subtitle corruption during play
- Upstream fix to allow SSE2 aligned loads on subtitle data

MFH:		2019Q3 (with hat: ports-secteam)
2019-07-06 11:54:30 +00:00
TAKATSU Tomonari
4af6977bd2 - Update to 0.9.500.2.0 2019-07-06 11:29:22 +00:00
TAKATSU Tomonari
77ef5b2e98 - Update to 1.3.7 2019-07-06 11:14:27 +00:00
TAKATSU Tomonari
397e3b9068 - Update to 1.95-4.12
- Add missing libxml2 dependency
2019-07-06 11:02:34 +00:00
Kurt Jaeger
218010c875 databases/cegobridge: upgrade 1.5.1 -> 1.5.2
- Fix in MySQLAction::storeAttrColumn, _defaultOptString.length() and
  _nullOptString.length() must be equal or greater 1 ( not 0 )

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2019-07-06 10:43:13 +00:00
Tobias Kortkamp
c55f750d0b Deprecate security/snortreport
Release 1.3.4 is from 2013, if it works with PHP 7.x is questionable,
and to quote upstream [1]:

Update 2017-04-10: We have no plans to update Snort Report in the
future.  It will likely still work with the remaining 2.9.x Snort
releases until Snort 3.0 is finished (currently in alpha.)

[1] https://symmetrixtech.com/downloads/

PR:		238102
2019-07-06 10:04:09 +00:00
Tobias Kortkamp
78e8a6b858 Remove expired port:
2019-06-30 www/tomcat8: EoL since 2018-06-30

PR:		230326
2019-07-06 09:51:11 +00:00
Tobias Kortkamp
c72a28b30e mail/openemm*: Mark as BROKEN
It depends on the expired www/tomcat8.

PR:		238430
Approved by:	horst.leitenmueller@liwest.at (maintainer timeout, 3 weeks)
2019-07-06 09:47:31 +00:00
Tobias Kortkamp
94cb974f22 www/madsonic: Drop TOMCAT8 option
www/tomcat8 has expired.

PR:		238541
2019-07-06 09:43:05 +00:00
Dmitry Marakasov
20f87cad0b - Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2019-07-06 09:32:07 +00:00
Tobias C. Berner
d23b7689f7 deskutils/semantik: update to 1.2.2 2019-07-06 09:30:10 +00:00
TAKATSU Tomonari
3fc6b0c3b8 - Update to 0.2.0
- Make portlint happy
2019-07-06 09:24:19 +00:00
TAKATSU Tomonari
3176a0c262 - Add new port: devel/R-cran-ellipsis
The ellipsis is a powerful tool for extending functions. Unfortunately
  this power comes at a cost: misspelled arguments will be silently
  ignored. The ellipsis package provides a collection of functions
  to catch problems and alert the user.

  WWW: https://cran.r-project.org/web/packages/ellipsis/
2019-07-06 09:15:47 +00:00
TAKATSU Tomonari
475f61e170 - Update to 1.4 2019-07-06 08:46:32 +00:00
TAKATSU Tomonari
8d429fca13 - Update to 0.4.0 2019-07-06 08:38:09 +00:00
TAKATSU Tomonari
3c371a205e - Update to 1.4.2 2019-07-06 08:25:01 +00:00
Olli Hauer
e7b3740128 - update to 3.4.6 2019-07-06 08:11:43 +00:00
Koop Mast
1e0d15a380 Update gitg to 3.32.0.
* Add patches to fix segfaults at start when no repository is selected.

Obtained from:	gitg upstream git [1]
2019-07-06 08:05:03 +00:00
Koop Mast
16343e477d Update libgit2-glib to 0.28.0.1.
This version brings push and merge support.
2019-07-06 07:59:54 +00:00
Koop Mast
5859e91403 Update meld to 3.20.1. 2019-07-06 07:31:39 +00:00
Tobias Kortkamp
67f0f37998 Document webkit2-gtk3 vulnerabilities
PR:		239003
2019-07-06 06:05:45 +00:00
Yuri Victorovich
d82a562584 math/coin-or-data-netlib: Update 1.2.7 -> 1.2.8
Reported by:	portscout
2019-07-06 03:12:34 +00:00
Yuri Victorovich
19f77887c8 textproc/py-python-bidi: Update 0.4.0 -> 0.4.1
Submitted by:	portscout
2019-07-06 03:06:31 +00:00
Yuri Victorovich
df14ae5e17 textproc/py-docx2txt: Update 0.7 -> 0.8
Reported by:	portscout
2019-07-06 03:04:56 +00:00