diff options
author | mi <mi@FreeBSD.org> | 2005-09-16 05:46:48 +0000 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2005-09-16 05:46:48 +0000 |
commit | 2d45d8ee09ca9aa70f20ee67cd41ee0477c136c2 (patch) | |
tree | 77a975f2f344a1c2535e908b591e0b8414bb15e2 /graphics/libgphoto2 | |
parent | b219dff7858ce69e11abeda6d0d11f99d9cd6d04 (diff) | |
download | FreeBSD-ports-2d45d8ee09ca9aa70f20ee67cd41ee0477c136c2.zip FreeBSD-ports-2d45d8ee09ca9aa70f20ee67cd41ee0477c136c2.tar.gz |
Add a patch from the vendor's CVS to limit the number of pictures cached
by the library (to two by default). Previous versions had NO LIMIT,
which prevented simple clients of the library (such "gphoto -P" itself)
from downloading LARGE sequences of pictures -- the program would run
out of memory and crash.
While here, remove the explicit requirements for shared library versions
of dependencies.
Diffstat (limited to 'graphics/libgphoto2')
-rw-r--r-- | graphics/libgphoto2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index 9a0a662..6de0ed5 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= gphoto MAINTAINER= ports@FreeBSD.org COMMENT= A universal digital camera picture control tool -LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb \ - exif.12:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= usb:${PORTSDIR}/devel/libusb \ + exif:${PORTSDIR}/graphics/libexif USE_GNOME= gnometarget pkgconfig USE_GETOPT_LONG= yes |