I tried to build gphoto2 but I had this error: ===> gphoto2-2.1.0 depends on shared library: exif.5 - not found ===> Verifying install for exif.5 in /usr/ports/graphics/libexif ===> Returning to build of gphoto2-2.1.0 Error: shared library "exif.5" does not exist *** Error code 1 Stop in /usr/ports/graphics/gphoto2. the libexif port was installed correctly (as far as I can see) Fix: I tried to put exim.7 instead of exim.5 into the graphics/gphoto2 Makefile, so this error was solved, but then I got: gphoto2-filesys.c: In function `get_exif_mtime': gphoto2-filesys.c:101: structure has no member named `ifd0' gphoto2-filesys.c:103: structure has no member named `ifd_exif' gphoto2-filesys.c:106: structure has no member named `ifd_exif' gmake[2]: *** [gphoto2-filesys.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/gphoto2/work/gphoto2-2.1.0/libgphoto2' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/ports/graphics/gphoto2/work/gphoto2-2.1.0/libgphoto2' gmake: *** [all-recursive] Error 1 *** Error code 2 Now I don't know what should I do next. I'm not a programmer, sorry. How-To-Repeat: cd /usr/ports/graphics/gphoto2 make
State Changed From-To: open->closed This should be fixed now. Tahnks for reporting.