Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29988

Modified Files:
        apt.info apt.patch 
Log Message:
include sys/types.h


Index: apt.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base/apt.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- apt.patch   28 Feb 2006 07:32:37 -0000      1.2
+++ apt.patch   15 Aug 2006 10:55:10 -0000      1.3
@@ -1,3 +1,14 @@
+diff -ruN apt-0.5.4/apt-inst/deb/dpkgdb.cc 
apt-0.5.4-patched/apt-inst/deb/dpkgdb.cc
+--- apt-0.5.4/apt-inst/deb/dpkgdb.cc   2001-05-27 19:50:42.000000000 -0400
++++ apt-0.5.4-patched/apt-inst/deb/dpkgdb.cc   2006-08-14 23:01:18.000000000 
-0400
+@@ -28,6 +28,7 @@
+ #include <errno.h>
+ #include <sys/stat.h>
+ #include <sys/mman.h>
++#include <sys/types.h>
+ #include <fcntl.h>
+ #include <unistd.h>
+ #include <ctype.h>
 diff -urN apt-0.5.4.orig/apt-inst/makefile apt-0.5.4/apt-inst/makefile
 --- apt-0.5.4.orig/apt-inst/makefile   2001-02-27 13:16:05.000000000 +0900
 +++ apt-0.5.4/apt-inst/makefile        2005-03-08 13:00:37.000000000 +0900

Index: apt.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base/apt.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- apt.info    14 Aug 2006 02:33:32 -0000      1.4
+++ apt.info    15 Aug 2006 10:55:10 -0000      1.5
@@ -6,8 +6,10 @@
 Source: mirror:sourceforge:fink/%n_%v.tar.gz
 Source-MD5: 274fb64e2e67318b4c9c94599785c37d
 SourceDirectory: %n-%v
+PatchFile: %n.patch
+PatchFile-MD5: 8b8703dd6ebf6202470e86055cf6f305
 PatchScript: <<
- sed -e 's|@PREFIX@|%p|g' -e 's|@DIST@|10.3|g' <%a/%n.patch | patch -p1
+ sed -e 's|@PREFIX@|%p|g' -e 's|@DIST@|10.3|g' < %{PatchFile} | patch -p1
  sh patch_flush
  for i in `grep -rl '#ifdef __GNUG__' .` ; do perl -pi.bak -e 's/#ifdef 
__GNUG__/#if defined(__GNUG__) && !defined(__APPLE_CC__)/' $i; done
 <<
@@ -92,9 +94,9 @@
 else
   read a b <%p/var/lib/dpkg/cmethopt
   if [ "$a" != "apt" -o "$b" != "apt" ]; then
-    echo
-    echo "dselect is not set up to use apt as its access method. Downloading 
binary"
-    echo -n "package will likely not work. Do you want to use apt instead?"
+    /bin/echo ""
+    /bin/echo "dselect is not set up to use apt as its access method. 
Downloading binary"
+    /bin/echo -n "package will likely not work. Do you want to use apt 
instead?"
     read answer
     answer=`echo $answer | sed 's/^[yY].*$/y/'`
     if [ -z "$answer" -o "x$answer" = "xy" ]; then


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