diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-11-12 13:37:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-11-12 13:37:23 +0000 |
commit | 9c07813ee3e8da8b7f1d4afeb10aa56b5551e465 (patch) | |
tree | 674885e1c81fc75ff48c2827f316521271ff89f5 /graphics/libgphoto2 | |
parent | 6f2678d8cc62feab3fe3c6e72b80c0b150d7c5fc (diff) |
Notes
Diffstat (limited to 'graphics/libgphoto2')
-rw-r--r-- | graphics/libgphoto2/Makefile | 2 | ||||
-rw-r--r-- | graphics/libgphoto2/files/patch-libgphoto2_port-disk-disk.c | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index 9e573436680a..1d1bf51f6da8 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgphoto2 PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gphoto diff --git a/graphics/libgphoto2/files/patch-libgphoto2_port-disk-disk.c b/graphics/libgphoto2/files/patch-libgphoto2_port-disk-disk.c new file mode 100644 index 000000000000..4bbc2c9240b7 --- /dev/null +++ b/graphics/libgphoto2/files/patch-libgphoto2_port-disk-disk.c @@ -0,0 +1,10 @@ +--- libgphoto2_port/disk/disk.c.orig Wed Apr 19 03:54:26 2006 ++++ libgphoto2_port/disk/disk.c Sun Nov 12 14:23:50 2006 +@@ -175,7 +175,6 @@ + + libhal_free_string_array (volumes); + libhal_ctx_free (ctx); +- dbus_connection_disconnect (dbus_connection); + dbus_connection_unref (dbus_connection); + #else + # ifdef HAVE_MNTENT_H |