Date: Mon, 8 Feb 2021 09:43:57 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564687 - head/x11-fm/worker Message-ID: <202102080943.1189hvKg009424@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Feb 8 09:43:57 2021 New Revision: 564687 URL: https://svnweb.freebsd.org/changeset/ports/564687 Log: Hal is about to be deorbitted from freebsd, remove the option to use it Modified: head/x11-fm/worker/Makefile Modified: head/x11-fm/worker/Makefile ============================================================================== --- head/x11-fm/worker/Makefile Mon Feb 8 09:42:54 2021 (r564686) +++ head/x11-fm/worker/Makefile Mon Feb 8 09:43:57 2021 (r564687) @@ -22,7 +22,7 @@ SHEBANG_FILES= ${WRKSRC}/scripts/*.sh \ ${WRKSRC}/scripts/xeditor \ ${WRKSRC}/scripts/find_file_by_chksum.py -OPTIONS_DEFINE= AVFS HAL INOTIFY LUA SSL XFT +OPTIONS_DEFINE= AVFS INOTIFY LUA SSL XFT OPTIONS_DEFAULT= AVFS INOTIFY SSL XFT OPTIONS_EXCLUDE_DragonFly= AVFS @@ -30,12 +30,6 @@ INOTIFY_DESC= Monitor directory changes via libinotify AVFS_DESC= Use AVFS library to access archives AVFS_LIB_DEPENDS= libavfs.so:sysutils/avfs - -HAL_LIB_DEPENDS= libhal-storage.so:sysutils/hal \ - libdbus-glib-1.so:devel/dbus-glib \ - libdbus-1.so:devel/dbus -HAL_USE= gnome=glib20 xorg=sm,ice -HAL_USES= gettext-runtime gnome INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102080943.1189hvKg009424>