Bug 144177 - [patch] games/linux-coldwar-demo fix depends and allow on amd64
Summary: [patch] games/linux-coldwar-demo fix depends and allow on amd64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcus von Appen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-21 15:50 UTC by Andrius Morkunas
Modified: 2010-02-23 07:20 UTC (History)
0 users

See Also:


Attachments
file.diff (649 bytes, patch)
2010-02-21 15:50 UTC, Andrius Morkunas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrius Morkunas 2010-02-21 15:50:01 UTC
Port should depend on openal:
# linux-coldwar
bin/meng: error while loading shared libraries: libopenal.so.0: cannot open shared object file: No such file or directory

And it works on amd64.

Fix: Patch attached with submission follows:
How-To-Repeat: Launch the game without linux openal installed.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-02-21 15:50:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mva

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-02-23 07:16:35 UTC
mva         2010-02-23 07:16:26 UTC

  FreeBSD ports repository

  Modified files:
    games/linux-coldwar-demo Makefile 
  Log:
  - Allow installation on amd64.
  - Fixed linux-openal dependency.
  
  PR:             ports/144177
  Submitted by:   Andrius Morkunas <hinokind@gmail.com>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.6       +2 -2      ports/games/linux-coldwar-demo/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Marcus von Appen freebsd_committer freebsd_triage 2010-02-23 07:16:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!