Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv30683/unstable/main/finkinfo/devel

Modified Files:
        avr-binutils.info avr-gcc.info 
Log Message:
removed xxx.info files to avoid conflict with other toolchains

Index: avr-binutils.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/avr-binutils.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- avr-binutils.info   12 Sep 2009 08:15:27 -0000      1.5
+++ avr-binutils.info   24 Jul 2011 16:44:44 -0000      1.6
@@ -1,6 +1,6 @@
 Package: avr-binutils
 Version: 2.19
-Revision: 2
+Revision: 3
 BuildDepends: fink (>= 0.24.12)
 Maintainer: Matthias Ringwald <frec...@users.sf.net>
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
@@ -13,8 +13,7 @@
 InstallScript: <<
     make install DESTDIR=%d
     rm -fr %i/share/avr/lib/
-    # 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
+    rm -fr %i/share/info
 <<
 
 DocFiles: README COPYING
@@ -24,7 +23,7 @@
 DescPort: <<
 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.
+Removed xxx.info files to avoid clashes with other potential toolchains.
 
 opcodes/avr-dis.c: uses sprintf without formats (compile error on 10.6), using 
strcpy insteads
 strings.c: uses stat64 which is deprecated in 10.6. stat64 provides 64 bit 
inodes which are not used anyway, use stat.

Index: avr-gcc.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/avr-gcc.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- avr-gcc.info        12 Jan 2010 13:28:04 -0000      1.5
+++ avr-gcc.info        24 Jul 2011 16:44:45 -0000      1.6
@@ -1,6 +1,6 @@
 Package: avr-gcc
 Version: 4.4.2
-Revision: 1
+Revision: 2
 Distribution: 10.4, 10.5, 10.6
 Depends: avr-binutils (>= 2.15), gmp-shlibs (>=4.1), libmpfr1-shlibs (>= 2.3.2)
 BuildDepends: gcc4.0, gmp (>=4.1), libmpfr1 (>= 2.3.2)
@@ -31,11 +31,8 @@
     rm -f  %i/share/avr/lib/libiberty.a
     
     # provided by fink's gcc
-    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-
-    for i in $(ls %i/share/info/*info); do mv $i 
%i/share/info/avr-${i##*/};done
+    rm -fr %i/share/info
 <<
 
 InfoDocs: avr-cpp.info avr-cppinternals.info avr-gcc.info avr-gccint.info
@@ -43,7 +40,7 @@
 DescPort: <<
 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.
+Removed xxx.info files to avoid clashes with other potential toolchains.
 TODO: Native Language Support
 <<
 License: GPL


------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to