[Midnightbsd-cvs] mports [18194] U trunk/devel/gnome-vfs/files: gnome-vfs 2.24.4

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 17 20:28:29 EDT 2015


Revision: 18194
          http://svnweb.midnightbsd.org/mports/?rev=18194
Author:   laffer1
Date:     2015-03-17 20:28:28 -0400 (Tue, 17 Mar 2015)
Log Message:
-----------
gnome-vfs 2.24.4

Modified Paths:
--------------
    trunk/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c
    trunk/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h

Added Paths:
-----------
    trunk/devel/gnome-vfs/files/patch-libgnomevfs__Makefile.in
    trunk/devel/gnome-vfs/files/patch-libgnomevfs__gnome-vfs-application-registry.c

Removed Paths:
-------------
    trunk/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in
    trunk/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c

Property Changed:
----------------
    trunk/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c
    trunk/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c
    trunk/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c
    trunk/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h
    trunk/devel/gnome-vfs/files/patch-modules_file-method-acl.c

Deleted: trunk/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in
===================================================================
--- trunk/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in	2015-03-18 00:27:50 UTC (rev 18193)
+++ trunk/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in	2015-03-18 00:28:28 UTC (rev 18194)
@@ -1,11 +0,0 @@
---- libgnomevfs/Makefile.in.orig	Wed Oct 22 01:11:11 2003
-+++ libgnomevfs/Makefile.in	Wed Oct 22 01:12:00 2003
-@@ -429,7 +429,7 @@
- # CLEANFILES = $(BUILT_SOURCES)
- 
- # Platform specific includes
--libgnomevfsplatformincludedir = $(libdir)/gnome-vfs-2.0/include
-+libgnomevfsplatformincludedir = $(includedir)/gnome-vfs-2.0/include
- libgnomevfsplatforminclude_HEADERS = \
- 	gnome-vfs-file-size.h
- 

Deleted: trunk/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c
===================================================================
--- trunk/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c	2015-03-18 00:27:50 UTC (rev 18193)
+++ trunk/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c	2015-03-18 00:28:28 UTC (rev 18194)
@@ -1,26 +0,0 @@
---- libgnomevfs/gnome-vfs-application-registry.c.orig	Sun May 22 23:09:39 2005
-+++ libgnomevfs/gnome-vfs-application-registry.c	Sun May 22 23:14:22 2005
-@@ -943,6 +943,8 @@ load_application_info (void)
- static void
- gnome_vfs_application_registry_init (void)
- {
-+	gchar *tmp;
-+
- 	if (gnome_vfs_application_registry_initialized)
- 		return;
- 
-@@ -963,6 +965,14 @@ gnome_vfs_application_registry_init (voi
- 						       "application-registry",
- 						       NULL);
- 	gnome_registry_dir.system_dir = TRUE;
-+
-+	tmp = g_strconcat (g_get_home_dir(), "/.gnome", NULL);
-+	if (mkdir (tmp, 0700) &&
-+		errno != EEXIST) {
-+			g_warning("Could not create per-user GNOME configuration directory: %s",
-+				tmp);
-+	}
-+	g_free(tmp);
- 	
- 	user_registry_dir.dirname = g_build_filename (g_get_home_dir(),
- 						      ".gnome",

Added: trunk/devel/gnome-vfs/files/patch-libgnomevfs__Makefile.in
===================================================================
--- trunk/devel/gnome-vfs/files/patch-libgnomevfs__Makefile.in	                        (rev 0)
+++ trunk/devel/gnome-vfs/files/patch-libgnomevfs__Makefile.in	2015-03-18 00:28:28 UTC (rev 18194)
@@ -0,0 +1,11 @@
+--- libgnomevfs/Makefile.in.orig	Wed Oct 22 01:11:11 2003
++++ libgnomevfs/Makefile.in	Wed Oct 22 01:12:00 2003
+@@ -429,7 +429,7 @@
+ # CLEANFILES = $(BUILT_SOURCES)
+ 
+ # Platform specific includes
+-libgnomevfsplatformincludedir = $(libdir)/gnome-vfs-2.0/include
++libgnomevfsplatformincludedir = $(includedir)/gnome-vfs-2.0/include
+ libgnomevfsplatforminclude_HEADERS = \
+ 	gnome-vfs-file-size.h
+ 


Property changes on: trunk/devel/gnome-vfs/files/patch-libgnomevfs__Makefile.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/gnome-vfs/files/patch-libgnomevfs__gnome-vfs-application-registry.c
===================================================================
--- trunk/devel/gnome-vfs/files/patch-libgnomevfs__gnome-vfs-application-registry.c	                        (rev 0)
+++ trunk/devel/gnome-vfs/files/patch-libgnomevfs__gnome-vfs-application-registry.c	2015-03-18 00:28:28 UTC (rev 18194)
@@ -0,0 +1,26 @@
+--- libgnomevfs/gnome-vfs-application-registry.c.orig	Sun May 22 23:09:39 2005
++++ libgnomevfs/gnome-vfs-application-registry.c	Sun May 22 23:14:22 2005
+@@ -943,6 +943,8 @@ load_application_info (void)
+ static void
+ gnome_vfs_application_registry_init (void)
+ {
++	gchar *tmp;
++
+ 	if (gnome_vfs_application_registry_initialized)
+ 		return;
+ 
+@@ -963,6 +965,14 @@ gnome_vfs_application_registry_init (voi
+ 						       "application-registry",
+ 						       NULL);
+ 	gnome_registry_dir.system_dir = TRUE;
++
++	tmp = g_strconcat (g_get_home_dir(), "/.gnome", NULL);
++	if (mkdir (tmp, 0700) &&
++		errno != EEXIST) {
++			g_warning("Could not create per-user GNOME configuration directory: %s",
++				tmp);
++	}
++	g_free(tmp);
+ 	
+ 	user_registry_dir.dirname = g_build_filename (g_get_home_dir(),
+ 						      ".gnome",


Property changes on: trunk/devel/gnome-vfs/files/patch-libgnomevfs__gnome-vfs-application-registry.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c
===================================================================
--- trunk/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c	2015-03-18 00:27:50 UTC (rev 18193)
+++ trunk/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c	2015-03-18 00:28:28 UTC (rev 18194)
@@ -1,11 +1,18 @@
---- libgnomevfs/gnome-vfs-filesystem-type.c.orig	2007-09-17 14:48:45.000000000 -0400
-+++ libgnomevfs/gnome-vfs-filesystem-type.c	2007-09-17 14:50:06.000000000 -0400
-@@ -65,6 +65,8 @@ static struct FSInfo fs_data[] = {
- 	{ "msdosfs"  , N_("MSDOS Volume"), 0 },
+--- libgnomevfs/gnome-vfs-filesystem-type.c.orig	2009-10-08 10:03:36.000000000 -0400
++++ libgnomevfs/gnome-vfs-filesystem-type.c	2009-10-10 11:57:06.000000000 -0400
+@@ -70,6 +70,7 @@ static struct FSInfo fs_data[] = {
  	{ "nfs"      , N_("NFS Network Volume"), 1 },
  	{ "ntfs"     , N_("Windows NT Volume"), 0 },
+ 	{ "ntfs-3g"  , N_("Windows NT Volume"), 1 },
 +	{ "nullfs"   , N_("BSD Loopback Volume"), 1 },
-+	{ "zfs"      , N_("ZFS Volume"), 1 },
+ 	{ "nilfs2"   , N_("NILFS Linux Volume"), 1 },
  	{ "nwfs"     , N_("Netware Volume"), 0 },
  	{ "proc"     , N_("System Volume"), 0 },
- 	{ "procfs"   , N_("System Volume"), 0 },
+@@ -90,6 +91,7 @@ static struct FSInfo fs_data[] = {
+ 	{ "xenix"    , N_("Xenix Volume"), 0 },
+ 	{ "xfs"      , N_("XFS Linux Volume"), 1 },
+ 	{ "xiafs"    , N_("XIAFS Volume"), 0 },
++	{ "zfs"      , N_("ZFS Volume"), 1 },
+ 	{ "cifs"     , N_("CIFS Volume"), 1 },
+ };
+ 


Property changes on: trunk/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c
===================================================================
--- trunk/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c	2015-03-18 00:27:50 UTC (rev 18193)
+++ trunk/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c	2015-03-18 00:28:28 UTC (rev 18194)

Property changes on: trunk/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c
===================================================================
--- trunk/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c	2015-03-18 00:27:50 UTC (rev 18193)
+++ trunk/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c	2015-03-18 00:28:28 UTC (rev 18194)

Property changes on: trunk/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Modified: trunk/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h
===================================================================
--- trunk/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h	2015-03-18 00:27:50 UTC (rev 18193)
+++ trunk/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h	2015-03-18 00:28:28 UTC (rev 18194)
@@ -10,4 +10,3 @@
  #endif
  
  extern XdgMimeCache **_caches;
-


Property changes on: trunk/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/devel/gnome-vfs/files/patch-modules_file-method-acl.c
===================================================================
--- trunk/devel/gnome-vfs/files/patch-modules_file-method-acl.c	2015-03-18 00:27:50 UTC (rev 18193)
+++ trunk/devel/gnome-vfs/files/patch-modules_file-method-acl.c	2015-03-18 00:28:28 UTC (rev 18194)

Property changes on: trunk/devel/gnome-vfs/files/patch-modules_file-method-acl.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list