[Fink-devel] Bug in php5 package

2008-09-30 Thread Mario
Hi there,

I stated this bug already in the general mailing list. But nobody 
recognized it there.

I've installed the php5-cli package and there seems to be something 
wrong with the php5.info file. On lines 202-203 you find the following:

   --with-config-file-path=/etc/php5/cli \
   --with-config-file-scan-dir=/etc/php5/conf.d \

The problem is that the config files are not in /etc/php5/cli,
they are in %p/etc/php5/cli (/sw/etc/php5/cli)
The cgi version has the same bug. Only the apache2 version works correct.

So it would be nice to update the package in order to get the right paths.

Another point: It seems the php.ini files will get overridden everytime 
an update occurs. If that's the case it would be really bad to 
reconfigure php all the time.

Can someone help me out here?
Thanks


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Bug in php5 package

2008-09-30 Thread Alexander Hansen

On Sep 30, 2008, at 4:27 AM, Mario wrote:

 Hi there,

 I stated this bug already in the general mailing list. But nobody
 recognized it there.


That['s not quite true:  I  commented in the thread on -users, but  
didn't do anything about it yet because it's not my package, and I had  
hoped some additional discussion would be forthcoming.

Unfortunately, the mailing lists aren't working well right now due to  
server issues--we can't do much except file complaints.

And it's only been 3 days since your first post, which was on a  
Saturday.

 I've installed the php5-cli package and there seems to be something
 wrong with the php5.info file. On lines 202-203 you find the  
 following:

   --with-config-file-path=/etc/php5/cli \
   --with-config-file-scan-dir=/etc/php5/conf.d \

 The problem is that the config files are not in /etc/php5/cli,
 they are in %p/etc/php5/cli (/sw/etc/php5/cli)
 The cgi version has the same bug. Only the apache2 version works  
 correct.


That indeed looks like it should be modified in the way that you said.

 So it would be nice to update the package in order to get the right  
 paths.

 Another point: It seems the php.ini files will get overridden  
 everytime
 an update occurs. If that's the case it would be really bad to
 reconfigure php all the time.


This is not the case.  Those are protected from automatically being  
overwritten via the :
(Line 437)
  ConfFiles: %p/etc/php5/cgi/php.ini
(Line 465)
  ConfFiles: %p/etc/php5/cli/php.ini
directives in the .info file.
(I mentioned ConfFiles in the message on -users, but I didn't look at  
the .info file myself before because I assumed that you had checked  
for this and didn't find it)

 Can someone help me out here?
 Thanks







-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Bug in php5 package

2008-09-30 Thread TheSin
I'll have a peek today.
---
TS
http://southofheaven.org/
Chaos is the beginning and end, try dealing with the rest.

On 30-Sep-08, at 2:27 AM, Mario wrote:

 Hi there,

 I stated this bug already in the general mailing list. But nobody
 recognized it there.

 I've installed the php5-cli package and there seems to be something
 wrong with the php5.info file. On lines 202-203 you find the  
 following:

   --with-config-file-path=/etc/php5/cli \
   --with-config-file-scan-dir=/etc/php5/conf.d \

 The problem is that the config files are not in /etc/php5/cli,
 they are in %p/etc/php5/cli (/sw/etc/php5/cli)
 The cgi version has the same bug. Only the apache2 version works  
 correct.

 So it would be nice to update the package in order to get the right  
 paths.

 Another point: It seems the php.ini files will get overridden  
 everytime
 an update occurs. If that's the case it would be really bad to
 reconfigure php all the time.

 Can someone help me out here?
 Thanks


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's  
 challenge
 Build the coolest Linux based applications with Moblin SDK  win  
 great prizes
 Grand prize is a trip for two to an Open Source event anywhere in  
 the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Fink-devel mailing list
 Fink-devel@lists.sourceforge.net
 http://news.gmane.org/gmane.os.apple.fink.devel



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] graphicsmagick

2008-09-30 Thread Ben Abbott
Sven Schwyn echo60 at delirium.ch writes:
 
 Hi
 
snip
 
 Cheers, -sven

Is there any continued effort on this. I'm interested in a Fink package for 
graphicsmagick to be used as a dependency for Octave.

If no one is going to continue to work on a package, I can take a look,
but would greatly appreciate it if I don't have to start from scratch.

Ben







-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] graphicsmagick

2008-09-30 Thread Ben Abbott
 
On Tuesday, September 30, 2008, at 09:54AM, Alexander Hansen [EMAIL 
PROTECTED] wrote:

On Sep 30, 2008, at 9:42 AM, Ben Abbott wrote:

 Sven Schwyn echo60 at delirium.ch writes:

 Hi

 snip

 Cheers, -sven

 Is there any continued effort on this. I'm interested in a Fink  
 package for
 graphicsmagick to be used as a dependency for Octave.

 If no one is going to continue to work on a package, I can take a  
 look,
 but would greatly appreciate it if I don't have to start from scratch.

 Ben


Is there any reason imagemagick wouldn't work for this?


I'm not familiar with either, but at present graphicsmagick is a dependency for 
a fully functional Octave.

Any thought on how much effort would be needed to make such a change?

Ben



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] graphicsmagick

2008-09-30 Thread Alexander Hansen

On Sep 30, 2008, at 9:42 AM, Ben Abbott wrote:

 Sven Schwyn echo60 at delirium.ch writes:

 Hi

 snip

 Cheers, -sven

 Is there any continued effort on this. I'm interested in a Fink  
 package for
 graphicsmagick to be used as a dependency for Octave.

 If no one is going to continue to work on a package, I can take a  
 look,
 but would greatly appreciate it if I don't have to start from scratch.

 Ben


Is there any reason imagemagick wouldn't work for this?

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] graphicsmagick

2008-09-30 Thread Alexander Hansen

On Sep 30, 2008, at 9:59 AM, Ben Abbott wrote:


 On Tuesday, September 30, 2008, at 09:54AM, Alexander Hansen [EMAIL 
 PROTECTED] 
  wrote:

 On Sep 30, 2008, at 9:42 AM, Ben Abbott wrote:

 Sven Schwyn echo60 at delirium.ch writes:

 Hi

 snip

 Cheers, -sven

 Is there any continued effort on this. I'm interested in a Fink
 package for
 graphicsmagick to be used as a dependency for Octave.

 If no one is going to continue to work on a package, I can take a
 look,
 but would greatly appreciate it if I don't have to start from  
 scratch.

 Ben


 Is there any reason imagemagick wouldn't work for this?


 I'm not familiar with either, but at present graphicsmagick is a  
 dependency for a fully functional Octave.

 Any thought on how much effort would be needed to make such a change?

 Ben


Graphicsmagick is a fork of  imagemagick.  My understanding is that  
should build OK.  Is this for the current Octave release? 
   

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] graphicsmagick

2008-09-30 Thread Ben Abbott
On Tuesday, September 30, 2008, at 12:58PM, Alexander Hansen [EMAIL 
PROTECTED] wrote:

On Sep 30, 2008, at 9:59 AM, Ben Abbott wrote:


 On Tuesday, September 30, 2008, at 09:54AM, Alexander Hansen [EMAIL 
 PROTECTED] 
  wrote:

 On Sep 30, 2008, at 9:42 AM, Ben Abbott wrote:

 Sven Schwyn echo60 at delirium.ch writes:

 Hi

 snip

 Cheers, -sven

 Is there any continued effort on this. I'm interested in a Fink
 package for
 graphicsmagick to be used as a dependency for Octave.

 If no one is going to continue to work on a package, I can take a
 look,
 but would greatly appreciate it if I don't have to start from  
 scratch.

 Ben


 Is there any reason imagemagick wouldn't work for this?


 I'm not familiar with either, but at present graphicsmagick is a  
 dependency for a fully functional Octave.

 Any thought on how much effort would be needed to make such a change?

 Ben


Graphicsmagick is a fork of  imagemagick.  My understanding is that  
should build OK.  Is this for the current Octave release? 
   

Apparently graphicsmagick was added as a optional dependency in July of this 
year. Although it was part of octave-forge for quite some time prior to that.

Regarding new dependencies, fltk-aqua has some problem with Octave's 
development sources. Any chance you/someone can get the x11 variant updated. I 
tried the maintainer some months ago, but didn't get a reply.

Ben





-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Bug in php5 package

2008-09-30 Thread TheSin
Looks like the SF cvs servers are  having a hissy, so I'll try to  
get to this ASAP SF allowing :D
---
TS
http://southofheaven.org/
Chaos is the beginning and end, try dealing with the rest.

On 30-Sep-08, at 7:14 AM, TheSin wrote:

 I'll have a peek today.
 ---
 TS
 http://southofheaven.org/
 Chaos is the beginning and end, try dealing with the rest.

 On 30-Sep-08, at 2:27 AM, Mario wrote:

 Hi there,

 I stated this bug already in the general mailing list. But nobody
 recognized it there.

 I've installed the php5-cli package and there seems to be something
 wrong with the php5.info file. On lines 202-203 you find the
 following:

  --with-config-file-path=/etc/php5/cli \
  --with-config-file-scan-dir=/etc/php5/conf.d \

 The problem is that the config files are not in /etc/php5/cli,
 they are in %p/etc/php5/cli (/sw/etc/php5/cli)
 The cgi version has the same bug. Only the apache2 version works
 correct.

 So it would be nice to update the package in order to get the right
 paths.

 Another point: It seems the php.ini files will get overridden
 everytime
 an update occurs. If that's the case it would be really bad to
 reconfigure php all the time.

 Can someone help me out here?
 Thanks


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win
 great prizes
 Grand prize is a trip for two to an Open Source event anywhere in
 the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Fink-devel mailing list
 Fink-devel@lists.sourceforge.net
 http://news.gmane.org/gmane.os.apple.fink.devel



 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's  
 challenge
 Build the coolest Linux based applications with Moblin SDK  win  
 great prizes
 Grand prize is a trip for two to an Open Source event anywhere in  
 the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Fink-devel mailing list
 Fink-devel@lists.sourceforge.net
 http://news.gmane.org/gmane.os.apple.fink.devel



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel