aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-05-01 13:29:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-05-01 13:29:37 +0000
commit8e6f2eb82e5edec98737d1f9c12361343def00c7 (patch)
tree5c179315c260d80ec6855c9488a7629a50768171
parente9cac8e2ce349fc6960512ed320a32c7f785483e (diff)
downloadports-8e6f2eb82e5edec98737d1f9c12361343def00c7.tar.gz
ports-8e6f2eb82e5edec98737d1f9c12361343def00c7.zip
devel/gnome-vfs: remove
Dead upstream, no consumers left in the ports tree
-rw-r--r--MOVED1
-rw-r--r--Mk/Scripts/qa.sh1
-rw-r--r--Mk/Uses/gnome.mk5
-rw-r--r--devel/Makefile1
-rw-r--r--devel/gnome-vfs/Makefile97
-rw-r--r--devel/gnome-vfs/distinfo2
-rw-r--r--devel/gnome-vfs/files/patch-Makefile.in10
-rw-r--r--devel/gnome-vfs/files/patch-config.h.in12
-rw-r--r--devel/gnome-vfs/files/patch-configure37
-rw-r--r--devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in9
-rw-r--r--devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in9
-rw-r--r--devel/gnome-vfs/files/patch-libgnomevfs__Makefile.in11
-rw-r--r--devel/gnome-vfs/files/patch-libgnomevfs__gnome-vfs-application-registry.c26
-rw-r--r--devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c18
-rw-r--r--devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c33
-rw-r--r--devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c11
-rw-r--r--devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h12
-rw-r--r--devel/gnome-vfs/files/patch-modules_file-method-acl.c11
-rw-r--r--devel/gnome-vfs/files/patch-modules_gzip-method.c10
-rw-r--r--devel/gnome-vfs/files/patch-openssl-1.126
-rw-r--r--devel/gnome-vfs/pkg-deinstall.in17
-rw-r--r--devel/gnome-vfs/pkg-descr7
-rw-r--r--devel/gnome-vfs/pkg-install.in17
-rw-r--r--devel/gnome-vfs/pkg-plist201
24 files changed, 2 insertions, 582 deletions
diff --git a/MOVED b/MOVED
index 9b4033bac57f..37a5218b88e7 100644
--- a/MOVED
+++ b/MOVED
@@ -16322,3 +16322,4 @@ devel/p5-Gnome2-GConf||2021-05-01|Has expired: Deprecated by the Gtk-Perl projec
comms/kb||2021-05-01|Abandonware, upstream has disappeared, depends on libgnome
games/monster-masher||2021-05-01|Abandonware, depends on libgnome
x11/libgnome||2021-05-01|Dead upstream, no consumers left in the ports tree
+devel/gnome-vfs||2021-05-01|Dead upstream, no consumers left in the ports tree
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh
index b454ca8dbd93..c450302955db 100644
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -409,7 +409,6 @@ proxydeps_suggest_uses() {
elif [ ${pkg} = "graphics/gdk-pixbuf" ]; then warn "you need USE_GNOME+=gdkpixbuf"
elif [ ${pkg} = "graphics/gdk-pixbuf2" ]; then warn "you need USE_GNOME+=gdkpixbuf2"
elif [ ${pkg} = "x11/gnome-desktop" ]; then warn "you need USE_GNOME+=gnomedesktop3"
- elif [ ${pkg} = "devel/gnome-vfs" ]; then warn "you need USE_GNOME+=gnomevfs2"
elif [ ${pkg} = "devel/gobject-introspection" ]; then warn "you need USE_GNOME+=introspection"
elif [ ${pkg} = "graphics/libart_lgpl" ]; then warn "you need USE_GNOME+=libartlgpl2"
elif [ ${pkg} = "devel/libIDL" ]; then warn "you need USE_GNOME+=libidl"
diff --git a/Mk/Uses/gnome.mk b/Mk/Uses/gnome.mk
index 0e1a4afc1b42..164bce743b68 100644
--- a/Mk/Uses/gnome.mk
+++ b/Mk/Uses/gnome.mk
@@ -71,7 +71,7 @@ _USE_GNOME_ALL= intlhack intltool introspection \
# GNOME 2 components
_USE_GNOME_ALL+= atk cairo \
gdkpixbuf2 gconf2 glib20 \
- gnomevfs2 gtk-update-icon-cache gtk20 \
+ gtk-update-icon-cache gtk20 \
gtksharp20 gtksourceview2 gvfs libartlgpl2 libbonobo \
libglade2 libgnomecanvas \
libgsf libidl librsvg2 libwnck \
@@ -216,9 +216,6 @@ introspection_MAKE_ENV= GI_SCANNER_DISABLE_CACHE=1 XDG_CACHE_HOME=${WRKDIR}
gconf2_LIB_DEPENDS= libgconf-2.so:devel/gconf2
gconf2_USE_GNOME_IMPL= orbit2 libxml2 gtk20
-gnomevfs2_LIB_DEPENDS= libgnomevfs-2.so:devel/gnome-vfs
-gnomevfs2_USE_GNOME_IMPL=gconf2 gnomemimedata
-
libgnomecanvas_LIB_DEPENDS= libgnomecanvas-2.so:graphics/libgnomecanvas
libgnomecanvas_USE_GNOME_IMPL= libglade2 libartlgpl2
diff --git a/devel/Makefile b/devel/Makefile
index 4c51ccf580b3..f010de8c491a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -842,7 +842,6 @@
SUBDIR += gnatpython
SUBDIR += gnome-builder
SUBDIR += gnome-common
- SUBDIR += gnome-vfs
SUBDIR += gnu-efi
SUBDIR += gnucflow
SUBDIR += gnulib
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile
deleted file mode 100644
index c46405406323..000000000000
--- a/devel/gnome-vfs/Makefile
+++ /dev/null
@@ -1,97 +0,0 @@
-# Created by: Ade Lovett <ade@FreeBSD.org>
-
-PORTNAME= gnome-vfs
-PORTVERSION= 2.24.4
-PORTREVISION?= 12
-CATEGORIES= devel gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME Virtual File System
-
-LICENSE= LGPL20 LGPL20+ # dbus-utils.c is LGPL20 only
-LICENSE_COMB= multi
-LICENSE_FILE_LGPL20= ${WRKSRC}/COPYING.LIB
-LICENSE_FILE_LGPL20+ = ${WRKSRC}/COPYING.LIB
-
-USES= tar:bzip2
-
-RUN_DEPENDS= update-mime-database:misc/shared-mime-info
-LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
- libdbus-1.so:devel/dbus
-
-USES+= gettext gmake gnome libtool:keepla pathfix pkgconfig ssl
-USE_GNOME= gconf2 gnomemimedata intlhack referencehack
-INSTALL_TARGET= install-strip
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-openssl \
- --disable-gnutls \
- --disable-howl \
- --disable-hal \
- ac_cv_header_sys_inotify_h=no
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-PKGINSTALL= ${WRKDIR}/pkg-install
-PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
-
-GCONF_SCHEMAS= desktop_default_applications.schemas \
- desktop_gnome_url_handlers.schemas system_dns_sd.schemas \
- system_http_proxy.schemas system_smb.schemas
-
-OPTIONS_DEFINE= SAMBA MDNS
-OPTIONS_DEFAULT=SAMBA MDNS
-SAMBA_DESC= Enable SMB volume support
-MDNS_DESC= Enable Bonjour/Rendezvous support
-
-.include <bsd.port.options.mk>
-
-.if exists(${LOCALBASE}/lib/libfam.so) || !defined(WITHOUT_FAM)
-USES+= fam
-.endif
-
-.if exists(${LOCALBASE}/lib/libkrb5.so)
-LIB_DEPENDS+= libkrb5.so:security/heimdal
-.endif
-
-.if ${PORT_OPTIONS:MSAMBA}
-CONFIGURE_ARGS+=--with-samba-includes=${SAMBAINCLUDES} --with-samba-libs=${SAMBALIBS}
-USES+= samba:lib
-PLIST_SUB+= SAMBA=""
-.else
-PLIST_SUB+= SAMBA="@comment "
-CONFIGURE_ARGS+=--disable-samba
-.endif
-
-.if ${PORT_OPTIONS:MMDNS}
-LIB_DEPENDS+= libavahi-client.so:net/avahi-app
-.else
-CONFIGURE_ARGS+=--disable-avahi
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
- ${WRKSRC}/libgnomevfs/Makefile.in
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \
- s|%%LOCALBASE%%|${LOCALBASE}|g' \
- ${WRKSRC}/libgnomevfs/xdgmime.c \
- ${WRKSRC}/libgnomevfs/gnome-vfs-hal-mounts.c
- @${REINPLACE_CMD} -e 's|-lacl||g ; \
- s|inotify_support=yes|inotify_support=no|g' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
- ${WRKSRC}/*/Makefile.in
- @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- < ${MASTERDIR}/pkg-install.in > ${PKGINSTALL}
- @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- < ${MASTERDIR}/pkg-deinstall.in > ${PKGDEINSTALL}
-
-pre-configure:
-.if defined(WITHOUT_KERBEROS)
- @${ECHO_CMD} "${PKGNAME}: KERBEROS is required."
- @${FALSE}
-.endif
-
-.include <bsd.port.mk>
diff --git a/devel/gnome-vfs/distinfo b/devel/gnome-vfs/distinfo
deleted file mode 100644
index 7a3a808390d6..000000000000
--- a/devel/gnome-vfs/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome2/gnome-vfs-2.24.4.tar.bz2) = 62de64b5b804eb04104ff98fcd6a8b7276d510a49fbd9c0feb568f8996444faa
-SIZE (gnome2/gnome-vfs-2.24.4.tar.bz2) = 1890370
diff --git a/devel/gnome-vfs/files/patch-Makefile.in b/devel/gnome-vfs/files/patch-Makefile.in
deleted file mode 100644
index 7213df2fa7e0..000000000000
--- a/devel/gnome-vfs/files/patch-Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.in.orig Tue Jul 11 09:30:02 2006
-+++ Makefile.in Tue Jul 11 09:30:32 2006
-@@ -352,7 +352,6 @@
- devel-docs \
- doc \
- programs \
-- test \
- po
-
- EXTRA_DIST = \
diff --git a/devel/gnome-vfs/files/patch-config.h.in b/devel/gnome-vfs/files/patch-config.h.in
deleted file mode 100644
index 70edbcd4549b..000000000000
--- a/devel/gnome-vfs/files/patch-config.h.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- config.h.in.orig Sun May 7 00:54:09 2006
-+++ config.h.in Sun May 7 00:54:46 2006
-@@ -121,6 +121,9 @@
- /* Define to 1 if you have the <fnmatch.h> header file. */
- #undef HAVE_FNMATCH_H
-
-+/* Define to 1 if you have the <sys/sysmacros.h> header file. */
-+#undef HAVE_SYS_SYSMACROS_H
-+
- /* Define to 1 if you have the <fstab.h> header file. */
- #undef HAVE_FSTAB_H
-
diff --git a/devel/gnome-vfs/files/patch-configure b/devel/gnome-vfs/files/patch-configure
deleted file mode 100644
index e44e93476014..000000000000
--- a/devel/gnome-vfs/files/patch-configure
+++ /dev/null
@@ -1,37 +0,0 @@
---- configure.orig 2010-09-29 07:03:15.000000000 +0000
-+++ configure 2010-09-29 07:09:42.000000000 +0000
-@@ -8424,7 +8424,7 @@
-
- # On IRIX 5.3, sys/types and inttypes.h are conflicting.
- for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
-- inttypes.h stdint.h unistd.h
-+ inttypes.h stdint.h unistd.h sys/sysmacros.h
- do :
- as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
- ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
-@@ -14465,6 +14465,7 @@
- cat >>confdefs.h <<_ACEOF
- #define HAVE_NGETTEXT 1
- _ACEOF
-+ LIBS="-lintl $LIBS"
- have_ngettext=yes
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5
-@@ -17694,7 +17695,7 @@
- $as_echo_n "(cached) " >&6
- else
-
-- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl"
-+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h. */
-
-@@ -17824,7 +17825,7 @@
- $as_echo_n "(cached) " >&6
- else
-
-- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl"
-+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h. */
-
diff --git a/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in b/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in
deleted file mode 100644
index b09412624318..000000000000
--- a/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in
+++ /dev/null
@@ -1,9 +0,0 @@
---- gnome-vfs-2.0.pc.in.orig Tue Jul 11 07:31:58 2006
-+++ gnome-vfs-2.0.pc.in Tue Jul 11 09:33:47 2006
-@@ -8,5 +8,5 @@
- Description: The GNOME virtual file-system libraries
- Version: @VERSION@
- Requires: gconf-2.0 gthread-2.0 gmodule-no-export-2.0 gobject-2.0
--Libs: -L${libdir} -lgnomevfs-2
-+Libs: -L${libdir} -lgnomevfs-2 -pthread
- Cflags: -I${includedir}/gnome-vfs-2.0 -I${libdir}/gnome-vfs-2.0/include
diff --git a/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in b/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in
deleted file mode 100644
index 98354d83d2de..000000000000
--- a/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in
+++ /dev/null
@@ -1,9 +0,0 @@
---- gnome-vfs-module-2.0.pc.in.orig Tue Jul 11 07:31:58 2006
-+++ gnome-vfs-module-2.0.pc.in Tue Jul 11 09:34:36 2006
-@@ -8,5 +8,5 @@
- Description: The GNOME virtual file-system module include info
- Version: @VERSION@
- Requires: gconf-2.0 gthread-2.0 gmodule-no-export-2.0 gobject-2.0
--Libs: -L${libdir} -lgnomevfs-2
-+Libs: -L${libdir} -lgnomevfs-2 -pthread
- Cflags: -I${includedir}/gnome-vfs-2.0 -I${includedir}/gnome-vfs-module-2.0 -I${libdir}/gnome-vfs-2.0/include
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs__Makefile.in b/devel/gnome-vfs/files/patch-libgnomevfs__Makefile.in
deleted file mode 100644
index 063376961823..000000000000
--- a/devel/gnome-vfs/files/patch-libgnomevfs__Makefile.in
+++ /dev/null
@@ -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
-
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs__gnome-vfs-application-registry.c b/devel/gnome-vfs/files/patch-libgnomevfs__gnome-vfs-application-registry.c
deleted file mode 100644
index 2747466f7bd9..000000000000
--- a/devel/gnome-vfs/files/patch-libgnomevfs__gnome-vfs-application-registry.c
+++ /dev/null
@@ -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",
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c
deleted file mode 100644
index 90fb33a41d77..000000000000
--- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c
+++ /dev/null
@@ -1,18 +0,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 },
- { "nilfs2" , N_("NILFS Linux Volume"), 1 },
- { "nwfs" , N_("Netware Volume"), 0 },
- { "proc" , 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 },
- };
-
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c
deleted file mode 100644
index f50e1cb819b8..000000000000
--- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c
+++ /dev/null
@@ -1,33 +0,0 @@
---- libgnomevfs/gnome-vfs-hal-mounts.c.orig Mon Aug 7 04:16:27 2006
-+++ libgnomevfs/gnome-vfs-hal-mounts.c Sun Sep 17 17:39:48 2006
-@@ -627,20 +629,30 @@ _hal_volume_policy_check (GnomeVFSVolume
- "/",
- "/bin",
- "/boot",
-+ "/compat/linux/proc",
-+ "/compat/linux/sys",
- "/dev",
- "/etc",
- "/home",
- "/lib",
- "/lib64",
-+ "/libexec",
- "/media",
- "/mnt",
- "/opt",
-+ "/rescue",
- "/root",
- "/sbin",
- "/srv",
- "/tmp",
- "/usr",
-+ "/usr/local",
-+ "/usr/obj",
-+ "/usr/ports",
-+ "/usr/src",
-+ "/usr/X11R6",
- "/var",
-+ "/var/tmp",
- "/proc",
- "/sbin",
- NULL
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c
deleted file mode 100644
index a9879578af2c..000000000000
--- a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgnomevfs/xdgmime.c.orig Wed Aug 24 16:52:03 2005
-+++ libgnomevfs/xdgmime.c Wed Aug 24 16:52:47 2005
-@@ -234,7 +234,7 @@
-
- xdg_data_dirs = getenv ("XDG_DATA_DIRS");
- if (xdg_data_dirs == NULL)
-- xdg_data_dirs = "/usr/local/share/:/usr/share/";
-+ xdg_data_dirs = "%%LOCALBASE%%/share/";
-
- ptr = xdg_data_dirs;
-
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h
deleted file mode 100644
index 7d987f400d90..000000000000
--- a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- libgnomevfs/xdgmimecache.h.orig 2008-06-12 10:25:40.000000000 -0400
-+++ libgnomevfs/xdgmimecache.h 2008-06-14 00:49:59.000000000 -0400
-@@ -46,6 +46,9 @@ typedef struct _XdgMimeCache XdgMimeCach
- #define _xdg_mime_cache_get_icon XDG_RESERVED_ENTRY(cache_get_icon)
- #define _xdg_mime_cache_get_generic_icon XDG_RESERVED_ENTRY(cache_get_generic_icon)
- #define _xdg_mime_cache_glob_dump XDG_RESERVED_ENTRY(cache_glob_dump)
-+#define _xdg_mime_cache_is_valid_mime_type XDG_RESERVED_ENTRY(cache_is_valid_mime_type)
-+#define _xdg_mime_cache_mime_type_equal XDG_RESERVED_ENTRY(cache_mime_type_equal)
-+#define _xdg_mime_cache_media_type_equal XDG_RESERVED_ENTRY(cache_media_type_equal)
- #endif
-
- extern XdgMimeCache **_caches;
diff --git a/devel/gnome-vfs/files/patch-modules_file-method-acl.c b/devel/gnome-vfs/files/patch-modules_file-method-acl.c
deleted file mode 100644
index 7ec9a33b8f5f..000000000000
--- a/devel/gnome-vfs/files/patch-modules_file-method-acl.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/file-method-acl.c.orig Mon Jul 24 18:47:12 2006
-+++ modules/file-method-acl.c Mon Jul 24 22:01:34 2006
-@@ -45,7 +45,7 @@
- #endif
-
- #ifdef HAVE_POSIX_ACL
--# include <acl/libacl.h>
-+# include <sys/acl.h>
- #define HAVE_ACL 1
- #endif
-
diff --git a/devel/gnome-vfs/files/patch-modules_gzip-method.c b/devel/gnome-vfs/files/patch-modules_gzip-method.c
deleted file mode 100644
index 3288d1853669..000000000000
--- a/devel/gnome-vfs/files/patch-modules_gzip-method.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- modules/gzip-method.c.orig 2010-03-25 16:05:12.000000000 -0400
-+++ modules/gzip-method.c 2010-03-25 16:06:56.000000000 -0400
-@@ -30,6 +30,7 @@
- #include <stdio.h>
- #include <string.h>
- #include <time.h>
-+#undef _LARGEFILE64_SOURCE
- #include <zlib.h>
-
- struct _GZipMethodHandle {
diff --git a/devel/gnome-vfs/files/patch-openssl-1.1 b/devel/gnome-vfs/files/patch-openssl-1.1
deleted file mode 100644
index 14207f28d19b..000000000000
--- a/devel/gnome-vfs/files/patch-openssl-1.1
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-libgnomevfs_gnome-vfs-ssl.c,v 1.1 2018/02/16 13:18:26 wiz Exp $
-
-struct SSL is opaque in openssl-1.1; and the SSL_free() man page
-says that one should not free members of it manually (in both
-the openssl-1.0 and openssl-1.1 man pages).
-
---- libgnomevfs/gnome-vfs-ssl.c.orig 2010-02-09 12:16:14.000000000 +0000
-+++ libgnomevfs/gnome-vfs-ssl.c
-@@ -400,9 +400,6 @@ gnome_vfs_ssl_create_from_fd (GnomeVFSSS
- }
- }
-
-- if (ssl->private->ssl->ctx)
-- SSL_CTX_free (ssl->private->ssl->ctx);
--
- SSL_free (ssl->private->ssl);
- g_free (ssl->private);
- g_free (ssl);
-@@ -705,7 +702,6 @@ gnome_vfs_ssl_destroy (GnomeVFSSSL *ssl,
- }
- }
-
-- SSL_CTX_free (ssl->private->ssl->ctx);
- SSL_free (ssl->private->ssl);
- close (ssl->private->sockfd);
- if (ssl->private->timeout)
diff --git a/devel/gnome-vfs/pkg-deinstall.in b/devel/gnome-vfs/pkg-deinstall.in
deleted file mode 100644
index 7a3796c0fd6b..000000000000
--- a/devel/gnome-vfs/pkg-deinstall.in
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-#
-# Restore gconf keys of libgnome.
-
-if [ "$2" != "POST-DEINSTALL" ]; then
- exit 0
-fi
-
-SCHEMAS=%%LOCALBASE%%/etc/gconf/schemas/desktop_gnome_applications_terminal.schemas
-
-if [ -f ${SCHEMAS} ]; then
- env GCONF_CONFIG_SOURCE=xml::%%LOCALBASE%%/etc/gconf/gconf.xml.defaults \
- %%LOCALBASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \
- > /dev/null || /usr/bin/true
-fi
-
-exit 0
diff --git a/devel/gnome-vfs/pkg-descr b/devel/gnome-vfs/pkg-descr
deleted file mode 100644
index 234da35b563c..000000000000
--- a/devel/gnome-vfs/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-The GNOME Virtual File System allows applications and users to treat
-any number of file system concepts as a part of the local filesystem.
-With GnomeVFS, filesystems across the internet, on connected devices,
-and in multiple formats are as simple to access (and write code for)
-as any directory on the local machine.
-
-WWW: https://www.gnome.org/
diff --git a/devel/gnome-vfs/pkg-install.in b/devel/gnome-vfs/pkg-install.in
deleted file mode 100644
index 87c1e71b642a..000000000000
--- a/devel/gnome-vfs/pkg-install.in
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-#
-# Restore gconf keys of libgnome.
-
-if [ "$2" != "POST-INSTALL" ]; then
- exit 0
-fi
-
-SCHEMAS=%%LOCALBASE%%/etc/gconf/schemas/desktop_gnome_applications_terminal.schemas
-
-if [ -f ${SCHEMAS} ]; then
- env GCONF_CONFIG_SOURCE=xml::%%LOCALBASE%%/etc/gconf/gconf.xml.defaults \
- %%LOCALBASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \
- > /dev/null || /usr/bin/true
-fi
-
-exit 0
diff --git a/devel/gnome-vfs/pkg-plist b/devel/gnome-vfs/pkg-plist
deleted file mode 100644
index 35c5ffe5e69e..000000000000
--- a/devel/gnome-vfs/pkg-plist
+++ /dev/null
@@ -1,201 +0,0 @@
-bin/gnomevfs-cat
-bin/gnomevfs-copy
-bin/gnomevfs-df
-bin/gnomevfs-info
-bin/gnomevfs-ls
-bin/gnomevfs-mkdir
-bin/gnomevfs-monitor
-bin/gnomevfs-mv
-bin/gnomevfs-rm
-etc/gnome-vfs-2.0/modules/default-modules.conf
-%%SAMBA%%etc/gnome-vfs-2.0/modules/smb-module.conf
-etc/gnome-vfs-2.0/modules/ssl-modules.conf
-include/gnome-vfs-2.0/include/gnome-vfs-file-size.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ace.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-acl.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-address.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-application-registry.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-async-ops.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-cancellation.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-context.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-directory.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-dns-sd.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-drive.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-enum-types.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-size.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-find-directory.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-handle.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-init.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-job-limit.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-deprecated.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-handlers.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-info-cache.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-monitor.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-utils.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-module-callback.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-monitor.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ops.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-resolve.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-result.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-standard-callbacks.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-types.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-uri.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-utils.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-version.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume-monitor.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-xfer.h
-include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h
-include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-cancellable-ops.h
-include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-inet-connection.h
-include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-method.h
-include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-info.h
-include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-callback-module-api.h
-include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-shared.h
-include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module.h
-include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-parse-ls.h
-include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-pty.h
-include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket-buffer.h
-include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket.h
-include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-ssl.h
-include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-transform.h
-lib/gnome-vfs-2.0/modules/libbzip2.a
-lib/gnome-vfs-2.0/modules/libbzip2.la
-lib/gnome-vfs-2.0/modules/libbzip2.so
-lib/gnome-vfs-2.0/modules/libcomputer.a
-lib/gnome-vfs-2.0/modules/libcomputer.la
-lib/gnome-vfs-2.0/modules/libcomputer.so
-lib/gnome-vfs-2.0/modules/libdns-sd.a
-lib/gnome-vfs-2.0/modules/libdns-sd.la
-lib/gnome-vfs-2.0/modules/libdns-sd.so
-lib/gnome-vfs-2.0/modules/libfile.a
-lib/gnome-vfs-2.0/modules/libfile.la
-lib/gnome-vfs-2.0/modules/libfile.so
-lib/gnome-vfs-2.0/modules/libftp.a
-lib/gnome-vfs-2.0/modules/libftp.la
-lib/gnome-vfs-2.0/modules/libftp.so
-lib/gnome-vfs-2.0/modules/libgzip.a
-lib/gnome-vfs-2.0/modules/libgzip.la
-lib/gnome-vfs-2.0/modules/libgzip.so
-lib/gnome-vfs-2.0/modules/libhttp.a
-lib/gnome-vfs-2.0/modules/libhttp.la
-lib/gnome-vfs-2.0/modules/libhttp.so
-lib/gnome-vfs-2.0/modules/libnetwork.a
-lib/gnome-vfs-2.0/modules/libnetwork.la
-lib/gnome-vfs-2.0/modules/libnetwork.so
-lib/gnome-vfs-2.0/modules/libnntp.a
-lib/gnome-vfs-2.0/modules/libnntp.la
-lib/gnome-vfs-2.0/modules/libnntp.so
-lib/gnome-vfs-2.0/modules/libsftp.a
-lib/gnome-vfs-2.0/modules/libsftp.la
-lib/gnome-vfs-2.0/modules/libsftp.so
-%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.a
-%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.la
-%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.so
-lib/gnome-vfs-2.0/modules/libtar.a
-lib/gnome-vfs-2.0/modules/libtar.la
-lib/gnome-vfs-2.0/modules/libtar.so
-lib/gnome-vfs-2.0/modules/libvfs-test.a
-lib/gnome-vfs-2.0/modules/libvfs-test.la
-lib/gnome-vfs-2.0/modules/libvfs-test.so
-lib/libgnomevfs-2.a
-lib/libgnomevfs-2.la
-lib/libgnomevfs-2.so
-lib/libgnomevfs-2.so.0
-lib/libgnomevfs-2.so.0.2400.4
-libdata/pkgconfig/gnome-vfs-2.0.pc
-libdata/pkgconfig/gnome-vfs-module-2.0.pc
-libexec/gnome-vfs-daemon
-share/dbus-1/services/gnome-vfs-daemon.service
-share/locale/af/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/am/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/as/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/ast/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/be/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/bg/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/bn/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/bn_IN/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/bs/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/ca/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/ca@valencia/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/cs/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/cy/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/da/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/de/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/dz/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/el/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/en@shaw/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/en_CA/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/en_GB/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/eo/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/es/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/et/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/eu/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/fa/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/fi/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/fr/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/ga/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/gl/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/gu/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/he/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/hi/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/hr/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/hu/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/id/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/is/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/ja/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/ka/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/kn/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/ko/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/ku/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/li/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/lt/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/lv/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/mai/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/mg/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/mk/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/ml/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/mn/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/mr/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/ms/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/nb/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/ne/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/nl/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/nn/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/nso/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/oc/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/or/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/pa/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/pl/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/pt/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/pt_BR/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/ro/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/ru/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/rw/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/sk/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/sl/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/sq/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/sr/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/sr@latin/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/sr@ije/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/sv/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/ta/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/te/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/th/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/tr/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/uk/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/uz/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/uz@cyrillic/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/vi/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/wa/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/xh/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/yi/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/zh_HK/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo
-share/locale/zu/LC_MESSAGES/gnome-vfs-2.0.mo