Commit Graph

495105 Commits

Author SHA1 Message Date
Torsten Zuehlsdorff
62f5e7a63a MFH: r523994
lang/php72: Update from 7.2.26 to 7.2.27

Changelog:

    Mbstring:
        Fixed bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`). (CVE-2020-7060)
    Session:
        Fixed bug #79091 (heap use-after-free in session_create_id()).
    Standard:
        Fixed bug #79099 (OOB read in php_strip_tags_ex). (CVE-2020-7059)

Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.27

Approved by:	ports-secteam (joenum)
2020-01-25 00:13:51 +00:00
Piotr Kubaj
7f651c5377 MFH: r523990
multimedia/obs-studio: fix packaging on architectures without luajit

The previous patch missed packaging fix. obslua.so is not installed without luajit.

PR:		243562
Approved by:	yuri (maintainer)

Approved by:	portmgr (fix build blanket)
2020-01-24 21:35:26 +00:00
Tobias Kortkamp
652b3ec933 MFH: r523982
sysutils/runit-faster: Fix runsvdir rc script

%%RUNITDIR%% was not replaced with the correct dir leading to
/var/run/runit/runsvdir/current pointing to some bogus location.

Approved by:	ports-secteam runtime fix blanket
2020-01-24 19:26:34 +00:00
Michael Gmelin
ae7ffb545b MFH: r523920
Fix accidental removal of devfs_rulesets on jail stop

Pulls in a bugfix[0] that has been merged upstream[1].

This bug caused manually configured devfs_rulesets to get deleted on jail
stop, causing jails to come up with a default devfs rules on next start,
which can be a nuisance or even dangerous, depending on the specific setup.

Also adds a minimum devfs_ruleset id for dynamically created devfs rulesets
and fixes a devfs_ruleset resource leak when using plugins.

Take maintainership, as suggested by araujo@ (thanks for taking care of that
port for so long!).

[0]https://github.com/iocage/iocage/pull/1106
[1]753b2f3573

PR:		243510
Approved by:	araujo (maintainer)

Approved by:	ports-secteam (joneum)
2020-01-24 11:36:16 +00:00
Dima Panov
d3c8474bc2 MFH: r523958
mail/opensmtpd-extras: Fix building with MySQL 8.0.1

Obtained from:	OpenSMTPd repo

Approved by:	ports-secteam (miwi)
2020-01-24 10:46:44 +00:00
Christoph Moench-Tegeder
a99d4a063c MFH: r523942
mail/thunderbird: update to 68.4.2 (rc2 for now)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/68.4.2/releasenotes/

Approved by:	portmgr (blanket: web browser alike)
2020-01-23 21:30:36 +00:00
Christoph Moench-Tegeder
2b54514083 MFH: r523939
www/iridium: copy snappy fix from chromium

just like chromium (from which it was forked), iridium embeds a copy
of snappy (the compression library) and cannot be fully switched to
the system-provided archivers/snappy in an easy way. consider this a
band-aid patch

Reported by:	pkubaj

Approved by:	portmgr (blanket: web browser, build fix)
2020-01-23 21:08:55 +00:00
Jan Beich
ece1717585 MFH: r523507 r523850
emulators/citra: update to s20200122

Changes:	cd86c9b04...be17f0851
Approved by:	ports-secteam (swills, implicit for snapshots)
2020-01-23 00:56:18 +00:00
Christoph Moench-Tegeder
514d795a58 MFH: r523845
fix build

in a 12.1amd64 poudriere, chromium failed:
In file included from ../../third_party/leveldatabase/port/port_chromium.cc:10:
../../third_party/snappy/src/snappy.h:76:59: error: unknown type name 'string'; did you mean 'std::string'?
  size_t Compress(const char* input, size_t input_length, string* output);
                                                          ^~~~~~
                                                          std::string
/usr/include/c++/v1/iosfwd:211:65: note: 'std::string' declared here

instead of trying to muck around with type aliasing (see
snappy-stubs-public.h.in) just reference thy type directly, as there's only
one file requiring patching.

Approved by:	portmgr (blanket: web browser, just fix it)
2020-01-22 20:56:05 +00:00
Rene Ladan
1497f12128 MFH: r523616 r523843
devel/monodevelop: unexpire by updating libgit2 and recalculating the checksums.

PR:		242948
Submitted by:	mavalon
Approved by:	maintainer timeout (mono, 3 weeks)

devel/monodevelop: fix a build_fs_violation error happening with poudriere.

PR:		242948 (followup)
Submitted by:	malavon

Approved by:	ports-secteam (joneum)
2020-01-22 20:46:03 +00:00
Matthias Fechner
0a08ee38c9 MFH: r522891 r522992
Bugfix update to 12.6.3.
Changelog:
https://about.gitlab.com/releases/2020/01/09/gitlab-12-6-3-released/

Security related update to 12.6.4.
Changelog:
https://about.gitlab.com/releases/2020/01/13/critical-security-release-gitlab-12-dot-6-dot-4-released/

Security:	f929b172-369e-11ea-9cdb-001b217b3468

Approved by:	ports-secteam (joneum)
2020-01-21 20:57:45 +00:00
Matthias Fechner
8d71392194 MFH: r522890
Update to 0.10.0 which is required for gitlab-ce 12.6.3.

Approved by:	ports-secteam (joneum)
2020-01-21 20:55:33 +00:00
Rene Ladan
f5e4ec5123 MFH: r523735
www/chromium: update to 79.0.3945.130 [1] and restore path for policies [2].

Submitted by:	Matthias Wolf [1], Landon Fuller [2] via Github
Security:	https://chromereleases.googleblog.com/2020/01/stable-channel-update-for-desktop_16.html

Approved by:	ports-secteam (implicit, browser)
2020-01-21 19:38:23 +00:00
Guido Falsi
1c2bd51a05 MFH: r523643
Fix calibre-server startup script by extending the PATH to include
LOBALBASE/bin.

The server looks in path for the pdftohtml binary, which is used
to render PDF files for viewing in the browser.

Reported by:	Alexander Leidinger <Alexander@leidinger.net>

Approved by:	ports-secteam (joneum)
2020-01-21 17:38:48 +00:00
Larry Rosenman
ade18df41c MFH: r522273 r522545 r522582 r523727
sysutils/lsof: fix build following base r356337.

I took the patch from 243122 as it was more correct.

PR:		243122, 243083
Submitted by:	cy, yasu@utahime.org

sysutils/lsof: fix after  base r356432.

PR:		243172
Submitted by:	mjg
Reported by:	yasu@utahime.org

sysutils/lsof: add a PPC64 work around for needing -lzpool

PR:		242833
Submitted by:	luciano@vespaperitivo.it

sysutils/lsof: fix build on powerpc, powerpc64, powerpcse

PR:		242758
Submitted by:	pkubaj

Approved by:	ports-secteam (joneum)
2020-01-21 16:46:43 +00:00
Kai Knoblich
fac373fbda MFH: r523242
net-mgmt/netbox: Update to 2.6.12

Changelog:

Enhancements:
* Improved NAPALM method documentation in Swagger (OpenAPI)
* Preview image attachments when hovering over the link
* Allow NAPALM driver settings to be changed with request headers
* Toggle the display of child prefixes/IP addresses
* Search by description when assigning IP address to interfaces
* Add tenant filter field for cables
* Enable filtering of interfaces by name on the device view
* Add rack selection field to rack elevations view
* Paginate assigned circuits at the provider details view
* Add total path length to cable trace
* Include content of response on webhook error
* Enable word expansion during interface creation
* Enable searching by DNS name when assigning IP address
* Allow passing initial data to custom script forms
* Add local_context_data filter for virtual machines

Bug Fixes:
* Fix validation on tagged VLANs of an interface
* Fix ordering of models when dumping data to JSON
* Fix device role link on config context view
* Allow filtering VM interfaces by multiple MAC addresses
* Fix rendering of grouped custom links
* Allow filtering device components by multiple device names
* Disallow /0 masks for prefixes and IP addresses
* Paginate related IPs on the IP address view
* Fix minimum/maximum value rendering for site ASN field
* Fix filtering of devices by rack group
* Fix references to deleted cables without a label
* Fix divide-by-zero on power feeds with low power values

https://github.com/netbox-community/netbox/releases

Approved by:	ports-secteam (joneum)
2020-01-21 12:23:31 +00:00
Brooks Davis
d1cf6821ce MFH: r523228 r523234 r523575
Update to a new snapshot (welcome to LLVM 11).

Fix plist when COMPILER_RT is disabled.

PR:		243371

Approved by:	portmgr (implicit: buildfix)
2020-01-21 10:53:51 +00:00
Piotr Kubaj
733278c924 MFH: r523712
net-p2p/c-lightning: fix build on GCC architectures

Needs C11 compiler:
cc1: error: unrecognized command line option "-std=gnu11"

Needs include sys/types.h in fdpass.c:
ccan/ccan/fdpass/fdpass.c: In function 'fdpass_send':
ccan/ccan/fdpass/fdpass.c:16:12: error: 'register_t' undeclared (first use in this function)
   16 |   char buf[CMSG_SPACE(sizeof(fd))];
      |            ^~~~~~~~~~

PR:		243481
Approved by:	vd (maintainer)

Approved by:	portmgr (fix build blanket)
2020-01-21 10:49:59 +00:00
Piotr Kubaj
d0b0a544e1 MFH: r523709
devel/binutils@aarch64: unbreak on powerpc64

Builds fine.

Approved by:	portmgr (fix build blanket)
2020-01-21 09:35:30 +00:00
Piotr Kubaj
209795edd8 MFH: r523692
devel/py-subvertpy: fix build on GCC architectures

Using newer GCC works, alhough the error doesn't suggest it:
Exception: apr-config not found. Please set APR_CONFIG environment variable

Approved by:	portmgr (fix build blanket)
2020-01-20 21:40:17 +00:00
Piotr Kubaj
9fe43da9dd MFH: r523689 r522566
devel/py-libzfs: fix build on GCC architectures

Builds fine with GCC9.

devel/py-libzfs: unbreak on powerpc64 elfv2

Builds fine.

Approved by:	portmgr (fix build blanket)
2020-01-20 20:47:43 +00:00
Piotr Kubaj
940cd246c9 MFH: r523686
www/trafficserver: fix build on powerpc64

This port builds on amd64, but without luajit support since there's no luajit for powerpc64.

Also add USES=localbase instead of LIBS+= and remove unused CONFIGURE_ARGS.

Since files are installed to powerpc-freebsd-thread-multi directory, set proper PLIST_SUB and do-install target.

Don't add -L/usr/lib to LDFLAGS, it breaks when compiling with ports GCC.

PR:		243154
Approved by:	gaod@hychen.org (maintainer)
Approved by:	portmgr (fix build blanket)
2020-01-20 20:18:34 +00:00
Jochen Neumeister
377861851f MFH: r523621
Update to 1.10.3

PR:		243437
Submitted by:	stb@lassitu.de (maintainer)
Security:	a512a412-3a33-11ea-af63-0800274e5f20
Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (with hat)
2020-01-20 14:28:39 +00:00
Antoine Brodin
a70ddada23 MFH: r523606
Fix packaging

Reported by:	pkg-fallout
2020-01-20 07:00:35 +00:00
Piotr Kubaj
72ae17de34 MFH: r523594
games/opensurge: fix build on GCC architectures

C++11 compiler is needed for OpenAL:
/usr/local/lib/libopenal.so: undefined reference to `std::overflow_error::overflow_error(char const*)@GLIBCXX_3.4.21'

Approved by:	portmgr (fix build blanket)
2020-01-19 20:57:42 +00:00
Tobias C. Berner
a16a1e99a2 MFH: r523492
lang/spidermonkey60: fix build on i386

Build used to fail with

Unified_cpp_js_src_jsapi-tests0.o: In function `cls_testAtomicOperationsU64::run(JS::Handle<JSObject*>)':
...[_ZN27cls_testAtomicOperationsU643runEN2JS6HandleIP8JSObjectEE]+0x86): undefined reference to `__atomic_load_8'
...[_ZN27cls_testAtomicOperationsU643runEN2JS6HandleIP8JSObjectEE]+0xd0): undefined reference to `__atomic_store_8'
...[_ZN27cls_testAtomicOperationsU643runEN2JS6HandleIP8JSObjectEE]+0x111): undefined reference to `__atomic_exchange_8'
...[_ZN27cls_testAtomicOperationsU643runEN2JS6HandleIP8JSObjectEE]+0x185): undefined reference to `__atomic_compare_exchange_8'
...[_ZN27cls_testAtomicOperationsU643runEN2JS6HandleIP8JSObjectEE]+0x200): undefined reference to `__atomic_compare_exchange_8'
...[_ZN27cls_testAtomicOperationsU643runEN2JS6HandleIP8JSObjectEE]+0x268): undefined reference to `__atomic_fetch_add_8'
...[_ZN27cls_testAtomicOperationsU643runEN2JS6HandleIP8JSObjectEE]+0x2c5): undefined reference to `__atomic_fetch_sub_8'
...[_ZN27cls_testAtomicOperationsU643runEN2JS6HandleIP8JSObjectEE]+0x324): undefined reference to `__atomic_fetch_and_8'
...[_ZN27cls_testAtomicOperationsU643runEN2JS6HandleIP8JSObjectEE]+0x384): undefined reference to `__atomic_fetch_or_8'
...[_ZN27cls_testAtomicOperationsU643runEN2JS6HandleIP8JSObjectEE]+0x3e4): undefined reference to `__atomic_fetch_xor_8'

Switch to using gcc on i386.

Approved by:	ports-secteam (blanket)
2020-01-18 19:58:21 +00:00
Thomas Zander
a9a27fb428 MFH: r523415
Update to upstream version 0.21.19

Details:
- Bugfix release, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.19/NEWS

Approved by:	ports-secteam (riggs)
2020-01-18 11:30:10 +00:00
Tobias Kortkamp
6df7646cbe MFH: r523400
Fix fetch

repo.maven.apache.org turned off HTTP support on 2020/01/15.

501 HTTPS Required.
Use https://repo.maven.apache.org/maven2/
More information at https://links.sonatype.com/central/501-https-required

Approved by:	ports-secteam blanket
2020-01-18 04:29:06 +00:00
Jan Beich
58d83c1af9 MFH: r523385
multimedia/libva-utils: unbreak X11=off after r520942

../videoprocess/vppscaling_n_out_usrptr.cpp:41:10: fatal error: 'va/va_x11.h' file not found
#include <va/va_x11.h>
         ^~~~~~~~~~~~~

PR:		243418
Reported by:	Igor Pavlov
Approved by:	ports-secteam blanket
2020-01-18 01:12:10 +00:00
Jan Beich
42773bb5ab MFH: r523377
www/firefox: update to 72.0.2

Changes:	https://www.mozilla.org/firefox/72.0.2/releasenotes/
PR:		242605
Approved by:	ports-secteam blanket
2020-01-18 00:12:08 +00:00
Jan Beich
b2c055c0ee MFH: r523376
www/firefox-esr: update to 68.4.2

Changes:	https://www.mozilla.org/firefox/68.4.2/releasenotes/
Approved by:	ports-secteam blanket
2020-01-18 00:11:22 +00:00
Jochen Neumeister
b09b3dcf8d MFH: r523343
Update to 4.9.4

Changelog: https://www.phpmyadmin.net/news/2020/1/8/phpmyadmin-494-and-501-are-released/

Security:	f929b172-369e-11ea-9cdb-001b217b3468
Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (with hat)
2020-01-17 18:27:27 +00:00
Jochen Neumeister
e247e347e0 MFH: r523345
Update to 5.0.1

Changelog: https://www.phpmyadmin.net/news/2020/1/8/phpmyadmin-494-and-501-are-released/

Security:	f929b172-369e-11ea-9cdb-001b217b3468
Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (with hat)
2020-01-17 18:25:36 +00:00
Jan Beich
b70b475bcb MFH: r523303
multimedia/libva: update to 2.6.1

Changes:	https://github.com/intel/libva/releases/tag/2.6.1
ABI:		https://abi-laboratory.pro/tracker/timeline/libva/
Reported by:	GitHub (watch releases)
Approved by:	ports-secteam blanket (reliability fixes)
2020-01-17 15:34:43 +00:00
Jochen Neumeister
aebbd51893 MFH: r523297
databases/mysql56-{client, server}: Update to latest release 5.6.47

Bugs Fixed:
- Replication: When GTIDs are enabled on a replication master and slave, and the slave connects to the master with the MASTER_AUTO_POSITION=1 option set, the master must send the slave all the transactions that the slave has not already received, committed, or both. If any of the transactions that should be sent by the master have been already purged from the master's binary log, the master sends the error ER_MASTER_HAS_PURGED_REQUIRED_GTIDS (1789) to the slave, and replication does not start.
  The message provided for the error ER_MASTER_HAS_PURGED_REQUIRED_GTIDS has been changed to provide advice on the correct action in this situation, which is for the slave to replicate the missing transactions from another source, or for the slave to be replaced by a new slave created from a more recent backup. The message advises that the master's binary log expiration period can be revised to avoid the situation in future. In addition, the master now identifies the GTIDs of the purged transactions and supplies them in its error log in the warning message ER_FOUND_MISSING_GTIDS (11809), so that you do not need to calculate the missing GTIDs manually.
- With multiple sessions executing concurrent INSERT ... ON DUPLICATE KEY UPDATE statements into a table with an AUTO_INCREMENT column but not specifying the AUTO_INCREMENT value, inserts could fail with a unique index violation.
- A SELECT using a WHERE condition of the form A AND (B OR C [OR ...]) resulting in an impossible range led to an unplanned exit of the server.
- An incomplete connection packet could cause clients not to properly initialize the authentication plugin name.

Approved by:	mmokhi (maintainer, implicit)
Security:	a6cf65ad-37d2-11ea-a1c7-b499baebfeaf
Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (with hat)
2020-01-17 14:38:39 +00:00
Jochen Neumeister
a8417e4033 MFH: r523239
databases/mysq56-{client, server}: Update to latest release 5.7.29

Bugs Fixed:
- InnoDB: os_file_get_parent_dir warnings were encountered when compiling MySQL with GCC 9.2.0.
- InnoDB: An internal function (btr_push_update_extern_fields()) used to fetch newly added externally stored fields and update them during a pessimistic update or when going back to a previous version of a record was no longer required. Newly added externally stored fields are updated by a different function. Also, the method used to determine the number of externally stored fields was corrected.
- InnoDB: A comparison function found two records to be equal when attempting to merge non-leaf pages of a spatial index. The function was unable to handle this unexpected condition, which resulted in a long semaphore wait and an eventual assertion failure.
- Replication: A memory leak could occur when a failed replication group member tried to rejoin a minority group and was disallowed from doing so.
- Docker packages were missing the LDAP authentication plugins.

More Infos: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-29.html

Approved by:	mmokhi (maintainer, implicit)
Security:	a6cf65ad-37d2-11ea-a1c7-b499baebfeaf
Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (with hat)
2020-01-17 14:37:31 +00:00
Rene Ladan
c0b66fbeb3 MFH: r523259
www/chromium: update to 79.0.3945.117

Submitted by:	Matthias Wolf via GitHub
Pull requests:	169, 170

Approved by:	ports-secteam (implicit, browser)
2020-01-16 21:03:39 +00:00
Ganael LAPLANCHE
4594f6e0b3 MFH: r523101
Fix segmentation fault at startup when IPv6 is enabled

Backport commit 5d34493 from upstream.

PR:		243307
Submitted by:	Victor Sudakov <vas@sibptus.ru>
Obtained from:	Github <5d344937d6>

Approved by:	portmgr
2020-01-16 16:10:50 +00:00
Kai Knoblich
9aab489596 MFH: r523241
textproc/py-tablib: Fix RUN_DEPENDS of devel/py-backports.csv

* The Python version restriction of devel/py-backports.csv was relaxed in
  r519566.  Thus update the RUN_DEPENDS accordingly and remove the
  workaround for setup.py which is no longer needed.

* Bump PORTREVISION for package change.

PR:		243339
Submitted by:	sunpoet

Approved by:	ports-secteam dependency fix blanket
2020-01-16 15:23:33 +00:00
Jan Beich
29f95d4c5c MFH: r523194
emulators/citra: update to s20200115

Changes:	020cd56ad...cd86c9b04
Approved by:	ports-secteam (swills, implicit for snapshots)
2020-01-15 23:21:19 +00:00
Jan Beich
5547da5e50 MFH: r523173
x11-wm/sway: update to 1.3.r3

Changes:	https://github.com/swaywm/sway/releases/tag/1.3-rc3
Reported by:	GitHub (watch releases)
Approved by:	ports-secteam blanket (reliability fixes)
2020-01-15 21:17:51 +00:00
Piotr Kubaj
a023c78bd1 MFH: r523169
emulators/qemu-user-static: unbreak on powerpc64

Builds and works fine.

Approved by:	portmgr (fix build blanket)
2020-01-15 21:10:15 +00:00
Jochen Neumeister
2a0367fb9f MFH: r523155
databases/mysql80-{client, server}: Update to latest release 8.0.19

- New FPROFILE_GENERATE and FPROFILE_USE CMake options are available for experimenting with profile guided optimization (PGO) with GCC. See the cmake/fprofile.cmake in a MySQL source distribution for information about using them. These options have been tested with GCC 8 and 9, and with Clang.
- Enabling FPROFILE_USE also enables WITH_LTO (link time optimization).
- Innodb_system_rows_read, Innodb_system_rows_inserted, Innodb_system_rows_deleted status variables were added for counting row operations on InnoDB tables that belong to system-created schemas. The new status variables are similar to the existing Innodb_rows_read, Innodb_rows_inserted, Innodb_rows_deleted status variables, which count operations on InnoDB tables that belong to both user-created and system-created schemas.
- The new status variables are useful in replication environments where relay_log_info_repository and master_info_repository variables are set to TABLE, resulting in higher row operation counts on slaves due to operations performed on the slave_master_info, slave_replay_log_info, and slave_worker_info tables, which belong to the system-created mysql schema. For a valid comparison of master and slave row operation counts, operations on tables in system-created schemas can now be excluded using the count data provided by the new status variables.

More infos: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-19.html

Submitted by:	fluffy
Approved by:	mmokhi (maintainer, implicit)
Sponsored by:	Netzkommune GmbH
Security: 	a6cf65ad-37d2-11ea-a1c7-b499baebfeaf

Approved by:	ports-secteam (with hat)
2020-01-15 21:02:12 +00:00
Niclas Zeising
c3a98bbc50 MFH: r523110
graphics/drm-kmod ports: Update snapshots

Update snapshots of all linux KPI based DRM graphics driver ports.
This update fixes an information disclosure security vulnerability.

Please note that only the drivers for intel GPUs are affected.

Security:	d2c2c815-3793-11ea-8be3-54e1ad3d6335

Approved by:	ports-secteam (implicit, security fix, drm-drivers blanket)
2020-01-15 13:56:34 +00:00
Piotr Kubaj
66798c8593 MFH: r523108
games/flightgear-mb339-pan: unbreak on powerpc64

Builds fine on powerpc64, but takes long to package. If it times out, Poudriere limits should be increased.

Approved by:	portmgr (fix build blanket)
2020-01-15 13:49:17 +00:00
Piotr Kubaj
eb6bbe311c MFH: r523099
math/libflame: unbreak on powerpc64

Builds fine on powerpc64.

Approved by:	portmgr (fix build blanket)
2020-01-15 10:51:47 +00:00
Jochen Neumeister
08e48ab0e8 MFH: r523097
Update to 7.69

- https://www.drupal.org/project/drupal/releases/7.69
- https://www.drupal.org/project/drupal/releases/7.68
- https://www.drupal.org/sa-core-2019-012

Security:	3da0352f-2397-11ea-966e-000ffec0b3e1
Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (with hat)
2020-01-15 10:47:40 +00:00
Bernard Spil
f511796b61 security/openssl111: Mark deprecation
Approved by:	ports-secteam (adamw)
2020-01-15 10:21:00 +00:00
Piotr Kubaj
da02d1d0f1 MFH: r523068
net/tcpkali: fix build on GCC architectures

Builds fine with C11 compiler.

Approved by:	portmgr (fix build blanket)
2020-01-14 21:30:57 +00:00
Piotr Kubaj
93802f765a MFH: r523060
games/dxx-rebirth: update to 20191227

Allows us to remove the necessary patch and fixes build on i386.

Approved by:	portmgr (fix build blanket)
2020-01-14 19:58:39 +00:00