Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/base
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13252

Modified Files:
        dpkg.info fink.info gettext.info libgettext3-shlibs.info 
        ncurses-shlibs.info tar.info 
Log Message:
latest versions to stable: changing the set of essential packages


Index: tar.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/base/tar.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- tar.info    22 Jun 2006 16:05:55 -0000      1.6
+++ tar.info    29 Jun 2006 13:37:16 -0000      1.7
@@ -1,13 +1,17 @@
 Package: tar
 Version: 1.15.1
-Revision: 13
+Revision: 14
 Essential: yes
-Depends: gettext, libiconv, gzip, bzip2, base-files
-BuildDepends: gettext-dev, libiconv-dev
+Depends: libgettext3-shlibs, libiconv, gzip, bzip2, base-files
 Source: mirror:sourceforge:fink/%n-%v.tar.gz
 Source-MD5: d87021366fe6488e9dc398fcdcb6ed7d 
 UpdateConfigGuess: true
 ConfigureParams: --program-transform-name=s/tar/gtar/ --infodir=%p/share/info 
--libexecdir=%p/lib
+CompileScript: <<
+ %p/bin/fink -y install libgettext3-dev libiconv-dev
+ ./configure %c
+ make
+<<
 InstallScript: <<
  make install DESTDIR=%d
 cd %i/lib ; rm -rf charset.alias; cd ..;
@@ -24,7 +28,17 @@
 InfoDocs: tar.info
 #
 Description: GNU tar - tape archiver
-DescPackaging: Previous versions by Christoph Pfisterer.
+DescPackaging: <<
+ With the current fink dependency engine, essential packages may neither
+ depend nor builddepend on non-essential packages.  Thus, to make sure
+ that non-essential splitoffs of essential packages (like gettext-bin
+ and *-dev) are present at build time, we call 'fink install' during
+ the compile script.  Note that since the corresponding essential packages
+ are dependencies of this one, they should already have been built, so
+ 'fink install' should merely make sure they are in place.
+
+ Previous versions by Christoph Pfisterer.
+<<
 License: GPL
 Maintainer: Fink Core Group <[EMAIL PROTECTED]>
 Homepage: http://www.gnu.org/software/tar/

Index: libgettext3-shlibs.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/base/libgettext3-shlibs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libgettext3-shlibs.info     21 Jun 2006 02:25:59 -0000      1.1
+++ libgettext3-shlibs.info     29 Jun 2006 13:37:16 -0000      1.2
@@ -1,14 +1,11 @@
 Package: libgettext3-shlibs
-
 Version: 0.14.5
-Revision: 1
-# if you release a new revision or version, please add the InfoDocs field
-
+Revision: 2
 #Source: mirror:gnu:gettext/gettext-%v.tar.gz
 Source: mirror:sourceforge:fink/gettext-%v.tar.gz
 Source-MD5: e2f6581626a22a0de66dce1d81d00de3
 PatchScript: cd build-aux; perl -pi -e 's/.*chmod.*777.*$//g' ltmain.sh
-Essential: no
+Essential: yes
 Depends: libiconv, libiconv-bin, base-files
 BuildDepends: libiconv-dev, fink (>= 0.13.6), fink-prebinding
 Conflicts: libgettext3

Index: gettext.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/base/gettext.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gettext.info        21 Jun 2006 02:25:59 -0000      1.6
+++ gettext.info        29 Jun 2006 13:37:16 -0000      1.7
@@ -1,10 +1,10 @@
 Package: gettext
 Version: 0.10.40
-Revision: 24
+Revision: 25
 #Source: mirror:gnu:gettext/gettext-%v.tar.gz
 Source: mirror:sourceforge:fink/gettext-%v.tar.gz
 Source-MD5: 6a17767b47ffb45b4866cec9fb0a39b0
-Essential: yes
+Essential: no
 Depends: libiconv, libiconv-bin, base-files
 BuildDepends: libiconv-dev, fink (>= 0.13.6), fink-prebinding
 Shlibs: %p/lib/libintl.1.dylib 2.0.0 %n (>= 0.10.40-5)

Index: dpkg.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/base/dpkg.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- dpkg.info   30 Jun 2005 04:11:34 -0000      1.13
+++ dpkg.info   29 Jun 2006 13:37:16 -0000      1.14
@@ -1,21 +1,27 @@
 Package: dpkg
 Version: 1.10.21
-Revision: 217
-GCC: 3.3
-Depends: gettext, libiconv, gzip, tar, libncurses5-shlibs
+Revision: 220
+GCC: 4.0
+Depends: libgettext3-shlibs, libiconv, gzip, tar, libncurses5-shlibs (>= 
5.4-20041023-6)
 Essential: yes
 Maintainer: Fink Core Group <[EMAIL PROTECTED]>
 Source: mirror:sourceforge:fink/dpkg_%v.tar.gz
 SourceDirectory: dpkg-%v
 Source-MD5: a9f6c43891db74d727beab7dfc0ee663
-PatchScript: sed 's|@PREFIX@|%p|g' <%a/dpkg.patch | patch -p1
+Source2: mirror:sourceforge:fink/gettext-0.14.5.tar.gz
+Source2-MD5: e2f6581626a22a0de66dce1d81d00de3
+PatchScript: <<
+ sed 's|@PREFIX@|%p|g' <%a/dpkg.patch | patch -p1
+ cd %b/../gettext-0.14.5/build-aux; perl -pi -e 's/.*chmod.*777.*$//g' 
ltmain.sh
+<<
 SetCFLAGS: -no-cpp-precomp -I%p/include
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
 CompileScript: <<
- %p/bin/fink -y install gettext-bin gettext-dev gettext-tools libiconv-dev 
libncurses5
- PERL=/usr/bin/perl ./configure --build=%m-apple-darwin %c
- make EXEFLAGS=-force_flat_namespace
+ %p/bin/fink -y install gettext-bin libgettext3-dev libiconv-dev libncurses5
+ cd %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; make; rm -rf %b/../_inst; make install
+ PERL=/usr/bin/perl ac_cv_path_MSGFMT="%b/../_inst%p/bin/msgfmt" 
ac_cv_path_XGETTEXT="%b/../_inst%p/bin/xgettext" ./configure 
--build=%m-apple-darwin %c
+ make
 <<
 ConfigureParams: --without-start-stop-daemon --without-sgml-doc 
--with-admindir=%p/var/lib/dpkg --mandir=%p/share/man --infodir=%p/share/info 
--srcdir=%b
 InstallScript: <<
@@ -30,6 +36,21 @@
 distribution. This package also contains some helper programs and
 dselect, a full-screen console frontend to dpkg.
 <<
+DescPackaging: <<
+ With the current fink dependency engine, essential packages may neither
+ depend nor builddepend on non-essential packages.  Thus, to make sure
+ that non-essential splitoffs of essential packages (like gettext-bin
+ and *-dev) are present at build time, we call 'fink install' during
+ the compile script.  Note that since the corresponding essential packages
+ are dependencies of this one, they should already have been built, so
+ 'fink install' should merely make sure they are in place.
+
+ We now build gettext-tools during the build of dpkg, but don't install it;
+ it is built only so that msgfmt and xgettext are available during the
+ dpkg build.  The only alternative would be to make gettext-tools an essential
+ pakcages, since essential packages cannot depend or builddepend on
+ non-essential packages.
+<<
 DescPort: <<
 1.10.9 
 - Removed --without-zlib flag

Index: fink.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/base/fink.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- fink.info   18 Jun 2006 18:50:16 -0000      1.20
+++ fink.info   29 Jun 2006 13:37:16 -0000      1.21
@@ -1,5 +1,5 @@
 Package: fink
-Version: 0.24.18
+Version: 0.24.22
 Revision: 11
 Depends: base-files
 Suggests: <<
@@ -12,7 +12,7 @@
 Replaces: gcc3.1 (= 1175-6)
 Essential: yes
 Source: mirror:custom:fink/%n-%v.tar.gz
-Source-MD5: 984fe0cfba184f96a11460312a7576b3
+Source-MD5: df0d9a64a4014f75d3142a8e649d185e
 CompileScript: <<
  make test
  ./setup.sh %p

Index: ncurses-shlibs.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/base/ncurses-shlibs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ncurses-shlibs.info 21 Feb 2005 20:07:53 -0000      1.1
+++ ncurses-shlibs.info 29 Jun 2006 13:37:16 -0000      1.2
@@ -1,7 +1,7 @@
 Package: ncurses-shlibs
 Version: 5.3-20031018
-Revision: 501
-GCC: 3.3
+Revision: 502
+GCC: 4.0
 Source: mirror:sourceforge:fink/ncurses-5.3.tar.gz
 Source-MD5: 5dcc9faa93157eafa572494bffed131a
 Source2: mirror:sourceforge:fink/ncurses-5.3-20031004-patch.sh.bz2
@@ -19,7 +19,7 @@
 <<
 Replaces: ncurses (<= 5.3-1)
 Depends: base-files
-Essential: yes
+Essential: no
 BuildDepends: fink (>= 0.13.0)
 ConfigureParams: --without-ada --without-debug --with-shared --with-debug 
--enable-termcap --mandir=%p/share/man 
--with-terminfo-dirs="%p/share/terminfo:/usr/share/terminfo" 
--with-default-terminfo-dir="%p/share/terminfo" --enable-no-padding 
--enable-sigwinch --enable-tcap-names --enable-hard-tabs
 NoSetCFLAGS: true


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
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to