Re: [122234] trunk/dports/games/gnubg/Portfile

2014-07-18 Thread Daisuke Takahashi
Hi Ryan,

Thank you very much. I committed the updated version, which built successfully 
on buildbot.

Regards,
Daisuke Takahashi

On 2014/07/18, at 14:35, Ryan Schmidt wrote:

 
 On Jul 18, 2014, at 12:33 AM, dtakaha...@macports.org wrote:
 
 Revision
 122234
 Author
 dtakaha...@macports.org
 Date
 2014-07-17 22:33:54 -0700 (Thu, 17 Jul 2014)
 Log Message
 
 gnubg: add an explicit build dependency to autoconf
 Modified Paths
 
  • trunk/dports/games/gnubg/Portfile
 
 
 @@ -32,7 +32,8 @@
 
 use_autoreconf  yes
 
 -depends_build   port:pkgconfig \
 +depends_build   port:autoconf \
 +port:pkgconfig \
 port:bison \
 port:flex
 
 Running auto(re)conf requires autoconf, automake and libtool. But the line 
 use_autoreconf yes adds those dependencies for you. You just need to not 
 overwrite them: use depends_build-append instead of depends_build.
 

___
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev


Re: [122234] trunk/dports/games/gnubg/Portfile

2014-07-17 Thread Ryan Schmidt

On Jul 18, 2014, at 12:33 AM, dtakaha...@macports.org wrote:

 Revision
 122234
 Author
 dtakaha...@macports.org
 Date
 2014-07-17 22:33:54 -0700 (Thu, 17 Jul 2014)
 Log Message
 
 gnubg: add an explicit build dependency to autoconf
 Modified Paths
 
   • trunk/dports/games/gnubg/Portfile


 @@ -32,7 +32,8 @@
  
  use_autoreconf  yes
  
 -depends_build   port:pkgconfig \
 +depends_build   port:autoconf \
 +port:pkgconfig \
  port:bison \
  port:flex

Running auto(re)conf requires autoconf, automake and libtool. But the line 
use_autoreconf yes adds those dependencies for you. You just need to not 
overwrite them: use depends_build-append instead of depends_build.

___
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev