Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory vz-cvs-3.sog:/tmp/cvs-serv22456
Modified Files:
libapreq2-pm.info libapreq2-pm.patch libapreq2.info
Removed Files:
libapreq2.patch
Log Message:
new libapreq2 version (lib and perl glue)
--- libapreq2.patch DELETED ---
Index: libapreq2.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/libapreq2.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- libapreq2.info 20 Jun 2009 18:48:46 -0000 1.9
+++ libapreq2.info 2 Sep 2011 11:51:56 -0000 1.10
@@ -1,6 +1,6 @@
Package: libapreq2
-Version: 2.08
-Revision: 1003
+Version: 2.13
+Revision: 1
DocFiles: CHANGES FAQ.pod INSTALL LICENSE MANIFEST META.yml NOTICE
PREREQUISITES README STATUS
Description: Library for parsing HTTP data
License: OSI-Approved
@@ -13,15 +13,10 @@
BuildDependsOnly: true
Source: mirror:apache:httpd/libapreq/libapreq2-%v.tar.gz
-Source-MD5: 9fb3deec448f74c455d4ffc13846ea9f
-
-# Test is broken (buffer overrun)
-PatchFile: %n.patch
-PatchFile-MD5: cf805f1f0a45f92f4c849798811bb06d
+Source-MD5: c11fb0861aa84dcc6cd0f0798b045eee
PatchScript: <<
#!/bin/sh -ev
- %{default_script}
# Don't test the module. It requires mod-perl2-pm5*, and we don't want
to
# force any particular variant of it.
@@ -38,7 +33,7 @@
<<
DescUsage: <<
The perl APIs Apache::Request and Apache::Cookie are available in the packages
-libapreq2-pm581, libapreq2-pm584, libapreq2-pm586.
+libapreq2-pmXXX for each X.X.X perl-version.
<<
ConfigureParams: --disable-perl-glue --with-apache2-apxs=%p/bin/apxs2
--with-apr-config=%p/bin/apr-1-config --with-apu-config=%p/bin/apu-1-config
--disable-dependency-tracking
@@ -65,7 +60,7 @@
Files: lib/libapreq2.*.dylib
Depends: libapr.0-shlibs, libaprutil.0-shlibs
DocFiles: LICENSE
- Shlibs: %p/lib/libapreq2.3.dylib 10.0.0 %n (>= 2.08-1003)
+ Shlibs: %p/lib/libapreq2.3.dylib 12.0.0 %n (>= 2.13-1)
<<
SplitOff2: <<
Package: libapache2-mod-apreq2
Index: libapreq2-pm.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/libapreq2-pm.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- libapreq2-pm.info 3 Jun 2011 18:33:54 -0000 1.11
+++ libapreq2-pm.info 2 Sep 2011 11:51:56 -0000 1.12
@@ -1,10 +1,10 @@
Info2: <<
Package: libapreq2-pm%type_pkg[perl]
-Version: 2.08
-Revision: 1004
+Version: 2.13
+Revision: 1
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4,
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5
-DocFiles: CHANGES FAQ.pod INSTALL LICENSE MANIFEST META.yml NOTICE
PREREQUISITES README STATUS
+DocFiles: CHANGES FAQ.pod INSTALL LICENSE NOTICE PREREQUISITES README STATUS
Description: Perl modules for libapreq2
DescDetail: <<
The perl APIs Apache::Request and Apache::Cookie are the
@@ -22,10 +22,10 @@
Depends: perl%type_pkg[perl]-core, mod-perl2-pm%type_pkg[perl] (>=
2.0.3-1001), libapreq2-shlibs (>= %v-1), libapr.0-shlibs, libaprutil.0-shlibs
Source: mirror:apache:httpd/libapreq/libapreq2-%v.tar.gz
-Source-MD5: 9fb3deec448f74c455d4ffc13846ea9f
+Source-MD5: c11fb0861aa84dcc6cd0f0798b045eee
PatchFile: %{ni}.patch
-PatchFile-MD5: adab27bcfad31a6aeda1d98eaf80d081
+PatchFile-MD5: fc0e432d662a7003c48865f0e9278903
PatchScript: <<
#!/bin/sh -ev
@@ -42,12 +42,9 @@
#!/bin/sh -ex
# Need full path to perl
- PERL=`which perl%type_raw[perl]`
+ PERL=`perl -e 'print $ARGV[0]=~/PERL="(.*?)"/' '%c'`
- # various tricks to get non-default-arch single-arch
- if dpkg --compare-versions "%type_raw[perl]" ">=" "5.10.0" && [ "%m" !=
"powerpc" ]; then
- PERL="/usr/bin/arch -%m $PERL"
- fi
+ # try harder to get non-default-arch single-arch
export ARCHFLAGS=""
# Need to pass apxs location, MakeMaker opts
@@ -70,9 +67,6 @@
DescPackaging: <<
Tests disabled because of:
http://www.mail-archive.com/[email protected]/msg00521.html
-
- dmacks: Not sure why mp2bug isn't being installed by 'make
- install', so just do it manually.
<<
<<
Index: libapreq2-pm.patch
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/libapreq2-pm.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libapreq2-pm.patch 3 Jun 2011 18:46:42 -0000 1.1
+++ libapreq2-pm.patch 2 Sep 2011 11:51:56 -0000 1.2
@@ -1,10 +1,10 @@
-diff -Nurd -x'*~' libapreq2-2.08.orig/configure libapreq2-2.08/configure
---- libapreq2-2.08.orig/configure 2006-08-09 00:29:00.000000000 -0400
-+++ libapreq2-2.08/configure 2011-06-03 14:20:55.000000000 -0400
-@@ -19050,7 +19050,7 @@
+diff -Nurd -x'*~' libapreq2-2.13.orig/configure libapreq2-2.13/configure
+--- libapreq2-2.13.orig/configure 2010-11-25 14:19:01.000000000 -0500
++++ libapreq2-2.13/configure 2011-09-02 07:38:58.000000000 -0400
+@@ -20362,7 +20362,7 @@
if test "x$PERL_GLUE" != "xno"; then
- echo "$as_me:$LINENO: checking for perl" >&5
- echo $ECHO_N "checking for perl... $ECHO_C" >&6
+ { echo "$as_me:$LINENO: checking for perl" >&5
+ echo $ECHO_N "checking for perl... $ECHO_C" >&6; }
- if test -z "`$prereq_check perl $PERL`"; then
+ if test -z "`$prereq_check perl "$PERL"`"; then
{ { echo "$as_me:$LINENO: error: Bad perl version" >&5
------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs