(Only the first 10 of 16 ports in this commit are shown above. )
emulators/i386-wine-devel: Remove port.
This port and its pre-built binaries have not been updated lately and
emulators/wine-devel is now providing i386 support on amd64, so remove
i386-wine-devel.
Adjust CONFLICTS_INSTALL on related ports and simplify (and update both
user and developer documentation in wine-devel).
Approved by: maintainer (= submitter)
PR: 259589
Differential Revision: https://reviews.freebsd.org/D32322
Port r508499 | gerald | 2019-08-10 from emulators/wine-devel [1]:
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)
Enable packaging of emulators/i386-wine-devel on amd64 (part 1/2).
CHANGES
-------
Provide two ports, in one. When compiling on i386 the port behaves
as a slave port of wine-devel, creating a package suitable for
installation on amd64. No change here
When compiling on amd64 the port manually installs the provided
amd64 packages (see wiki.FreeBSD.org/i386-Wine for those packages)
and thus allowing the packages to be "build" using the FreeBSD
infrastructure, and critically, to appear in the standard package
set without requiring users to manually add these packages to their
systems.
(Only the first 15 lines of the commit message are shown above )