From owner-freebsd-ports@FreeBSD.ORG Fri Jan 16 14:12:06 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35BD5C1A for ; Fri, 16 Jan 2015 14:12:06 +0000 (UTC) Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B857C810 for ; Fri, 16 Jan 2015 14:12:05 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id a1so20721338wgh.9 for ; Fri, 16 Jan 2015 06:12:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=5ZdoOoYfAnR0gpASbGmURVLmkxmkVIZ6VIOwiX4KSlE=; b=xR09PwXKouvqvX9bcGpZhIRc9bx3jJhb/GFHm6o0b8a1bNXSmzaN/JbZ29v0oNVAEa i8J/TcXkXAFXSXqO5hbrbgPXuH76fxmSzk3jQO5DopCZNszAbJrHHXU6lzEOn3cemCMK gWGdPbLV5Jm4bFfNdH3rMIMKNZjIXKmUTNx0+mbZANNut4OMyDa8MQAtRzBn6DN4V2Xk 63k+i+jl4p3ZzkNYcuG+wxYG+6iZiDMEpULbh9o/rKYO7RNzpOFJtBj7vXNBPcLoi+Z7 l+Faz6LB8kw1zTld9u2wDLLOmDOmR2eS7W/WJdYMRxk5r9GMQiLdDsLbx4V137BwOC3F 6F1A== X-Received: by 10.180.90.81 with SMTP id bu17mr6480354wib.23.1421417524143; Fri, 16 Jan 2015 06:12:04 -0800 (PST) Received: from [172.29.2.131] (altimet-gw.cs2.dp.wnet.ua. [217.20.178.249]) by mx.google.com with ESMTPSA id vh8sm6237485wjc.12.2015.01.16.06.12.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 Jan 2015 06:12:03 -0800 (PST) Message-ID: <54B91C24.3090407@gmail.com> Date: Fri, 16 Jan 2015 16:11:48 +0200 From: Vitaly Magerya User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: FreeBSD Ports Subject: Could a brave committer apply the fixes for graphics/mypaint? (was: Re: mypaint) Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2015 14:12:06 -0000 In the original thread Jan Beich wrote: > I think the following are relevant patches from bugzilla. > > Index: Mk/Uses/scons.mk > =================================================================== > --- Mk/Uses/scons.mk (revision 376385) > +++ Mk/Uses/scons.mk (working copy) > @@ -17,6 +17,8 @@ IGNORE= Incorrect 'USES+= scons:${scons_ARGS}' sco > MAKEFILE= # > MAKE_FLAGS= # > ALL_TARGET= # > +CCFLAGS?= ${CFLAGS} > +LINKFLAGS?= ${LDFLAGS} > LIBPATH?= ${LOCALBASE}/lib > CPPPATH?= ${LOCALBASE}/include > SCONS= ${LOCALBASE}/bin/scons > Index: graphics/mypaint/Makefile > =================================================================== > --- graphics/mypaint/Makefile (revision 376385) > +++ graphics/mypaint/Makefile (working copy) > @@ -22,7 +22,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} \ > > USE_GNOME= glib20 pygtk2 > MAKE_ARGS= prefix="${PREFIX}" > -USES= gettext pkgconfig scons tar:bzip2 python > +USES= compiler:gcc-c++11-lib gettext pkgconfig scons tar:bzip2 python > INSTALLS_ICONS= yes > > SUB_FILES= pkg-install > > ------------------------------------------------- In short, graphics/mypaint is currently broken, and PRs 193434 [1] and 193429 [2] should be committed to fix it. Both of them are one-line changes, and both have been open for 5 months now. Can someone commit those PRs? Or better yet, give their submitter, Jan Beich, the commit bit so he could do it himself? The guy submitted 300+ PRs, and he's not even mentioned in the "Additional Contributors" list... [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193434 [2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193429