From owner-svn-ports-head@freebsd.org Tue Jun 16 10:12:57 2020 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 C71DF3308AF; Tue, 16 Jun 2020 10:12:57 +0000 (UTC) (envelope-from cmt@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49mPCY4x1jz4dLZ; Tue, 16 Jun 2020 10:12:57 +0000 (UTC) (envelope-from cmt@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 A4806D4FD; Tue, 16 Jun 2020 10:12:57 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05GACvQP074209; Tue, 16 Jun 2020 10:12:57 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05GACvE9074208; Tue, 16 Jun 2020 10:12:57 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202006161012.05GACvE9074208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 16 Jun 2020 10:12:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539338 - head/graphics/gthumb X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: head/graphics/gthumb X-SVN-Commit-Revision: 539338 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.33 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 Jun 2020 10:12:57 -0000 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"