Bug 72643 - [patch] graphics/eog2 - fix build with libexif 0.6.10
Summary: [patch] graphics/eog2 - fix build with libexif 0.6.10
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: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-13 15:30 UTC by Christian Hiris
Modified: 2004-10-13 17:45 UTC (History)
0 users

See Also:


Attachments
patch-eog-info-view.c (915 bytes, text/plain)
2004-10-13 15:30 UTC, Christian Hiris
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Hiris 2004-10-13 15:30:31 UTC

eog-2.6.1 build target fails.

How-To-Repeat: 


jail003# cd /usr/ports/graphics/eog2
cc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DG_LOG_DOMAIN=\"Eog\"                                           -DHAVE_COLLECTION                                               -DDATADIR=\""/usr/X11R6/share/gnome"\"                                  -I. -I..                               -I../src                                         -I../jpegutils                 -I..                                             -D_REENTRANT -DORBIT2=1 -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/libexif -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/X11R6/include/gnome-vfs-
 2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/eel-2 -I/usr/X11R6/include/gail-1.0 -I/usr/X11R6/include/libgnomeprintui-2.2 -I/usr/X11R6/include/libgnomeprint-2.2                                                     -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations   -I/usr/local/include -I/usr/X11R6/include  -O -pipe  -c eog-info-view.c
eog-info-view.c: In function `exif_entry_cb':
eog-info-view.c:258: error: too few arguments to function `exif_entry_get_value'
eog-info-view.c:262: error: too few arguments to function `exif_entry_get_value'
gmake[3]: *** [eog-info-view.o] Error 1
gmake[3]: Leaving directory `/usr/wrkdir/usr/ports/graphics/eog2/work/eog-2.6.1/libeog'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/wrkdir/usr/ports/graphics/eog2/work/eog-2.6.1/libeog'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/wrkdir/usr/ports/graphics/eog2/work/eog-2.6.1
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop in /usr/ports/graphics/eog2.
*** Error code 1
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-10-13 16:12:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainers.
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2004-10-13 17:45:13 UTC
State Changed
From-To: open->closed

Fixed, but I used a different patch that seemed to be more correct.