Date: Sun, 16 Oct 2005 18:05:24 +0200 (CEST) From: Simun Mikecin <numisemis@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: sobomax@FreeBSD.org Subject: ports/87520: [fix] devel/sdl12: does not install on >=5.x && !=i386 Message-ID: <20051016160524.60F5A60082@data.home.hr> Resent-Message-ID: <200510161610.j9GGAHcI061952@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 87520 >Category: ports >Synopsis: [fix] devel/sdl12: does not install on >=5.x && !=i386 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 16 16:10:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Simun Mikecin >Release: FreeBSD 6.0-RC1 amd64 >Organization: >Environment: System: FreeBSD data.home.hr 6.0-RC1 FreeBSD 6.0-RC1 #4: Sun Oct 16 16:47:10 CEST 2005 root@:/var/obj/usr/src/sys/DATA amd64 >Description: On platforms that dont have /usr/lib/libvgl.so (as far as I know, it exists only on i386) if using FreeBSD >=5.x install fails with 'no such file or directory'. This is because DISPLAY_MSG variable in Makefile stays undefined. >How-To-Repeat: try: cd /usr/ports/devel/sdl12 && make install >Fix: --- Makefile.orig Sun Oct 16 17:50:27 2005 +++ Makefile Sun Oct 16 17:52:17 2005 @@ -51,8 +51,8 @@ .else CONFIGURE_ARGS+=--disable-video-vgl PKGMESSAGE= none -DISPLAY_MSG= ${DO_NADA} .endif +DISPLAY_MSG?= ${DO_NADA} .if defined(WITH_NAS) LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051016160524.60F5A60082>