Bug 145180 - graphics/imlib2: fix build for png-1.4.1
Summary: graphics/imlib2: fix build for png-1.4.1
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-29 20:50 UTC by Barbara
Modified: 2010-03-30 15:22 UTC (History)
0 users

See Also:


Attachments
file.diff (509 bytes, patch)
2010-03-29 20:50 UTC, Barbara
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Barbara 2010-03-29 20:50:01 UTC
Fix the build after png update.
Successfully tested using graphics/feh under fluxbox with the following command:
    feh --bg-scale /path/to/a/file.png
With the last committed I was getting:
    No Imlib2 loader for that file format
    feh ERROR: Couldn't load image in order to set bg

Fix: Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-03-29 20:56:02 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2010-03-30 08:23:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

I will take care of it.
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2010-03-30 08:23:49 UTC
State Changed
From-To: open->feedback


Please test again, 
There where reports that the version you suggested did not work.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-03-30 14:55:40 UTC
dinoex      2010-03-30 13:55:19 UTC

  FreeBSD ports repository

  Modified files:
    graphics/imlib2      Makefile 
    graphics/imlib2/files patch-loader_png.c 
  Log:
  - fix defunt patch for png-1.4.1
  - bump PORTREVISION
  PR:     145180
  Sumbitted by:   Barbara
  Tested by:      dinoex, garga
  
  Revision  Changes    Path
  1.138     +1 -1      ports/graphics/imlib2/Makefile
  1.5       +1 -1      ports/graphics/imlib2/files/patch-loader_png.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 5 Dirk Meyer freebsd_committer freebsd_triage 2010-03-30 15:22:05 UTC
State Changed
From-To: feedback->closed

committed, thanks.