Commit graph

514561 commits

Author SHA1 Message Date
Bernard Spil
12a4e03e6a databases/mariadb105-server: Unbreak runtime
* Align with mariadb104-server
 * PID must be in mysql owned dir

PR:		247535
Reported by:	VVD <vvd unislabs com>
2020-07-12 20:16:51 +00:00
Antoine Brodin
f9a49d45b5 Mark BROKEN
Reported by:	pkg-fallout
MFH:		2020Q3
2020-07-12 20:16:35 +00:00
Antoine Brodin
0fb16000e3 Mark BROKEN
Reported by:	pkg-fallout
MFH:		2020Q3
2020-07-12 20:14:46 +00:00
Antoine Brodin
ad1baccf3d Mark BROKEN
WITH_SCOTCH selected but no installation of Scotch could be found

Reported by:	pkg-fallout
MFH:		2020Q3
2020-07-12 20:12:08 +00:00
Antoine Brodin
455e21f009 Mark BROKEN
cups.c:42:12: error: incomplete definition of type 'struct _ipp_s'

Reported by:	pkg-fallout
MFH:		2020Q3
2020-07-12 20:08:08 +00:00
Antoine Brodin
b77caff6ee Mark BROKEN: fails to build
(cd /wrkdirs/usr/ports/games/burrtools/work/burrtools-0.6.3 && /bin/cat burricons.ico | winicontoppm -bestqual |  pnmtopng -transparent=black > burricons.png)
winicontoppm: abnormal bit per pixel value 32
pnmtopng: Error reading first byte of what is expected to be a Netpbm magic number.  Most often, this means your input file is empty

Reported by:	pkg-fallout
MFH:		2020Q3
2020-07-12 20:05:01 +00:00
Ashish SHUKLA
7572ae9245 - Update to 0.9.5
PR:		247872
Approved by:	arved (maintainer)
2020-07-12 19:24:26 +00:00
Brooks Davis
8027bc986b Fix plist without OPENMP.
PR:		247821
Reported by:	philippe.michel7@free.fr
Sponsored by:	DARPA
2020-07-12 19:21:11 +00:00
Ashish SHUKLA
e5d5875193 - Import a patch from upstream to fix bug related to SSL
certificate verification in Profanity

PR:		247871
Approved by:	arved (maintainer)
MFH:		2020Q3 (reliability fix blanket)
2020-07-12 19:16:02 +00:00
Gerald Pfeifer
e0d745ad0a Update to the 20200510 snapshot of GCC 9.3.1.
This brings one backport for powerpc and three Fortran fixes.
2020-07-12 18:29:09 +00:00
Alexey Dokuchaev
814d2895f0 Pass down correct OpenSSL includes/libraries knobs so consumers, e.g.
`www/mod_auth_openid', can build properly.

Reported by:	joneum
2020-07-12 18:25:59 +00:00
Mark Linimon
fd59afe5b8 Add USE_CSTD=c99 to fix build on GCC-based systems:
censor.c:41: error: 'for' loop initial declaration used outside C99 mode

Approved by:	portmgr (tier-2 blanket)
2020-07-12 15:42:44 +00:00
Bernard Spil
cc3103894d databases/mariadb104-server: Fix breakage
* Unbreak clean installs (USERS/GROUPS)
 * INSTALL_UNIX_ADDRDIR is a FILE, add the socket filename
 * Built-in socket path now confirmed to be consistent between client, lib and daemon

PR:		247747
Submitted by:	VVD <vvd unislabs com>
Reported by:	dinoex
MFH:		2020Q3
2020-07-12 14:32:19 +00:00
Mikolaj Golub
8a80027708 update to 20200710 2020-07-12 14:29:03 +00:00
Gleb Popov
64be021e30 sysutils/rtsx-kmod: Update to 1.0-BETA2. 2020-07-12 14:16:18 +00:00
Piotr Kubaj
bf7606a2d5 net/udpxy: fix build on powerpc64 elfv2
Ignore -Werror by passing -Wno-error to fix build:
util.c:857:16: error: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Werror,-Wimplicit-int-float-conversion]
2020-07-12 13:44:48 +00:00
Diane Bruce
1be1f531d2 =Version 4.1.14=
2020-07-11  David Freese  <w1hkj@bellsouth.net>

	018618b6c: fonts
	35a0af45b: Navtex
	a626371f2: Navigator
	c37af9c93: hamlib
	606684fdf: Build scripts
	2adcc0184: localtime_r
	2b5f464f1: Freq Analysis
	0e1aa47fc: Field Day Logger
	a984f7ad9: flarq update
	85c25e27f: Sound Record
	f952c0808: Freq Control

Reported by:	portscout@
2020-07-12 13:43:43 +00:00
Piotr Kubaj
a1b5415e2b cad/ngspice_rework: fix build on GCC architectures
Use newer GCC:
dstring.o: In function `copy':
dstring.c:(.opd+0x240): multiple definition of `copy'
spice2poly/dlmain.o:dlmain.c:(.opd+0x6f0): first defined here

MFH:		2020Q3 (fix build blanket)
2020-07-12 13:32:02 +00:00
Boris Samorodov
0b6e9181ba devel/libftdi1: Update to version 1.5 and:
- mark dual licensed;
- regenerate patches;
- pet portlint (shuffle some Makefile lines).

New in 1.5 - 2020-07-07
-----------------------
* Implement tc[io]flush methods & deprecate broken purge_buffers methods

  Please check your code for ftdi_usb_purge_rx_buffer(),
  ftdi_usb_purge_tx_buffer() and ftdi_usb_purge_buffers()
  and migrate to the new ftdi_tc[io]flush() methods.

  Old code will continue to function, but you'll get
  a deprecation warning during compilation.

* Add program to test buffer flush (purge) functionality
* Add kernel driver auto attach/detach.
  See new AUTO_DETACH_REATACH_SIO_MODULE option
* Add ftdi_setflowctrl_xonxoff()
* ftdi_eeprom / eeprom handling:
  * Unify handling of all boolean eeprom flags
  * Add device release number support
  * Add channel_a_driver support for type xxR chips
  * Add support for group0 drive levels on x232H chips
  * Fix handling of high_current_drive parameter
  * Fix inverted handling of VCP driver field for TYPE_R chips
  * New --verbose option for eeprom decode operation
* Add example code for async mode
* Add SPDX license identifiers to the core library & ftdi_eeprom
* Various python SWIG wrapper improvements
* Various cmake file improvements
* Fix small bugs in error code paths
2020-07-12 13:02:20 +00:00
Thomas Zander
f9fbf83795 Update to upstream release 0.21.25
Details:
- Bug fixes, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.25/NEWS
- Includes memory leak in opus decoding, and
- fixes potential crashes when playing opus and vorbis

MFH:		2020Q3 (hat: ports-secteam)
2020-07-12 12:39:11 +00:00
Dmitri Goutnik
fa03175b33 mail/mutt: Update to 1.14.6
Changes:	https://marc.info/?l=mutt-users&m=159450037229752&w=2
PR:		247928
Submitted by:	Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
2020-07-12 12:31:57 +00:00
Jan Beich
4308da04a8 graphics/swappy: update to 1.2.1
Changes:	https://github.com/jtheoof/swappy/compare/v1.2.0...v1.2.1
Reported by:	GitHub (watch releases)
2020-07-12 10:57:10 +00:00
Jochen Neumeister
f803176dcc www/apache24: enable syslog for suexec
This adds another knob to configure apache with syslog-enabled suexec

PR:	239264
Submitted by:	Robert Schulze <rs@bytecamp.net>
Approved by:	apache (with hat)
Sponsored by:	Netzkommune GmbH
2020-07-12 10:33:42 +00:00
Dmitry Marakasov
754ec4c70f - Fix LICENSE
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2020-07-12 09:36:03 +00:00
Tobias Kortkamp
46abfe7cb9 Sort
Reported by:	portscan
2020-07-12 09:31:30 +00:00
Tobias Kortkamp
a167bf51dd audio/sndio: Update to 1.7.0 2020-07-12 09:30:28 +00:00
Alexey Dokuchaev
b8a5946b48 - Update `graphics/alembic' to version 1.7.13
- Remove patch hunks which were merged upstream

Reported by:	portscout
2020-07-12 08:44:59 +00:00
Antoine Brodin
34ff5e1b2a Unbreak
Reported by:	pkg-fallout
2020-07-12 08:43:27 +00:00
Matthew Seaman
03787034c2 Update to 8.2006.0
ChangeLog:	https://github.com/rsyslog/rsyslog/blob/v8.2006.0/ChangeLog
2020-07-12 07:09:22 +00:00
TAKATSU Tomonari
d374b5ef18 - Update to 1.4.6 2020-07-12 07:02:13 +00:00
Greg Lewis
0e8769531d More accurate vendor information
PR:		244634
2020-07-12 02:13:27 +00:00
TAKATSU Tomonari
d0c6e0e6f8 - Update to 3.0.3 2020-07-12 01:07:06 +00:00
Greg Lewis
f6ccbefdc6 More accurate vendor information
I've tweaked the values suggested in the PR patch.

PR:		244634
Submitted by:	Michael Osipov <michael.osipov@siemens.com>
2020-07-12 01:03:36 +00:00
Matthew Seaman
4159d8f688 Update to 9.3.3
ChangeLog:	https://github.com/citusdata/citus/blob/v9.3.3/CHANGELOG.md
2020-07-11 23:05:06 +00:00
Antoine Brodin
ee892c0cf4 Unbreak bulk -a 2020-07-11 21:58:16 +00:00
Boris Samorodov
e548fbf338 devel/pycharm-ce: Update to version 2020.1.3. 2020-07-11 21:37:46 +00:00
Boris Samorodov
676bdc4146 java/intellij: Update to version 2020.1.3. 2020-07-11 21:35:58 +00:00
Danilo G. Baio
38fb0a7472 Drop MAINTAINER'ship per maintainer request
PR:		247919, 247920, 247921, 247922, 247923, 247924, 247916
Submitted by:	Nikola Kolev <koue@chaosophia.net>
Event:		July 2020 Bugathon
2020-07-11 21:09:05 +00:00
Niclas Zeising
9e829012c0 x11/xkeyboard-config: Add NLS option
Add NLS option to x11/xkeyboard-config.  This was broken in the past, but is
fixed now.

PR:		243070 (based on)
Submitted by:	Andrew Romanenko
MFH:		2020Q3
Event:		Julu 2020 bugathon
2020-07-11 21:02:11 +00:00
Kurt Jaeger
542f7ceaf5 dns/knot-resolver: update 5.1.1 -> 5.1.2
PR:		247699
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
		andrew@tao11.riddles.org.uk
Relnotes:	https://www.knot-resolver.cz/2020-07-01-knot-resolver-5.1.2.html
2020-07-11 20:57:41 +00:00
Kurt Jaeger
6f10b9e8b3 devel/lua-cqueues: adapt to the needs of dns/knot-resolver
- PORTDOCS / PORTEXAMPLES obviate the need to put docs and examples in
  the plist.
- There should be no messing with ldconfig and soname, since the
  .so exists only to be dynamically loaded at runtime, not actually
  linked to.
- Fixed name in the COMMENT
- Does not build on lua 5.4, note this in USES
- Force the port to build exactly the version it's supposed to build,
  rather than let it autodetect things. Hence MAKE_ENV and CPPFLAGS
- shebangfix on the examples is not strictly necessary but is cleaner.

PR:		247739
Submitted by:	andrew@tao11.riddles.org.uk
Approved by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
2020-07-11 20:50:36 +00:00
Danilo G. Baio
40e43e87ba textproc/py-sphinx-hieroglyph: Rename to textproc/py-hieroglyph, Update to 2.1.0
Renamed to reflect official name at PyPI.
2020-07-11 20:45:27 +00:00
Bernard Spil
f05134ef31 dns/mdnsd: Update WWW
* remove maintainer's email-address

PR:		228216
Approved by:	maintainer (<daniel+mdnsd pelleg org>)
2020-07-11 20:33:26 +00:00
Kurt Jaeger
afb0683ec1 New port: devel/pycharm-pro, PyCharm Professional (Python IDE)
PyCharm Professional is an advanced IDE developed by JetBrains and focused on
developer productivity. PyCharm provides smart code completion, code
inspections, on-the-fly error highlighting and quick-fixes, along with
automated code refactorings and rich navigation capabilities.

In addition to the features provided by the Community Edition, PyCharm
Professional has scientific, database & SQL tools, support for web development,
Python web development frameworks, the Python profiler and remote development.

WWW: https://www.jetbrains.com/pycharm/

PR:		242705
Submitted by:	Guido Kollerie <guido@kollerie.com>
Reviewed by:	koobs
2020-07-11 20:29:29 +00:00
Luca Pizzamiglio
8776db7698 games/lolcat: new port, a C implementation of the famous lolcat
High performance, energy-saving implmentation in C of lolcat

NOTE: in MOVED, the previous entry lolcat -> rubygem-lolcat has been removed
That is the only way to wupport this corner case.

Submitted by:	gbe@FreeBSD.org (maintainer)
Differential Revision:	https://reviews.freebsd.org/D25082
2020-07-11 20:26:49 +00:00
Rene Ladan
ec55b02c40 Tools/scripts/patchtool: adjust for Python 3
PR:		246414
Submitted by:	ashish
Event:		July 2020 Bugathon
2020-07-11 20:26:01 +00:00
Bernard Spil
837a0c9435 databases/sqlite3: change options logic
PR:		222021
Submitted by:	Pavel Volkov <pavelivolkov gmail com>
Approved by:	maintainer (pavelivolkov gmail com)
2020-07-11 20:23:00 +00:00
Bernard Spil
05c50ace80 databases/mariadb105-server: New port MariaDB 10.5
PR:		247535
Reported by:	VVD <vvd unislabs com>
2020-07-11 20:17:08 +00:00
Danilo G. Baio
3532b6e34e www/py-freenit: Udate to 0.1.11
PR:		247890
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
Event:		July 2020 Bugathon
2020-07-11 19:31:06 +00:00
Danilo G. Baio
006702edd5 www/py-flask-smorest: Update to 0.23.0
Changelog:	https://github.com/marshmallow-code/flask-smorest/blob/0.23.0/CHANGELOG.rst

PR:		247889
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
Event:	July 2020 Bugathon
2020-07-11 19:29:56 +00:00