aboutsummaryrefslogtreecommitdiff
path: root/emulators/i386-wine-devel
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-063-3/+0
|
* emulators/i386-wine-devel: Rebuild the binaries.Gleb Popov2021-03-284-27/+32
| | | | | | | | | | PR: 254516 Submitted by: Alexander Vereeken <Alexander88207@protonmail.com> Reviewed by: arrowd Differential Revision: https://reviews.freebsd.org/D29367 Notes: svn path=/head/; revision=569395
* emulators/i386-wine-devel: Return to poolNeel Chauhan2021-02-242-2/+2
| | | | Notes: svn path=/head/; revision=566442
* Revert r566436,r566439, i386-wine-devel segfaults with my changes.Neel Chauhan2021-02-245-181/+29
| | | | | | | Also bump PORTEPOCH Notes: svn path=/head/; revision=566441
* emulators/i386-wine-devel: Use correct hashes in distinfoNeel Chauhan2021-02-241-9/+9
| | | | Notes: svn path=/head/; revision=566439
* emulators/i386-wine-devel: Update to 6.2_1Neel Chauhan2021-02-245-28/+180
| | | | | | | | | Also add support for 14.x releases. Differential Revision: https://reviews.freebsd.org/D28908 Notes: svn path=/head/; revision=566436
* emulators/i386-wine-devel: Adopt portNeel Chauhan2021-02-211-1/+1
| | | | Notes: svn path=/head/; revision=566253
* Remove support for FreeBSD 12.1 from various ports.Rene Ladan2021-02-011-2/+2
| | | | | | | | | | | | | FreeBSD 12.1 reached end-of-life today. Adjust the message for the wine ports while here, since stable/13 has branched. Submitted by: rene Reviewed by: jbeich, mandree, mat, osa Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D28406 Notes: svn path=/head/; revision=563570
* www.winehq.org now defaults to https; adjust all URLs.Gerald Pfeifer2021-01-101-1/+1
| | | | Notes: svn path=/head/; revision=561057
* emulators/i386-wine-devel: adjust check for supported versions after 11.3 EOLRene Ladan2020-10-211-2/+2
| | | | | | | Phabricator: D26646 Notes: svn path=/head/; revision=552882
* Drop ports maintainershipLorenzo Salvadore2020-06-211-1/+1
| | | | | | | Approved by: gerald (mentor) Notes: svn path=/head/; revision=539770
* emulators/i386-wine-devel: Fix conflict with x11/nvidia-driverLorenzo Salvadore2020-06-167-75/+17
| | | | | | | | | | | | | | | | | | | Fix a conflict with x11/nvidia-driver involving the file ${PREFIX}/lib32/libGL.so.1. While here, also stop tracking a parallel and redundant history in nvidia.sh: the existing history in that file is removed so that the svn logs are now the only history source (but of course the histoty in the file can be retrieved from older revisions if needed). PR: 245496 Submitted by: iwtcex@gmail.com Reported by: daemonpup@tuta.io Tested by: daemonpup@tuta.io Approved by: gerald (mentor) Notes: svn path=/head/; revision=539385
* emulators/i386-wine-devel: Fix distinfo-updateLorenzo Salvadore2020-06-111-1/+0
| | | | | | | | | | | Use 'make makesum' directly, without calling 'make fetch' before. This avoid errors when updating the port with new distfiles. Approved by: gerald (mentor) Differential Revision: https://reviews.freebsd.org/D25158 Notes: svn path=/head/; revision=538538
* emulators/i386-wine-devel: Small simplification for distinfo-updateLorenzo Salvadore2020-06-041-2/+1
| | | | | | | | Approved by: gerald (mentor) Differential Revision: https://reviews.freebsd.org/D25042 Notes: svn path=/head/; revision=537957
* emulators/i386-wine-devel: Update to 5.8Lorenzo Salvadore2020-05-233-11/+27
| | | | | | | Approved by: gerald (mentor) Notes: svn path=/head/; revision=536287
* emulators/i386-wine: Add USES=desktop-file-utilsLorenzo Salvadore2020-05-041-2/+2
| | | | | | | | | | | Also fix DISTNAME in emulators/i386-wine{-devel} so that PORTREVISION bumps do not break the ports and, while here, sort alphabetically USES in emulators/i386-wine-devel/Makefile.amd64. Approved by: gerald (mentor) Notes: svn path=/head/; revision=533985
* emulators/i386-wine-devel: Simplify PLIST variablesLorenzo Salvadore2020-04-281-8/+0
| | | | | | | | | | Remove *DEVEL PLIST variables as they are now meaningless. Approved by: tcberner (co-mentor) Differential Revision: https://reviews.freebsd.org/D24607 Notes: svn path=/head/; revision=533267
* emulators/i386-wine-devel: Style improvementsLorenzo Salvadore2020-04-274-176/+28
| | | | | | | | | | | | | | | | | - Reorder variables. - Remove tools for updating pkg-plist: they were broken by precedent commits and based on the python 2 script files/mergeplist.py, but python 2 is now EOL. - Move port-update target from Makefile.amd64 to Makefile and rename it distinfo-update as it does not update pkg-plist anymore. - Remove EXTRACT_SUFX and use properly USES=tar:txz instead. - Remove references to removed wine staging ports in CONFLICTS_INSTALL. Approved by: tcberner (co-mentor) Differential Revision: https://reviews.freebsd.org/D24550 Notes: svn path=/head/; revision=533164
* emulators/i386-wine-devel: Fix distinfoLorenzo Salvadore2020-04-081-5/+5
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=531102
* emulators/i386-wine-devel: Update to 5.5Lorenzo Salvadore2020-04-073-100/+313
| | | | | | | | | | | This update also fixes bug #244547. PR: 244547 Approved by: gerald (mentor) Differential Revision: https://reviews.freebsd.org/D24320 Notes: svn path=/head/; revision=530978
* Update i386-wine-devel/files/nvidia.shLorenzo Salvadore2020-03-201-0/+8
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=528784
* emulators/i386-wine*: further unbreak poudriere bulk -aPiotr Kubaj2020-03-143-12/+10
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=528442
* emulators/i386-wine-devel: unbreak bulk -aPiotr Kubaj2020-03-142-1/+2
| | | | | | | | | 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 Notes: svn path=/head/; revision=528409
* emulators/i386-wine-devel: Use standard ports infrastructure for ARCHLorenzo Salvadore2020-03-112-15/+2
| | | | | | | | | | | | | | | | | 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]) Notes: svn path=/head/; revision=528249
* Hand over maintainership to salvadore@ (from the vanilla ports@).Gerald Pfeifer2020-02-101-2/+2
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=525701
* Assign maintainership to new volunteer.Mark Linimon2020-02-081-1/+1
| | | | | | | PR: 243990 Notes: svn path=/head/; revision=525610
* Return these files to the pool too.Rene Ladan2020-02-042-2/+2
| | | | | | | Submitted by: jbeich Notes: svn path=/head/; revision=525146
* Fix the (optional) dependency on wine-mono-devel, which was upgradedGerald Pfeifer2020-02-021-1/+1
| | | | | | | | all the way up to version 4.9.4 starting with revision 475073 in 2018 and further ones until revision 518293 last November. Notes: svn path=/head/; revision=524832
* Clean up support for FreeBSD 11.2.Rene Ladan2019-11-071-2/+2
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=516983
* Port r508499 | gerald | 2019-08-10 from emulators/wine-devel [1]:Gerald Pfeifer2019-09-261-1/+6
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=512892
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508837
* Thinking about r508819 a bit more, make sure nothing depends on fetchMathieu Arnold2019-08-131-1/+1
| | | | | | | directly in ports. Notes: svn path=/head/; revision=508825
* emulators/i386-wine-devel: update to 4.0.r1_1David Naylor2018-12-133-9/+16
| | | | | | | - fix OSVERSION range for FreeBSD 12.0-RELEASE Notes: svn path=/head/; revision=487343
* emulators/i386-wine-devel: update to 3.20David Naylor2018-12-103-19/+130
| | | | Notes: svn path=/head/; revision=487146
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-3/+3
| | | | | | | | | | 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 Notes: svn path=/head/; revision=483807
* i386-wine-devel: update to 3.3David Naylor2018-03-103-20/+27
| | | | | | | | - remove i386-wine-staging (and STAGING option) as patches are no longer provided upstream Notes: svn path=/head/; revision=464066
* emulators/i386-wine-devel: update to 3.1David Naylor2018-02-083-10/+23
| | | | | | | - bump minimum required FreeBSD version Notes: svn path=/head/; revision=461261
* emulators/i386-wine-devel: update to 3.0.r6David Naylor2018-01-162-8/+8
| | | | Notes: svn path=/head/; revision=459152
* emulators/i386-wine-devel: update to 3.0.r4David Naylor2018-01-063-90/+19
| | | | | | | | Mark i386-wine-staging as BROKEN as those patches are no longer available (and now several months of unavailability). Notes: svn path=/head/; revision=458214
* emulators/i386-wine-devel: update to 2.21David Naylor2017-12-103-14/+15
| | | | Notes: svn path=/head/; revision=455891
* emulators/i386-wine-devel: update to 2.20David Naylor2017-11-083-15/+25
| | | | | | | - update the minimum version of -CURRENT required. Notes: svn path=/head/; revision=453754
* emulators/i386-wine-devel: update to 2.19David Naylor2017-10-263-15/+17
| | | | Notes: svn path=/head/; revision=452935
* emulators/i386-wine-devel: update to 2.18_2David Naylor2017-10-183-21/+80
| | | | | | | | - Switch from overriding UNAME_r to _OSRELEASE (the former is no longer supported) for updating port Notes: svn path=/head/; revision=452315
* emulators/i386-wine-devel: update to 2.15David Naylor2017-09-033-14/+20
| | | | Notes: svn path=/head/; revision=449213
* emulators/i386-wine-devel: update to 2.14David Naylor2017-08-123-14/+24
| | | | Notes: svn path=/head/; revision=447823
* Track wine-mono-devel update.Gerald Pfeifer2017-08-101-1/+1
| | | | Notes: svn path=/head/; revision=447700
* emulators/i386-wine-devel: update to 2.13David Naylor2017-07-313-34/+42
| | | | Notes: svn path=/head/; revision=446962
* i386-wine-devel: update to 2.12David Naylor2017-07-303-14/+26
| | | | Notes: svn path=/head/; revision=446940
* emulators/i386-wine-devel: update to 2.11David Naylor2017-07-133-14/+23
| | | | Notes: svn path=/head/; revision=445633
* emulators/i386-wine-devel: add packages for -HEADDavid Naylor2017-06-232-3/+7
| | | | Notes: svn path=/head/; revision=444187