Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2020 10:12:57 +0000 (UTC)
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539338 - head/graphics/gthumb
Message-ID:  <202006161012.05GACvE9074208@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cmt
Date: Tue Jun 16 10:12:57 2020
New Revision: 539338
URL: https://svnweb.freebsd.org/changeset/ports/539338

Log:
  gthumb build-requires python 3 and shebangfixes
  
  : FAILED: gthumb/AUTHORS.tab
  : /wrkdirs/usr/ports/graphics/gthumb/work/gthumb-3.10.0/gthumb/make-authors-tab.py /wrkdirs/usr/ports/graphics/gthumb/work/gthumb-3.10.0/AUTHORS gthumb/AUTHORS.tab
  : env: python3: No such file or directory
  : ninja: build stopped: subcommand failed.
  
  Approved by:	just-fix-it

Modified:
  head/graphics/gthumb/Makefile

Modified: head/graphics/gthumb/Makefile
==============================================================================
--- head/graphics/gthumb/Makefile	Tue Jun 16 09:44:53 2020	(r539337)
+++ head/graphics/gthumb/Makefile	Tue Jun 16 10:12:57 2020	(r539338)
@@ -28,7 +28,8 @@ LIB_DEPENDS=	libclutter-1.0.so:graphics/clutter \
 RUN_DEPENDS=	gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas
 
 USES=		bison compiler:c++11-lib desktop-file-utils gettext gl \
-		gnome jpeg localbase:ldflags meson pkgconfig tar:xz xorg
+		gnome jpeg localbase:ldflags meson pkgconfig \
+		python:3.5+,build shebangfix tar:xz xorg
 USE_GL=		egl
 USE_GNOME=	cairo gtk30 intltool librsvg2
 USE_XORG=	x11 xcomposite xdamage xext xfixes xrandr xi
@@ -37,6 +38,7 @@ MESON_ARGS=	-Dlibrsvg=true \
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
+SHEBANG_FILES=	*.py data/gschemas/*.py gthumb/*.py po/*.py
 
 PLIST_SUB=	GTHUMB_VER="3.10"
 



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