Bug 196251 - bsd.linux-apps.mk: fix sdlimage dependency
Summary: bsd.linux-apps.mk: fix sdlimage dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Johannes Jost Meixner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-24 12:18 UTC by Dmitry Marakasov
Modified: 2014-12-24 17:05 UTC (History)
2 users (show)

See Also:


Attachments
patch (592 bytes, patch)
2014-12-24 12:18 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2014-12-24 12:18:15 UTC
Created attachment 150935 [details]
patch

bsd.linux-apps.mk lists sdlimage dependency as ${LINUXBASE}/usr/lib/libSDL_image-1.2.so.0.8.2, while graphics/linux-c6-sdl_image installs ${LINUXBASE}/usr/lib/libSDL_image-1.2.so.0.8.4 instead. Fix this. This unbreaks at least games/arkanoidsb.
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-12-24 17:04:39 UTC
A commit references this bug:

Author: xmj
Date: Wed Dec 24 17:04:11 UTC 2014
New revision: 375472
URL: https://svnweb.freebsd.org/changeset/ports/375472

Log:
  Mk/bsd.linux-apps.mk: bump sdl_image shlib.

  - Use correct shlib version for sdl_image 1.2.12

  PR:		196251
  Differential Revision:	https://reviews.freebsd.org/D1366
  Submitted by:	amdmi3
  Approved by:	swills (mentor)
  Approved by:	portmgr (swills)

Changes:
  head/Mk/bsd.linux-apps.mk
Comment 2 Johannes Jost Meixner freebsd_committer freebsd_triage 2014-12-24 17:05:06 UTC
Committed, thanks!