ports/99001: [PATCH] games/vultures-claw: Remove SDL_image dependency

Alexander Botero-Lowry alex at foxybanana.com
Fri Jun 16 04:00:41 UTC 2006


>Number:         99001
>Category:       ports
>Synopsis:       [PATCH] games/vultures-claw: Remove SDL_image dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 16 04:00:38 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat May  6 22:21:39 PDT
>Description:
- Vulture's Claw no longer requires sdl-image as a depedency, so remove
  it, and remove a stray reference to SDL_image.h from the source.

Noted by: Clive Crous, the Vulture's Claw developer

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- vultures-claw-2.1.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/vultures-claw/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	7 Jun 2006 20:29:28 -0000	1.2
+++ Makefile	16 Jun 2006 03:50:30 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	vultures
 PORTVERSION=	2.1.0
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://www.darkarts.co.za/projects/vultures/downloads/${PORTVERSION}/
 PKGNAMESUFFIX=	-claw
@@ -19,7 +20,7 @@
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_SDL=	sdl ttf mixer image
+USE_SDL=	sdl ttf mixer
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/slashem
 DATADIR=	${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
@@ -43,5 +44,8 @@
 	@${REINPLACE_CMD} -e \
 		's|../$$(BUILD)|../../../$$(BUILD)|g' \
 		${WRKSRC}/win/vultures/GNUmakefile
+	@${REINPLACE_CMD} -e \
+		's|#include <SDL_image.h>||g' \
+		${WRKSRC}/win/vultures/vultures_gfl.c
 
 .include <bsd.port.post.mk>
--- vultures-claw-2.1.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list