Update of /cvsroot/fink/3rdparty/dpkg/fink
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2486/fink

Modified Files:
        dpkg.info 
Added Files:
        origin.fink 
Log Message:
merges from unstable

--- NEW FILE: origin.fink ---
Vendor: Fink
Vendor-URL: http://www.finkproject.org/
Bugs: http://www.finkproject.org/

Index: dpkg.info
===================================================================
RCS file: /cvsroot/fink/3rdparty/dpkg/fink/dpkg.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- dpkg.info   6 Feb 2007 18:12:08 -0000       1.12
+++ dpkg.info   6 Feb 2007 18:45:10 -0000       1.13
@@ -5,7 +5,7 @@
 License: GPL
 Maintainer: Fink Core Group <[EMAIL PROTECTED]>
 
-Depends: gettext, libiconv, gzip, tar
+Depends: libgettext3-shlibs, libiconv, gzip, tar
 Essential: yes
 GCC: 3.3
 
@@ -14,9 +14,14 @@
 SourceDirectory: dpkg-%v
 Source-MD5: 88effb358aa04d25036b662d588433a6
 Source2-MD5: eebba7a1e1d8c19f7bd5c6f67e42dc98
+Source3: mirror:sourceforge:fink/gettext-0.14.5.tar.gz
+Source3-MD5: e2f6581626a22a0de66dce1d81d00de3
+PatchFile: %n.patch
+PatchFile-MD5: X
 PatchScript: <<
        #!/bin/sh -ev
-       sed 's|@PREFIX@|%p|g' <%a/dpkg.patch | patch -p0
+       sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p0
+       cd %b/../gettext-0.14.5/build-aux; perl -pi -e 's/.*chmod.*777.*$//g' 
ltmain.sh
        find man -type f | xargs perl -pi -e 's,/usr,%p,g; s,/var,%p/var,g; 
s,/etc,%p/etc,g;'
        ls scripts/*.pl* scripts/*.sh | xargs perl -i -pe 
's,([\047`"])/(etc|var),$1%p/$2,g; s,([\047`"])/usr,$1/%p,g; 
s,([\047`"])(dpkg[\w-]*|822-date|md5sum|gpg)([\s\047`"]),$1%p/bin/$2$3,g'
 <<
@@ -30,7 +35,13 @@
 
        if [ $UID -ne 0 ]; then echo "dpkg cannot be built with 
--build-as-nobody"; exit 1; fi
 
-       %p/bin/fink -y install gettext-bin gettext-dev gettext-tools 
libiconv-dev
+       %p/bin/fink -y install gettext-bin libgettext3-dev libiconv-dev
+       pushd %b/../gettext-0.14.5/gettext-tools
+               env EMACS=no ./configure --prefix="%b/../_inst%p" 
--infodir='${prefix}/share/info' --mandir='${prefix}/share/man' 
--with-included-gettext --disable-csharp --disable-rpath --disable-shared
+               make
+               rm -rf %b/../_inst
+               make -j1 install
+       popd
        export PERL5LIB=`pwd`/../po4a-0.30/lib:"$PERL5LIB"
        export PATH=`pwd`/../po4a-0.30:"$PATH"
        chmod a+x ../po4a-0.30/po4a*
@@ -46,13 +57,15 @@
        export PATH=`pwd`/../po4a-0.30:"$PATH"
        chmod a+x ../po4a-0.30/po4a*
        mkdir -p %i/share/doc/dpkg
-       make install DESTDIR=%d
+       make -j1 install DESTDIR=%d
        for lang in de es ja sv; do
                install -d -m 755 %i/share/man/$lang/man1
                install -c -m 644 man/$lang/md5sum.1 %i/share/man/$lang/man1/
        done
        install -d -m 755 %i/var/backups
        rm -rf %i/lib/dpkg/methods/*
+       install -d -m 755 %i/etc/dpkg/origins
+       install -c -p -m 644 fink/origin.fink %i/etc/dpkg/origins/fink
 <<
 
 PreInstScript: <<
@@ -75,6 +88,7 @@
 DescPort: <<
 1.13.25
 - forward-ported changes to 1.13.25
+- merged changes from fink unstable
 
 1.13.18
 - forward-ported changes to 1.13.18


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to