Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jan 2019 20:54:16 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491118 - in head/deskutils/xfce4-notifyd: . files
Message-ID:  <201901242054.x0OKsGMb063250@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Thu Jan 24 20:54:16 2019
New Revision: 491118
URL: https://svnweb.freebsd.org/changeset/ports/491118

Log:
  - Remove unneeded patch
  - Add USES=gnome
  - Sort USE_GNOME
  - Use CONFIGURE_ENABLE to cotrol NLS option
  - Some cosmetic changes
  
  PR:		235127
  Approved by:	ehaupt (maintainer)

Deleted:
  head/deskutils/xfce4-notifyd/files/
Modified:
  head/deskutils/xfce4-notifyd/Makefile

Modified: head/deskutils/xfce4-notifyd/Makefile
==============================================================================
--- head/deskutils/xfce4-notifyd/Makefile	Thu Jan 24 20:47:39 2019	(r491117)
+++ head/deskutils/xfce4-notifyd/Makefile	Thu Jan 24 20:54:16 2019	(r491118)
@@ -20,8 +20,9 @@ LIB_DEPENDS=	libnotify.so:devel/libnotify \
 		libdbus-glib-1.so:devel/dbus-glib \
 		libdbus-1.so:devel/dbus
 
-USES=		gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3
-USE_GNOME=	gtk30 glib20 cairo intltool
+USES=		gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \
+		xfce:gtk3
+USE_GNOME=	cairo gtk30 glib20 intltool
 USE_XFCE=	libutil panel
 USE_XORG=	ice sm x11
 
@@ -29,10 +30,11 @@ GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip
 
-OPTIONS_DEFINE=	NLS
-NLS_USES=	gettext-runtime
-NLS_EXTRA_PATCHES=	${FILESDIR}/extra-patch-configure
-OPTIONS_SUB=	yes
+OPTIONS_DEFINE=		NLS
+OPTIONS_SUB=		yes
+
+NLS_CONFIGURE_ENABLE=	nls
+NLS_USES=		gettext-runtime
 
 # requires libxfce4panel-2.0 >= 4.13.0 (development version)
 PORTSCOUT=	skipv:0.4.3



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901242054.x0OKsGMb063250>