Re: Say NO to silent builds

2011-06-14 Thread Jan Stary
http://www.mail-archive.com/ports@openbsd.org/msg34856.html While updating audio/sox to 14.3.2, I noticed that its configure script also recognizes --disable-silent-libtool (and the Makefile uses that). Is that similar to the --disable-silent-rules story (and should it be added globally), or is

Re: Say NO to silent builds

2011-06-06 Thread Landry Breuil
On Wed, Jun 01, 2011 at 02:13:17PM +, Christian Weisgerber wrote: Landry Breuil lan...@rhaalovely.net wrote: I've run it through a bulk, breaks : xemacs21/stable graphics/libgexiv2 net/bro print/apsfilter net/mldonkey/stable security/amap Hmm. graphics/libgexiv2 and

Re: Say NO to silent builds

2011-06-06 Thread Christian Weisgerber
Landry Breuil lan...@rhaalovely.net wrote: And they still fail for me with the diff to gnu.port.mk (still uncommited ?): You are still running with the diff kili@ posted here. A slightly different one has been committed. kili's put the option at the beginning of CONFIGURE_ARGS, the one in

Re: Say NO to silent builds

2011-06-02 Thread Matthias Kilian
On Wed, Jun 01, 2011 at 07:47:52PM -0400, Brad wrote: I think it would make sense to add --disable-silent-rules by default and fix those five ports to deal with it. Also when adding this option in globally please follow up and garbage collect the option from the ports already using said

Re: Say NO to silent builds

2011-06-01 Thread Christian Weisgerber
Landry Breuil lan...@rhaalovely.net wrote: I've run it through a bulk, breaks : xemacs21/stable graphics/libgexiv2 net/bro print/apsfilter net/mldonkey/stable security/amap Hmm. graphics/libgexiv2 and security/amap built fine here. My list is: print/apsfilter security/its4

Re: Say NO to silent builds

2011-06-01 Thread Christian Weisgerber
Christian Weisgerber na...@mips.inka.de wrote: print/apsfilter hand-rolled configure script security/its4 hand-rolled configure script editors/xemacs21/stable editors/xemacs21/stable,mule unholy marriage of custom-baked configuration code and autoconf macros net/mldonkey/stable calls

Re: Say NO to silent builds

2011-06-01 Thread Antoine Jacoutot
On Wed, 1 Jun 2011, Christian Weisgerber wrote: Christian Weisgerber na...@mips.inka.de wrote: print/apsfilter hand-rolled configure script security/its4 hand-rolled configure script editors/xemacs21/stable editors/xemacs21/stable,mule unholy marriage of custom-baked

Re: Say NO to silent builds

2011-06-01 Thread David Coppa
On Wed, 01 Jun 2011, Christian Weisgerber wrote: Christian Weisgerber na...@mips.inka.de wrote: print/apsfilter hand-rolled configure script security/its4 hand-rolled configure script editors/xemacs21/stable editors/xemacs21/stable,mule unholy marriage of custom-baked

Re: Say NO to silent builds

2011-06-01 Thread Stuart Henderson
diffs for its4 and apsfilter; ok? On 2011-06-01, Antoine Jacoutot ajacou...@bsdfrog.org wrote: print/apsfilter hand-rolled configure script hackish, but it's already handling infodir like this: Index: patches/patch-configure

Re: Say NO to silent builds

2011-06-01 Thread Brad
On 01/06/11 6:30 PM, Stuart Henderson wrote: diffs for its4 and apsfilter; ok? On 2011-06-01, Antoine Jacoutotajacou...@bsdfrog.org wrote: print/apsfilter hand-rolled configure script hackish, but it's already handling infodir like this: Index: patches/patch-configure

Re: Say NO to silent builds

2011-06-01 Thread Brad
On 01/06/11 5:20 PM, Christian Weisgerber wrote: Christian Weisgerberna...@mips.inka.de wrote: I think it would make sense to add --disable-silent-rules by default and fix those five ports to deal with it. Also when adding this option in globally please follow up and garbage collect the

Re: Say NO to silent builds

2011-05-31 Thread Christian Weisgerber
Matthias Kilian k...@outback.escape.de wrote: AFAIK, configure scripts generated by autoconf ignore (or just warn about) unknown options. More specifically, they error out on other unknown options but ignore/warn for --with-XXX and --enable-XXX (--disable-XXX). This is by design because

Re: Say NO to silent builds

2011-05-31 Thread Landry Breuil
On Tue, May 31, 2011 at 10:48:01AM +, Christian Weisgerber wrote: Matthias Kilian k...@outback.escape.de wrote: AFAIK, configure scripts generated by autoconf ignore (or just warn about) unknown options. More specifically, they error out on other unknown options but ignore/warn for

Re: Say NO to silent builds

2011-05-30 Thread Antoine Jacoutot
On Sun, 29 May 2011, Matthias Kilian wrote: On Sun, May 29, 2011 at 11:07:27PM +0200, Jasper Lievisse Adriaanse wrote: Whenever you encounter these kind of builds, please fix it by either adding: CONFIGURE_ARGS+= --disable-silent-rules if you're dealing with a gnu configure script,

Re: Say NO to silent builds

2011-05-30 Thread Brad
On 30/05/11 6:20 PM, Antoine Jacoutot wrote: On Sun, 29 May 2011, Matthias Kilian wrote: On Sun, May 29, 2011 at 11:07:27PM +0200, Jasper Lievisse Adriaanse wrote: Whenever you encounter these kind of builds, please fix it by either adding: CONFIGURE_ARGS+= --disable-silent-rules if

Re: Say NO to silent builds

2011-05-30 Thread Antoine Jacoutot
On Mon, 30 May 2011, Brad wrote: On 30/05/11 6:20 PM, Antoine Jacoutot wrote: On Sun, 29 May 2011, Matthias Kilian wrote: On Sun, May 29, 2011 at 11:07:27PM +0200, Jasper Lievisse Adriaanse wrote: Whenever you encounter these kind of builds, please fix it by either adding:

Re: Say NO to silent builds

2011-05-29 Thread Matthias Kilian
On Sun, May 29, 2011 at 11:07:27PM +0200, Jasper Lievisse Adriaanse wrote: Whenever you encounter these kind of builds, please fix it by either adding: CONFIGURE_ARGS+= --disable-silent-rules if you're dealing with a gnu configure script, AFAIK, configure scripts generated by autoconf