Bug 51107 - games/pinball: chasing Allegro's upgrade.
Summary: games/pinball: chasing Allegro's upgrade.
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-17 22:10 UTC by Thierry Thomas
Modified: 2003-04-18 07:50 UTC (History)
1 user (show)

See Also:


Attachments
pinball.diff (423 bytes, patch)
2003-04-17 22:10 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas 2003-04-17 22:10:11 UTC
	If defined WITH_ALLEGRO, pinball tries to use allegro.4,
	but Allegro has been upgraded to 4.1. Thanks to Aleksander Fafula
	for his report.

	Remark: Emilia Pinball has been upgraded to 0.13, and then to 0.2.0,
	but these versions are broken with allegro. Seen with the author, and
	I shall submit an upgraded PR as soon as the fix will be released.

Fix: Please apply the following patch:
How-To-Repeat: 	make WITH_ALLEGRO=yes
	===>   pinball-0.1.2 depends on file: /usr/local/bin/allegro-config - found
	===>   pinball-0.1.2 depends on executable: gmake - found
	===>   pinball-0.1.2 depends on executable: libtool - found
	===>   pinball-0.1.2 depends on shared library: alleg.4 - not found
	===>    Verifying install for alleg.4 in /usr/ports/devel/allegro
	===>   Returning to build of pinball-0.1.2
	Error: shared library "alleg.4" does not exist
	*** Error code 1
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-04-18 07:50:28 UTC
State Changed
From-To: open->closed

Commited, thanks!