[Fink-devel] plotutils-2.4.1-1009 linking problem

2009-09-23 Thread Sébastien Maret
Hi,

On 10.6.1 x86_64, libplot.dylib (which is part of  
plotutils-2.4.1-1009) does not seems to be linked correctly. When I  
compile it on that system, I get the following warning:

*** Warning: This library needs some functionality provided by -lpng.
*** I have the capability to make that library automatically link in  
when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.

and the library isn't linked to the libpng.

% otool -L libplot.dylib
libplot.dylib:
/sw/lib/libplot.2.dylib (compatibility version 5.0.0, current version  
5.1.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version  
1.2.3)
/usr/lib/libmx.A.dylib (compatibility version 1.0.0, current version  
315.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current  
version 124.1.1)

On the other hand, when compiling in 32 bits, I don't get the warning  
message and the library is correctly linked:

% otool -L libplot.dylib
/sw/lib/libplot.dylib:
/sw/lib/libplot.2.dylib (compatibility version 5.0.0, current version  
5.1.0)
/sw/lib/libpng12.0.dylib (compatibility version 36.0.0, current  
version 36.0.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version  
1.2.3)
/usr/lib/libmx.A.dylib (compatibility version 1.0.0, current version  
315.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current  
version 124.1.1)

Any idea on how to solve this?

Sébastien
--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Hosting a snapshot tarball of SDL 1.2.14(pre)

2009-09-23 Thread Max Horn
Hi folks,

unlike my usual custom (which includes never packaging pre-release  
software), I am currently planning to package a SVN snapshot of SDL  
1.2.14 (well, pre). The main reason is that this version should  
compile across 10.4 to 10.6, all archs, without changes; and the final  
version might be the last 1.2.x release made, so it'd better be good  
and well-tested. While I am pretty confident that it will run fine  
everywhere, it would be good to have lots of people try to compile and  
use it, on a wide variety of systems. Hence my desire to package the  
beta build. It may (albeit unlikely) cause some run time  
inconvenience to some people, but I believe the benefit (knowing about  
such issues will make it possible to fix them before SDL 1.2.14 is  
released) will outweigh this.

Anyway, for that I need to host a SVN snapshot somewhere. We used to  
put those into the SF.net file release system. Is that still the way  
to go? Or does one inject the file directly into the Fink mirror  
system these days, somehow? Any advice?


Cheers,
Max

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Failed: phase compiling: qtiplot-aqua-0.8.9-rc2-2 failed

2009-09-23 Thread Dominique Dhumieres
On ppc OSX10.4.11 updating to qtiplot-aqua-0.8.9-rc2-2 failed with:

...
c++ -headerpad_max_install_names -prebind -dynamiclib -single_module 
-compatibility_version 1.0 -current_version1.0.0 -install_name 
@executable_path/../Frameworks/QtiPlot.framework/Versions/A/Resources/lib/libfitRational0.1.dylib
 -o libfitRational0.1.0.0.dylib fitRational0.o   -L/sw/lib/qt3mac/lib 
-L/sw/lib/qt3mac/lib -L/sw/lib -lgsl -lqt-mt 
ld: warning -prebind ignored because MACOSX_DEPLOYMENT_TARGET environment 
variable greater or equal to 10.4
ld: Undefined symbols:
_cblas_caxpy
_cblas_ccopy
_cblas_cdotc_sub
_cblas_cdotu_sub
_cblas_cgemm
...
_cblas_ztrmv
_cblas_ztrsm
_cblas_ztrsv
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/libtool: internal link edit 
command failed
make[1]: *** [../libfitRational0.1.0.0.dylib] Error 1
make: *** [sub-fitPlugins-fitRational0] Error 2
### execution of /var/tmp/tmp.1.l1ve73 failed, exit code 2

Apparently the link to a BLAS lib is not provided.

TIA

Dominique

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Failed: phase compiling: qtiplot-aqua-0.8.9-rc2-2 failed

2009-09-23 Thread Jean-François Mertens

On 23 Sep 2009, at 13:30, Dominique Dhumieres wrote:

 On ppc OSX10.4.11 updating to qtiplot-aqua-0.8.9-rc2-2 failed with:

 ...
 c++ -headerpad_max_install_names -prebind -dynamiclib -single_module  
 -compatibility_version1.0 -current_version1.0.0 -install_name 
  
 @executable_path/../Frameworks/QtiPlot.framework/Versions/A/ 
 Resources/lib/libfitRational0.1.dylib -o libfitRational0.1.0.0.dylib  
 fitRational0.o   -L/sw/lib/qt3mac/lib -L/sw/lib/qt3mac/lib -L/sw/lib  
 -lgsl -lqt-mt
 ld: warning -prebind ignored because MACOSX_DEPLOYMENT_TARGET  
 environment variable greater or equal to 10.4
 ld: Undefined symbols:
 _cblas_caxpy
 _cblas_ccopy
 _cblas_cdotc_sub
 _cblas_cdotu_sub
 _cblas_cgemm
 ...
 _cblas_ztrmv
 _cblas_ztrsm
 _cblas_ztrsv
 /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/libtool: internal link  
 edit command failed
 make[1]: *** [../libfitRational0.1.0.0.dylib] Error 1
 make: *** [sub-fitPlugins-fitRational0] Error 2
 ### execution of /var/tmp/tmp.1.l1ve73 failed, exit code 2

 Apparently the link to a BLAS lib is not provided.

These should come from  %p/lib/libgslcblas.0.dylib ...
and I see there is indeed a bdep on gsl in the pkg,
while clearly -lgslcblas is missing in the link command...
(don't know the pkg, sorry).
Nothing related to be seen in your configure output ?

JF


--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Failed: phase compiling: qtiplot-aqua-0.8.9-rc2-2 failed

2009-09-23 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jean-François Mertens wrote:
 On 23 Sep 2009, at 13:30, Dominique Dhumieres wrote:
 
 On ppc OSX10.4.11 updating to qtiplot-aqua-0.8.9-rc2-2 failed with:

 ...
 c++ -headerpad_max_install_names -prebind -dynamiclib -single_module  
 -compatibility_version   1.0 -current_version1.0.0 -install_name 
  
 @executable_path/../Frameworks/QtiPlot.framework/Versions/A/ 
 Resources/lib/libfitRational0.1.dylib -o libfitRational0.1.0.0.dylib  
 fitRational0.o   -L/sw/lib/qt3mac/lib -L/sw/lib/qt3mac/lib -L/sw/lib  
 -lgsl -lqt-mt
 ld: warning -prebind ignored because MACOSX_DEPLOYMENT_TARGET  
 environment variable greater or equal to 10.4
 ld: Undefined symbols:
 _cblas_caxpy
 _cblas_ccopy
 _cblas_cdotc_sub
 _cblas_cdotu_sub
 _cblas_cgemm
 ...
 _cblas_ztrmv
 _cblas_ztrsm
 _cblas_ztrsv
 /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/libtool: internal link  
 edit command failed
 make[1]: *** [../libfitRational0.1.0.0.dylib] Error 1
 make: *** [sub-fitPlugins-fitRational0] Error 2
 ### execution of /var/tmp/tmp.1.l1ve73 failed, exit code 2

 Apparently the link to a BLAS lib is not provided.
 
 These should come from  %p/lib/libgslcblas.0.dylib ...
 and I see there is indeed a bdep on gsl in the pkg,
 while clearly -lgslcblas is missing in the link command...
 (don't know the pkg, sorry).
 Nothing related to be seen in your configure output ?
 
 JF
 
 
 

It's worth noting that the only change made for this revision was the
Maintainer and the DescPackaging.  Nothing should have changed between
how revisions 1 and 2 build.
- --
Alexander Hansen
Fink User Liaison
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkq6HsgACgkQB8UpO3rKjQ+zTACfXqAjNtGWKLfjD7vQvrYcu8nV
MsUAnj60wxupyG8zGycUBDVng0BFqGEF
=XoMa
-END PGP SIGNATURE-

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Failed: phase compiling: qtiplot-aqua-0.8.9-rc2-2 failed

2009-09-23 Thread Dominique Dhumieres
 It's worth noting that the only change made for this revision was the
 Maintainer and the DescPackaging.  Nothing should have changed between
 how revisions 1 and 2 build.

I did notice that too. Just in case I have rebuilt gsl, but it did not help.
Also

[pbook] /Users/dominiq% nm /sw/lib/libgsl.0.dylib | grep cblas
 U _cblas_caxpy
 U _cblas_ccopy
 U _cblas_cdotc_sub
...

All I can do right now. Thanks for the answers.

Dominique

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] plotutils-2.4.1-1009 linking problem

2009-09-23 Thread monipol
On 23/09/2009, at 06:24, Sébastien Maret wrote:
 On 10.6.1 x86_64, libplot.dylib (which is part of
 plotutils-2.4.1-1009) does not seems to be linked correctly. When I
 compile it on that system, I get the following warning:

 *** Warning: This library needs some functionality provided by -lpng.
 *** I have the capability to make that library automatically link in
 when
 *** you link to this library.  But I can only do this if you have a
 *** shared version of the library, which you do not appear to have.
 *** The inter-library dependencies that have been dropped here will be
 *** automatically added whenever a program is linked with this library
 *** or is declared to -dlopen it.

 and the library isn't linked to the libpng.

 % otool -L libplot.dylib
 libplot.dylib:
   /sw/lib/libplot.2.dylib (compatibility version 5.0.0, current version
 5.1.0)
   /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
 1.2.3)
   /usr/lib/libmx.A.dylib (compatibility version 1.0.0, current version
 315.0.0)
   /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
 version 124.1.1)

 On the other hand, when compiling in 32 bits, I don't get the warning
 message and the library is correctly linked:

 % otool -L libplot.dylib
 /sw/lib/libplot.dylib:
   /sw/lib/libplot.2.dylib (compatibility version 5.0.0, current version
 5.1.0)
   /sw/lib/libpng12.0.dylib (compatibility version 36.0.0, current
 version 36.0.0)
   /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
 1.2.3)
   /usr/lib/libmx.A.dylib (compatibility version 1.0.0, current version
 315.0.0)
   /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
 version 124.1.1)

 Any idea on how to solve this?


Salut, Sébastien. The ltconfig script in plotutils isn't able to parse  
the output of the file command for x86_64 libraries. I've fixed that  
and a new revision is now available on CVS:
http://article.gmane.org/gmane.os.apple.fink.cvs/85900


Cheers,

--
monipol
http://finkers.wordpress.com


--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Hosting a snapshot tarball of SDL 1.2.14(pre)

2009-09-23 Thread David R. Morrison

On Sep 23, 2009, at 3:04 AM, Max Horn wrote:

 Hi folks,

 unlike my usual custom (which includes never packaging pre-release
 software), I am currently planning to package a SVN snapshot of SDL
 1.2.14 (well, pre). The main reason is that this version should
 compile across 10.4 to 10.6, all archs, without changes; and the final
 version might be the last 1.2.x release made, so it'd better be good
 and well-tested. While I am pretty confident that it will run fine
 everywhere, it would be good to have lots of people try to compile and
 use it, on a wide variety of systems. Hence my desire to package the
 beta build. It may (albeit unlikely) cause some run time
 inconvenience to some people, but I believe the benefit (knowing about
 such issues will make it possible to fix them before SDL 1.2.14 is
 released) will outweigh this.

 Anyway, for that I need to host a SVN snapshot somewhere. We used to
 put those into the SF.net file release system. Is that still the way
 to go? Or does one inject the file directly into the Fink mirror
 system these days, somehow? Any advice?

We still host them via the SF.net file release system.  The interface  
has changed dramatically, so if you have trouble releasing the file  
(as I did when first using the new interface) I'd be happy to post it  
for you.

   -- Dave


--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Hosting a snapshot tarball of SDL 1.2.14(pre)

2009-09-23 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

David R. Morrison wrote:
 On Sep 23, 2009, at 3:04 AM, Max Horn wrote:
 
 Hi folks,

 unlike my usual custom (which includes never packaging pre-release
 software), I am currently planning to package a SVN snapshot of SDL
 1.2.14 (well, pre). The main reason is that this version should
 compile across 10.4 to 10.6, all archs, without changes; and the final
 version might be the last 1.2.x release made, so it'd better be good
 and well-tested. While I am pretty confident that it will run fine
 everywhere, it would be good to have lots of people try to compile and
 use it, on a wide variety of systems. Hence my desire to package the
 beta build. It may (albeit unlikely) cause some run time
 inconvenience to some people, but I believe the benefit (knowing about
 such issues will make it possible to fix them before SDL 1.2.14 is
 released) will outweigh this.

 Anyway, for that I need to host a SVN snapshot somewhere. We used to
 put those into the SF.net file release system. Is that still the way
 to go? Or does one inject the file directly into the Fink mirror
 system these days, somehow? Any advice?
 
 We still host them via the SF.net file release system.  The interface  
 has changed dramatically, so if you have trouble releasing the file  
 (as I did when first using the new interface) I'd be happy to post it  
 for you.
 
-- Dave
 
 

Does something need to be updated in that?  Martin noted that he was not
able to find any of our hosted tarballs, and for one case that I know, I
get the same result:

curl --connect-timeout 30 -f -L -A 'fink/0.29.99.cvs' -O
http://superb-west.dl.sourceforge.net/sourceforge/fink/direct_download/source/Samba-StartupItem.tar.gz
  % Total% Received % Xferd  Average Speed   TimeTime Time
Current
 Dload  Upload   Total   SpentLeft
Speed
  0   4230 00 0  0  0 --:--:-- --:--:-- --:--:--
0
curl: (22) The requested URL returned error: 404


- --
Alexander Hansen
Fink User Liaison
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkq6Lw0ACgkQB8UpO3rKjQ9RLACdGHJCS1I6Q0LFjUQnh3UOdVyo
pycAn25ZFPTx9Ic6+dUqW4sAsfLMpjPg
=odPc
-END PGP SIGNATURE-

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] plotutils-2.4.1-1009 linking problem

2009-09-23 Thread Sébastien Maret

Le 23 sept. 2009 à 16:06, monipol a écrit :

 On 23/09/2009, at 06:24, Sébastien Maret wrote:
 Any idea on how to solve this?

 Salut, Sébastien. The ltconfig script in plotutils isn't able to  
 parse the output of the file command for x86_64 libraries. I've  
 fixed that and a new revision is now available on CVS:
 http://article.gmane.org/gmane.os.apple.fink.cvs/85900

Thanks for fixing this so quickly. I think you also need to add the  -- 
x-includes=/usr/X11/include and --x-libs=/usr/X11/lib to the configure  
parameters, since the configure does not seem to find the X11 libs on  
SL.

Sébastien
--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] plotutils-2.4.1-1009 linking problem

2009-09-23 Thread monipol
On 23/09/2009, at 12:10, Sébastien Maret wrote:
 Le 23 sept. 2009 à 16:06, monipol a écrit :
 On 23/09/2009, at 06:24, Sébastien Maret wrote:
 Any idea on how to solve this?

 Salut, Sébastien. The ltconfig script in plotutils isn't able to  
 parse the output of the file command for x86_64 libraries. I've  
 fixed that and a new revision is now available on CVS:
 http://article.gmane.org/gmane.os.apple.fink.cvs/85900

 Thanks for fixing this so quickly. I think you also need to add the   
 --x-includes=/usr/X11/include and --x-libs=/usr/X11/lib to the  
 configure parameters, since the configure does not seem to find the  
 X11 libs on SL.


Thanks, Sébastien. I’ve committed new revision that passes those  
options to configure.


Cheers,

--
monipol
http://finkers.wordpress.com
--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] tomcat5 deprecated

2009-09-23 Thread Eric Lederrey
Hi  the version of tomcat5 don't compile because the version 5.5.26  
doesn't exists on  the mirrors anymore.
I have patched the .info file to use the 5.5.28 version. The diff is  
below.

Regards
Eric Lederrey

P.S: i sent an email last week to the maintainer, i don't know if it's  
because he is too busy or my mail was interpreted as a spam
but I received no response.

--- /sw/fink/10.6/unstable/main/finkinfo/web/tomcat5.info   2008-03-03
18:02:23.0 +0100
+++ /sw/fink/10.6/local/main/finkinfo/tomcat5.info  2009-09-16
11:11:39.0 +0200
@@ -1,6 +1,6 @@
  Package: tomcat5
-Version: 5.5.26
-Revision: 1
+Version: 5.5.28
+Revision: 0
  Type: java(1.5)

  CustomMirror: 
@@ -11,10 +11,10 @@
nam-CA: http://www.southofheaven.net/befunk
  
  Source: mirror:apache:tomcat/tomcat-5/v%v/bin/apache-tomcat-%v.tar.gz
-Source-MD5: d7d1ac1505a295ca304dc4e8b5bafdeb
+Source-MD5: ffe786075c2cdd9c1fde7640bce79d35
  Source2: mirror:apache:tomcat/tomcat-5/v%v/bin/apache-tomcat-%v-
admin.tar.gz
-Source2-MD5: aecd046f56a3d4b77f46c509109fa292
-Source3: 
http://mirrors.sirium.net/pub/apache/commons/io/binaries/commons-io-1.4-bin.tar.gz
+Source2-MD5: 344cf521d2b295464c87d7d9b60e628d
+Source3: mirror:apache:commons/io/binaries/commons-io-1.4-bin.tar.gz
  Source3-MD5: 2cef2d863797d4f06ea447199da56648
  PatchFile: %n.patch
  PatchFile-MD5: 1a4a0291281992c9fcb834ab7a4d85d1

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] tomcat5 deprecated

2009-09-23 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Eric Lederrey wrote:
 Hi  the version of tomcat5 don't compile because the version 5.5.26  
 doesn't exists on  the mirrors anymore.
 I have patched the .info file to use the 5.5.28 version. The diff is  
 below.
 
 Regards
 Eric Lederrey
 
 P.S: i sent an email last week to the maintainer, i don't know if it's  
 because he is too busy or my mail was interpreted as a spam
 but I received no response.
 
 

He's known to be busy right now.


- --
Alexander Hansen
Fink User Liaison
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkq6cgsACgkQB8UpO3rKjQ+uswCfT84vFpYQ9oj2oE6+YJhWMS7P
AgcAn0vT4oYjbqh0Vr2urZAiL85l9R8M
=OX9r
-END PGP SIGNATURE-

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel