[cvs] experimental/dmacks/finkinfo/gnome glib2-shlibs.info,1.2,1.3

2011-05-19 Thread Daniel Macks
Update of /cvsroot/fink/experimental/dmacks/finkinfo/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv5227

Modified Files:
glib2-shlibs.info 
Log Message:
new upstream, still broken reading of timezone offsets


Index: glib2-shlibs.info
===
RCS file: /cvsroot/fink/experimental/dmacks/finkinfo/gnome/glib2-shlibs.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- glib2-shlibs.info   16 Mar 2011 09:17:14 -  1.2
+++ glib2-shlibs.info   19 May 2011 09:02:18 -  1.3
@@ -3,11 +3,11 @@
 #2.22.5 fails self-test; do not update. See:
 #https://bugzilla.gnome.org/show_bug.cgi?id=613060
 
-#2.28.2 fails self-test. See:
+#2.28.6 fails self-test. See:
 #https://bugzilla.gnome.org/show_bug.cgi?id=644473
 #https://bugzilla.gnome.org/show_bug.cgi?id=644686
 
-Version: 2.28.2
+Version: 2.28.6
 
 Revision: 1
 BuildDepends: 
@@ -30,7 +30,7 @@
 
 Replaces: glib2 ( 2.12.0-1)
 Source: mirror:gnome:sources/glib/2.28/glib-%v.tar.bz2
-Source-MD5: 24a4bea3167fed5dabe04afdb5b07231
+Source-MD5: 7d8fc15ae70d5111c0cf2a79d50ef717
 PatchFile: %n.patch
 PatchFile-MD5: 95af183b543b413fefc2ce5c3da5434f
 PatchScript: 


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sci netcdf.info,1.13,1.14

2011-05-19 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv25695

Modified Files:
netcdf.info 
Log Message:
Misbuilds if g95 is present.

Index: netcdf.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/netcdf.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- netcdf.info 27 Oct 2009 15:09:09 -  1.13
+++ netcdf.info 19 May 2011 11:47:29 -  1.14
@@ -7,6 +7,7 @@
 Depends: %n-shlibs (= %v-%r), %n-bin (= %v-%r)
 Conflicts: %n-absoft
 Replaces: %n-absoft
+BuildConflicts: g95
 Source: ftp://ftp.unidata.ucar.edu/pub/%n/%n-%v.tar.gz
 Source-MD5: e03ca6eb3a0d9126162b9fe1725cfed3
 SourceDirectory: %n-%v
@@ -68,14 +69,16 @@
 DescPackaging: 
 The Fortran interface is moved to a different package so that users
 do not have to install a Fortran compiler to just get the C/C++ interface.
-
-DescPort: 
-CFLAGS=-O2 CXXFLAGS=-O2 is essential to avoid debugging mode flags (-g).
 Included examples in documents directory.
 Removed non-essential duplicate documentation (.ps and .txt).
 Added links to new shlibs for backwards compatibility. This works for the C
 interface only, not for the Fortran interface. But since Fink did not have
 any dependencies on the Fortran interface, there is no reason to create 
netcdf4.
+BuildConflict on g95 because shared libraries don't get built if that is 
present
+(the --disables in the ConfigureParams don't suffice).
+
+DescPort: 
+CFLAGS=-O2 CXXFLAGS=-O2 is essential to avoid debugging mode flags (-g).
 
 Homepage: http://www.unidata.ucar.edu/software/netcdf/
 License: OSI-Approved


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sci netcdf.info,1.14,1.15

2011-05-19 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv25776

Modified Files:
netcdf.info 
Log Message:
Best force a rebuild.

Index: netcdf.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/netcdf.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- netcdf.info 19 May 2011 11:47:29 -  1.14
+++ netcdf.info 19 May 2011 11:48:27 -  1.15
@@ -1,6 +1,6 @@
 Package: netcdf
 Version: 3.6.3
-Revision: 2
+Revision: 3
 BuildDependsOnly: True
 GCC: 4.0
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci netcdf.info,1.6,1.7

2011-05-19 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv25848

Modified Files:
netcdf.info 
Log Message:
Misbuilds if g95 is present.

Index: netcdf.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/netcdf.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- netcdf.info 27 Oct 2009 15:09:09 -  1.6
+++ netcdf.info 19 May 2011 11:49:17 -  1.7
@@ -1,12 +1,13 @@
 Package: netcdf
 Version: 3.6.3
-Revision: 2
+Revision: 3
 BuildDependsOnly: True
 GCC: 4.0
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 Depends: %n-shlibs (= %v-%r), %n-bin (= %v-%r)
 Conflicts: %n-absoft
 Replaces: %n-absoft
+BuildConflicts: g95
 Source: ftp://ftp.unidata.ucar.edu/pub/%n/%n-%v.tar.gz
 Source-MD5: e03ca6eb3a0d9126162b9fe1725cfed3
 SourceDirectory: %n-%v
@@ -68,14 +69,16 @@
 DescPackaging: 
 The Fortran interface is moved to a different package so that users
 do not have to install a Fortran compiler to just get the C/C++ interface.
-
-DescPort: 
-CFLAGS=-O2 CXXFLAGS=-O2 is essential to avoid debugging mode flags (-g).
 Included examples in documents directory.
 Removed non-essential duplicate documentation (.ps and .txt).
 Added links to new shlibs for backwards compatibility. This works for the C
 interface only, not for the Fortran interface. But since Fink did not have
 any dependencies on the Fortran interface, there is no reason to create 
netcdf4.
+BuildConflict on g95 because shared libraries don't get built if that is 
present
+(the --disables in the ConfigureParams don't suffice).
+
+DescPort: 
+CFLAGS=-O2 CXXFLAGS=-O2 is essential to avoid debugging mode flags (-g).
 
 Homepage: http://www.unidata.ucar.edu/software/netcdf/
 License: OSI-Approved


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/gnome gst-plugins-base-0.10.info, 1.31, 1.32

2011-05-19 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv31988/main/finkinfo/gnome

Modified Files:
gst-plugins-base-0.10.info 
Log Message:
fix for 10.6/i386 build

Index: gst-plugins-base-0.10.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gst-plugins-base-0.10.info,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- gst-plugins-base-0.10.info  18 May 2011 23:50:59 -  1.31
+++ gst-plugins-base-0.10.info  19 May 2011 12:40:00 -  1.32
@@ -67,6 +67,7 @@
export PERL5LIB=%p/share/gtk-doc/data:$PERL5LIB
autoreconf -fi
./configure %c
+   perl -pi -e 's,-Os -funroll-loops,-O,' gst/audioconvert/Makefile
make
fink-package-precedence --prohibit-bdep=%n-dev .
 


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sci gildas.info,1.49,1.50

2011-05-19 Thread Sebastien Maret
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv3165

Modified Files:
gildas.info 
Log Message:
New version


Index: gildas.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/gildas.info,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- gildas.info 7 Apr 2011 12:41:17 -   1.49
+++ gildas.info 19 May 2011 13:06:19 -  1.50
@@ -1,13 +1,13 @@
 Package: gildas
-Version: 201104c-beta
+Version: 201104d
 Revision: 1
 Architecture: powerpc, i386, x86_64
 Description: Radioastronomy data analysis software
 License: OSI-Approved
 Maintainer: Sebastien Maret bma...@users.sourceforge.net
-Source: http://www.iram.fr/~gildas/dist/gildas-src-apr11c-beta.tar.gz
-Source-MD5: 18e8982795b1a319614293732fc83c29
-SourceDirectory: gildas-src-apr11c
+Source: http://www.iram.fr/~gildas/dist/gildas-src-apr11d.tar.gz
+Source-MD5: f52f7575c506dc22b4ee890749108f2d
+SourceDirectory: gildas-src-apr11d
 Depends: 
   fftw3-shlibs, gcc44-shlibs | gcc45-shlibs, libpng3-shlibs,
   gtk+2-shlibs, python26, numpy-py26


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs gmp5.patch, NONE, 1.1 gmp5.info, 1.10, 1.11

2011-05-19 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv14023

Modified Files:
gmp5.info 
Added Files:
gmp5.patch 
Log Message:
upstream update 5.0.2 +autoconf-m4-test patch


Index: gmp5.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/gmp5.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- gmp5.info   26 Apr 2011 17:43:04 -  1.10
+++ gmp5.info   19 May 2011 18:11:10 -  1.11
@@ -1,16 +1,16 @@
 Info4: 
 Package: gmp5%type_pkg[-64bit]
-Version: 5.0.1
-Revision: 8
+Version: 5.0.2
+Revision: 1
 GCC: 4.0
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
 Source: mirror:gnu:gmp/gmp-%v.tar.gz
-Source-MD5: 5ec19db53ced047b8d0d52373f6c245d
-Source2: http://www.csl.cornell.edu/~fang/sw/gmp-trunk-20110131-config.guess
-Source2-MD5: d526c73bbb512808aa4e871937dd6fa4
-# PatchFile: %{ni}.patch
-# PatchFile-MD5: a32c8651a786aa499afd6b3cb997c017
+Source-MD5: 87e73447afdc2ca5cefd987da865da51
+# Source2: http://www.csl.cornell.edu/~fang/sw/gmp-trunk-20110131-config.guess
+# Source2-MD5: d526c73bbb512808aa4e871937dd6fa4
+PatchFile: %{ni}.patch
+PatchFile-MD5: 61b8e6d474d97eb38cf65ccceed9003d
 Depends: 
   %N-shlibs (= %v-%r),
   libgmpxx5%type_pkg[-64bit]-shlibs (= %v-%r),
@@ -21,9 +21,9 @@
 Conflicts: gmp, gmp-64bit, gmp5, gmp5-64bit
 Replaces: gmp, gmp-64bit, gmp5, gmp5-64bit
 SetCPPFLAGS: -fexceptions
+# $host_build_override
 ConfigureParams: 
   ABI=$ABI \
-  $host_build_override \
   --libdir='${prefix}/%lib/gmp5' \
   --infodir='${prefix}/share/info' \
   --enable-cxx \
@@ -31,10 +31,11 @@
 
 PatchScript: 
   #!/bin/sh -ev
-  echo replacing gmp's config.guess with newer one from trunk (patched)
-  mv config.guess config.guess.orig
-  sed 's|corei[a-z]*|corei|g' ../gmp-trunk-*-config.guess  ./config.guess
-  chmod +x ./config.guess
+  %{default_script}
+  # echo replacing gmp's config.guess with newer one from trunk (patched)
+  # mv config.guess config.guess.orig
+  # sed 's|corei[a-z]*|corei|g' ../gmp-trunk-*-config.guess  ./config.guess
+  # chmod +x ./config.guess
 
 CompileScript: 
 #! /bin/sh -ev
@@ -53,11 +54,11 @@
test -x `which gcc-4.2` || { echo gcc-4.2 required, but missing!; exit 1; 
}
  fi
  # force i386 to bump to i686 to avoid symbol dep on __sync_fetch_and_add_4
- hb=`../config.guess`
- case $hb in
-   i386-*-*) hb=`echo $hb | sed 's|i386|i686|'`
-   host_build_override=--host=$hb --build=$hb ;;
- esac
+ # hb=`../config.guess`
+ # case $hb in
+ #   i386-*-*) hb=`echo $hb | sed 's|i386|i686|'`
+ # host_build_override=--host=$hb --build=$hb ;;
+ # esac
  if [ %type_raw[-64bit] == . ] ; then
   case %m in
 i386 | powerpc) ABI=32 ;;
@@ -141,6 +142,9 @@
  As of vers. 4.2.3, we are building with -fexceptions, for the benefit of
  ppl library that will be used in gcc 4.4.x.  (Suggested by Jack Howarth;
  see http://www.cs.unipr.it/ppl/ and http://gcc.gnu.org/wiki/Graphite .)
+
+ Patch: from jhowarth for configure test on llvm-gcc/clang builds
+   checking how to switch to read-only data section...
 
 Maintainer: David Fang fang...@users.sourceforge.net
 # Former maintainer: Dave Morrison d...@finkproject.org

--- NEW FILE: gmp5.patch ---
--- gmp-5.0.2/acinclude.m4.orig 2011-05-17 19:03:09.0 -0400
+++ gmp-5.0.2/acinclude.m4  2011-05-17 19:03:43.0 -0400
@@ -1941,8 +1941,8 @@
 esac
 
 cat conftest.c EOF
-extern const int foo[];/* Suppresses C++'s suppression of foo 
*/
-const int foo[] = {1,2,3};
+extern const int foo[[]];  /* Suppresses C++'s suppression of foo 
*/
+const int foo[[]] = {1,2,3};
 EOF
 echo Test program: AC_FD_CC
 cat conftest.c AC_FD_CC
--- gmp-5.0.2/configure.orig2011-05-17 19:15:41.0 -0400
+++ gmp-5.0.2/configure 2011-05-17 19:16:00.0 -0400
@@ -26446,8 +26446,8 @@
 esac
 
 cat conftest.c EOF
-extern const int foo;  /* Suppresses C++'s suppression of foo */
-const int foo = {1,2,3};
+extern const int foo[];/* Suppresses C++'s suppression of foo */
+const int foo[] = {1,2,3};
 EOF
 echo Test program: 5
 cat conftest.c 5


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sci hdf5-18.info,1.9,1.10

2011-05-19 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv16380

Modified Files:
hdf5-18.info 
Log Message:
Fix upgrade compatibility symlinks.

Index: hdf5-18.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/hdf5-18.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- hdf5-18.info30 Dec 2010 13:29:46 -  1.9
+++ hdf5-18.info19 May 2011 18:26:26 -  1.10
@@ -1,6 +1,6 @@
 Package: hdf5-18
 Version: 1.8.5-patch1
-Revision: 2
+Revision: 3
 Source: ftp://ftp.hdfgroup.org/HDF5/current/src/hdf5-%v.tar.gz 
 Source-MD5: d22a35a17877e369055ed50da5ba91fa
 Description: Scientific data format (v1.8 API)--headers
@@ -38,31 +38,29 @@
 InstallScript: 
#!/bin/sh -ev
make install DESTDIR=%d
+   #compatibility symlinks
install -d %i/lib/%N/include
install -d %i/lib/%N/lib
-   pushd %i/include
+   pushd %i/lib/%N/include
 #  generate upgrade symlinks
-   for file in *.h
+   for file in ../../../include/*.h
do
-   ln -s $file ../lib/hdf5-18/include/$file 
+   ln -s $file 
done
-   popd
-   pushd %i/lib
+   cd ../lib
#remove .la files which are in hdf5-18
-   rm libhdf5.la libhdf5_hl.la 
-#  generate upgrade symlinks
-   ln -s libhdf5.6.dylib ../lib/%N/lib/libhdf5.6.dylib
-   ln -s libhdf5_hl.6.dylib ../lib/%N/lib/libhdf5_hl.0.dylib
-   ln -s libhdf5_cpp.6.dylib ../lib/%N/lib/libhdf5_cpp.0.dylib
-   ln -s libhdf5_hl_cpp.6.dylib ../lib/%N/lib/libhdf5_hl_cpp.0.dylib
-   ln -s libhdf5.dylib ../lib/%N/lib/libhdf5.dylib
-   ln -s libhdf5_cpp.dylib ../lib/%N/lib/libhdf5_cpp.dylib
-   ln -s libhdf5_hl.dylib ../lib/%N/lib/libhdf5_hl.dylib
-   ln -s libhdf5_hl_cpp.dylib ../lib/%N/lib/libhdf5_hl_cpp.dylib
-   for file in *.la *.settings
-   do
-   ln -s $file ../lib/hdf5-18/lib/$file 
-   done
+#  rm libhdf5.la libhdf5_hl.la 
+#  generate upgrade compatibility symlinks
+   ln -s ../../libhdf5.6.dylib 
+   ln -s ../../libhdf5.6.dylib libhdf5.dylib
+   ln -s ../../libhdf5_hl.6.dylib libhdf5_hl.0.dylib
+   ln -s ../../libhdf5_hl.6.dylib libhdf5_hl.dylib
+   ln -s ../../libhdf5_cpp.6.dylib libhdf5_cpp.0.dylib
+   ln -s ../../libhdf5_cpp.6.dylib libhdf5_cpp.dylib
+   ln -s ../../libhdf5_hl_cpp.6.dylib libhdf5_hl_cpp.0.dylib
+   ln -s ../../libhdf5_hl_cpp.6.dylib libhdf5_hl_cpp.dylib
+   ln -s ../../libhdf5.la 
+   ln -s ../../libhdf5.settings
popd
 # remove fortran examples
pushd %i/share/hdf5_examples


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci hdf5-18.info,1.1,1.2

2011-05-19 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv17462

Modified Files:
hdf5-18.info 
Log Message:
Sync with unstable

Index: hdf5-18.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/hdf5-18.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hdf5-18.info13 Mar 2011 23:32:42 -  1.1
+++ hdf5-18.info19 May 2011 18:27:31 -  1.2
@@ -1,6 +1,6 @@
 Package: hdf5-18
 Version: 1.8.5-patch1
-Revision: 2
+Revision: 2.0
 Source: ftp://ftp.hdfgroup.org/HDF5/current/src/hdf5-%v.tar.gz 
 Source-MD5: d22a35a17877e369055ed50da5ba91fa
 Description: Scientific data format (v1.8 API)--headers
@@ -38,31 +38,29 @@
 InstallScript: 
#!/bin/sh -ev
make install DESTDIR=%d
+   #compatibility symlinks
install -d %i/lib/%N/include
install -d %i/lib/%N/lib
-   pushd %i/include
+   pushd %i/lib/%N/include
 #  generate upgrade symlinks
-   for file in *.h
+   for file in ../../../include/*.h
do
-   ln -s $file ../lib/hdf5-18/include/$file 
+   ln -s $file 
done
-   popd
-   pushd %i/lib
+   cd ../lib
#remove .la files which are in hdf5-18
-   rm libhdf5.la libhdf5_hl.la 
-#  generate upgrade symlinks
-   ln -s libhdf5.6.dylib ../lib/%N/lib/libhdf5.6.dylib
-   ln -s libhdf5_hl.6.dylib ../lib/%N/lib/libhdf5_hl.0.dylib
-   ln -s libhdf5_cpp.6.dylib ../lib/%N/lib/libhdf5_cpp.0.dylib
-   ln -s libhdf5_hl_cpp.6.dylib ../lib/%N/lib/libhdf5_hl_cpp.0.dylib
-   ln -s libhdf5.dylib ../lib/%N/lib/libhdf5.dylib
-   ln -s libhdf5_cpp.dylib ../lib/%N/lib/libhdf5_cpp.dylib
-   ln -s libhdf5_hl.dylib ../lib/%N/lib/libhdf5_hl.dylib
-   ln -s libhdf5_hl_cpp.dylib ../lib/%N/lib/libhdf5_hl_cpp.dylib
-   for file in *.la *.settings
-   do
-   ln -s $file ../lib/hdf5-18/lib/$file 
-   done
+#  rm libhdf5.la libhdf5_hl.la 
+#  generate upgrade compatibility symlinks
+   ln -s ../../libhdf5.6.dylib 
+   ln -s ../../libhdf5.6.dylib libhdf5.dylib
+   ln -s ../../libhdf5_hl.6.dylib libhdf5_hl.0.dylib
+   ln -s ../../libhdf5_hl.6.dylib libhdf5_hl.dylib
+   ln -s ../../libhdf5_cpp.6.dylib libhdf5_cpp.0.dylib
+   ln -s ../../libhdf5_cpp.6.dylib libhdf5_cpp.dylib
+   ln -s ../../libhdf5_hl_cpp.6.dylib libhdf5_hl_cpp.0.dylib
+   ln -s ../../libhdf5_hl_cpp.6.dylib libhdf5_hl_cpp.dylib
+   ln -s ../../libhdf5.la 
+   ln -s ../../libhdf5.settings
popd
 # remove fortran examples
pushd %i/share/hdf5_examples


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/editors lyx-10.4.info, 1.17, 1.18 lyx-10.5.info, 1.17, 1.18 lyx-10.6.info, 1.6, 1.7

2011-05-19 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory vz-cvs-3.sog:/tmp/cvs-serv22062

Modified Files:
lyx-10.4.info lyx-10.5.info lyx-10.6.info 
Log Message:
New upstream

Index: lyx-10.6.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/lyx-10.6.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- lyx-10.6.info   9 Dec 2010 15:43:27 -   1.6
+++ lyx-10.6.info   19 May 2011 19:00:42 -  1.7
@@ -1,13 +1,13 @@
 Info2: 
 Package: lyx%type_pkg[-ui]
 Type: -ui ( -x11 -mac ) 
-Version: 1.6.8
+Version: 1.6.10
 Revision: 41
 Distribution: 10.6
-Source: ftp://ftp.devel.lyx.org/pub/lyx/stable/lyx-%v.tar.bz2
-Source-MD5: 90d1ffbf5e84c731ae296d83e0c319b1
+Source: ftp://ftp.devel.lyx.org/pub/%{ni}/stable/%{ni}-%v.tar.bz2
+Source-MD5: 6b286595302020adf8545796e5ea5c89
 Depends: 
-qt4%type_pkg[-ui]-core-shlibs, qt4%type_pkg[-ui]-gui-shlibs, 
+qt4-base%type_pkg[-ui]-qtcore-shlibs, qt4-base%type_pkg[-ui]-qtgui-shlibs, 
 aspell, libiconv,
 freetype219-shlibs, aspell-shlibs, libgettext8-shlibs, expat1-shlibs, 
 (%type_pkg[-ui] = -x11) glib2-shlibs,
@@ -15,23 +15,24 @@
 boost1.41.cmake-shlibs
 
 BuildDepends: 
-qt4%type_pkg[-ui], expat1, libgettext8-dev, gettext-bin, gettext-tools, 
+qt4-base%type_pkg[-ui], expat1, libgettext8-dev, gettext-bin, gettext-tools, 
 libiconv-dev, latex-xft-fonts, aspell-dev, automake1.11, 
 freetype219, fink (= 0.24.12), 
 (%type_pkg[-ui] = -x11) glib2-dev,  
 (%type_pkg[-ui] = -x11) x11-dev, 
 aiksaurus-dev,
-boost1.41.cmake
+boost1.41.cmake, pkgconfig
 
-Conflicts: (%type_pkg[-ui] = -x11) lyx-qt 
-Replaces:  (%type_pkg[-ui] = -x11) lyx-qt 
-Provides: lyx
+Conflicts: (%type_pkg[-ui] = -x11) lyx-qt, lyx2%type_pkg[-ui]
+Replaces:  (%type_pkg[-ui] = -x11) lyx-qt, lyx2%type_pkg[-ui] 
+Provides: lyx1, lyx-editor
 Recommends: 
 tetex | ptex | texlive, 
 imagemagick | imagemagick-nox,
 gv | kghostview | evince | launch , 
 gv | kghostview | kpdf | xpdf | evince | launch 
 
+GCC: 4.0
 UpdatePoMakefile: true
 SetLDFLAGS: -Wl,-framework,AppKit -Wl,-framework,Carbon -Wl,-framework,OpenGL 
-Wl,-framework,AGL -Wl,-framework,QuickTime 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
 -L/usr/X11/lib -lX11
 PatchFile: %{ni}.patch

Index: lyx-10.5.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/lyx-10.5.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- lyx-10.5.info   9 Dec 2010 15:43:27 -   1.17
+++ lyx-10.5.info   19 May 2011 19:00:42 -  1.18
@@ -1,13 +1,13 @@
 Info2: 
 Package: lyx%type_pkg[-ui]
 Type: -ui ( -x11 -mac ) 
-Version: 1.6.8
+Version: 1.6.10
 Revision: 21
 Distribution: 10.5
-Source: ftp://ftp.devel.lyx.org/pub/lyx/stable/lyx-%v.tar.bz2
-Source-MD5: 90d1ffbf5e84c731ae296d83e0c319b1
+Source: ftp://ftp.devel.lyx.org/pub/%{ni}/stable/%{ni}-%v.tar.bz2
+Source-MD5: 6b286595302020adf8545796e5ea5c89
 Depends: 
-qt4%type_pkg[-ui]-core-shlibs, qt4%type_pkg[-ui]-gui-shlibs, 
+qt4-base%type_pkg[-ui]-qtcore-shlibs, qt4-base%type_pkg[-ui]-qtgui-shlibs, 
 aspell, libiconv,
 freetype219-shlibs, aspell-shlibs, libgettext8-shlibs, expat1-shlibs, 
 (%type_pkg[-ui] = -x11) glib2-shlibs,
@@ -15,7 +15,7 @@
 boost1.41.cmake-shlibs
 
 BuildDepends: 
-qt4%type_pkg[-ui], expat1, libgettext8-dev, gettext-bin, gettext-tools, 
+qt4-base%type_pkg[-ui], expat1, libgettext8-dev, gettext-bin, gettext-tools, 
 libiconv-dev, latex-xft-fonts, aspell-dev, automake1.11, 
 freetype219, fink (= 0.24.12), 
 (%type_pkg[-ui] = -x11) glib2-dev,  
@@ -23,15 +23,16 @@
 aiksaurus-dev,
 boost1.41.cmake
 
-Conflicts: (%type_pkg[-ui] = -x11) lyx-qt 
-Replaces:  (%type_pkg[-ui] = -x11) lyx-qt 
-Provides: lyx
+Conflicts: (%type_pkg[-ui] = -x11) lyx-qt, lyx2%type_pkg[-ui]
+Replaces:  (%type_pkg[-ui] = -x11) lyx-qt, lyx2%type_pkg[-ui] 
+Provides: lyx1, lyx-editor
 Recommends: 
 tetex | ptex | texlive, 
 imagemagick | imagemagick-nox,
 gv | kghostview | evince | launch , 
 gv | kghostview | kpdf | xpdf | evince | launch 
 
+GCC: 4.0
 UpdatePoMakefile: true
 SetLDFLAGS: -Wl,-framework,AppKit -Wl,-framework,Carbon -Wl,-framework,OpenGL 
-Wl,-framework,AGL -Wl,-framework,QuickTime 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
 -L/usr/X11/lib -lX11
 PatchFile: %{ni}.patch
@@ -153,8 +154,6 @@
 don't conflict/replace each other.
 Since we're using the system's python to avoid extra dependencies, we
 force a rebuild for a 10.4 - 10.5 or 10.5 - 10.6 update.
-10.4 - 10.5 also forces this due to the 10.4 package rolling its own
-boost.
 Prior versions by Jeffrey Whitaker
 
 Homepage: 

[cvs] dists/10.4/unstable/main/finkinfo/sci netcdf-g.info,1.8,1.9

2011-05-19 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv15873/unstable/main/finkinfo/sci

Modified Files:
netcdf-g.info 
Log Message:
Adjust versioned dependencies.

Index: netcdf-g.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/netcdf-g.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- netcdf-g.info   4 Nov 2010 15:17:42 -   1.8
+++ netcdf-g.info   19 May 2011 20:16:50 -  1.9
@@ -2,7 +2,7 @@
 Package: netcdf-g%type_raw[fort]
 Type: fort (95 fortran)
 Version: 3.6.3
-Revision: 5
+Revision: 6
 Distribution: (%type_pkg[fort] = 95) 10.4, (%type_pkg[fort] = 95) 10.5
 BuildDepends: (%type_raw[fort] = fortran)gcc44, (%type_raw[fort] = 95)g95
 BuildDependsOnly: True
@@ -43,7 +43,7 @@
 
 SplitOff: 
   Package: %N-shlibs
-  Depends: netcdf-shlibs (= %v-2)
+  Depends: netcdf-shlibs (= %v-2)
   Files: lib/%N/lib/libnetcdff.*.dylib
   Shlibs: %p/lib/%N/lib/libnetcdff.4.dylib 5.0.0 %n (= 3.6.2-1001)
   DocFiles: COPYRIGHT README RELEASE_NOTES


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci netcdf-g.info,1.3,1.4

2011-05-19 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv15873/stable/main/finkinfo/sci

Modified Files:
netcdf-g.info 
Log Message:
Adjust versioned dependencies.

Index: netcdf-g.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/netcdf-g.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- netcdf-g.info   4 Nov 2010 15:17:42 -   1.3
+++ netcdf-g.info   19 May 2011 20:16:49 -  1.4
@@ -2,7 +2,7 @@
 Package: netcdf-g%type_raw[fort]
 Type: fort (95 fortran)
 Version: 3.6.3
-Revision: 5
+Revision: 6
 Distribution: (%type_pkg[fort] = 95) 10.4, (%type_pkg[fort] = 95) 10.5
 BuildDepends: (%type_raw[fort] = fortran)gcc44, (%type_raw[fort] = 95)g95
 BuildDependsOnly: True
@@ -43,7 +43,7 @@
 
 SplitOff: 
   Package: %N-shlibs
-  Depends: netcdf-shlibs (= %v-2)
+  Depends: netcdf-shlibs (= %v-2)
   Files: lib/%N/lib/libnetcdff.*.dylib
   Shlibs: %p/lib/%N/lib/libnetcdff.4.dylib 5.0.0 %n (= 3.6.2-1001)
   DocFiles: COPYRIGHT README RELEASE_NOTES


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel floppy.info, 1.1, 1.2 flow.info, 1.1, 1.2

2011-05-19 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv3423/stable/main/finkinfo/devel

Modified Files:
floppy.info flow.info 
Log Message:
floppy, flow: fix missing f77 compiler.

Index: floppy.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/floppy.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- floppy.info 17 May 2011 08:49:11 -  1.1
+++ floppy.info 19 May 2011 21:32:15 -  1.2
@@ -1,6 +1,6 @@
 Package: floppy
 Version: 7.0
-Revision: 2
+Revision: 3
 Description: Fortran source code analyzer
 Architecture: powerpc, i386, x86_64
 Provides: floppy
@@ -13,6 +13,16 @@
 Source-MD5: d6b18299d2be71e9fa25a8046cdd530c
 NoSourceDirectory: true
 
+PatchScript: 
+#!/bin/sh -ev
+# newer fortrans habe a function range
+  sed -i.bak 's|RANGE|EGNAR|g' range.for procom.for settyp.for
+# replace f77 by gfortran if available
+  if [ -f %p/bin/gfortran ]; then
+sed -i.bak 's|f77|gfortran|g' makefile
+  fi
+
+
 # Compile Phase (NOTE: there is no configure):
 CompileScript: 
 #!/bin/sh -ev

Index: flow.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/flow.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- flow.info   17 May 2011 08:49:11 -  1.1
+++ flow.info   19 May 2011 21:32:15 -  1.2
@@ -1,6 +1,6 @@
 Package: flow
 Version: 3.0
-Revision: 2
+Revision: 3
 Description: Fortran source code analyzer
 Architecture: powerpc, i386, x86_64
 Provides: flow
@@ -13,6 +13,14 @@
 Source-MD5: 89596688c6593ae31886789d74c2f0dd
 NoSourceDirectory: true
 
+PatchScript: 
+#!/bin/sh -ev
+# replace f77 by gfortran if available
+  if [ -f %p/bin/gfortran ]; then
+sed -i.bak 's|f77|gfortran|g' makefile
+  fi
+
+
 # Compile Phase (NOTE: there is no configure):
 CompileScript: 
 #!/bin/sh -ev


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/devel floppy.info, 1.1, 1.2 flow.info, 1.1, 1.2

2011-05-19 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv3423/unstable/main/finkinfo/devel

Modified Files:
floppy.info flow.info 
Log Message:
floppy, flow: fix missing f77 compiler.

Index: floppy.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/floppy.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- floppy.info 17 May 2011 08:49:12 -  1.1
+++ floppy.info 19 May 2011 21:32:15 -  1.2
@@ -1,6 +1,6 @@
 Package: floppy
 Version: 7.0
-Revision: 2
+Revision: 3
 Description: Fortran source code analyzer
 Architecture: powerpc, i386, x86_64
 Provides: floppy
@@ -13,6 +13,16 @@
 Source-MD5: d6b18299d2be71e9fa25a8046cdd530c
 NoSourceDirectory: true
 
+PatchScript: 
+#!/bin/sh -ev
+# newer fortrans habe a function range
+  sed -i.bak 's|RANGE|EGNAR|g' range.for procom.for settyp.for
+# replace f77 by gfortran if available
+  if [ -f %p/bin/gfortran ]; then
+sed -i.bak 's|f77|gfortran|g' makefile
+  fi
+
+
 # Compile Phase (NOTE: there is no configure):
 CompileScript: 
 #!/bin/sh -ev

Index: flow.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/flow.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- flow.info   17 May 2011 08:49:12 -  1.1
+++ flow.info   19 May 2011 21:32:15 -  1.2
@@ -1,6 +1,6 @@
 Package: flow
 Version: 3.0
-Revision: 2
+Revision: 3
 Description: Fortran source code analyzer
 Architecture: powerpc, i386, x86_64
 Provides: flow
@@ -13,6 +13,14 @@
 Source-MD5: 89596688c6593ae31886789d74c2f0dd
 NoSourceDirectory: true
 
+PatchScript: 
+#!/bin/sh -ev
+# replace f77 by gfortran if available
+  if [ -f %p/bin/gfortran ]; then
+sed -i.bak 's|f77|gfortran|g' makefile
+  fi
+
+
 # Compile Phase (NOTE: there is no configure):
 CompileScript: 
 #!/bin/sh -ev


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/dmacks/finkinfo/gnome glib2-shlibs.info, 1.3, 1.4 glib2-shlibs.patch, 1.2, 1.3

2011-05-19 Thread Daniel Macks
Update of /cvsroot/fink/experimental/dmacks/finkinfo/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv17761

Modified Files:
glib2-shlibs.info glib2-shlibs.patch 
Log Message:
Clean up gdbus interactions with fink-supplied dbus daemon


Index: glib2-shlibs.info
===
RCS file: /cvsroot/fink/experimental/dmacks/finkinfo/gnome/glib2-shlibs.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- glib2-shlibs.info   19 May 2011 09:02:18 -  1.3
+++ glib2-shlibs.info   20 May 2011 05:56:38 -  1.4
@@ -20,6 +20,7 @@
pkgconfig (= 0.25)
 
 Depends: 
+   dbus (= 1.2.1-1),
libgettext8-shlibs,
libiconv,
xdg-base
@@ -32,7 +33,7 @@
 Source: mirror:gnome:sources/glib/2.28/glib-%v.tar.bz2
 Source-MD5: 7d8fc15ae70d5111c0cf2a79d50ef717
 PatchFile: %n.patch
-PatchFile-MD5: 95af183b543b413fefc2ce5c3da5434f
+PatchFile-MD5: 4edbf362ae121e1ba79dc590c0946549
 PatchScript: 
sed 's,@PREFIX@,%p,g'  %{PatchFile} | patch -p1
 #  perl -pi -e 's,/usr/share/gtk-doc/html,%p/share/gtk-doc/html,g' 
docs/reference/*/html/*.html
@@ -51,7 +52,7 @@
desktop-file-utils (= 0.15-1),
shared-mime-info (= 0.51-1)

-   TestScript: LANG=C make check || exit 2
+   TestScript: LANG=C make check -j 1 || exit 2
 
 InstallScript: 
make install DESTDIR=%d

Index: glib2-shlibs.patch
===
RCS file: /cvsroot/fink/experimental/dmacks/finkinfo/gnome/glib2-shlibs.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- glib2-shlibs.patch  16 Mar 2011 09:17:14 -  1.2
+++ glib2-shlibs.patch  20 May 2011 05:56:38 -  1.3
@@ -1,7 +1,7 @@
-diff -Nurd -x'*~' glib-2.28.2.orig/configure glib-2.28.2/configure
 glib-2.28.2.orig/configure 2011-03-07 12:06:44.0 -0500
-+++ glib-2.28.2/configure  2011-03-16 04:12:49.0 -0400
-@@ -5121,7 +5121,7 @@
+diff -Nurd -x'*~' glib-2.28.6.orig/configure glib-2.28.6/configure
+--- glib-2.28.6.orig/configure 2011-04-13 18:58:04.0 -0400
 glib-2.28.6/configure  2011-05-20 01:43:43.0 -0400
+@@ -5113,7 +5113,7 @@
  
  $as_echo #define HAVE_CARBON 1 confdefs.h
  
@@ -10,7 +10,7 @@
  fi
  
  
-@@ -7104,13 +7104,13 @@
+@@ -7096,13 +7096,13 @@
  
  if test -n $PYTHON; then
# If the user set $PYTHON, use it and don't search something else.
@@ -27,7 +27,7 @@
  minverhex = 0
  # xrange is not present in Python 3.0 and range returns an iterator
  for i in list(range(0, 4)): minverhex = (minverhex  8) + minver[i]
-@@ -25688,6 +25688,9 @@
+@@ -25692,6 +25692,9 @@
G_THREAD_CFLAGS=-D_THREAD_SAFE
fi
;;
@@ -37,9 +37,9 @@
*-dg-dgux*)  # DG/UX
G_THREAD_CFLAGS=-D_REENTRANT -D_POSIX4A_DRAFT10_SOURCE
;;
-diff -Nurd -x'*~' glib-2.28.2.orig/docs/reference/gio/Makefile.in 
glib-2.28.2/docs/reference/gio/Makefile.in
 glib-2.28.2.orig/docs/reference/gio/Makefile.in2011-03-07 
12:06:40.0 -0500
-+++ glib-2.28.2/docs/reference/gio/Makefile.in 2011-03-16 04:22:48.0 
-0400
+diff -Nurd -x'*~' glib-2.28.6.orig/docs/reference/gio/Makefile.in 
glib-2.28.6/docs/reference/gio/Makefile.in
+--- glib-2.28.6.orig/docs/reference/gio/Makefile.in2011-04-13 
18:57:59.0 -0400
 glib-2.28.6/docs/reference/gio/Makefile.in 2011-05-20 01:43:43.0 
-0400
 @@ -495,6 +495,9 @@
version.xml.in  \
gvfs-overview.odg
@@ -50,9 +50,9 @@
  @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile 
$(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) 
$(AM_LDFLAGS) $(LDFLAGS)
-diff -Nurd -x'*~' glib-2.28.2.orig/docs/reference/glib/Makefile.in 
glib-2.28.2/docs/reference/glib/Makefile.in
 glib-2.28.2.orig/docs/reference/glib/Makefile.in   2011-03-07 
12:06:40.0 -0500
-+++ glib-2.28.2/docs/reference/glib/Makefile.in2011-03-16 
04:07:23.0 -0400
+diff -Nurd -x'*~' glib-2.28.6.orig/docs/reference/glib/Makefile.in 
glib-2.28.6/docs/reference/glib/Makefile.in
+--- glib-2.28.6.orig/docs/reference/glib/Makefile.in   2011-04-13 
18:58:00.0 -0400
 glib-2.28.6/docs/reference/glib/Makefile.in2011-05-20 
01:43:43.0 -0400
 @@ -409,7 +409,7 @@
  
  
@@ -62,9 +62,9 @@
  @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile 
$(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) 
$(AM_LDFLAGS) $(LDFLAGS)
-diff -Nurd