From owner-svn-ports-all@freebsd.org Thu Jan 24 20:54:16 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E13F514BE3FC; Thu, 24 Jan 2019 20:54:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 87BE386B26; Thu, 24 Jan 2019 20:54:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A9252DE15; Thu, 24 Jan 2019 20:54:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0OKsGmb063251; Thu, 24 Jan 2019 20:54:16 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0OKsGMb063250; Thu, 24 Jan 2019 20:54:16 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201901242054.x0OKsGMb063250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 24 Jan 2019 20:54:16 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/deskutils/xfce4-notifyd: . files X-SVN-Commit-Revision: 491118 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 87BE386B26 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2019 20:54:17 -0000 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