Bug 207103

Summary: emulators/i386-wine-devel: fix build
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: David Naylor <dbn>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (dbn)
Priority: ---    
Version: Latest   
Hardware: amd64   
OS: Any   

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.