Bug 135662 - [MAINTAINER] graphics/iulib: properly enable SDL option
Summary: [MAINTAINER] graphics/iulib: properly enable SDL option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-17 11:20 UTC by hiroto.kagotani
Modified: 2009-06-17 23:40 UTC (History)
0 users

See Also:


Attachments
iulib-0.4_1.patch (2.45 KB, patch)
2009-06-17 11:20 UTC, hiroto.kagotani
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description hiroto.kagotani 2009-06-17 11:20:01 UTC
WITH_SDL option was not used properly.
  Add dependency on sdl_gfx.
  Add a plist entry for SDL-related header.
  Add lacking functions required by ocropus to non-SDL version.

Added file(s):
- files/patch-utils__dgraphics.cc
- files/patch-utils__dgraphics_nosdl.cc

Generated with FreeBSD Port Tools 0.77
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2009-06-17 13:22:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-06-17 23:31:47 UTC
amdmi3      2009-06-17 22:31:37 UTC

  FreeBSD ports repository

  Modified files:
    graphics/iulib       Makefile pkg-plist 
  Added files:
    graphics/iulib/files patch-utils__dgraphics.cc 
                         patch-utils__dgraphics_nosdl.cc 
  Log:
  - Properly support SDL
  
  PR:             135662
  Submitted by:   Hiroto Kagotani <hiroto.kagotani@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.3       +4 -1      ports/graphics/iulib/Makefile
  1.1       +11 -0     ports/graphics/iulib/files/patch-utils__dgraphics.cc (new)
  1.1       +15 -0     ports/graphics/iulib/files/patch-utils__dgraphics_nosdl.cc (new)
  1.3       +1 -0      ports/graphics/iulib/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2009-06-17 23:34:16 UTC
State Changed
From-To: open->closed

Committed. Thanks!