Re: Makefile.template tweaks?

2019-03-04 Thread Marc Espie
On Mon, Mar 04, 2019 at 03:12:40PM +0100, Antoine Jacoutot wrote: > On Mon, Mar 04, 2019 at 03:04:22PM +0100, Marc Espie wrote: > > On Mon, Mar 04, 2019 at 01:19:51AM +0100, Antoine Jacoutot wrote: > > > On Sun, Mar 03, 2019 at 02:11:42PM +, Stuart Henderson wrote: > > > > comments/ok? > > > >

Re: Makefile.template tweaks?

2019-03-04 Thread Antoine Jacoutot
On Mon, Mar 04, 2019 at 03:04:22PM +0100, Marc Espie wrote: > On Mon, Mar 04, 2019 at 01:19:51AM +0100, Antoine Jacoutot wrote: > > On Sun, Mar 03, 2019 at 02:11:42PM +, Stuart Henderson wrote: > > > comments/ok? > > > > OK > > I wish we could somewhat automate this. > > More CONFIGURE_STYLE

Re: Makefile.template tweaks?

2019-03-04 Thread Marc Espie
On Mon, Mar 04, 2019 at 01:19:51AM +0100, Antoine Jacoutot wrote: > On Sun, Mar 03, 2019 at 02:11:42PM +, Stuart Henderson wrote: > > comments/ok? > > OK > I wish we could somewhat automate this. More CONFIGURE_STYLE to get rid of more do-gen style targets would be welcome. If you can find so

Re: Makefile.template tweaks?

2019-03-04 Thread Marc Espie
On Sun, Mar 03, 2019 at 06:57:51PM +0100, Rafael Sadowski wrote: > On Sun Mar 03, 2019 at 02:16:18PM +, Stuart Henderson wrote: > > On 2019/03/03 14:11, Stuart Henderson wrote: > > > comments/ok? > > > > Also about adding this: > > > > # For ports using C++, except in special cases you should

Re: Makefile.template tweaks?

2019-03-03 Thread Antoine Jacoutot
On Sun, Mar 03, 2019 at 02:11:42PM +, Stuart Henderson wrote: > comments/ok? OK I wish we could somewhat automate this. > Index: Makefile.template > === > RCS file: /cvs/ports/infrastructure/templates/Makefile.template,v > retri

Re: Makefile.template tweaks?

2019-03-03 Thread Stuart Henderson
On 2019/03/03 18:57, Rafael Sadowski wrote: > On Sun Mar 03, 2019 at 02:16:18PM +, Stuart Henderson wrote: > > On 2019/03/03 14:11, Stuart Henderson wrote: > > > comments/ok? > > > > Also about adding this: > > > > # For ports using C++, except in special cases you should use a compiler > > #

Re: Makefile.template tweaks?

2019-03-03 Thread Rafael Sadowski
On Sun Mar 03, 2019 at 02:16:18PM +, Stuart Henderson wrote: > On 2019/03/03 14:11, Stuart Henderson wrote: > > comments/ok? > > Also about adding this: > > # For ports using C++, except in special cases you should use a compiler > # with the same standard library as used in other ports. Remo

Re: Makefile.template tweaks?

2019-03-03 Thread Klemens Nanni
These do add value to the template; all fine with me.

Re: Makefile.template tweaks?

2019-03-03 Thread Stuart Henderson
On 2019/03/03 14:11, Stuart Henderson wrote: > comments/ok? Also about adding this: # For ports using C++, except in special cases you should use a compiler # with the same standard library as used in other ports. Remove entries # from the COMPILER list if they're known to not work. #COMPILER =

Makefile.template tweaks?

2019-03-03 Thread Stuart Henderson
comments/ok? Index: Makefile.template === RCS file: /cvs/ports/infrastructure/templates/Makefile.template,v retrieving revision 1.78 diff -u -p -w -r1.78 Makefile.template --- Makefile.template 9 Jul 2018 15:00:06 - 1.78