svn commit: r564596 - head/devel/gnome-vfs

Baptiste Daroussin bapt at FreeBSD.org
Sun Feb 7 04:46:32 UTC 2021


Author: bapt
Date: Sun Feb  7 04:46:31 2021
New Revision: 564596
URL: https://svnweb.freebsd.org/changeset/ports/564596

Log:
  Remove the dependency on hal
  
  Gnome-vfs is almost unused now, HAL dependency has been dropped almost everywhere

Modified:
  head/devel/gnome-vfs/Makefile

Modified: head/devel/gnome-vfs/Makefile
==============================================================================
--- head/devel/gnome-vfs/Makefile	Sun Feb  7 04:42:24 2021	(r564595)
+++ head/devel/gnome-vfs/Makefile	Sun Feb  7 04:46:31 2021	(r564596)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnome-vfs
 PORTVERSION=	2.24.4
-PORTREVISION?=	11
+PORTREVISION?=	12
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -30,8 +30,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-openssl \
 		--disable-gnutls \
 		--disable-howl \
-		--with-hal-mount=/sbin/mount \
-		--with-hal-umount=/sbin/umount \
+		--disable-hal \
 		ac_cv_header_sys_inotify_h=no
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -43,8 +42,8 @@ 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 HAL
-OPTIONS_DEFAULT=SAMBA MDNS HAL
+OPTIONS_DEFINE=	SAMBA MDNS
+OPTIONS_DEFAULT=SAMBA MDNS
 SAMBA_DESC=	Enable SMB volume support
 MDNS_DESC=	Enable Bonjour/Rendezvous support
 
@@ -56,13 +55,6 @@ USES+=		fam
 
 .if exists(${LOCALBASE}/lib/libkrb5.so)
 LIB_DEPENDS+=	libkrb5.so:security/heimdal
-.endif
-
-.if ${PORT_OPTIONS:MHAL}
-CONFIGURE_ARGS+=--enable-hal
-LIB_DEPENDS+=	libhal.so:sysutils/hal
-.else
-CONFIGURE_ARGS+=--disable-hal
 .endif
 
 .if ${PORT_OPTIONS:MSAMBA}


More information about the svn-ports-all mailing list