Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-04-07 Thread Jani Taskinen
On Thu, 7 Apr 2005, Brian J. France wrote: Looks like there might be some problems with your patch to phpize.in for lines: + if ! test -x "$php_shtool path $PHP_AUTOCONF"; then and + if ! test -x "$php_shtool path $PHP_AUTOHEADER"; then shouldn't those double quotes be back-ticks? Actually

Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-04-07 Thread Brian J. France
Looks like there might be some problems with your patch to phpize.in for lines: + if ! test -x "$php_shtool path $PHP_AUTOCONF"; then and + if ! test -x "$php_shtool path $PHP_AUTOHEADER"; then shouldn't those double quotes be back-ticks? Also echo and here documents are not working on my syste

Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-04-07 Thread Jani Taskinen
On Thu, 7 Apr 2005, Brian J. France wrote: On Apr 7, 2005, at 1:28 AM, Jani Taskinen wrote: I made some changes to phpize now. But not using your patch since that would not have worked everywhere. Cool, changes look good. What about getting Jon's original patch and this change back ported

Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-04-07 Thread Brian J. France
On Apr 7, 2005, at 1:28 AM, Jani Taskinen wrote: I made some changes to phpize now. But not using your patch since that would not have worked everywhere. Cool, changes look good. What about getting Jon's original patch and this change back ported? Searching for these tools is _still_

Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-04-06 Thread Jani Taskinen
I made some changes to phpize now. But not using your patch since that would not have worked everywhere. Searching for these tools is _still_ a big no no. Just make sure they're in PATH. --Jani On Wed, 6 Apr 2005, Brian J. France wrote: Ok, lets try this: http://www.brianfrance.

Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-04-06 Thread Brian J. France
Ok, lets try this: http://www.brianfrance.com/patch.build Brian On Apr 6, 2005, at 7:19 PM, Brian J. France wrote: On Apr 4, 2005, at 12:35 AM, Jon Parise wrote: Apologies if this got lost amongst the effort to prepare the recent set of releases, but I'm curious whether or not people find my second

Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-04-06 Thread Brian J. France
On Apr 4, 2005, at 12:35 AM, Jon Parise wrote: Apologies if this got lost amongst the effort to prepare the recent set of releases, but I'm curious whether or not people find my second patch acceptable, based on the results of the prior discussion. If not, I'll know to abandon the issue. Here is a

Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-04-05 Thread Jon Parise
On Tue, Apr 05, 2005 at 09:20:17AM +0100, Joe Orton wrote: > On Mon, Apr 04, 2005 at 01:35:37AM -0400, Jon Parise wrote: > > Index: build/build2.mk > > === > > RCS file: /repository/php-src/build/build2.mk,v > > retrieving revision 1.

Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-04-05 Thread Joe Orton
On Mon, Apr 04, 2005 at 01:35:37AM -0400, Jon Parise wrote: > Index: build/build2.mk > === > RCS file: /repository/php-src/build/build2.mk,v > retrieving revision 1.35 > diff -u -r1.35 build2.mk > --- build/build2.mk 3 Feb 2005 17:42

Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-04-03 Thread Jani Taskinen
The patch is fine by me. It's very good idea too since it's not likely to break anyone's build whatever versions they have installed. :) Just commit. (or if you can't, I'll do it later today) --Jani On Mon, 4 Apr 2005, Jon Parise wrote: On Tue, Mar 29, 2005 at 10:43:30PM -0500,

Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-04-03 Thread Jon Parise
On Tue, Mar 29, 2005 at 10:43:30PM -0500, Jon Parise wrote: > On Tue, Mar 29, 2005 at 04:15:38PM +0300, Jani Taskinen wrote: > > > > Such schemes are quite common thanks to incompatibilities between > > > autotools versions, e. g. Subversion's buildconf equivalent accepts > > > the names fr

Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-03-29 Thread Jon Parise
On Tue, Mar 29, 2005 at 04:15:38PM +0300, Jani Taskinen wrote: > > Such schemes are quite common thanks to incompatibilities between > > autotools versions, e. g. Subversion's buildconf equivalent accepts > > the names from environment, mentioning IIRC Debian installing the > > tools as e.

Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-03-29 Thread Sascha Schumann
Yes, use different install prefixes. /opt/autoconfX.XX /opt/autoconfY.YY And add the suitable prefix to your PATH. But don't change the names of the utilities.. - Sascha On Tue, 29 Mar 2005, Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2005-03-29 16:46:37 +0200: The way

Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-03-29 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2005-03-29 16:46:37 +0200: > The way some systems start to treat autoconf (installing > multiple versions in an absolutely braindamaged way) is not > something we should support. > > I suggest whoever is bothered by FreeBSD doing stupid things > should go

Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-03-29 Thread Sascha Schumann
The way some systems start to treat autoconf (installing multiple versions in an absolutely braindamaged way) is not something we should support. I suggest whoever is bothered by FreeBSD doing stupid things should go to the ports maintainer and complain to him. - Sascha -- P

Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-03-29 Thread Jani Taskinen
On Tue, 29 Mar 2005, Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2005-03-29 15:24:07 +0300: On Tue, 29 Mar 2005, Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2005-03-29 11:11:27 +0300: On Sun, 27 Mar 2005, Jon Parise wrote: The attached patch allows PHP's build system to recognize FreeBSD's "versi

Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-03-29 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2005-03-29 15:24:07 +0300: > On Tue, 29 Mar 2005, Roman Neuhauser wrote: > > ># [EMAIL PROTECTED] / 2005-03-29 11:11:27 +0300: > >>On Sun, 27 Mar 2005, Jon Parise wrote: > >> > >>>The attached patch allows PHP's build system to recognize FreeBSD's > >>>"versioned" autoconf po

Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-03-29 Thread Jani Taskinen
On Tue, 29 Mar 2005, Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2005-03-29 11:11:27 +0300: On Sun, 27 Mar 2005, Jon Parise wrote: The attached patch allows PHP's build system to recognize FreeBSD's "versioned" autoconf ports without the need for system-level symlinks or similar aliasing. It uses

Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-03-29 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2005-03-29 11:11:27 +0300: > On Sun, 27 Mar 2005, Jon Parise wrote: > > >The attached patch allows PHP's build system to recognize FreeBSD's > >"versioned" autoconf ports without the need for system-level symlinks > >or similar aliasing. It uses 'shtool path' to (attempt to)

Re: [PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-03-29 Thread Jani Taskinen
On Sun, 27 Mar 2005, Jon Parise wrote: The attached patch allows PHP's build system to recognize FreeBSD's "versioned" autoconf ports without the need for system-level symlinks or similar aliasing. It uses 'shtool path' to (attempt to) locate the appropriate autoconf / autoheader executable. I

[PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-03-27 Thread Jon Parise
The attached patch allows PHP's build system to recognize FreeBSD's "versioned" autoconf ports without the need for system-level symlinks or similar aliasing. It uses 'shtool path' to (attempt to) locate the appropriate autoconf / autoheader executable. I noticed that Jani did a bit of work earli