Update of /cvsroot/fink/fink/10.3
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17727/10.3
Modified Files:
Tag: shlibs
ChangeLog dpkg.info
Added Files:
Tag: shlibs
libncurses5.info
Removed Files:
Tag: shlibs
ncurses.info ncurses.patch
Log Message:
Sync with head
Index: dpkg.info
===================================================================
RCS file: /cvsroot/fink/fink/10.3/dpkg.info,v
retrieving revision 1.3.2.6
retrieving revision 1.3.2.7
diff -u -d -r1.3.2.6 -r1.3.2.7
--- dpkg.info 1 Feb 2005 22:31:20 -0000 1.3.2.6
+++ dpkg.info 9 Feb 2005 01:44:13 -0000 1.3.2.7
@@ -2,7 +2,7 @@
Version: 1.10.21
Revision: 202
GCC: 3.3
-Depends: {SHLIB_DEPS}, gzip, tar
+Depends: {SHLIB_DEPS}, gzip, tar, ncurses (>= 5.4-20041023-4)
BuildDepends: gcc3.3, fink (>= 0.23.4-1), gettext-dev, libiconv-dev,
ncurses-dev (>= 5.3-12)
Essential: yes
Maintainer: Fink Core Group <[EMAIL PROTECTED]>
@@ -14,7 +14,7 @@
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
CompileScript: <<
- %p/bin/fink -y --no-use-binary-dist install gettext-bin gettext-dev
libiconv-dev ncurses-dev
+ %p/bin/fink -y --no-use-binary-dist install gettext-bin gettext-dev
libiconv-dev libncurses5-dev
export CC=gcc-3.3; export CXX=g++-3.3; PERL=/usr/bin/perl ./configure
--build=%m-apple-darwin %c
make EXEFLAGS=-force_flat_namespace CC=gcc-3.3 CXX=g++-3.3
<<
--- ncurses.patch DELETED ---
Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/10.3/ChangeLog,v
retrieving revision 1.2.2.5
retrieving revision 1.2.2.6
diff -u -d -r1.2.2.5 -r1.2.2.6
--- ChangeLog 1 Feb 2005 03:19:56 -0000 1.2.2.5
+++ ChangeLog 9 Feb 2005 01:44:13 -0000 1.2.2.6
@@ -1,3 +1,8 @@
+2005-02-06 Justin F. Hallett <[EMAIL PROTECTED]>
+
+ * Updated the full directory to bootstrap with libncurses5 instead
+ of ncurses
+
2005-01-20 Peter O'Gorman <[EMAIL PROTECTED]>
* storable-pm.info: allow perl 5.8.6
--- NEW FILE: libncurses5.info ---
Package: ncurses
Version: 5.4-20041023
Revision: 4
GCC: 3.3
Source: mirror:sourceforge:fink/ncurses-5.4.tar.gz
Source-MD5: 069c8880072060373290a4fefff43520
Source2: mirror:sourceforge:fink/ncurses-5.4-20040711-patch.sh.bz2
Source2-MD5: 5cb04a825432ad968ef4e1ab6094353b
Source2ExtractDir: ncurses-5.4
Source3: mirror:sourceforge:fink/ncurses-5.4-20041023.patch.bz2
Source3-MD5: 2cacb921a11287fedda5db7de4d331a6
Source3ExtractDir: ncurses-5.4
PatchScript: <<
#!/bin/sh -e
bunzip2 ncurses-5.4-20040711-patch.sh.bz2
chmod +x ncurses-5.4-20040711-patch.sh
./ncurses-5.4-20040711-patch.sh
echo "***********************************************************************"
bunzip2 -c ncurses-%v.patch.bz2 | patch -p1
perl -p -i -e 's|tic\$suffix|tic\$suffix -x|;' misc/run_tic*
echo "***********************************************************************"
<<
Depends: libncurses5-shlibs (= %v-%r)
Replaces: libncurses5 (<< 5.4-20041023-4)
Essential: true
ConfigureParams: --without-ada --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 --enable-overwrite
NoSetCFLAGS: true
NoSetLDFLAGS: true
SetLDFLAGS: -Wl,-search_paths_first
#NoSetCPPFLAGS: true
#SetCPPFLAGS: -no-cpp-precomp
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
CompileScript: <<
#!/bin/sh -e
./configure %c --libdir=%p/lib/ncurses
make
<<
InstallScript: <<
#!/bin/sh -e
make install DESTDIR=%d DYLD_LIBRARY_PATH=`pwd`/lib:`pwd`/lib/ncurses
# add extra symlinks in the main lib directory
ln -s ncurses/libform.5.dylib %i/lib/libform.dylib
ln -s ncurses/libmenu.5.dylib %i/lib/libmenu.dylib
ln -s ncurses/libncurses.5.dylib %i/lib/libncurses.dylib
ln -s ncurses/libpanel.5.dylib %i/lib/libpanel.dylib
ln -s ncurses/libncurses.5.dylib %i/lib/libcurses.dylib
<<
SplitOff: <<
Package: libncurses5-shlibs
Depends: base-files
Essential: true
Files: <<
lib/ncurses/libform.*.dylib
lib/ncurses/libmenu.*.dylib
lib/ncurses/libncurses.*.dylib
lib/ncurses/libpanel.*.dylib
<<
DocFiles: README ANNOUNCE NEWS INSTALL TO-DO MANIFEST
Shlibs: <<
%p/lib/ncurses/libform.5.dylib 5.0.0 %n (>= 5.4-20041023-1)
%p/lib/ncurses/libmenu.5.dylib 5.0.0 %n (>= 5.4-20041023-1)
%p/lib/ncurses/libncurses.5.dylib 5.0.0 %n (>= 5.4-20041023-1)
%p/lib/ncurses/libpanel.5.dylib 5.0.0 %n (>= 5.4-20041023-1)
<<
Description: Shared libraries for libncurses5 package
<<
SplitOff2: <<
Package: libncurses5
Depends: libncurses5-shlibs (= %v-%r)
BuildDepends: fink (>= 0.13.0), fink-prebinding
BuildDependsOnly: true
Conflicts: ncurses (<= 5.3-20031018-2)
Replaces: ncurses-dev, ncurses (<= 5.3-20031018-2)
Files: lib/ncurses include lib/libcurses.dylib lib/libform.dylib
lib/libmenu.dylib lib/libncurses.dylib lib/libpanel.dylib
DocFiles: README ANNOUNCE NEWS INSTALL TO-DO MANIFEST
Description: Full-screen ascii drawing library
<<
DocFiles: README ANNOUNCE NEWS INSTALL TO-DO MANIFEST tack/README:README.tack
tack/COPYING:COPYING.tack
Description: Executable files for ncurses
DescPort: <<
More changes by Chris Zubrzycki to be more compatable with apple's lib
-udates to the (sometimes) monthly releases of ncurses (in patch form)
ncurses-5.4-20040711-patch.sh.bz2 is a roll-up patch script, that updates a
vanilla source to the date specified.
ncurses-5.4-20041023.patch.bz2 is a patch created by catting all the updates to
the rollup into a single file.
grab all the patches from ftp://invisible-island.net/ncurses/5.4 except the one
the same date
as the rollup patch script, gunzip ncurses-5.4*.gz; cat ncurses-5.4*patch >>
big.patch
to get to the current patch level.
The --enable-overwrite flag creates the libcurses.dylib symlink.
<<
DescPackaging: <<
First revision by David Ross.
Previous versions by Christoph Pfisterer.
All the hard work in this version done by Chris Zubrzycki.
<<
License: OSI-Approved
Maintainer: Fink Core Group <[EMAIL PROTECTED]>
Homepage: http://www.gnu.org/software/ncurses/ncurses.html
--- ncurses.info DELETED ---
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits