From owner-svn-ports-head@freebsd.org Tue Mar 16 16:35:38 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CFA5E5B43ED; Tue, 16 Mar 2021 16:35:38 +0000 (UTC) (envelope-from jbeich@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F0Jn65YVFz4mRq; Tue, 16 Mar 2021 16:35:38 +0000 (UTC) (envelope-from jbeich@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 B21FE26F90; Tue, 16 Mar 2021 16:35:38 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12GGZceT092955; Tue, 16 Mar 2021 16:35:38 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12GGZc1i092954; Tue, 16 Mar 2021 16:35:38 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103161635.12GGZc1i092954@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 16 Mar 2021 16:35:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568581 - head/x11/rofi X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11/rofi X-SVN-Commit-Revision: 568581 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2021 16:35:38 -0000 Author: jbeich Date: Tue Mar 16 16:35:38 2021 New Revision: 568581 URL: https://svnweb.freebsd.org/changeset/ports/568581 Log: x11/rofi: convert to USES=meson PR: 253043 Approved by: nomoo@nomoo.ru (maintainer) Modified: head/x11/rofi/Makefile (contents, props changed) Modified: head/x11/rofi/Makefile ============================================================================== --- head/x11/rofi/Makefile Tue Mar 16 16:35:27 2021 (r568580) +++ head/x11/rofi/Makefile Tue Mar 16 16:35:38 2021 (r568581) @@ -11,8 +11,6 @@ COMMENT= Window switcher, run dialog and dmenu replace LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= checkmk:devel/check \ - ${LOCALBASE}/bin/flex:textproc/flex LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ libxcb-ewmh.so:x11/xcb-util-wm \ libxcb-icccm.so:x11/xcb-util-wm \ @@ -20,16 +18,17 @@ LIB_DEPENDS= libstartup-notification-1.so:x11/startup- libxcb-xrm.so:x11/xcb-util-xrm \ libxkbcommon-x11.so:x11/libxkbcommon -USES= bison gmake gnome libtool pkgconfig shebangfix xorg +USES= bison gnome meson pkgconfig shebangfix xorg USE_GNOME= cairo gdkpixbuf2 librsvg2 pango USE_XORG= xcb - -GNU_CONFIGURE= yes -CONFIGURE_ENV= LEX="${LOCALBASE}/bin/flex" SHEBANG_FILES= script/get_git_rev.sh \ script/rofi-sensible-terminal bash_CMD= /bin/sh -TEST_TARGET= check + +OPTIONS_DEFINE= TEST + +TEST_BUILD_DEPENDS= checkmk:devel/check +TEST_MESON_ENABLED= check post-patch: # Fix rofi-theme-selector which assumes we have GNU sed