ports/87520: [fix] devel/sdl12: does not install on >=5.x && !=i386

Simun Mikecin numisemis at yahoo.com
Sun Oct 16 16:10:18 UTC 2005


>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:



More information about the freebsd-ports-bugs mailing list