Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2006 11:40:18 GMT
From:      Yuri Pankov <yuri.pankov@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/95582: devel/guichan doesn't install needed sdlpixel.hpp
Message-ID:  <200604101140.k3ABeIl2094567@www.freebsd.org>
Resent-Message-ID: <200604101150.k3ABoFmZ000728@freefall.freebsd.org>

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

>Number:         95582
>Category:       ports
>Synopsis:       devel/guichan doesn't install needed sdlpixel.hpp
>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:   Mon Apr 10 11:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yuri Pankov
>Release:        7.0-CURRENT/amd64
>Organization:
>Environment:
FreeBSD arroyo.localnet 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Mon Apr 10 03:56:35 MSD 2006     root@arroyo.localnet:/usr/obj/data/src/sys/ARROYO  amd64

>Description:
devel/guichan doesn't install needed include/guichan/sdl/sdlpixel.hpp header file
>How-To-Repeat:

>Fix:
--- /dev/null   Mon Apr 10 15:33:00 2006
+++ files/patch-include__guichan__sdl__Makefile.in      Mon Apr 10 15:18:27 2006
@@ -0,0 +1,12 @@
+--- include/guichan/sdl/Makefile.in.orig       Mon Apr 10 15:15:47 2006
++++ include/guichan/sdl/Makefile.in    Mon Apr 10 15:16:25 2006
+@@ -184,7 +184,8 @@
+ libguichaninclude_HEADERS = \
+       sdlgraphics.hpp         \
+       sdlimageloader.hpp      \
+-      sdlinput.hpp
++      sdlinput.hpp            \
++      sdlpixel.hpp
+
+ all: all-am
+

--- pkg-plist.orig      Mon Apr 10 15:21:09 2006
+++ pkg-plist   Mon Apr 10 15:21:33 2006
@@ -29,6 +29,7 @@
 include/guichan/sdl/sdlgraphics.hpp
 include/guichan/sdl/sdlimageloader.hpp
 include/guichan/sdl/sdlinput.hpp
+include/guichan/sdl/sdlpixel.hpp
 include/guichan/widget.hpp
 include/guichan/widgets/button.hpp
 include/guichan/widgets/checkbox.hpp

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



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