Author: ranger
Date: Tue Feb  6 19:02:06 2007
New Revision: 623

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=623&repname=user%3a+ranger>
Log:
dpkg testing

Modified:
    trunk/experimental/3rdparty/10.3/main/finkinfo/base/dpkg.info
    trunk/experimental/3rdparty/10.4/main/finkinfo/base/dpkg.info
    trunk/experimental/3rdparty/common/main/finkinfo/base/dpkg.info

Modified: trunk/experimental/3rdparty/10.3/main/finkinfo/base/dpkg.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/3rdparty/10.3/main/finkinfo/base/dpkg.info&rev=623&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/3rdparty/10.3/main/finkinfo/base/dpkg.info (original)
+++ trunk/experimental/3rdparty/10.3/main/finkinfo/base/dpkg.info Tue Feb  6 
19:02:06 2007
@@ -32,6 +32,8 @@
 ConfigureParams: --without-start-stop-daemon --without-sgml-doc 
--with-admindir=%p/var/lib/dpkg --mandir=%p/share/man --infodir=%p/share/info 
--srcdir=%b --disable-linker-optimisations --without-dselect
 CompileScript: <<
 #!/bin/sh -ev
+
+       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
        export PERL5LIB=`pwd`/../po4a-0.30/lib:"$PERL5LIB"

Modified: trunk/experimental/3rdparty/10.4/main/finkinfo/base/dpkg.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/3rdparty/10.4/main/finkinfo/base/dpkg.info&rev=623&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/3rdparty/10.4/main/finkinfo/base/dpkg.info (original)
+++ trunk/experimental/3rdparty/10.4/main/finkinfo/base/dpkg.info Tue Feb  6 
19:02:06 2007
@@ -32,6 +32,8 @@
 ConfigureParams: --without-start-stop-daemon --without-sgml-doc 
--with-admindir=%p/var/lib/dpkg --mandir=%p/share/man --infodir=%p/share/info 
--srcdir=%b --disable-linker-optimisations --without-dselect
 CompileScript: <<
 #!/bin/sh -ev
+
+       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
        export PERL5LIB=`pwd`/../po4a-0.30/lib:"$PERL5LIB"

Modified: trunk/experimental/3rdparty/common/main/finkinfo/base/dpkg.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/3rdparty/common/main/finkinfo/base/dpkg.info&rev=623&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/3rdparty/common/main/finkinfo/base/dpkg.info (original)
+++ trunk/experimental/3rdparty/common/main/finkinfo/base/dpkg.info Tue Feb  6 
19:02:06 2007
@@ -27,6 +27,8 @@
 ConfigureParams: --without-start-stop-daemon --without-sgml-doc 
--with-admindir=%p/var/lib/dpkg --mandir=%p/share/man --infodir=%p/share/info 
--srcdir=%b --disable-linker-optimisations --without-dselect
 CompileScript: <<
 #!/bin/sh -ev
+
+       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
        export PERL5LIB=`pwd`/../po4a-0.30/lib:"$PERL5LIB"


-------------------------------------------------------------------------
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