Bug 207103 - emulators/i386-wine-devel: fix build
Summary: emulators/i386-wine-devel: fix build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: David Naylor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-11 11:05 UTC by Piotr Kubaj
Modified: 2016-02-12 16:20 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (dbn)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2016-02-11 11:05:22 UTC
emulators/wine-gecko-devel was updated to 2.44, so that needs to be accounted for in emulators/i386-wine-devel's Makefile.

Index: Makefile.inc
===================================================================
--- Makefile.inc	(revision 408570)
+++ Makefile.inc	(working copy)
@@ -42,7 +42,7 @@
 USES=		tar:xz
 BUNDLE_LIBS=	yes
 
-GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine_gecko-2.40-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel
+GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine_gecko-2.44-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel
 MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.5.6.msi:${PORTSDIR}/emulators/wine-mono-devel
 
 # Included for OPSYS and OSVERSION
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-02-12 16:17:36 UTC
A commit references this bug:

Author: dbn
Date: Fri Feb 12 16:17:27 UTC 2016
New revision: 408741
URL: https://svnweb.freebsd.org/changeset/ports/408741

Log:
  emulators/i386-wine-devel: fix depends reference to wine-gecko-devel

  PR:		207103
  Submitted by:	Piotr Kubaj <pkuba@anongoth.pl>

Changes:
  head/emulators/i386-wine-devel/Makefile.inc
Comment 2 David Naylor freebsd_committer freebsd_triage 2016-02-12 16:20:16 UTC
Thank you for the PR.