Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17:/tmp/cvs-serv32228

Modified Files:
        avr-binutils.info avr-gcc.info avr-libc.info 
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1730091&group_id=17203&atid=414256

Index: avr-binutils.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/avr-binutils.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- avr-binutils.info   19 May 2006 02:18:53 -0000      1.2
+++ avr-binutils.info   10 Jul 2007 02:07:21 -0000      1.3
@@ -1,18 +1,16 @@
 Package: avr-binutils
-Version: 2.16.1
+Version: 2.17
 Revision: 1
 Maintainer: Matthias Ringwald <[EMAIL PROTECTED]>
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
-Source-MD5: 6a9d529efb285071dad10e1f3d2b2967
-
-BuildConflicts: avr-binutils
+Source-MD5: e26e2e06b6e4bf3acf1dc8688a94c0d1 
 
 ConfigureParams: --target=avr --prefix=%p/share/avr --bindir=%p/bin 
--mandir=%p/share/man --infodir=%p/share/info --disable-nls
 
 InstallScript: <<
     make install DESTDIR=%d
     rm -fr %i/share/avr/lib/
-    # prefix info files with avr- 
+    # prefix info files with avr- (thanks to Carl van Denzen for the nice loop)
     for i in $(ls %i/share/info/*info); do mv $i 
%i/share/info/avr-${i##*/};done
 <<
 
@@ -24,7 +22,6 @@
 Removed libiberty.a installation of avr-gcc & avr-binutils.
 Avoided using /sw/avr. Its lib & include folders have been moved to 
/sw/share/avr and the binaries are put into /sw/bin.
 All xxx.info files renamed to avr-xxx.info to avoid clashes with other 
potential toolchains.
-Building avr-binutils when avr-binutils are installed may lead to a later 
defect in the generated binary.
 TODO: Native Language Support
 <<
 

Index: avr-gcc.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/avr-gcc.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- avr-gcc.info        19 May 2006 02:23:59 -0000      1.2
+++ avr-gcc.info        10 Jul 2007 02:07:21 -0000      1.3
@@ -1,12 +1,15 @@
 Package: avr-gcc
-Version: 3.4.5
+Version: 4.2.0
 Revision: 1
-Depends: avr-binutils (>= 2.16.1)
+Depends: avr-binutils (>= 2.15)
+BuildDepends: gcc4.0
 Maintainer: Matthias Ringwald <[EMAIL PROTECTED]>
 Source: mirror:gnu:gcc/gcc-%v/gcc-%v.tar.bz2
-Source-MD5: 7c3c3c3e764dcee5eb771432062d69e1
+Source-MD5: 4798c23548dc791ea12a139e18940684
 
-ConfigureParams: --target=avr --prefix=%p/share/avr --prefix=%p/share/avr 
--bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info 
--enable-languages=c,c++ --disable-nls --with-dwarf2
+SetCC: gcc-4.0
+SetCXX: g++-4.0
+ConfigureParams: --target=avr --prefix=%p/share/avr --prefix=%p/share/avr 
--bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info 
--enable-languages=c,c++ --disable-nls --disable-libssp
 
 InstallScript: <<
     make install DESTDIR=%d
@@ -14,10 +17,9 @@
     rm -f  %i/share/avr/lib/libiberty.a
     rm -f  %i/share/info/standards.info
     rm -f  %i/share/info/configure.info*
+    rm -fr  %i/share/man/man7
     # prefix info files with avr- (thanks to Carl van Denzen for the nice loop)
     for i in $(ls %i/share/info/*info); do mv $i 
%i/share/info/avr-${i##*/};done
-    # prefix man.7 files with avr- 
-    for i in $(ls %i/share/man/man7/*); do mv $i 
%i/share/man/man7/avr-${i##*/};done
 <<
 
 DocFiles: BUGS bugs.html COPYING FAQ faq.html MAINTAINERS README README.SCO
@@ -27,8 +29,8 @@
 Removed libiberty.a installation of avr-gcc & avr-binutils.
 Avoided using /sw/avr. Its lib & include folders have been moved to 
/sw/share/avr and the binaries are put into /sw/bin.
 All xxx.info files renamed to avr-xxx.info to avoid clashes with other 
potential toolchains. avr-configure.info & avr-standards.info are installed by 
avr-binutils.
-All man.7 files are renamed to avr-xxx.7 to avoid clashes with gcc3.1
 TODO: Native Language Support
 <<
 License: GPL
 Homepage: http://gcc.gnu.org/
+

Index: avr-libc.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/avr-libc.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- avr-libc.info       19 May 2006 02:24:48 -0000      1.2
+++ avr-libc.info       10 Jul 2007 02:07:21 -0000      1.3
@@ -1,43 +1,30 @@
 Package: avr-libc
-Version: 1.2.6
+Version: 1.4.6
 Revision: 1
-Depends: avr-binutils (>= 2.16.1), avr-gcc (>= 3.4.5) | avr-gcc4
+Depends: avr-binutils (>= 2.17), avr-gcc (>= 4.2.0) 
 
-Conflicts: avr-libc, avr-libc1.4
-Replaces:  avr-libc, avr-libc1.4
 
-Source: http://savannah.nongnu.org/download/avr-libc/avr-libc-%v.tar.bz2
-Source-MD5: 481c280ae3e66f071bf4a74af3565539
-Source2: 
http://savannah.nongnu.org/download/avr-libc/avr-libc-user-manual-%v.tar.bz2
-Source2-MD5: cfa1a9768488aa96b4a55dd6aeb6c62f
-Source3: 
http://savannah.nongnu.org/download/avr-libc/avr-libc-user-manual-%v.pdf.bz2
-Source3-MD5: 13d55fc6edb5db02178942ea6bec23a7
+Maintainer: Matthias Ringwald <[EMAIL PROTECTED]>
+Source: http://download.savannah.gnu.org/releases/avr/avr-libc-bin-%v.zip
+Source-MD5: 78fede358c684587622d76d62e622b21
+NoSourceDirectory: true
 
 
 CompileScript: <<
-    mkdir build
-    cd build; ../configure --prefix=%p/share/avr --disable-doc
-    cd build; make
-    bunzip2 ../avr-libc-user-manual-%v.pdf.bz2
 <<
 
+
 InstallScript: <<
-    cd build; make install DESTDIR=%d
-    # install html
+    mkdir -p %i/share/avr
+    cp -R %b/avr %i/share/avr/
+    cp -R %b/bin %i/share/avr/
     mkdir -p %i/share/doc/avr-libc
-    mv ../avr-libc-user-manual-%v %i/share/doc/avr-libc/html
-    ln -s %p/share/doc/avr-libc/html/index.html 
%i/share/doc/avr-libc/avr-libc-user-manual.html
-    # install pdf
-    mv ../avr-libc-user-manual-%v.pdf 
%i/share/doc/avr-libc/avr-libc-user-manual.pdf
+    cp -R %b/share/doc/avr-libc-%v/* %i/share/doc/avr-libc
+    ln -s %p/share/doc/avr-libc/avr-libc-user-manual/index.html 
%i/share/doc/avr-libc/avr-libc-user-manual.html
 <<
 
-DocFiles: AUTHORS ChangeLog NEWS README
-
 Description: AVR LIBC for GNU GCC & GNU binutils
 License: GPL
-Homepage: http://www.nongnu.org/avr-libc/
-Maintainer: Matthias Ringwald <[EMAIL PROTECTED]>
-
 DescDetail: <<
     This is AVR-LIBC. It is a C library implementation for use with
     GNU GCC and GNU binutils for development of programs for Atmel's AVR
@@ -45,8 +32,7 @@
 <<
 
 DescPort: <<
-    avr-gcc and avr-binutils are kept as Depends, as avr-libc
-    doesn't make any sense without the avr-toolchain.
-    As there have been problems with document generation,
-    I resorted to downloading the docs instead of compiling them from the 
sources.
+    Gettting avr-libc to compile takes more effort than its worth, since
+    they provide already built versions. This package just installs the 
+    prebuilt binaries.
 <<


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to