non port: emulators/i386-wine/Makefile |
SVNWeb
|
Number of commits found: 20 |
Fri, 19 Nov 2021
|
[ 06:55 Gerald Pfeifer (gerald) Author: Alexander Vereeken ] 056135a (Only the first 10 of 15 ports in this commit are shown above. )
emulators/i386-wine: Remove port.
This port and its pre-built binaries have not been updated lately and
emulators/wine is now providing i386 support on amd64, so remove the
i386-wine port.
Adjust CONFLICTS_INSTALL on related ports and simplify (and update both
user and developer documentation in emulators/wine).
PR: 259589
Differential Revision: https://reviews.freebsd.org/D32322
|
Tue, 16 Nov 2021
|
[ 14:33 Gerald Pfeifer (gerald) Author: Alexander Vereeken ] 99af223 (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
|
Mon, 18 Oct 2021
|
[ 19:25 Stefan Eßer (se) ] aea1ae5
emulators/i386-wine: Add CPE information
Approved by: portmgr (blanket)
|
Thu, 30 Sep 2021
|
[ 21:23 Rene Ladan (rene) ] 620968a (Only the first 10 of 399 ports in this commit are shown above. )
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
|
Mon, 19 Jul 2021
|
[ 19:10 Kevin Bowling (kbowling) Author: Alexander Vereeken ] 49245cc
emulators/i386-wine: Update to 6.0.1
This release represents a year of development effort and over 8,300
individual changes. It contains a large number of improvements that
are listed in the release notes below. The areas of major changes are:
- Core modules in PE format.
- Vulkan backend for WineD3D.
- DirectShow and Media Foundation support.
- Text console redesign.
Changes from 6.0.1
- Various bug fixes
- Add support for wine64 on Apple M1
- Translation updates
- Documentation updates
Announce: https://www.winehq.org/announce/6.0.1
PR: 257252
|
Sat, 26 Jun 2021
|
[ 09:04 Kevin Bowling (kbowling) Author: Alexander Vereeken ] 0600023
emulators/i386-wine{-devel}: Fix libglvnd
PR: 256782
Reported by: Daniel Menelkir <menelkir@itroll.org>
Tested by: Daniel Menelkir <menelkir@itroll.org>
|
Wed, 2 Jun 2021
|
[ 08:03 Li-Wen Hsu (lwhsu) Author: Alexander Vereeken ] ffe41e6
emulators/i386-wine: Update to 5.0.4
Pass maintainership to submitter
PR: 255402
Differential Revision: https://reviews.freebsd.org/D29980
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 24 Feb 2021
|
[ 02:05 nc ]
emulators/i386-wine: Return to pool
|
Mon, 22 Feb 2021
|
[ 00:30 nc ]
emulators/i386-wine: Adopt port
|
Sun, 21 Jun 2020
|
[ 15:36 salvadore ] (Only the first 10 of 25 ports in this commit are shown above. )
Drop ports maintainership
Approved by: gerald (mentor)
|
Mon, 4 May 2020
|
[ 20:46 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)
|
Sun, 3 May 2020
|
[ 20:37 salvadore ]
emulators/i386-wine: Update to 5.0
Update to 5.0 and forward emulators/wine-devel improvements from revisions
r528784, r533164 and r533267. In particular, fix bug #244547.
PR: 244547, 244368
Approved by: gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D24631
|
Sat, 14 Mar 2020
|
[ 21:00 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)
|
[ 18:00 pkubaj ]
emulators/i386-wine: unbreak poudriere bulk -a
Error:
[00:02:24] Warning: (emulators/i386-wine): Error: emulators/i386-wine has
incorrect CATEGORIES, first should be 'emulators'. Please contact maintainer of
the port to fix this.
|
Fri, 13 Mar 2020
|
[ 21:11 salvadore ]
emulators/i386-wine: Use standard ports infrastructure for ARCH
This commit is the analogous for i386-wine of r528249 that concerns
emulators/i386-wine-devel.
Until now i386-wine 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 bsd.ports.pre.mk and bsd.ports.post.mk
by emulators/wine [1], master port for i386-wine: those files must be
included only if they have not already been included by i386-wine.
Approved by: gerald (mentor, maintainer [1])
|
Mon, 2 Dec 2013
|
[ 16:49 dbn ]
Update emulators/i386-wine to 1.6.1.
Changes:
* Backport changes from emulators/i386-wine-devel
* Fix CONFLICTS_INSTALL [1]
Approved by: gerald [1]
|
Fri, 20 Sep 2013
|
[ 16:43 bapt ] (Only the first 10 of 190 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
|
Mon, 12 Aug 2013
|
[ 06:20 dbn ]
Add back i386-wine/Makefile (wouldn't commit otherwise).
Subversion and pre-commit hooks are not cooperating in the changes
required for i386-wine(-devel).
For the historians: This file is a copy of i386-wine-devel/Makefile as
at version 321106.
|
[ 06:15 dbn ]
Add emulators/i386-wine.
With the introducation of binary packages for i386-wine-devel the
port itself is largely complete (although there are still problems with
3D acceleration, both with and without nVidia).
|
Number of commits found: 20 |