Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Jan 2021 12:06:29
5.8_1,1

|
gerald  |
www.winehq.org now defaults to https; adjust all URLs. |
21 Oct 2020 19:06:43
5.8_1,1

|
rene  |
emulators/i386-wine-devel: adjust check for supported versions after 11.3 EOL
Phabricator: D26646 |
21 Jun 2020 15:36:35
5.8_1,1

|
salvadore  |
Drop ports maintainership
Approved by: gerald (mentor) |
16 Jun 2020 22:38:56
5.8_1,1

|
salvadore  |
emulators/i386-wine-devel: Fix conflict with x11/nvidia-driver
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) |
11 Jun 2020 20:29:15
5.8,1

|
salvadore  |
emulators/i386-wine-devel: Fix distinfo-update
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 |
04 Jun 2020 20:14:44
5.8,1

|
salvadore  |
emulators/i386-wine-devel: Small simplification for distinfo-update
Approved by: gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D25042 |
23 May 2020 11:24:59
5.8,1

|
salvadore  |
emulators/i386-wine-devel: Update to 5.8
Approved by: gerald (mentor) |
04 May 2020 20:46:08
5.5,1

|
salvadore  |
emulators/i386-wine: Add USES=desktop-file-utils
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) |
28 Apr 2020 21:05:34
5.5,1

|
salvadore  |
emulators/i386-wine-devel: Simplify PLIST variables
Remove *DEVEL PLIST variables as they are now meaningless.
Approved by: tcberner (co-mentor)
Differential Revision: https://reviews.freebsd.org/D24607 |
27 Apr 2020 20:00:08
5.5,1

|
salvadore  |
emulators/i386-wine-devel: Style improvements
- 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 |
08 Apr 2020 09:04:11
5.5,1

|
salvadore  |
emulators/i386-wine-devel: Fix distinfo
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 |
07 Apr 2020 13:36:11
5.5,1

|
salvadore  |
emulators/i386-wine-devel: Update to 5.5
This update also fixes bug #244547.
PR: 244547
Approved by: gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D24320 |
20 Mar 2020 15:23:42
4.0.r1_1,1

|
salvadore  |
Update i386-wine-devel/files/nvidia.sh
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) |
14 Mar 2020 21:00:40
4.0.r1_1,1

|
pkubaj  |
emulators/i386-wine*: further unbreak poudriere bulk -a
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) |
14 Mar 2020 13:32:59
4.0.r1_1,1

|
pkubaj  |
emulators/i386-wine-devel: unbreak bulk -a
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 |
11 Mar 2020 19:49:34
4.0.r1_1,1

|
salvadore  |
emulators/i386-wine-devel: Use standard ports infrastructure for ARCH
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]) |
10 Feb 2020 11:19:57
4.0.r1_1,1

|
gerald  |
Hand over maintainership to salvadore@ (from the vanilla ports@).
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 |
08 Feb 2020 21:02:16
4.0.r1_1,1

|
linimon  |
Assign maintainership to new volunteer.
PR: 243990 |
04 Feb 2020 11:09:26
4.0.r1_1,1

|
rene  |
Return these files to the pool too.
Submitted by: jbeich |
02 Feb 2020 08:53:43
4.0.r1_1,1

|
gerald  |
Fix the (optional) dependency on wine-mono-devel, which was upgraded
all the way up to version 4.9.4 starting with revision 475073 in 2018
and further ones until revision 518293 last November. |
07 Nov 2019 16:30:12
4.0.r1_1,1

|
rene  |
Clean up support for FreeBSD 11.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 |
26 Sep 2019 12:17:06
4.0.r1_1,1

|
gerald  |
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) |
13 Aug 2019 16:03:12
4.0.r1_1,1

|
mat  |
Convert to UCL & cleanup pkg-message (categories e-g) |
13 Aug 2019 13:45:01
4.0.r1_1,1

|
mat  |
Thinking about r508819 a bit more, make sure nothing depends on fetch
directly in ports. |
13 Dec 2018 05:53:05
4.0.r1_1,1

|
dbn  |
emulators/i386-wine-devel: update to 4.0.r1_1
- fix OSVERSION range for FreeBSD 12.0-RELEASE |
10 Dec 2018 10:25:05
3.20,1

|
dbn  |
emulators/i386-wine-devel: update to 3.20 |
02 Nov 2018 13:32:35
3.3,1

|
rene  |
Remove compatibility code for FreeBSD < 11.2 from all ports.
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 |
10 Mar 2018 11:14:02
3.3,1

|
dbn  |
i386-wine-devel: update to 3.3
- remove i386-wine-staging (and STAGING option) as patches are no longer
provided upstream |
08 Feb 2018 19:15:02
3.1,1

|
dbn  |
emulators/i386-wine-devel: update to 3.1
- bump minimum required FreeBSD version |
16 Jan 2018 04:04:59
3.0.r6,1

|
dbn  |
emulators/i386-wine-devel: update to 3.0.r6 |
06 Jan 2018 05:31:43
3.0.r4,1

|
dbn  |
emulators/i386-wine-devel: update to 3.0.r4
Mark i386-wine-staging as BROKEN as those patches are no longer available
(and now several months of unavailability). |
10 Dec 2017 12:28:08
2.21,1

|
dbn  |
emulators/i386-wine-devel: update to 2.21 |
08 Nov 2017 17:19:37
2.20,1

|
dbn  |
emulators/i386-wine-devel: update to 2.20
- update the minimum version of -CURRENT required. |
26 Oct 2017 18:28:54
2.19,1

|
dbn  |
emulators/i386-wine-devel: update to 2.19 |
18 Oct 2017 06:29:21
2.18_2,1

|
dbn  |
emulators/i386-wine-devel: update to 2.18_2
- Switch from overriding UNAME_r to _OSRELEASE (the former is no longer
supported) for updating port |
03 Sep 2017 18:01:45
2.15,1

|
dbn  |
emulators/i386-wine-devel: update to 2.15 |
12 Aug 2017 11:55:12
2.14,1

|
dbn  |
emulators/i386-wine-devel: update to 2.14 |
10 Aug 2017 16:29:50
2.13,1

|
gerald  |
Track wine-mono-devel update. |
31 Jul 2017 15:09:45
2.13,1

|
dbn  |
emulators/i386-wine-devel: update to 2.13 |
30 Jul 2017 19:24:56
2.12,1

|
dbn  |
i386-wine-devel: update to 2.12 |
13 Jul 2017 05:52:09
2.11,1

|
dbn  |
emulators/i386-wine-devel: update to 2.11 |
23 Jun 2017 18:22:28
2.10,1

|
dbn  |
emulators/i386-wine-devel: add packages for -HEAD |
18 Jun 2017 05:44:02
2.10,1

|
dbn  |
emulators/i386-wine-devel: update to 2.10 |
16 Jun 2017 18:46:08
2.9,1

|
dbn  |
emulators/i386-wine-devel: update to 2.9
- drop support for FreeBSD 12 (temporary issue with compiling package) |
11 Jun 2017 07:10:42
2.7,1

|
dbn  |
emulators/i386-wine: switch to using https for downloads
- 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 |
12 May 2017 18:46:53
2.7,1

|
rezny  |
Consolidate the Mesa ports, update to 17.0.4, and add Wayland option
* 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 |
08 May 2017 19:17:31
2.7,1

|
dbn  |
emulators/i386-wine-devel: update to 2.7 |
23 Apr 2017 05:56:28
2.6,1

|
dbn  |
emulators/i386-wine-devel: update to 2.6
- Remove redundant ${CAT} of ${PKGMESSAGE} |
15 Apr 2017 15:54:55
2.5_1,1

|
dbn  |
emulators/i386-wine-devel: update to 2.5_1
- fix direct use of commannds
Suggested by: danfe@ |
12 Apr 2017 13:31:05
2.4,1

|
mat  |
fix ports using xargs directly.
Sponsored by: Absolight |
02 Apr 2017 05:39:01
2.4,1

|
dbn  |
emulators/i386-wine-devel: update to 2.4
- track version bump in wine-mono dependency |
26 Feb 2017 11:07:02
2.1,1

|
gerald  |
Use 32-bit and 64-bit (instead of 32bit and 64bit) in COMMENTs and comments.
Approved by: dbn (maintainer) |
13 Feb 2017 19:27:17
2.1,1

|
dbn  |
emulators/i386-wine-devel: update to 2.1 |
25 Jan 2017 15:22:39
2.0.r6,1

|
dbn  |
emulators/i386-wine-devel: update to 2.0.r6. |
09 Jan 2017 20:35:42
2.0.r4_1,1

|
dbn  |
emulators/i386-wine-devel: update to 2.0.r4_1 |
09 Jan 2017 05:35:23
2.0.r3_1,1

|
dbn  |
emulators/i386-wine-devel: distfiles rerolled for 2.0.rc3_1.
The distfiles were rerolled, accidentally, however the contents are
identical. |
07 Jan 2017 10:09:37
2.0.r3_1,1

|
dbn  |
emulators/i386-wine-devel: update to 2.0.r3_1
- Drop support for FreeBSD 9.3, 10.1 and 10.3
- Update minimum version for FreeBSD-current |
19 Dec 2016 04:34:49
2.0.r1_1,1

|
dbn  |
emulators/i386-wine-devel: update to 2.0.r1_1.
- Unbreak i386-wine-staging: patches are now available. |
17 Dec 2016 05:16:23
2.0.r1,1

|
dbn  |
i386-wine-devel: fix pkg-plist.
- Fix generation of pkg-plist by properly detecting a single suffix (i.e. all
-devel or all -staging) [1][2]
- Regenerate pkg-plist
- Add USES=desktop-file-utils [1]
- Fix mono dependency [1]
PR: 215255 [2]
PR: 215269 [1]
Submitted by: Vikash Badal (vikashb@where-ever.za.net) [1]
Reported by: Neel Chauhan (neel@neelc.org) [2] |
11 Dec 2016 19:17:23
2.0.r1,1

|
dbn  |
emulators/i386-wine-devel: update to 2.0.r1
- Make i386-wine-staging as broken: no patches available
- Remove staging for the port-update target. |
19 Nov 2016 13:32:04
1.9.23,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.23 |
22 Oct 2016 10:48:35
1.9.21,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.21. |
21 Oct 2016 12:51:41
1.9.20,1

|
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
12 Oct 2016 06:14:21
1.9.20,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.20. |
20 Sep 2016 19:27:02
1.9.19,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.19.
- Add a noop command in the ${PLIST} target, to detect corrupted packages |
19 Sep 2016 18:10:31
1.9.18,1

|
dbn  |
emulators/i386-wine-staging: fix distinfo for FBSD 9
- Regenerate the pkg-plist (fixes "libgcc_s.so.1" missing errors).
Reported by: Dwayne MacKinnon <dmk@ncf.ca>, pkg-fallout |
17 Sep 2016 17:32:54
1.9.18,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.18.
- Add support for -current (aka "12"). |
26 Aug 2016 20:16:48
1.9.17,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.17. |
09 Aug 2016 07:46:38
1.9.16,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.16 |
01 Aug 2016 18:59:55
1.9.15,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.15. |
19 Jul 2016 06:22:43
1.9.14,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.14 |
13 Jul 2016 15:38:04
1.9.13,1

|
dbn  |
emulators/i386-wine-devel: fix gecko dependency bump.
PR: 210740, 219095
Reported by: Piotr Kubaj <pkubaj@anongoth.pl>, Ivan Klymenko <fidaj@ukr.net
MFH: 2016Q3 |
29 Jun 2016 05:29:20
1.9.13,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.13. |
25 Jun 2016 20:16:30
1.9.12,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.12.
- Track mono dependency change
- Update minimum FreeBSD ABI for -current. |
20 Jun 2016 04:24:49
1.9.11_1,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.11_1 |
06 Jun 2016 18:01:34
1.9.11,1

|
dbn  |
emulators/i386-wine-devel: fix distfile generation.
Filter out all but the first TIMESTAMP. |
01 Jun 2016 19:02:57
1.9.11,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.11 |
23 May 2016 05:58:23
1.9.10,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.10. |
11 May 2016 20:15:03
1.9.9_1,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.9_1.
- Add GNUTLS support. |
04 May 2016 20:07:09
1.9.9,1

|
dbn  |
i386-wine-devel: fix dependency on wine-mono-devel.
Reported by: Ivan Klymenko <fidaj@ukr.net> |
04 May 2016 06:10:36
1.9.9,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.9
Changes:
- fix: faulty assumption in plists merge script: the first plist may not
always be peekable. |
30 Apr 2016 16:53:44
1.9.8,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.8. |
06 Apr 2016 06:14:31
1.9.7,1

|
dbn  |
emulators/i386-wine-devel: update to 1.6.7
PR: 208562 |
05 Apr 2016 05:09:22
1.9.6_1,1

|
dbn  |
emulators/i386-wine(-devel): bump for changes to security/gnutls. |
01 Apr 2016 14:00:57
1.9.6,1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
22 Mar 2016 19:31:55
1.9.6,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.6. |
13 Mar 2016 12:09:27
1.9.5,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.5
- Update dependency on wine-mono-devel (to version 4.6.0)
PR: 207072 |
29 Feb 2016 04:29:52
1.9.4,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.4. |
13 Feb 2016 13:51:38
1.9.3,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.3 |
12 Feb 2016 16:17:27
1.9.2,1

|
dbn  |
emulators/i386-wine-devel: fix depends reference to wine-gecko-devel
PR: 207103
Submitted by: Piotr Kubaj <pkuba@anongoth.pl> |
01 Feb 2016 06:04:06
1.9.2,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.2
- Move USE_AUTOTOOLS from wine-staging to wine-devel to ensure wine-devel's
STAGING option works correctly.
- Patch staging's patchinstall.sh to use the correct (suffixed) autoreconf
binary.
- Mark wine-staging's STAGING option a slave option. |
26 Jan 2016 20:27:28
1.9.1,1

|
pawel  |
Remove deprecated @dirrm
Approved by: portmgr blanket |
17 Jan 2016 16:50:14
1.9.1,1

|
dbn  |
emulators/i386-wine-devel: update to 1.9.1. |
13 Dec 2015 11:32:44
1.8.r3,1

|
dbn  |
emulators/i386-wine-devel: update to 1.8.r3
- Remove GNUTLS from staging (prevents build on -current). |
09 Dec 2015 05:36:52
1.8.r2,1

|
dbn  |
emulators/i386-wine-devel: update to 1.8.r2.
Unable to build -CURRENT packages due to gnutls. |
29 Nov 2015 18:54:45
1.8.r1,1

|
dbn  |
emulators/i386-wine-devel: update to 1.8.r1
Packages for -CURRENT were not packages due to dependencies:
- gnutls |
22 Nov 2015 20:57:30
1.7.55,1

|
dbn  |
emulators/i386-wine-devel: update to 1.7.55
Changes:
1) Update mergeplist.py:
a) Produce shorter plists
b) Improve naming of iteration variables
2) Add DEVEL and STAGING to the plist substitution list, for 1.
3) Bump minimum OSVERSION for -CURRENT
4) Mark port an broken on -CURRENT: dependencies not building |
21 Oct 2015 19:53:01
1.7.53,1

|
dbn  |
i386-wine-devel: update to 1.7.53 |
13 Oct 2015 20:19:59
1.7.52,1

|
dbn  |
i386-wine-devel: update to version 1.7.52 |
14 Sep 2015 04:31:16
1.7.51,1

|
dbn  |
emulators/i386-wine-devel: update to 1.7.51.
Changes:
- Do not include ldconfig32 entries in pkg-plist |