notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
wine-gecko Gecko Layout Engine for Wine (HTML support)
2.47.2 emulators on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.47.2Version of this port present on the latest quarterly branch.
Maintainer: gerald@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-05-15 15:29:57
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: firefox, wine, beadm, coreutils, tmux
License: MPL20 GPLv2 GPLv3 LGPL21 LGPL3
WWW:
https://wiki.winehq.org/Gecko
Description:
Wine implements its own version of Internet Explorer which is based on a custom version of Mozilla's Gecko Layout Engine. This engine is downloaded automatically the first time a web page is loaded unless, as done by this port, the engine is pre-installed on the user's system.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (8 items)
Collapse this list.
  1. /usr/local/share/wine/gecko/wine-gecko-2.47.2-x86.msi
  2. /usr/local/share/licenses/wine-gecko-2.47.2/catalog.mk
  3. /usr/local/share/licenses/wine-gecko-2.47.2/LICENSE
  4. /usr/local/share/licenses/wine-gecko-2.47.2/MPL20
  5. /usr/local/share/licenses/wine-gecko-2.47.2/GPLv2
  6. /usr/local/share/licenses/wine-gecko-2.47.2/GPLv3
  7. /usr/local/share/licenses/wine-gecko-2.47.2/LGPL21
  8. /usr/local/share/licenses/wine-gecko-2.47.2/LGPL3
Collapse this list.
Dependency lines:
  • wine-gecko>0:emulators/wine-gecko
Conflicts:
CONFLICTS_INSTALL:
  • wine-gecko-devel
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/emulators/wine-gecko/ && make install clean
To add the package, run one of these commands:
  • pkg install emulators/wine-gecko
  • pkg install wine-gecko
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: wine-gecko
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1627285803 SHA256 (wine-gecko-2.47.2-x86.msi) = e520ce7336cd420cd09c91337d87e74bb420300fd5cbc6f724c1802766b6a61d SIZE (wine-gecko-2.47.2-x86.msi) = 59162112

Packages (timestamps in pop-ups are UTC):
wine-gecko
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.47.22.47.22.47.12.47.22.47.2-2.47.1-
FreeBSD:13:quarterly2.47.22.47.22.47.22.47.22.47.22.47.22.47.22.47.2
FreeBSD:14:latest2.47.22.47.22.47.22.47.22.47.22.47.2-2.47.2
FreeBSD:14:quarterly2.47.22.47.2-2.47.22.47.22.47.22.47.22.47.2
FreeBSD:15:latest2.47.22.47.2n/a2.47.2n/a2.47.22.47.22.47.2
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
This port is required by:
for Run
  1. emulators/playonbsd

Configuration Options:
No options to configure
Options name:
emulators_wine-gecko
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://dl.winehq.org/wine/wine-gecko/2.47.2/
Collapse this list.

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.47.2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.47.2
20 Jul 2022 14:21:50
commit hash: 27eb52ac6a0bb5c93c0ae4ebe4fef9bafb727cfdcommit hash: 27eb52ac6a0bb5c93c0ae4ebe4fef9bafb727cfdcommit hash: 27eb52ac6a0bb5c93c0ae4ebe4fef9bafb727cfdcommit hash: 27eb52ac6a0bb5c93c0ae4ebe4fef9bafb727cfd files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
emulators: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alejandro Pulver <alejandro@varnet.biz>
  *  Alexander Best <arundel@gmx.net>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Antipovsky <kemm@in-line.ru>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Brian Gaeke <brg@dgate.org>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  David Naylor <naylor.b.david@gmail.com>
  *  David O'Brien (obrien@cs.ucdavis.edu)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.47.2
23 Nov 2021 22:11:40
commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7afcommit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7afcommit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7afcommit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af files touched by this commit
Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
2.47.2
26 Jul 2021 08:49:53
commit hash: dba96eb87fb4df6eb55f0e7d8883ad85d0ee3d82commit hash: dba96eb87fb4df6eb55f0e7d8883ad85d0ee3d82commit hash: dba96eb87fb4df6eb55f0e7d8883ad85d0ee3d82commit hash: dba96eb87fb4df6eb55f0e7d8883ad85d0ee3d82 files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
emulators/wine: Update to Wine 6.0.1

Move from the Wine 5.0 release serious to the Wine 6.0 series and
specifically Wine 6.0.1.

This represents another year of development effort and over 8,300
individual changes. It contains a large number of improvements.
Areas of major changes are:

 - Core modules in PE format.
 - Vulkan backend for WineD3D.
 - DirectShow and Media Foundation support.
 - Text console redesign.

In terms of packaging changes are moderate this time:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.47.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.47.1
31 Jan 2020 08:23:05
Revision:524678Original commit files touched by this commit
gerald search for other commits by this committer
Update from Wine 4.0.3 and the Wine 4.0 release series to Wine 5.0.

This represents a year of development effort with over 7,400 individual
changes.  This port and the wine-devel port have been in sync as closely
as possible, and this update is mostly copying over from the -devel port
minus support for the Wine Staging patchset (and STAGING option).

Highlights of this new release include built-in modules in PE format,
multi-monitor support, Vulkan 1.1 support, and an XAudio2 reimplementation.

This also comes with updates of the emulators/wine-gecko and
emulators/wine-mono ports to match their -devel counterparts:
version 2.47.1 for wine-gecko and version 4.9.4 for wine-mono.

And we "lose" four local patches that got integrated or became obsolete
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.47
23 Jan 2020 08:40:40
Revision:523908Original commit files touched by this commit
gerald search for other commits by this committer
Backport r520775 | gerald | 2019-12-24 from emulators/wine-gecko-devel:

  Use DISTNAME in two cases instead of replicating its definition.
  That'll also ease maintenance going forward.
2.47
19 May 2018 07:59:58
Revision:470368Original commit files touched by this commit
se search for other commits by this committer
Add CONFLICTS entries that prevent simultaneous installation of normal
and devel versions of these ports. While these are allowed when the devel
versions are newer than the normal versions, this is not always the case
and especially not at this time. Instead of only conflicting with the
same version of each port, a version wildcard is used, to prevent
unexpected behavior if the non-devel version is updated to match the
devel version when both are installed.

Approved by:	gerald (maintainer)
2.47
01 Apr 2018 20:30:38
Revision:466180Original commit files touched by this commit
gerald search for other commits by this committer
Move to version 2.47 which is in sync with wine-gecko-devel for the
time being, until that is going to be upgraded in sync with wine-devel
(and a newer development snapshot of Wine).

Adjust MASTER_SITES to dl.winehq.org since SF does not carry newer
versions of this.

Suggested by:	dbn
2.40
04 Nov 2017 11:43:35
Revision:453453Original commit files touched by this commit
dbaio search for other commits by this committer
Update license of ports using MPL (without version)

All ports now should use MPL[10|11|20] license.

Approved by:	portmgr (blanket)
2.40
12 Feb 2016 23:14:47
Revision:408771Original commit files touched by this commit
gerald search for other commits by this committer
Transfer maintainership of wine-gecko and wine-gecko-devel from dbn@
to gerald@ to align with the wine and wine-devel ports.  Thanks David
for creating and maintaining these two for years!

Approved by:	dbn (maintainer)
2.40
05 Feb 2016 22:04:13
Revision:408273Original commit files touched by this commit
gerald search for other commits by this committer
Update wine-gecko, the Gecko Layout Engine component for emulators/wine
from version 2.21 to 2.40.  It is based on Firefox 40 now.

This will allow switching emulators/wine from temporarily using
wine-gecko-devel back to using this port.

Approved by:	dbn (maintainer, pre-approved)
2.21
20 Dec 2014 18:17:20
Revision:375061Original commit files touched by this commit
bapt search for other commits by this committer
cleanup plist
2.21
01 Dec 2013 18:36:01
Revision:335425Original commit files touched by this commit
dbn search for other commits by this committer
Update emulators/wine-gecko to 2.21.
1.4
18 Nov 2013 18:09:12
Revision:334232Original commit files touched by this commit
dbn search for other commits by this committer
Add stage support for emulators/wine-gecko and emulators/wine-mono.
1.4
20 Sep 2013 16:43:53
Revision:327721Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
1.4
21 Apr 2013 18:23:33
Revision:316190Original commit files touched by this commit
dbn search for other commits by this committer
Fix PORTSCOUT limit on emulators/wine-gecko.

Use 'ignore:1' instead of 'ignore' to get port scout to actually ignore
the port.

All new versions of gecko belong to the wine-gecko-devel port until such
time a new stable version of wine is released, however there is no way to
know the version of gecko that will be paired with that wine.

Approved by:	eadler,bdrewery (mentors, implicit)
Feature safe:	yes
1.4
11 Feb 2013 03:55:51
Revision:312041Original commit files touched by this commit
dbn search for other commits by this committer
Stop portscout from checking emulators/wine-gecko.

wine-gecko is the "stable" port while wine-gecko-devel is the "unstable" port
that absorbs the updates to the distfiles.

Approved by:	bdrewery (mentor)
1.4
16 Jan 2013 20:15:07
Revision:310522Original commit files touched by this commit
dbn search for other commits by this committer
 - Update to my new FreeBSD address
 - Trim header
 - Add myself as creator of devel/svn2git (see r272261)

Approved by:	eadler|bdrewery (mentor)
1.4
20 Nov 2011 17:14:34
Original commit files touched by this commit
rene search for other commits by this committer
- Update to 1.4 [1]
- Pet portlint by moving LICENSE section [2]

PR:             ports/162678 [1]
Submitted by:   Barbara [barbara.xxx1975 libero/it] [2]
Submitted by:   myself [2]
Approved by:    maintainer [1] [2]
Feature safe:   yes
1.3
06 Sep 2011 08:54:47
Original commit files touched by this commit
danfe search for other commits by this committer
- Update to version 1.3
- Reformat port description and fix line wrapping in Makefile while here

PR:             ports/160243
Approved by:    maintainer
1.2.0
25 May 2011 21:14:16
Original commit files touched by this commit
gerald search for other commits by this committer
Adjust the directory structure to work with the main wine port.
Replace pkg-plist by PLIST_FILES.

Submitted by:   Pan Tsu <inyaoo@gmail.com>
Approved by:    David Naylor <naylor.b.david@gmail.com> (maintainer)
1.2.0
15 May 2011 15:29:30
Original commit files touched by this commit
gerald search for other commits by this committer
Add the new wine-gecko port, that complements the existing wine port.

Wine implements its own version of Internet Explorer which is based on
a custom version of Mozilla's Gecko Layout Engine.  This engine is down-
loaded automatically the first time a web page is loaded unless, as done
by this port, the engine is pre-installed on the user's system.

PR:             156001
Submitted by:   David Naylor <naylor.b.david@gmail.com>

Number of commits found: 24