Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv11418/stable/main/finkinfo/net

Modified Files:
        irssi-10.5.info irssi-10.6.info 
Log Message:
sync irssi build-fixes to stable


Index: irssi-10.5.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/irssi-10.5.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- irssi-10.5.info     2 Nov 2010 15:46:18 -0000       1.5
+++ irssi-10.5.info     11 Oct 2011 08:51:28 -0000      1.6
@@ -1,7 +1,7 @@
 Info2: <<
 Package: irssi
 Version: 0.8.15
-Revision: 104
+Revision: 105
 Distribution: 10.5
 Maintainer: Daniel Macks <dma...@netspace.org>
 BuildDepends: <<
@@ -14,7 +14,7 @@
 Depends: <<
  glib2-shlibs (>= 2.22.0-1),
  libncurses5-shlibs (>= 5.4-20041023-1006),
- perl%type_pkg[systemperl]-core
+ perl%type_pkg[perl]-core
 <<
 Replaces: irssi-ssl
 Source: http://www.irssi.org/files/irssi-%v.tar.bz2
@@ -22,51 +22,28 @@
 PatchFile: %n.patch
 PatchFile-MD5: a1d48e525b86b595b32e9d877a2f12ea
 SetLDFLAGS: -L%p/lib/system-openssl/lib
-ConfigureParams: <<
- --disable-dependency-tracking \
- --with-modules \
- --with-ncurses=%p \
- --with-proxy \
- --enable-ipv6 \
- --mandir=%i/share/man \
- --with-perl-lib=%p/lib/perl5/%type_raw[systemperl] \
- --with-socks \
- --enable-ssl \
- 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/system-openssl/lib/pkgconfig:$PKG_CONFIG_PATH"
-<<
-Type: systemperl 5.8.8
-#UpdatePOD: true
+Type: perl 5.8.8
 CompileScript: <<
- ARCHFLAGS="" perlpath="/usr/bin/perl%type_raw[systemperl]" ./configure %c
- make perlpath='ARCHFLAGS="" perl%type_raw[systemperl]'
-<<
-InstallScript: <<
- make install prefix=%i PREFIX=%i 
INSTALLPRIVLIB=%i/lib/perl5/%type_raw[systemperl] 
INSTALLARCHLIB=%i/lib/perl5/%type_raw[systemperl]/darwin-thread-multi-2level 
INSTALLSITELIB=%i/lib/perl5/%type_raw[systemperl] 
INSTALLSITEARCH=%i/lib/perl5/%type_raw[systemperl]/darwin-thread-multi-2level
- mkdir -p %i/share/podfiles/%type_raw[systemperl]
- cat 
%i/lib/perl5/%type_raw[systemperl]/darwin-thread-multi-2level/perllocal.pod | 
sed -e s,%i/lib/perl5,%p/lib/perl5, > 
%i/share/podfiles/%type_raw[systemperl]/perllocal.%n.pod
- rm -rf 
%i/lib/perl5/%type_raw[systemperl]/darwin-thread-multi-2level/perllocal.pod
-<<
-PostInstScript: <<
-# Updating 
%p/lib/perl5/darwin-thread-multi-2level/%type_raw[systemperl]/perllocal.pod
-mkdir -p %p/lib/perl5/%type_raw[systemperl]/darwin-thread-multi-2level
-cat %p/share/podfiles/%type_raw[systemperl]/*.pod > 
%p/lib/perl5/%type_raw[systemperl]/darwin-thread-multi-2level/perllocal.pod
-<<
-PostRmScript: <<
-# Updating 
%p/lib/perl5/%type_raw[systemperl]/darwin-thread-multi-2level/perllocal.pod
-###
-### check to see if any .pod files exist in %p/share/podfiles.
-###
-/bin/echo -n '' > 
%p/lib/perl5/%type_raw[systemperl]/darwin-thread-multi-2level/perllocal.pod
-perl <<'END_PERL'
-    if (-e "%p/share/podfiles%type_raw[systemperl]") {
-        @files = <%p/share/podfiles/%type_raw[systemperl]/*.pod>;
-        if ($#files >= 0) {
-        exec "cat %p/share/podfiles/%type_raw[systemperl]/*.pod > 
%p/lib/perl5/%type_raw[systemperl]/darwin-thread-multi-2level/perllocal.pod";
-        }
-    }
-END_PERL
+#!/bin/sh -ex
+       export ARCHFLAGS=""
+       export perlpath=`perl -e 'print $ARGV[0]=~/PERL="(.*?)"/' '%c'`
+       ./configure \
+               --prefix=%p \
+               --disable-dependency-tracking \
+               --with-modules \
+               --with-ncurses=%p \
+               --with-proxy \
+               --enable-ipv6 \
+               --mandir=%p/share/man \
+               --with-perl-lib=%p/lib/perl5/%type_raw[perl] \
+               --with-socks \
+               --enable-ssl \
+               
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/system-openssl/lib/pkgconfig:$PKG_CONFIG_PATH"
+       make perlpath="ARCHFLAGS=\"\" $perlpath"
 <<
+NoPerlTests: true
 DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
+UpdatePOD: true
 Description: Modular IRC client
 DescPackaging: <<
  Update the podfiles manually, due to fink changes for Type: perl

Index: irssi-10.6.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/irssi-10.6.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- irssi-10.6.info     2 Nov 2010 15:46:18 -0000       1.4
+++ irssi-10.6.info     11 Oct 2011 08:51:28 -0000      1.5
@@ -1,7 +1,7 @@
 Info2: <<
 Package: irssi
 Version: 0.8.15
-Revision: 204
+Revision: 205
 Distribution: 10.6
 Maintainer: Daniel Macks <dma...@netspace.org>
 BuildDepends: <<
@@ -14,7 +14,7 @@
 Depends: <<
  glib2-shlibs (>= 2.22.0-1),
  libncurses5-shlibs (>= 5.4-20041023-1006),
- perl%type_pkg[systemperl]-core
+ perl%type_pkg[perl]-core
 <<
 Replaces: irssi-ssl
 Source: http://www.irssi.org/files/irssi-%v.tar.bz2
@@ -22,51 +22,28 @@
 PatchFile: %n.patch
 PatchFile-MD5: a1d48e525b86b595b32e9d877a2f12ea
 SetLDFLAGS: -L%p/lib/system-openssl/lib
-ConfigureParams: <<
- --disable-dependency-tracking \
- --with-modules \
- --with-ncurses=%p \
- --with-proxy \
- --enable-ipv6 \
- --mandir=%i/share/man \
- --with-perl-lib=%p/lib/perl5/%type_raw[systemperl] \
- --with-socks \
- --enable-ssl \
- 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/system-openssl/lib/pkgconfig:$PKG_CONFIG_PATH"
-<<
-Type: systemperl 5.10.0
-#UpdatePOD: true
+Type: perl 5.10.0
 CompileScript: <<
- ARCHFLAGS="" perlpath="/usr/bin/perl%type_raw[systemperl]" ./configure %c
- make perlpath='ARCHFLAGS="" perl%type_raw[systemperl]'
-<<
-InstallScript: <<
- make install prefix=%i PREFIX=%i 
INSTALLPRIVLIB=%i/lib/perl5/%type_raw[systemperl] 
INSTALLARCHLIB=%i/lib/perl5/%type_raw[systemperl]/darwin-thread-multi-2level 
INSTALLSITELIB=%i/lib/perl5/%type_raw[systemperl] 
INSTALLSITEARCH=%i/lib/perl5/%type_raw[systemperl]/darwin-thread-multi-2level
- mkdir -p %i/share/podfiles/%type_raw[systemperl]
- cat 
%i/lib/perl5/%type_raw[systemperl]/darwin-thread-multi-2level/perllocal.pod | 
sed -e s,%i/lib/perl5,%p/lib/perl5, > 
%i/share/podfiles/%type_raw[systemperl]/perllocal.%n.pod
- rm -rf 
%i/lib/perl5/%type_raw[systemperl]/darwin-thread-multi-2level/perllocal.pod
-<<
-PostInstScript: <<
-# Updating 
%p/lib/perl5/darwin-thread-multi-2level/%type_raw[systemperl]/perllocal.pod
-mkdir -p %p/lib/perl5/%type_raw[systemperl]/darwin-thread-multi-2level
-cat %p/share/podfiles/%type_raw[systemperl]/*.pod > 
%p/lib/perl5/%type_raw[systemperl]/darwin-thread-multi-2level/perllocal.pod
-<<
-PostRmScript: <<
-# Updating 
%p/lib/perl5/%type_raw[systemperl]/darwin-thread-multi-2level/perllocal.pod
-###
-### check to see if any .pod files exist in %p/share/podfiles.
-###
-/bin/echo -n '' > 
%p/lib/perl5/%type_raw[systemperl]/darwin-thread-multi-2level/perllocal.pod
-perl <<'END_PERL'
-    if (-e "%p/share/podfiles%type_raw[systemperl]") {
-        @files = <%p/share/podfiles/%type_raw[systemperl]/*.pod>;
-        if ($#files >= 0) {
-        exec "cat %p/share/podfiles/%type_raw[systemperl]/*.pod > 
%p/lib/perl5/%type_raw[systemperl]/darwin-thread-multi-2level/perllocal.pod";
-        }
-    }
-END_PERL
+#!/bin/sh -ex
+       export ARCHFLAGS=""
+       export perlpath=`perl -e 'print $ARGV[0]=~/PERL="(.*?)"/' '%c'`
+       ./configure \
+               --prefix=%p \
+               --disable-dependency-tracking \
+               --with-modules \
+               --with-ncurses=%p \
+               --with-proxy \
+               --enable-ipv6 \
+               --mandir=%p/share/man \
+               --with-perl-lib=%p/lib/perl5/%type_raw[perl] \
+               --with-socks \
+               --enable-ssl \
+               
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/system-openssl/lib/pkgconfig:$PKG_CONFIG_PATH"
+       make perlpath="ARCHFLAGS=\"\" $perlpath"
 <<
+NoPerlTests: true
 DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
+UpdatePOD: true
 Description: Modular IRC client
 DescPackaging: <<
  Update the podfiles manually, due to fink changes for Type: perl


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to