Re: math/ginac without Doxygen docs

2017-04-26 Thread Paul Irofti
> I wanted to use the full line length, anyway new patch below with > input from you and sthen@. OK > > Thanks and regards, > > Rafael > > > Index: Makefile > === > RCS file: /cvs/ports/math/ginac/Makefile,v > retrieving revision

Re: math/ginac without Doxygen docs

2017-04-25 Thread Rafael Sadowski
On Tue Apr 25, 2017 at 02:42:53PM +0300, Paul Irofti wrote: > A few comments below. > > > Index: Makefile > > === > [...] > > -MODULES = lang/python > > -BUILD_DEPENDS =devel/doxygen > > +MODULES = lang/python \ > > +

Re: math/ginac without Doxygen docs

2017-04-25 Thread Stuart Henderson
On 2017/04/25 14:42, Paul Irofti wrote: > A few comments below. > > > Index: Makefile > > === > [...] > > -MODULES = lang/python > > -BUILD_DEPENDS =devel/doxygen > > +MODULES = lang/python \ > > + gcc4 > > + > >

Re: math/ginac without Doxygen docs

2017-04-25 Thread Paul Irofti
A few comments below. > Index: Makefile > === [...] > -MODULES = lang/python > -BUILD_DEPENDS = devel/doxygen > +MODULES =lang/python \ > + gcc4 > + > +MODGCC4_LANGS = c++ > +MODGCC4_ARCHS = ${GCC3

Re: math/ginac without Doxygen docs

2017-04-23 Thread Rafael Sadowski
On Sat Apr 22, 2017 at 07:58:18PM +0200, Jeremie Courreges-Anglas wrote: > Rafael Sadowski writes: > > > Hi ports@, Hi pirofti@, > > > > remove doxygen as BUILD_DEPENDS and disable doxygen via CONFIGURE_ENV. > > No docs in plist and no chnages after update-list. > > > > OK? Comments? > > ok jca@

Re: math/ginac without Doxygen docs

2017-04-22 Thread Jeremie Courreges-Anglas
Rafael Sadowski writes: > Hi ports@, Hi pirofti@, > > remove doxygen as BUILD_DEPENDS and disable doxygen via CONFIGURE_ENV. > No docs in plist and no chnages after update-list. > > OK? Comments? ok jca@ btw, looks like MASTER_SITES should be fixed. ===> Cleaning for ginac-1.6.4 ===> Checkin

Re: math/ginac without Doxygen docs

2017-04-22 Thread paul
OK De la: Rafael Sadowski Trimis: vineri, 21 aprilie 2017 23:58 Către: ports@openbsd.org Cc: Paul Irofti Subiect: math/ginac without Doxygen docs Hi ports@, Hi pirofti@, remove doxygen as BUILD_DEPENDS and disable doxygen via CONFIGURE_ENV. No docs in plist and no chnages after update-list. OK

math/ginac without Doxygen docs

2017-04-21 Thread Rafael Sadowski
Hi ports@, Hi pirofti@, remove doxygen as BUILD_DEPENDS and disable doxygen via CONFIGURE_ENV. No docs in plist and no chnages after update-list. OK? Comments? Best regards, Rafael Sadowski Index: Makefile === RCS file: /cvs/ports