Date: Fri, 16 Jan 2015 16:11:48 +0200 From: Vitaly Magerya <vmagerya@gmail.com> To: FreeBSD Ports <freebsd-ports@freebsd.org> Subject: Could a brave committer apply the fixes for graphics/mypaint? (was: Re: mypaint) Message-ID: <54B91C24.3090407@gmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54B91C24.3090407>