non port: emulators/i386-wine-devel/Makefile.i386 |
SVNWeb
|
Number of commits found: 30 |
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
|
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>
|
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.
|
Mon, 27 Apr 2020
|
[ 20:00 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
|
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)
|
Sat, 8 Feb 2020
|
[ 21:02 linimon ]
Assign maintainership to new volunteer.
PR: 243990
|
Tue, 4 Feb 2020
|
[ 11:09 rene ]
Return these files to the pool too.
Submitted by: jbeich
|
Fri, 12 May 2017
|
[ 18:46 rezny ] (Only the first 10 of 52 ports in this commit are shown above. )
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
|
Sun, 23 Apr 2017
|
[ 05:56 dbn ]
emulators/i386-wine-devel: update to 2.6
- Remove redundant ${CAT} of ${PKGMESSAGE}
|
Sat, 15 Apr 2017
|
[ 15:54 dbn ]
emulators/i386-wine-devel: update to 2.5_1
- fix direct use of commannds
Suggested by: danfe@
|
Wed, 12 Apr 2017
|
[ 13:31 mat ]
fix ports using xargs directly.
Sponsored by: Absolight
|
Sun, 26 Feb 2017
|
[ 11:07 gerald ]
Use 32-bit and 64-bit (instead of 32bit and 64bit) in COMMENTs and comments.
Approved by: dbn (maintainer)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 26 Jan 2016
|
[ 20:27 pawel ]
Remove deprecated @dirrm
Approved by: portmgr blanket
|
Thu, 13 Aug 2015
|
[ 18:08 dbn ]
emulators/i386-wine-devel: update to 1.7.49
* Drop support for FreeBSD 8
* Eliminate post-package step (no longer worked, not needed)
|
Sun, 24 May 2015
|
[ 02:10 gerald ] (Only the first 10 of 14 ports in this commit are shown above. )
Rename emulators/wine-compholio to emulators/wine-staging and
accordingly emulators/i386-wine-compholio to emulators/i386-wine-staging.
Adjust CONFLICTS across all Wine related ports.
Reviewed by: dbn, kmoore
|
Sun, 19 Apr 2015
|
[ 12:37 dbn ]
emulators/i386-wine(-devel|-compholio): add BUNDLE_LIBS.
The i386-wine ports bundle their own (32-bit) libraries that cause pkg-1.5
issues. Since these libraries are under lib32 it does not cause issues
with other software.
Bump PORTREVISION [1] for the 32-bit side of the ports. The 64-bit side of
the ports will be bumped when new packages have been prepared.
Approved by: gerald@ [1]
Reported by: bapt@
|
Sun, 28 Dec 2014
|
[ 20:39 dbn ]
Fix CONFLICTS_INSTALL for wine-devel and related ports.
Changes:
- Fix install conflicts [1] (for the "newly" added compholio port)
- nvidia.sh: Gracefully handle a corrupt nVidia tarball
- nvidia.sh: Provide checksum and size information for nVidia tarball
- Bump master port [1] due to changes to nvidia.sh and conflicts
Approved by: gerald@ [1]
|
Mon, 22 Sep 2014
|
[ 18:25 dbn ]
Unbreak emulators/i386-wine(-devel) builds.
With the removal of REINPLACE_PLIST in r367153 building wine on FreeBSD/i386
broke. This was not detected in an exp-run as i386-wine is marked IGNORE
unless WINE_CROSS_BUILD is defined (to protect the build infrastructure and
avoid confusion).
PR: 193734
|
Mon, 1 Sep 2014
|
[ 13:03 bapt ] (Only the first 10 of 23 ports in this commit are shown above. )
Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk
Add a note about @stopdaemon not being supported anymore
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D693
|
Sat, 30 Aug 2014
|
[ 08:03 dbn ]
Update emulators/i386-wine-devel (and -compholio) to 1.7.25.
Also, fix build of i386-wine-* on 32-bit environments (move $MKDIR to prior
the $INSTALL).
|
Mon, 25 Aug 2014
|
[ 20:02 dbn ]
IGNORE emulators/i386-wine(-devel)? on ARCH=i386, fix lib bundling.
Due to the hackery things these ports do to properly work under amd64, it
results in issues for pkg. This port - although it needs to build under
i386 - is not intended to be consumed under i386. The normal wine(-devel)?
ports should be consumed on an i386 system and these ports should be
consumed on an amd64 system. [1]
Reorder the library detection to pick up soft dependencies first, then the
linked to libraries. Prior to this change any libraries required by a soft
dependency wasn't bundled, for example libgnutls.so.28 did not have its
dependencies bundled. [2][3]
Requested by: bdrewery [1]
Reported by: Joseph Mingrone <jrm@ftfl.ca> [2]
Beeblebrox <zaphod@berentweb.com> [3]
|
Mon, 18 Aug 2014
|
[ 19:11 dbn ]
Introduce emulators/i386-wine-compholio.
This is the companion port to wine-compholio: proving a means to compile,
and binaries, for FreeBSD/amd64.
|
Sat, 9 Aug 2014
|
[ 10:17 dbn ]
Various improvements for emulators/i386-wine-devel.
* Add support for a forthcoming i386-wine-compholio port [1]
* Fix binbounce for RPATH issues [1]
A port revision bump is not possible due to the complexities for the wine
ports. The impact is minimised by timing these updates closely with the
underlying updates of wine-devel.
Requested by: [1] Kris Moore <kris@pcbsd.org>
Reported by: [2] Nils Beyer <nbe@renzel.net>
|
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]
|
Sun, 1 Dec 2013
|
[ 15:30 dbn ]
Update emulators/i386-wine-devel to 1.7.7.
Changes:
- Fix the patch-nvidia.sh script's usage of getopt [1]
- Fix the patching of the packages for installation on amd64 [2]
-
Reported by: [1] Nicole Reid <nicole@cooltrainer.org>
[2] Piotr Kubaj <pkubaj@riseup.net>
|
Sun, 3 Nov 2013
|
[ 21:13 dbn ]
Update emulators/i386-wine-devel to 1.7.4 and add stage support.
Port ChangeLog:
- Update to version 1.7.4 (for pre-built packages for amd64)
- Add stage support for both Makefile.(i386|inc)
- Add the -devel suffix and remove LATEST_LINK
- Teach the patch-nvidia.sh script about the -devel suffix
- Track updates for the GECKO version (2.24)
|
Mon, 12 Aug 2013
|
[ 06:07 dbn ]
Fix emulators/i386-wine-devel when installing on -current.
Correct version detection to complain when installing outside the
supported range (8.3+ and 9.1+).
Also, exclude ldconfig data from pkg-plist.
Reported by: Sergey V. Dyatko
|
Sun, 11 Aug 2013
|
[ 08:19 dbn ]
Update emulators/i386-wine-devel options with GECKO and MONO.
The binary package for amd64 systems does not bundle GECKO or MONO
however it is useful (for some) to have those files installed, so
allow the package to have a run-time dependency on the ports that
provide Gecko and Mono support.
PORTREVISION is not bumped since nothing changes in the default
(BATCH) case.
|
Sat, 10 Aug 2013
|
[ 15:44 dbn ]
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 )
|
Number of commits found: 30 |