From owner-svn-ports-head@freebsd.org Thu Dec 24 19:44:28 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 1C7C64CEEA2; Thu, 24 Dec 2020 19:44:28 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D20rr0JGQz3D02; Thu, 24 Dec 2020 19:44:28 +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 F167516365; Thu, 24 Dec 2020 19:44:27 +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 0BOJiREW061069; Thu, 24 Dec 2020 19:44:27 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BOJiRf8061068; Thu, 24 Dec 2020 19:44:27 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012241944.0BOJiRf8061068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 24 Dec 2020 19:44:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559186 - head/graphics/jpeg-xl X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/graphics/jpeg-xl X-SVN-Commit-Revision: 559186 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: Thu, 24 Dec 2020 19:44:28 -0000 Author: jbeich Date: Thu Dec 24 19:44:27 2020 New Revision: 559186 URL: https://svnweb.freebsd.org/changeset/ports/559186 Log: graphics/jpeg-xl: fix thumbnail generation /usr/bin/gdk-pixbuf-thumbnailer: not found Modified: head/graphics/jpeg-xl/Makefile (contents, props changed) Modified: head/graphics/jpeg-xl/Makefile ============================================================================== --- head/graphics/jpeg-xl/Makefile Thu Dec 24 19:38:07 2020 (r559185) +++ head/graphics/jpeg-xl/Makefile Thu Dec 24 19:44:27 2020 (r559186) @@ -3,6 +3,7 @@ PORTNAME= jpeg-xl DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org @@ -63,6 +64,10 @@ TEST_BUILD_DEPENDS= googletest>0:devel/googletest TEST_USES= localbase:ldflags TEST_CMAKE_BOOL= BUILD_TESTING TEST_TEST_TARGET= test + +post-patch: + @${REINPLACE_CMD} 's,/usr,${LOCALBASE},' \ + ${WRKSRC}/plugins/gdk-pixbuf/jxl.thumbnailer # pkg_check_modules doesn't support CMAKE_DISABLE_* post-patch-GIMP-off: