Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/base
In directory vz-cvs-3.sog:/tmp/cvs-serv28284/10.7/stable/main/finkinfo/base

Added Files:
        debianutils.patch dpkg-bootstrap.info 
Log Message:
Missed these, too.


--- NEW FILE: dpkg-bootstrap.info ---
Package: dpkg-bootstrap
Version: 1.10.21
Revision: 1220
Maintainer: Fink Core Group <fink-c...@lists.sourceforge.net>
Source: mirror:sourceforge:fink/dpkg_%v.tar.gz
SourceDirectory: dpkg-%v
Source-MD5: a9f6c43891db74d727beab7dfc0ee663
PatchFile: dpkg.patch
PatchFile-MD5: 62c4558d3ae7c3107fefaa031b9cf697
PatchScript: <<
 sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
 echo "x86_64-darwin           darwin-x86_64   darwin-x86_64" >> %b/archtable
<<
SetCFLAGS: -I%p/include
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
CompileScript: <<
 PERL=/usr/bin/perl ./configure --build=%m-apple-darwin %c
 make
<<
ConfigureParams: --without-zlib --without-dselect --without-start-stop-daemon 
--without-sgml-doc --with-admindir=%P/var/lib/dpkg --mandir=%p/share/man 
--infodir=%p/share/info --srcdir=%b  --without-libintl-prefix 
--without-libiconv-prefix --disable-nls
InstallScript: <<
 mkdir -p %i/share/doc/dpkg
 make install DESTDIR=%d
<<
Description: The Debian package manager (bootstrap only)
DescDetail: <<
dpkg installs and removes binary packages; it is the base of the
distribution. This package also contains some helper programs. This
package does not build dselect and thus doesn't require ncurses. It is
intended to be used during bootstrap.
<<
DescPort: <<
1.10.9 
- Removed --without-zlib flag
- Gets confused about top_srcdir without the --srcdir arg.
- Fixed bug with BR manpage
- Patched update-rc.d out of the app check code, not needed on OS X.

Pre-Jaguar: Needed fixes to use the right architecture, disable code that uses
unimplemented functions on Darwin and other stuff.

Added code to support the pseudo package 'macosx' and 'darwin'.

Fix to install-info script to prevent a certain problem with section titles.

Patched to run 'fink-virtual-pkgs' to see what packages we have outside of 
$prefix.

Patched to suppress warning about BuildDependsOnly control field.

Previous versions by Christoph Pfisterer.

Patched to not remove Darwin's system-critical symlinks (/etc /tmp /var)

Patched to hardcode complete paths to our component executables
instead of relying on PATH

stpncpy test may fail due to wrong prototype even if we have the
function, so remove AIX-bug-specific hack
<<
DescPackaging: <<
  admindir goes in %P (eventual live basedir) not %p (bootstrap
  basedir): dpkg-bootstrap needs to set up the initial live dpkg
  status database.

  removed Depends and BuildDepends since this is built during phase two
  of bootstrap and those fields are not relevant there
<<
License: GPL
Homepage: http://packages.qa.debian.org/d/dpkg.html

--- NEW FILE: debianutils.patch ---
diff -ruN debianutils-1.22.5.orig/Makefile.am debianutils-1.22.5/Makefile.am
--- debianutils-1.22.5.orig/Makefile.am 2002-11-18 13:36:54.000000000 -0700
+++ debianutils-1.22.5/Makefile.am      2002-11-19 09:35:57.000000000 -0700
@@ -3,5 +3,5 @@
 bin_PROGRAMS = mktemp readlink run-parts tempfile
 mktemp_SOURCES = mktemp.c
 readlink_SOURCES = readlink.c
-run_parts_SOURCES = run-parts.c
-tempfile_SOURCES = tempfile.c
+run_parts_SOURCES = run-parts.c getopt.c getopt1.c
+tempfile_SOURCES = tempfile.c getopt.c getopt1.c
diff -ruN debianutils-1.22.5.orig/Makefile.in debianutils-1.22.5/Makefile.in
--- debianutils-1.22.5.orig/Makefile.in 2002-11-18 14:06:08.000000000 -0700
+++ debianutils-1.22.5/Makefile.in      2002-11-19 09:36:00.000000000 -0700
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.1 from Makefile.am.
+# Makefile.in generated by automake 1.6.3 from Makefile.am.
 # @configure_input@
 
[...1794 lines suppressed...]
+         break;
+
+       default:
+         printf ("?? getopt returned character code 0%o ??\n", c);
+       }
+    }
+
+  if (optind < argc)
+    {
+      printf ("non-option ARGV-elements: ");
+      while (optind < argc)
+       printf ("%s ", argv[optind++]);
+      printf ("\n");
+    }
+
+  exit (0);
+}
+
+#endif /* TEST */
Binary files debianutils-1.22.5.orig/getopt1.o and debianutils-1.22.5/getopt1.o 
differ


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to