Bug 148455 - fixed games/egl compilation problem
Summary: fixed games/egl compilation problem
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: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-08 22:30 UTC by Dee-Nice
Modified: 2010-10-10 18:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.39 KB, patch)
2010-07-08 22:30 UTC, Dee-Nice
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dee-Nice 2010-07-08 22:30:04 UTC
games/egl (a Quake II engine) is marked broken: it does not compile because of libpng related problems:

* jpeg_mem_src already defined in <libpng.h>
* in new <png.h>, png_set_gray_1_2_4_to_8(png_ptr) function is obsolete and renamed png_set_expand_gray_1_2_4_to_8(png_ptr).

Fix: Replace the ports/games/egl/files/patch-renderer__rf_image.c with mine and remove the BROKEN mark.

Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-07-08 22:47:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-10-10 18:05:45 UTC
alepulver    2010-10-10 17:05:40 UTC

  FreeBSD ports repository

  Modified files:
    games/egl            Makefile 
    games/egl/files      patch-renderer__rf_image.c 
  Log:
  - Fix compilation, and remove BROKEN.
  
  PR:             ports/148455
  Submitted by:   Dee-Nice <hostmaster@dee-nice.org>
  
  Revision  Changes    Path
  1.9       +0 -2      ports/games/egl/Makefile
  1.2       +36 -2     ports/games/egl/files/patch-renderer__rf_image.c
_______________________________________________
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 Alejandro Pulver freebsd_committer freebsd_triage 2010-10-10 18:06:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!