During the last update distinfo was created with wrong values, due to
having old packages in the distfiles directory. Poudriere tests were done
with the same old packages so the issue did not arise at test time.
Recreate distinfo with the right values.
Reported by: rozhuk.im@gmail.com
Approved by: gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D24335
Do not try to install any 32-bit nvidia driver if nvidia-driver version is
440.59 or higher: 440.59 is the first version included in the FreeBSD
ports tree that packages 32-bit drivers together with 64-bit drivers.
PR: 244547
Reported by: maxtesciuc@gmail.com
Approved by: gerald (mentor)
Previous commits uncovered another error:
[00:02:28] Warning: (emulators/i386-wine-devel): Error: Duplicated origin for -: emulators/i386-wine-devel AND emulators/i386-wine. Rerun with -v to see which ports are depending on these.
This is because PORTNAME and PORTVERSION are not defined.
Submitted by: salvadore (maintainer)
Error:
[00:00:55] Error: emulators/i386-wine-devel has incorrect CATEGORIES, first should be 'emulators'. Please contact maintainer of the port to fix this.
[00:00:55] Error: deps_fetch_vars failed for emulators/i386-wine-devel
Until now i386-wine-devel defined its own ARCH variable and manually
included Makefile.i386 for i386 systems and Makefile.inc for amd64
systems. This commit makes use of the standard ARCH variable and renames
Makefile.inc to Makefile.amd64 so that the proper Makefile.${ARCH} is
automatically included.
This requires conditional inclusion of bsd.ports.pre.mk and
bsd.ports.post.mk by emulators/wine-devel [1], master port for
i386-wine-devel: those files must be included only if they have not
already been included by i386-wine-devel.
Approved by: gerald (mentor, maintainer [1])
Fix the optional dependency on emulators/wine-gecko-devel which is
now at version 2.47.1. This is the equivalent of revision 520954
for emulators/i386-wine.
PR: 238081
While here, modernize some comments in Mk/bsd.*.mk.
Note that graphics/drm-fbsd11.2-kmod is not renamed yet, this was somewhat
under discussion.
Submitted by: rene
Reviewed by: antoine, jbeich, mat, zeising
Differential Revision: https://reviews.freebsd.org/D21974
Add a note how to work around Wine issuing an error message of
i386_set_ldt: Invalid argument
Did you reconfigure your kernel with "options USER_LDT"?
On the way port part of r494365 | gerald | 2019-03-02 from
emulators/wine-devel:
Be more bold re games working.
PR: 224264 [1]
Submitted by: rozhuk.im@gmail.com [1]
Reviewed by: arrowd [1]
Approved by: dbn (implicit)
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
- ftp downloads are no longer provided upstream
- PORTREVISION is not bumped:
- on amd64 there is no change as the upstream binaries have not been
rebuilt; and
- on i386 the build is IGNOREd by default
- the next round of binary updates to wine will include this change
PR: 219775
Submitted by: rozhuk.im@gmail.com
* libGL, libEGL, libglesv2, libglapi, and gbm have been moved into mesa-libs,
graphics/dri has been renamed to mesa-dri, and USE_GL has been adjusted
* mesa-libs has a new WAYLAND option that enables platform support in libEGL
* mesa-dri now depends on graphics/s2tc for compressed texture support [1]
* re-remove obsolete dependency on makedepends [2]
* correct sed fix backported from 17.1 [3]
PR: 218799 (exp-run), 212762 [1], 218552 [2], 218562 [3]
Submitted by: dbn [1], jbeich [2,3]
Reported by: afiskon@devzen.ru [1]
Reviewed by: kwm, johalun0@gmail.com
Approved by: portmgr, swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10448