curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
currently broken (though not too hard to fix), and add a dependency on glib
for the "jamcam" module, which was building with glib as a hidden
dependency all this time (luckily, buildlink2 didn't let it get away with
it like buildlink1 did).
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.
Example #1:
DISTNAME= foo-X.Y
PKGREVISION= Z
=> PKGNAME= foo-X.YnbZ
Example #2:
DISTNAME= barthing-X.Y
PKGNAME= bar-X.Y
PKGREVISION= Z
=> PKGNAME= bar=X.YnbZ (!)
On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
http://sourceforge.net/tracker/index.php?func=detail&aid=438529&group_id=8874&atid=108874
Summary:
DC240 USB driver only handle DC240
DC240 driver is compatible with DC280, DC3400 and
DC5000 camera. While serial connection should work as
is, USB connection is fixed to DC240 as the USB driver
only looks for device 0x0120 while the 3 other have
another USB device id.
See dc240.c, camera_init() and camera_abilities().
Not yet applied to the gphoto2 source tree, but this patch makes it
possible to use my Kodak DC280.
http://sourceforge.net/tracker/index.php?func=detail&aid=438155&group_id=8874&atid=108874
Summary:
gphoto2 leave DC240 in an unstable state
Fetching a list of all the files on the DC240 camera
leave the camera in an unstable state, making it hard
to shutdown.
Was applied in revision 1.4 to the ghoto2 source tree, plus an additional
patch, so use this version and not the patch from above.