Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2003 12:00:41 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48611: Update port: graphics/sdl_gfx (fix install path)
Message-ID:  <20030224030041.4BB3E54B7@hadaly.dyndns.org>

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

>Number:         48611
>Category:       ports
>Synopsis:       Update port: graphics/sdl_gfx (fix install path)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 23 19:10:08 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD hadaly.dyndns.org 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Tue Jan 7 14:25:02 JST 2003 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386


	
>Description:
It seems better to use the same header location as other SDL families.
	
>How-To-Repeat:
	
>Fix:
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/sdl_gfx/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	20 Feb 2003 18:08:14 -0000	1.5
+++ Makefile	24 Feb 2003 02:58:09 -0000
@@ -8,7 +8,7 @@
 
 PORTNAME=	sdl_gfx
 PORTVERSION=	2.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.ferzkopp.net/Software/SDL_gfx-${PORTVERSION:R}/
 DISTNAME=	SDL_gfx-${PORTVERSION}
@@ -20,9 +20,14 @@
 
 SDL_CONFIG=	${LOCALBASE}/bin/sdl11-config
 
+USE_REINPLACE=	yes
 USE_GMAKE=	yes
 USE_LIBTOOL=	yes
 CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}"
 INSTALLS_SHLIB=	yes
+
+post-patch:
+	${REINPLACE_CMD} 's,^libSDL_gfxincludedir.*,&/SDL11,' \
+		${WRKSRC}/Makefile.in
 
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/sdl_gfx/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	12 Jan 2003 01:49:27 -0000	1.2
+++ pkg-plist	24 Feb 2003 02:58:09 -0000
@@ -1,8 +1,8 @@
-include/SDL_framerate.h
-include/SDL_gfxPrimitives.h
-include/SDL_gfxPrimitives_font.h
-include/SDL_imageFilter.h
-include/SDL_rotozoom.h
+include/SDL11/SDL_framerate.h
+include/SDL11/SDL_gfxPrimitives.h
+include/SDL11/SDL_gfxPrimitives_font.h
+include/SDL11/SDL_imageFilter.h
+include/SDL11/SDL_rotozoom.h
 lib/libSDL_gfx.a
 lib/libSDL_gfx.so
 lib/libSDL_gfx.so.0

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

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




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