Date: Sun, 3 Jan 2016 18:13:35 +0800 From: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org> To: Antoine Brodin <antoine@freebsd.org> Cc: Wen Heping <wen@freebsd.org>, "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org> Subject: Re: svn commit: r405113 - head/x11-toolkits/py-fltk Message-ID: <CAMHz58TA1NdjeVgjsBt9H6QH%2BxNNZM5S2WG6ZRTt4PQEtVh_kg@mail.gmail.com> In-Reply-To: <CAALwa8kspNGSefjPYVW5BYvBogk7bYeNqu8x-VGYQoNJ=01Gsw@mail.gmail.com> References: <201601030618.u036INuC073498@repo.freebsd.org> <CAALwa8kspNGSefjPYVW5BYvBogk7bYeNqu8x-VGYQoNJ=01Gsw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 3, 2016 at 5:24 PM, Antoine Brodin <antoine@freebsd.org> wrote: > On Sun, Jan 3, 2016 at 7:18 AM, Wen Heping <wen@freebsd.org> wrote: > > Author: wen > > Date: Sun Jan 3 06:18:23 2016 > > New Revision: 405113 > > URL: https://svnweb.freebsd.org/changeset/ports/405113 > > > > Log: > > - Fix build on FreeBSD-9 > > > > Reported by: pkg-fallout@ > > > > Modified: > > head/x11-toolkits/py-fltk/Makefile > > > > Modified: head/x11-toolkits/py-fltk/Makefile > > > ============================================================================== > > --- head/x11-toolkits/py-fltk/Makefile Sun Jan 3 05:47:42 2016 > (r405112) > > +++ head/x11-toolkits/py-fltk/Makefile Sun Jan 3 06:18:23 2016 > (r405113) > > @@ -28,6 +28,12 @@ PORTDOCS= * > > PORTEXAMPLES= * > > WRKSRC= ${WRKDIR}/pyFltk-${PORTVERSION} > > > > +.include <bsd.port.options.mk> > > + > > +#.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 > > +USE_GCC= yes > > +#.endif > > + > > > Hi, > > Are the commented lines intended or not? (this changes depends on FreeBSD > 10+) > It's fixed in r405118. > > Antoine > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58TA1NdjeVgjsBt9H6QH%2BxNNZM5S2WG6ZRTt4PQEtVh_kg>