1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
Commit Graph

510984 Commits

Author SHA1 Message Date
Mark Felder
507d9d1188 multimedia/plexmediaserver{-plexpass}: Update to 1.19.4.2935
Changelog:	https://forums.plex.tv/t/plex-media-server/30447/351
2020-06-11 19:26:02 +00:00
Jan Beich
acc8ee9744 devel/vulkan-tools: install vkcube for each backend
PR:		246199
Approved by:	Greg V (maintainer)
Differential Revision:	https://reviews.freebsd.org/D25224
2020-06-11 19:13:41 +00:00
Vinícius Zavam
76578a5795 net-mgmt/semaphore: fix build on aarch64
while here, pet portlint;
    - removed blank line from pkg-plist;
    - PORTREVISION was appearing 2 times in the Makefile.

PR:		247048
Submitted by:	mikael@
2020-06-11 19:08:08 +00:00
Mikael Urankar
06071f14a5 security/kpmenu: fix build on aarch64
PR:		245144
Approved by:	portmgr (tier-2 blanket)
2020-06-11 18:38:18 +00:00
Jan Beich
3441191dd8 graphics/cairo: simplify non-GLX case after r538507
Submitted by:	manu
2020-06-11 18:32:32 +00:00
Mikael Urankar
bfed615a29 security/honeytrap: fix build on aarch64
Approved by:	portmgr (tier-2 blanket)
2020-06-11 18:30:41 +00:00
Mikael Urankar
ec39753a9d sysutils/aptly: fix build on aarch64
Approved by:	portmgr (tier-2 blanket)
2020-06-11 18:22:56 +00:00
Jan Beich
ce8a09e040 graphics/cairo: drop RUN_DEPENDS on xorgproto
Cairo API doesn't expose any of xorgproto headers. Even if some
consumers *implicitly* depend on xorgproto via cairo the bootlegging
still occurs: cairo -> libX11 -> libXdmcp -> xorgproto.
2020-06-11 18:16:43 +00:00
Matthias Andree
cdca828101 graphics/rawtherapee: clean up build options for WITH_DEBUG
...and remove -msse2 from amd64 builds, where GCC enables it by default.
2020-06-11 18:16:08 +00:00
Jan Beich
680e437f9e graphics/cairo: drop xorgproto from OPENGL
X11 already depends on xorgproto while GLX requires X11.

$ pkg info -ql xorgproto | sed '/include/!d; s,.*include/,,' |
  fgrep --exclude='*config*' --exclude='*ChangeLog*' -rnf - .
./boilerplate/cairo-boilerplate-glx.c:37:#include <X11/X.h>
./src/cairo-xlib-surface-shm.c:145:#include <X11/Xproto.h>
./src/cairo-xlib-surface-shm.c:148:#include <X11/extensions/shmproto.h>
./src/cairo-xlib-surface-shm.c:150:#include <X11/extensions/shmstr.h>
./src/cairo-xlib-xrender-private.h:56:#include <X11/extensions/renderproto.h>
./src/cairo-xlib-xrender-private.h:219:/* Copied from X11/extensions/render.h */
./src/cairo-xlib-xrender-private.h:533:/* Copied from X11/extensions/renderproto.h */
./src/cairo-xlib-xrender-private.h:535:#include <X11/Xmd.h>

Submitted by:	manu (based on)
2020-06-11 18:13:22 +00:00
Matthias Andree
e3be41ec11 Tools/scripts/psvn: filter out svn status comments such as moved from/to.
Avoids spurious but harmless warnings.
2020-06-11 18:12:55 +00:00
Matthias Andree
e04fbcb48e mail/claws-mail: reorganize plugins
renames a few ports to match their names to the plugin names
(adding to MOVED)

PR:		245939
PR:		239659
Submitted by:	rozhuk.im@gmail.com
Approved by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2020-06-11 17:49:58 +00:00
Baptiste Daroussin
033acbba3c Update to 2.36.0 2020-06-11 17:47:16 +00:00
Baptiste Daroussin
65078408b7 Update to 2.34.2 2020-06-11 17:45:10 +00:00
Baptiste Daroussin
c000950830 Update to 2.36.0
Going from 2.28.0 to 2.36.0 there is an ABI breakage:
the 'atspi_text_notify_reading_position' symbol has been removed.
I couldn't find any software in the ports tree that is using it
2020-06-11 17:44:56 +00:00
Piotr Kubaj
d512d4b6c8 editors/neovim: fix build on powerpc64 elfv2
Use GCC instead of Clang, Clang-compiled binary crashes at testing. Strangely, it doesn't crash when built with WITH_DEBUG=yes, but that makes debugging hard.
2020-06-11 17:44:02 +00:00
Piotr Kubaj
8b8fb92b63 databases/libdrizzle: switch to GCC on powerpc*
GCC-only parameter is necessary:
cc: error: unknown argument: '-mno-fused-madd'
2020-06-11 17:30:21 +00:00
Mikael Urankar
defe12367f archivers/snappy-java: fix build on aarch64
PR:		247146
Submitted by:	Ronald Klop
Approved by:	Angelo Polo (maintainer)
2020-06-11 17:29:56 +00:00
Tobias C. Berner
35c923ecd9 misc/qt5ct: update to 1.0 2020-06-11 17:27:18 +00:00
Baptiste Daroussin
2e1b02f03f Upgrade to 2.28.0 2020-06-11 17:00:15 +00:00
Tobias C. Berner
9bc1ea26fc audio/muse-sequence: remove obsolete patch (patched upstream)
Reported by:	yuri
2020-06-11 16:55:43 +00:00
Piotr Kubaj
4b5631c485 devel/riscv64-gcc: fix build on powerpc64 elfv2
Use the same patch that is already widely used in the ports tree.
2020-06-11 16:47:20 +00:00
Jason W. Bacon
5ed81a97fa sysutils/desktop-installer: Update to 0.6.16
Add Fluxbox and IceWM window managers to the menu
Improve instructions for GPU setup
Minor bug fixes
2020-06-11 16:41:22 +00:00
Jan Beich
91eae87396 graphics/cairo: divorce OPENGL from X11
- OPENGL enables EGL, so don't require GLX
- cairo-gl uses libOpenGL with libglvnd
- libglvnd lacks libGL if built without X11
2020-06-11 16:39:03 +00:00
Piotr Kubaj
1bf860d0af math/openlibm: add the removed :c11 to USES=compiler 2020-06-11 16:36:20 +00:00
Piotr Kubaj
7f5b042c1e math/openlibm: use GCC on powerpc64
Clang fails to build this port:
src/s_cpow.c:77:16: error: a parameter list without types is only allowed in a function definition
__strong_alias(cpowl, cpow);
2020-06-11 16:34:10 +00:00
Jason W. Bacon
e2dfc02582 auto-admin: Greatly improved auto-gpu-setup
Factored code to ensure consistent results
Add nv driver option for old nVidia GPUs
Add no driver/DRM and "don't touch my config" options
2020-06-11 16:13:59 +00:00
Piotr Kubaj
53b5a482a6 x11/sterm: use correct PATHFILES for SOLARIZED option
PR:		247159
Reported by:	gspurki@gmail.com
2020-06-11 16:09:35 +00:00
Gleb Popov
83c896cf2f sysutils/rtsx-kmod: Add a port for a development version of the Realtek card readers driver.
PR:		204521
2020-06-11 16:02:21 +00:00
Piotr Kubaj
74d894471e devel/arm-none-eabi-gcc: fix build on powerpc64 elfv2
Use the same patch that is already widely used in the ports tree.
2020-06-11 15:58:55 +00:00
Dave Cottlehuber
6377e64d91 databases/couchdb3: amend PORTREVISION broken in r538498
Sponsored by:	SkunkWerks, GmbH
2020-06-11 15:42:05 +00:00
Thierry Thomas
c94fb07037 Upgrade to 2.9.2.
Release notes at
<https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.9.2>.
2020-06-11 15:39:06 +00:00
Dave Cottlehuber
fe20632665 databases/couchdb3: re-enable web UI
over-zealous PORTNAME replacement breaks the environment vars that
tell CouchDB where to serve files for the administrator portal.

Sponsored by:	SkunkWerks, GmbH
2020-06-11 15:38:39 +00:00
Piotr Kubaj
c15bd61f56 devel/aarch64-none-elf-gcc: fix build on powerpc64 elfv2
Use the same patch that is already widely used in the ports tree.
2020-06-11 15:27:26 +00:00
Emmanuel Vadot
1dabfc261b vkquake: Fix build when having no X11 deps
When building with no X11 in all the ports vkquake can't find the vulkan_core.h
header. This is because no dependency add /usr/local/include to the CFLAGS.
Fix this by adding setting VULKAN_SDK to ${LOCALBASE}, the Makefile in the Quake
directory will add the proper CFLAGS.

Approved by:	Greg V (maintainer)
Differential Revision:	https://reviews.freebsd.org/D25233
2020-06-11 15:25:01 +00:00
Baptiste Daroussin
14a7c49324 Update atk to 2.36.0
It is ABI and API backward compatible with atk 2.28, so no need
to wait for a full upgrade of gnome to upgrade this component
2020-06-11 15:06:50 +00:00
Roman Bogorodskiy
c686072a84 devel/libosinfo: update to 1.8.0 2020-06-11 15:02:13 +00:00
Roman Bogorodskiy
8512649460 sysutils/osinfo-db-tools: update to 1.8.0 2020-06-11 14:57:40 +00:00
Emanuel Haupt
d23ddf26ca Update to 1.09
PR:		247156
Submitted by:	driesm.michiels@gmail.com (maintainer)
Changelog:	https://github.com/google/google-authenticator-libpam/releases/tag/1.09
2020-06-11 14:29:35 +00:00
Emmanuel Vadot
3d85ce5b1b mesa-dri: Switch back to the dri swrast drivers
The meson switch changed which swrast driver we build from dri to gallium.
I'm not too sure at how the gallium swrast is usable but switch back to the dri
one.
This also fixes the build on armv7 where the gallium swrast driver isn't available.

Approved by:	zeising (x11@ implicit)
2020-06-11 14:22:35 +00:00
Thomas Zander
87fc4e46d1 Update to upstream release 0.21.24
Details:
- Bug fixes, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.24/NEWS

MFH:		2020Q2 (hat: ports-secteam)
2020-06-11 14:04:08 +00:00
Alan Somers
f997439c1b sysutils/smartmontools: periodic should always alert about failing disks
Periodic scripts should return rc=1 for informational messages.  For matters
that require urgent attention, then should return rc=3 (or greater).  A
SMART imminent failure prediction requires urgent attention, so it should
return rc=3.

PR:		246785
Approved by:	samm (maintainer timeout)
Sponsored by:	Axcient
2020-06-11 14:04:00 +00:00
Olli Hauer
4537aa0957 - update to 3.6-20200610 2020-06-11 14:01:25 +00:00
Emanuel Haupt
e1e4482064 Update to 1.11.4
PR:		247162
Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)
2020-06-11 13:57:13 +00:00
Bradley T. Hughes
f7e53020af www/node12: Update 12.16.3 -> 12.17.0
https://nodejs.org/en/blog/release/v12.17.0/

Sponsored by:	Miles AS
2020-06-11 13:52:43 +00:00
Bradley T. Hughes
973ec248b4 www/node: Update 14.2.0 -> 14.3.0
https://nodejs.org/en/blog/release/v14.3.0/

Sponsored by:	Miles AS
2020-06-11 13:45:23 +00:00
Emanuel Haupt
f54e5c51a8 Document net-mgmt/tcpreplay vulnerabilities 2020-06-11 13:24:05 +00:00
Matthias Fechner
e064340981 Update to 13.0.6.
This update does not change anything, but makes sure the correct version is displayed in the admin panel.
2020-06-11 13:15:58 +00:00
Kai Knoblich
d1b8e65554 www/py-dj22-django-formset-js-improved: Rename port
* The port was added with the "dj22-" prefix to use Django 2.2 explicitly.

  In the meantime most Django ports have been switched from Django 1.11
  (End-of-Life) to Django 2.2 (current LTS release).

  Hence rename the port to "py-django-formset-js-improved" to be consistent
  with the names of the other Django ports and to retain the history.

PR:		247032
Approved by:	Alexander Sieg (maintainer)
2020-06-11 13:15:34 +00:00
Tilman Keskinoz
407fcf359d Update to 0.9.0 2020-06-11 13:11:46 +00:00