From owner-freebsd-ports-bugs Sun Feb 23 19:10:13 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51B0937B401 for ; Sun, 23 Feb 2003 19:10:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 607CB43FBF for ; Sun, 23 Feb 2003 19:10:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1O3A9NS006147 for ; Sun, 23 Feb 2003 19:10:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1O3A9iC006146; Sun, 23 Feb 2003 19:10:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0104B37B401 for ; Sun, 23 Feb 2003 19:00:44 -0800 (PST) Received: from t-mta1.odn.ne.jp (mfep1.odn.ne.jp [143.90.131.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24CED43FA3 for ; Sun, 23 Feb 2003 19:00:43 -0800 (PST) (envelope-from fuyuki@hadaly.dyndns.org) Received: from hadaly.dyndns.org ([218.218.122.239]) by t-mta1.odn.ne.jp with ESMTP id <20030224030042225.FSIC.3961.t-mta1.odn.ne.jp@mta1.odn.ne.jp>; Mon, 24 Feb 2003 12:00:42 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id 4BB3E54B7; Mon, 24 Feb 2003 12:00:41 +0900 (JST) Message-Id: <20030224030041.4BB3E54B7@hadaly.dyndns.org> Date: Mon, 24 Feb 2003 12:00:41 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48611: Update port: graphics/sdl_gfx (fix install path) Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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