Could a brave committer apply the fixes for graphics/mypaint? (was: Re: mypaint)

Vitaly Magerya vmagerya at gmail.com
Fri Jan 16 14:12:06 UTC 2015


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


More information about the freebsd-ports mailing list