Date: Thu, 17 Apr 2003 23:02:20 +0200 (CEST) From: Thierry Thomas <thierry@pompo.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Aleksander Fafula <Aleksander@Fafula.com> Subject: ports/51107: games/pinball: chasing Allegro's upgrade. Message-ID: <20030417210220.A80687514@graf.pompo.net> Resent-Message-ID: <200304172110.h3HLABJ1010830@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 51107 >Category: ports >Synopsis: games/pinball: chasing Allegro's upgrade. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Apr 17 14:10:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.8-RC i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.8-RC FreeBSD 4.8-RC #0: Sat Mar 29 02:08:33 CET 2003 thierry@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386 >Description: 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. >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 >Fix: Please apply the following patch: --- pinball.diff begins here --- diff -urN games/pinball.orig/Makefile games/pinball/Makefile --- games/pinball.orig/Makefile Sat Feb 22 22:15:02 2003 +++ games/pinball/Makefile Thu Apr 17 22:38:13 2003 @@ -20,7 +20,7 @@ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer .else BUILD_DEPENDS= ${ALLEGRO_CONFIG}:${PORTSDIR}/devel/allegro -LIB_DEPENDS= alleg.4:${PORTSDIR}/devel/allegro +LIB_DEPENDS= alleg.41:${PORTSDIR}/devel/allegro .endif USE_X_PREFIX= yes --- pinball.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030417210220.A80687514>