Author: chris
Date: Mon May  4 16:09:52 2009
New Revision: 293

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=293&repname=user%3a+chris>
Log:
builds yay! but needs proper perl packaging to make it into unstable

Modified:
    trunk/finkinfo/libs/speedy-cgi-perl.info
    trunk/finkinfo/libs/speedy-cgi-perl.patch

Modified: trunk/finkinfo/libs/speedy-cgi-perl.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/finkinfo/libs/speedy-cgi-perl.info&rev=293&repname=user%3a+chris>
==============================================================================
--- trunk/finkinfo/libs/speedy-cgi-perl.info (original)
+++ trunk/finkinfo/libs/speedy-cgi-perl.info Mon May  4 16:09:52 2009
@@ -10,10 +10,11 @@
 
 #debian 2.22-10 patch
 PatchFile: %{ni}.patch
-PatchFile-MD5: 62b628335cd627fc5291c8f7d4487d84
+PatchFile-MD5: 08e30809c0b582acf404ac869ea27461
 PatchScript: <<
   patch -p1 < %{PatchFile}
   cat debian/patches/*dpatch | patch -p1
+  perl -pi -e 's/PerlInterpreter/extern PerlInterpreter/' src/speedy_perl.h
 <<
 
 UpdatePOD: true
@@ -28,9 +29,9 @@
   # hack: rerun so it picks up lib/CGI/SpeedyCGI.pm again
   echo no | ARCHFLAGS="" perl Makefile.PL
   
-  ARCHFLAGS="" make OPTIMIZE=-Os
+  ARCHFLAGS="" make OPTIMIZE="-Os -I%p/include -D_GNU_SOURCE" 
OTHERLDFLAGS="-L%p/lib"
 
-  ARCHFLAGS="" make -C speedy test
+  # ARCHFLAGS="" make -C speedy test
 
 <<
 
@@ -47,7 +48,7 @@
   install -m 644 debian/*1p %i/share/man/man1/
 
 <<
-DocFiles: debian/changelog debian/ debian/
+DocFiles: debian/changelog debian/README.Debian debian/copyright
 
 Description: Speed up perl scripts by making them persistent
 DescDetail: <<
@@ -58,7 +59,7 @@
   be used to speed up most perl programs.
 <<
 License: GPL
-Maintainer: me
+Maintainer: Chris Zubrzycki <bere...@users.sourceforge.net>
 Homepage: http://daemoninc.com/SpeedyCGI
 
 # end of Info2 field:

Modified: trunk/finkinfo/libs/speedy-cgi-perl.patch
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/finkinfo/libs/speedy-cgi-perl.patch&rev=293&repname=user%3a+chris>
==============================================================================
--- trunk/finkinfo/libs/speedy-cgi-perl.patch (original)
+++ trunk/finkinfo/libs/speedy-cgi-perl.patch Mon May  4 16:09:52 2009
@@ -1300,13 +1300,3 @@
 + 
 +      /* All done with reads/writes after backend exited */
 +      if (backend_exited) {
---- ./src/speedy_util.c        2009-05-03 21:06:15.000000000 +0300
-+++ ./src/speedy_util.c.new    2009-05-03 22:03:43.000000000 +0300
-@@ -18,6 +18,7 @@
-  */
- 
- #include "speedy.h"
-+#include <unistd.h>
- 
- static struct timeval saved_time;
- static int my_euid = -1;


------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to