From owner-svn-ports-head@freebsd.org Fri May 10 05:51:43 2019 Return-Path: Delivered-To: svn-ports-head@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 365961598622; Fri, 10 May 2019 05:51:43 +0000 (UTC) (envelope-from tobik@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) server-signature RSA-PSS (4096 bits) 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 D0A6C910FC; Fri, 10 May 2019 05:51:42 +0000 (UTC) (envelope-from tobik@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 AA59527EED; Fri, 10 May 2019 05:51:42 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4A5pgTw043919; Fri, 10 May 2019 05:51:42 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4A5pgex043918; Fri, 10 May 2019 05:51:42 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905100551.x4A5pgex043918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 10 May 2019 05:51:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501156 - head/graphics/gimp-beautify-plugin/files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/graphics/gimp-beautify-plugin/files X-SVN-Commit-Revision: 501156 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D0A6C910FC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.93)[-0.933,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 10 May 2019 05:51:43 -0000 Author: tobik Date: Fri May 10 05:51:42 2019 New Revision: 501156 URL: https://svnweb.freebsd.org/changeset/ports/501156 Log: graphics/gimp-beautify-plugin: Unbreak build after r501005 /bin/sh: /usr/local/bin//usr/local/bin/gimptool-2.0: not found beautify.c:18:10: fatal error: libgimp/gimp.h: No such file or directory #include ^~~~~~~~~~~~~~~~ http://beefy6.nyi.freebsd.org/data/120amd64-default/501065/logs/errors/gimp-beautify-plugin-2012.08.12.00_8.log Modified: head/graphics/gimp-beautify-plugin/files/patch-Makefile Modified: head/graphics/gimp-beautify-plugin/files/patch-Makefile ============================================================================== --- head/graphics/gimp-beautify-plugin/files/patch-Makefile Fri May 10 05:50:49 2019 (r501155) +++ head/graphics/gimp-beautify-plugin/files/patch-Makefile Fri May 10 05:51:42 2019 (r501156) @@ -1,25 +1,21 @@ --- Makefile.orig 2012-08-12 09:23:45 UTC +++ Makefile -@@ -13,17 +13,16 @@ +@@ -13,7 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -CC = gcc --GIMPTOOL = gimptool-2.0 -+GIMPTOOL = /usr/local/bin/gimptool-2.0 + GIMPTOOL = gimptool-2.0 - GIMP_LIBS = `$(GIMPTOOL) --libs` +@@ -21,7 +20,7 @@ GIMP_LIBS = `$(GIMPTOOL) --libs` GIMP_CFLAGS = `$(GIMPTOOL) --cflags` LIBS = $(GIMP_LIBS) -lm -CFLAGS = $(GIMP_CFLAGS) +CFLAGS += $(GIMP_CFLAGS) --GDK_PIXBUF_CSOURCE = gdk-pixbuf-csource -+GDK_PIXBUF_CSOURCE = /usr/local/bin/gdk-pixbuf-csource - - all: beautify skin-whitening simple-border border + GDK_PIXBUF_CSOURCE = gdk-pixbuf-csource @@ -71,7 +70,7 @@ useruninstall: $(GIMPTOOL) --uninstall-bin texture-border