Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jun 2018 21:35:59 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473582 - head/x11-wm/fvwm2
Message-ID:  <201806292135.w5TLZxM9035977@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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