Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/base
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv11978
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.4/stable/main/finkinfo/base/tar.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tar.info 22 Jun 2006 16:08:53 -0000 1.2
+++ tar.info 29 Jun 2006 13:35:08 -0000 1.3
@@ -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.4/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:30:36 -0000 1.1
+++ libgettext3-shlibs.info 29 Jun 2006 13:35:08 -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.4/stable/main/finkinfo/base/gettext.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gettext.info 21 Jun 2006 02:30:36 -0000 1.2
+++ gettext.info 29 Jun 2006 13:35:08 -0000 1.3
@@ -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.4/stable/main/finkinfo/base/dpkg.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dpkg.info 31 May 2006 16:24:18 -0000 1.2
+++ dpkg.info 29 Jun 2006 13:35:08 -0000 1.3
@@ -1,20 +1,26 @@
Package: dpkg
Version: 1.10.21
-Revision: 1218
+Revision: 1219
GCC: 4.0
-Depends: gettext, libiconv, gzip, tar, libncurses5-shlibs (>=
5.4-20041023-1006)
+Depends: libgettext3-shlibs, libiconv, gzip, tar, libncurses5-shlibs (>=
5.4-20041023-1006)
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
+ %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
@@ -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.4/stable/main/finkinfo/base/fink.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fink.info 18 Jun 2006 18:55:05 -0000 1.4
+++ fink.info 29 Jun 2006 13:35:08 -0000 1.5
@@ -1,5 +1,5 @@
Package: fink
-Version: 0.24.18
+Version: 0.24.22
Revision: 31
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.4/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 20 Jan 2006 20:57:24 -0000 1.1
+++ ncurses-shlibs.info 29 Jun 2006 13:35:08 -0000 1.2
@@ -1,6 +1,6 @@
Package: ncurses-shlibs
Version: 5.3-20031018
-Revision: 1501
+Revision: 1502
GCC: 4.0
Source: mirror:sourceforge:fink/ncurses-5.3.tar.gz
Source-MD5: 5dcc9faa93157eafa572494bffed131a
@@ -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