From owner-svn-ports-all@freebsd.org Fri Jun 29 21:36:00 2018 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 8B7DAF7CE2F; Fri, 29 Jun 2018 21:36:00 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D04D7CB94; Fri, 29 Jun 2018 21:36:00 +0000 (UTC) (envelope-from cy@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 1DB9A26673; Fri, 29 Jun 2018 21:36:00 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5TLZxg7035978; Fri, 29 Jun 2018 21:35:59 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5TLZxM9035977; Fri, 29 Jun 2018 21:35:59 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201806292135.w5TLZxM9035977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 29 Jun 2018 21:35:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473582 - head/x11-wm/fvwm2 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/x11-wm/fvwm2 X-SVN-Commit-Revision: 473582 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Fri, 29 Jun 2018 21:36:00 -0000 Author: cy Date: Fri Jun 29 21:35:59 2018 New Revision: 473582 URL: https://svnweb.freebsd.org/changeset/ports/473582 Log: fvwm-menu-desktop-config.fpl fails to detect any python3 unless $LOCALBASE/bin/python3 is installed. Address the issue. PR: 229227 Modified: head/x11-wm/fvwm2/Makefile (contents, props changed) Modified: head/x11-wm/fvwm2/Makefile ============================================================================== --- head/x11-wm/fvwm2/Makefile Fri Jun 29 21:28:59 2018 (r473581) +++ head/x11-wm/fvwm2/Makefile Fri Jun 29 21:35:59 2018 (r473582) @@ -3,6 +3,7 @@ PORTNAME= fvwm PORTVERSION= 2.6.8 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= https://github.com/fvwmorg/fvwm/releases/download/${PORTVERSION}/ \ http://www.fvwm.org/generated/icon_download/ @@ -12,8 +13,10 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= cy@FreeBSD.org COMMENT= Popular virtual window manager for X +BUILD_DEPENDS= python3:lang/python3 RUN_DEPENDS= gm4:devel/m4 \ - p5-XML-Parser>=0:textproc/p5-XML-Parser + p5-XML-Parser>=0:textproc/p5-XML-Parser \ + python3:lang/python3 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 @@ -23,7 +26,8 @@ CONFLICTS?= fvwm1-1.* fvwm-2.[457].* GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-mandoc --without-gnome --disable-gtk CONFIGURE_ENV= PYTHON=${PYTHON_CMD} -USES= gmake perl5 pkgconfig python:run gettext readline +USES= gmake perl5 pkgconfig python:3.4+ gettext readline +USE_PYTHON= xdg USE_XORG= xcursor xft xinerama xpm xrender x11 ice xext USE_GNOME= cairo