Date: Tue, 30 Jan 2018 19:47:36 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 225572] emulators/i386-wine Makefile.inc references obsolete mono msi file Message-ID: <bug-225572-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225572 Bug ID: 225572 Summary: emulators/i386-wine Makefile.inc references obsolete mono msi file Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: dbn@FreeBSD.org Reporter: russo@bogodyn.org Flags: maintainer-feedback?(dbn@FreeBSD.org) Assignee: dbn@FreeBSD.org Created attachment 190211 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D190211&action= =3Dedit Patch to update Makefile.inc so port will upgrade cleanly. Attempting to portupgrade emulators/i386-wine fails, because Makefile.inc l= ooks for the presence of ${DATADIR}/mono/wine-mono-4.5.6.msi, and if that file is not found, causes emulators/wine-mono to be installed. But emulators/wine-mono installs wine-mono-4.6.4.msi, not wine-mono-4.5.6, = and I already have it installed. What results is that portupgrade of i386-wine detects that the old mono file doesn't exist, tries to install emulators/wine-mono as a dependency, and then bombs out at the final step of the install of emulators/wine-mono, because it's already installed. The fix is just to update Makefile.inc, as is done in the attached patch. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225572-13>