Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2002 05:28:12 +0100 (CET)
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Oliver Lehmann <lehmann@ans-netz.de>
Subject:   ports/33829: update-port: games/crimson (bento-fix)
Message-ID:  <200201130428.g0D4SCh07050@phobos.raisdorf.net>

next in thread | raw e-mail | index | archive | help

>Number:         33829
>Category:       ports
>Synopsis:       update-port: games/crimson (bento-fix)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 12 20:50:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD sina.sesamestreet.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Dec 15 16:46:48 CET 2001 olivleh1@sina.sesamestreet.net:/usr/obj/i386/usr/src/sys/SINA i386

>Description:

	- fix errors detected by bento

>How-To-Repeat:
>Fix:

diff -ruN crimson.old/Makefile /usr/ports/games/crimson/Makefile
--- crimson.old/Makefile	Sun Jan 13 03:55:30 2002
+++ /usr/ports/games/crimson/Makefile	Sun Jan 13 03:57:49 2002
@@ -16,10 +16,11 @@
 LIB_DEPENDS=	SDL-1.1:${PORTSDIR}/devel/sdl12
 
 USE_BZIP2=	yes
-GNU_CONFIGURE= yes
+GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 
 post-patch:
-	${PERL} -pi -e "s|sdl-config|sdl11-config|;" ${WRKSRC}/configure
+	@${PERL} -pi -e "s|sdl-config|sdl11-config|;" ${WRKSRC}/configure
+	@${PERL} -pi -e "s|SDL/|SDL11/|;" ${WRKSRC}/configure
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201130428.g0D4SCh07050>