Re: PHP 7 build dependency missing

2016-04-14 Thread Frank Groeneveld
On Thu, Apr 14, 2016 at 11:29:50AM +0100, Stuart Henderson wrote: > untested (no time right now) but this should work: It does indeed work, seems like a much nicer solution to me. Thanks! Could somebody commit this to -current and possibly -stable? Frank

Re: PHP 7 build dependency missing

2016-04-14 Thread Stuart Henderson
On 2016/04/14 11:38, Frank Groeneveld wrote: > On Wed, Apr 13, 2016 at 12:32:03PM +0200, Frank Groeneveld wrote: > > ... > > > > One other small bug: files/php.conf contains "php5" in some places, it > > should be dynamic, depending on the php major version. I'm not sure how > > to capture only th

Re: PHP 7 build dependency missing

2016-04-14 Thread Frank Groeneveld
On Wed, Apr 13, 2016 at 12:32:03PM +0200, Frank Groeneveld wrote: > ... > > One other small bug: files/php.conf contains "php5" in some places, it > should be dynamic, depending on the php major version. I'm not sure how > to capture only the first char from the $PV variable, otherwise I could > m

Re: PHP 7 build dependency missing

2016-04-13 Thread Frank Groeneveld
On Wed, Apr 13, 2016 at 09:40:49AM +0100, Stuart Henderson wrote: > it's already there: > > $ cd /usr/ports/lang/php/7.0 > $ make show=BUILD_DEPENDS > devel/bison www/apache-httpd STEM->=0.10.38:devel/gettext devel/gettext-tools > devel/metaauto devel/autoconf/2.69 devel/ccache archivers/bzip2 >

Re: PHP 7 build dependency missing

2016-04-13 Thread Stuart Henderson
On 2016/04/13 09:00, Frank Groeneveld wrote: > Great work on getting php 7.0 in for 5.9 release! > Apparently you need to have apache-httpd installed before you can build > the php 7.0 port, though. Could somebody add it to the port? > > Thanks! > > Frank > it's already there: $ cd /usr/ports

PHP 7 build dependency missing

2016-04-13 Thread Frank Groeneveld
Great work on getting php 7.0 in for 5.9 release! Apparently you need to have apache-httpd installed before you can build the php 7.0 port, though. Could somebody add it to the port? Thanks! Frank