1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Add a patch to not close shared dbus connections

PR:		ports/105436
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
Obtained from:	gphoto svn
This commit is contained in:
Pav Lucistnik 2006-11-12 13:37:23 +00:00
parent 6f2678d8cc
commit 9c07813ee3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177097
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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