1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
Commit Graph

518406 Commits

Author SHA1 Message Date
Tobias C. Berner
d31267a37b net/afpfs-ng: fix build on recent current 2020-08-27 17:44:18 +00:00
Michael Gmelin
7fe3b6e9d5 Mark as BROKEN on 13 to stop pkg-fallout emails.
The port will expire on 2020-09-15, so no point in spending time on
fixing it for llvm11.
2020-08-27 17:41:00 +00:00
Tobias C. Berner
21ef1b1117 security/aescrypt: fix build on recent current 2020-08-27 17:40:04 +00:00
Tobias C. Berner
57032c87c6 emulators/advancemame: fix build on recent current 2020-08-27 17:39:24 +00:00
Jason E. Hale
6592feeb69 deskutils/treeline: Update to 3.1.3 2020-08-27 17:37:30 +00:00
Tobias C. Berner
16602fb28d sysutils/adtool: fix build on recent current 2020-08-27 17:23:10 +00:00
Tobias C. Berner
4c2d8c6c77 games/acm: fix build on current 2020-08-27 17:20:03 +00:00
Tobias C. Berner
60d8841f5d grahpics/acidwarp-sdl: fix build on recent current 2020-08-27 17:15:12 +00:00
Steve Wills
26e3ea1322 devel/gitlab-runner: update to 13.3.0 2020-08-27 17:14:24 +00:00
Tobias C. Berner
7f816f6e0f games/ace-of-penguins: fix build on recent current 2020-08-27 17:11:23 +00:00
Tobias C. Berner
ae7a743fbe math/abs: fix build on recent current 2020-08-27 17:08:48 +00:00
Tobias C. Berner
9d0c4fe0e1 textproc/wordnet: fix build on recent current 2020-08-27 17:05:20 +00:00
Jason E. Hale
42874042f0 archivers/urbackup-client: Remove build fixes for security/cryptopp >= 6.0.0
that have since been incorporated upstream.
2020-08-27 17:01:34 +00:00
Jason E. Hale
0cf7c2041b archivers/urbackup-server: Remove build fixes for security/cryptopp >= 6.0.0
that have since been incorporated upstream.
2020-08-27 17:01:02 +00:00
Tobias C. Berner
84808f8dd9 irc/unreal: fix build on recent current 2020-08-27 16:57:53 +00:00
Tobias C. Berner
e1afd3407b sysutils/opencorsairlink: fix on recent current
Obtained from:	d600c7ff03
2020-08-27 16:55:04 +00:00
Tobias C. Berner
2b9ad52c2c sysutils/LPRng: fix build on recent current 2020-08-27 16:52:16 +00:00
Tobias C. Berner
08fb9aacef x11/9box: fix build on recent current 2020-08-27 16:45:12 +00:00
Tobias C. Berner
1793b65e6d devel/9base: fix build on recent current 2020-08-27 16:34:54 +00:00
Tobias C. Berner
9fbfada19a textproc/2bsd-diff: fix build on recent current 2020-08-27 16:30:05 +00:00
Tobias C. Berner
807b27f2de games/0verkill: fix build on recent current 2020-08-27 16:28:23 +00:00
Tobias C. Berner
28f41c06fe sysutils/udfclient: update to 0.8.11 (fixes build on current)
PR:		248952
Approved by:	avg (maintainer)
2020-08-27 16:24:02 +00:00
Tobias C. Berner
73ef95b88d math/vtk8: fix build on recent current
Obtained from:	a9079bdccb.patch
2020-08-27 16:23:11 +00:00
Eugene Grosbein
7af5c88cc7 games/bsdgames: fix build for clang 11 and gcc 10 (FreeBSD 13)
Add -fcommon to CFLAGS as patching this historic code would be
too invasive. PORTREVISION not bumped as it fixes build for FreeBSD 13.

Reported by:	pkg-fallout
2020-08-27 15:47:15 +00:00
Tobias C. Berner
c4f4310d40 games/four-in-a-row: fix build on recent current 2020-08-27 15:41:06 +00:00
Mark Felder
886a26cbc2 multimedia/plexmediaserver{-plexpass}: Update to 1.20.1.3252
Changelog:	https://forums.plex.tv/t/plex-media-server/30447/362
2020-08-27 15:20:34 +00:00
Sergey A. Osokin
e44bf3e567 Update third-party tarantool module to its recent commit.
Bump PORTREVISION.
2020-08-27 15:14:58 +00:00
Jason E. Hale
da553050fb audio/taglib: Fix packaging if TEST option is enabled
- Add STATIC option to fix packaging if the TEST option is enabled. Taglib
  only allows for static libraries to be built when testing is enabled. [1]
- devel/cppunit needs to be present at build time for the tests to be built.
- Enable symbol visibility.
- Boost support was removed upstream, so we no longer need to disable the
  check for it.

PR:		246203 [1]
Submitted by:	<daniel.engberg.lists@pyret.net> [1]
Reported by:	<sdalu@sdalu.com> [1]
2020-08-27 15:08:40 +00:00
Sergey A. Osokin
90c2d3aac3 Update from 1.0.7 to 1.0.9.
<Security note>

Please consider updating brotli to version 1.0.9 (latest).

Version 1.0.9 contains a fix to "integer overflow" problem.  This
happens when "one-shot" decoding API is used (or input chunk for
streaming API is not limited), input size (chunk size) is larger
than 2GiB, and input contains uncompressed blocks. After the
overflow happens, `memcpy` is invoked with a gigantic `num`
value, that will likely cause the crash.

</Security note>
2020-08-27 14:45:38 +00:00
Kyle Evans
a4e89b62f0 x11-wm/piewm: fix the build with LLVM 11
This patch de-extern'd yylineno to actually cause the build failure that
popped up with the new -fno-common default that debuted in LLVM 11 and GCC
10. Simply remove the patch to fix the build.

PR:		248859
MFH:		2020Q3 (-fno-common build fix)
2020-08-27 14:33:29 +00:00
Steve Wills
15e7de31a0 devel/py-pytest-rerunfailures: udpate to 9.1 2020-08-27 14:01:12 +00:00
Steve Wills
096590c6ee net/google-cloud-sdk: update to 307.0.0 2020-08-27 13:53:56 +00:00
Steve Wills
da1f740a0f net-im/matterbridge: update to 1.18.2 2020-08-27 13:26:34 +00:00
Alexey Dokuchaev
b109f19c0d Update to version 1.11.1.
Reported by:	portscout
2020-08-27 13:19:44 +00:00
Eugene Grosbein
2c8b77a0a4 net/mpd5: improve logging in rare case of libpdel failure.
Import upstream r2329 and r2373 to direct assertion message to the log.
See also: https://sourceforge.net/p/mpd/bugs/68/
2020-08-27 13:14:31 +00:00
Steve Wills
a76f4ed38a www/minio: update to 2020.08.27.05.16.20 2020-08-27 13:14:22 +00:00
Tobias C. Berner
05cfd275a5 print/tex-luatex: fix build on recent current 2020-08-27 13:14:17 +00:00
Tobias C. Berner
44f6ee64ea net/mosquitto: fix build on recent current
Obtained from:	8a4ae28fa9
2020-08-27 13:06:58 +00:00
Tobias C. Berner
cdc079f3da multimedia/obs-studio: fix build on recent current
Obtained from:	c7f84f8fc4
2020-08-27 13:00:28 +00:00
Tobias C. Berner
e651f28c1d security/razorback-masterNugget: fix build on recent current
rzb_nugget.c:333:2: error: misleading indentation; statement is not part of the previous 'for' [-Werror,-Wmisleading-indentation]
        rzb_log(LOG_DEBUG, "LoadNuggets: SO Version: %s", sg_sSoVersion);
        ^
2020-08-27 12:55:56 +00:00
Max Brazhnikov
2ad162d894 emulators/x16-emulator:
- Update to r38
2020-08-27 12:43:31 +00:00
Tobias C. Berner
8fe34f619b multimedia/libcec: fix build on recent current 2020-08-27 12:39:08 +00:00
Tobias C. Berner
abea843f71 graphics/ming: fix build on current
The issue with duplicate symbols has been reported upstream on 2016-11-22:
	https://github.com/libming/libming/issues/55
2020-08-27 12:30:19 +00:00
Sergey A. Osokin
40ce5d4af6 Update third-party spnego-http-auth module to its recent version.
Bump PORTREVISION.
2020-08-27 12:06:24 +00:00
Rene Ladan
09df8f4601 Remove expired ports:
2020-08-26 audio/timidity++-tcltk: Broken for more than 6 months
2020-08-26 biology/pbcopper: Broken for more than 6 months
2020-08-26 devel/ace: Broken for more than 6 months
2020-08-26 devel/bin86: Broken for more than 6 months
2020-08-26 devel/erlang-oserl: Broken for more than 6 months
2020-08-20 emulators/qemu40: Please consider using qemu or qemu41
2020-08-26 games/linux-darwinia-demo: Broken for more than 6 months
2020-08-26 games/linux-defcon: Broken for more than 6 months
2020-08-26 games/linux-uplink-demo: Broken for more than 6 months
2020-08-26 games/xevil: Broken for more than 6 months
2020-08-26 games/xminesweep: Broken for more than 6 months
2020-08-26 graphics/backfract: Broken for more than 6 months
2020-08-26 japanese/kanjipad: Broken for more than 6 months
2020-08-26 japanese/xdtp: Broken for more than 6 months
2020-08-26 korean/hpscat: Broken for more than 6 months
2020-08-26 math/barvinok: Broken for more than 6 months
2020-08-26 math/openmesh: Broken for more than 6 months
2020-08-26 math/rehearse: Broken for more than 6 months
2020-08-26 net/hinfo: Broken for more than 6 months
2020-08-26 science/fleur: Broken for more than 6 months
2020-08-26 science/lm: Broken for more than 6 months
2020-08-26 security/ddos_scan: Broken for more than 6 months
2020-08-26 security/gag: Broken for more than 6 months
2020-08-26 security/py-keystone: Broken for more than 6 months
2020-08-26 sysutils/mono-kmod: mastersite disappeared, unfetchable
2020-08-26 x11-themes/gtk-cleanice-engine: Broken for more than 6 months
2020-08-26 x11-wm/aewm: Broken for more than 6 months
2020-08-27 11:25:47 +00:00
Dmitry Marakasov
3ba6db94dd - Add LICENSE
- Update WWW

Approved by:	portmgr blanket
2020-08-27 09:36:41 +00:00
Mathieu Arnold
ca0d9d2cd3 Garbage collect the SIGCHASE option, it was removed in 9.12.
PR:		248938
Submitted by:	John Hein
2020-08-27 08:34:29 +00:00
Alexey Dokuchaev
1ef6986041 - Update IceWM to version 1.8.0
- Adapt to strtok_r() behavior on FreeBSD (see
  https://github.com/ice-wm/icewm/issues/23)

Found out via:	www.opennet.ru
2020-08-27 08:11:31 +00:00
Alexey Dokuchaev
b544f1eb52 Unbreak the build on recent -CURRENT.
Reported by:	pkg-fallout
2020-08-27 08:11:18 +00:00
Alexey Dokuchaev
27b279413e Now that tests are built after r546301, hook them to our framework
so "make test" would work.  Currently 99% tests pass, 2 tests fail
out of 186 (on amd64).
2020-08-27 08:01:14 +00:00