Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21402/sci

Modified Files:
        xcrysden.info xcrysden.patch 
Log Message:
switch to gcc4.8

Index: xcrysden.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/xcrysden.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- xcrysden.info       27 Jul 2012 18:48:09 -0000      1.5
+++ xcrysden.info       5 Apr 2013 01:14:03 -0000       1.6
@@ -1,12 +1,12 @@
 Package: xcrysden
 Version: 1.5.53
-Revision: 1
+Revision: 2
 Description: Crystalline/molecular structure visualisation
 License: GPL
 Maintainer: Hanspeter Niederstrasser <nie...@users.sourceforge.net>
 Depends: <<
        fftw3-shlibs,
-       gcc47-shlibs,
+       gcc48-shlibs,
        mesa-shlibs,
        meschach-shlibs,
        tcltk-shlibs,
@@ -15,7 +15,7 @@
 BuildDepends: <<
        fftw3,
        fink-package-precedence,
-       gcc47,
+       gcc48-compiler,
        mesa,
        meschach,
        tcltk-dev,
@@ -34,11 +34,11 @@
 Source2-MD5: 2ec9a66ce2e0a7c4e741fc30a9d46b2b
 Source2ExtractDir: %n-%v/external/src
 PatchFile: %n.patch
-PatchFile-MD5: 4714304d22c002bd15e0ae3cb7f490eb
+PatchFile-MD5: e4b2408c611181a3495d811e73f6cc0a
 PatchScript: <<
        #!/bin/sh -ev
        ### Patch and them move Make.sys so future changes are noticed when 
patch fails
-       sed 's|@FINKPREFIX@|%p|g' < %{PatchFile} | patch -p1
+       sed -e 's|@FINKPREFIX@|%p|g' -e 's|@GCC_VERSION@|4.8|g' < %{PatchFile} 
| patch -p1
        cp system/Make.macosx-x11 Make.sys
        ### Fink can't just copy a tarball, it extracts it, but xcrysden needs
        ### the tarball as is, so expand, and then retar.

Index: xcrysden.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/xcrysden.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xcrysden.patch      27 Jul 2012 18:48:09 -0000      1.2
+++ xcrysden.patch      5 Apr 2013 01:14:03 -0000       1.3
@@ -8,13 +8,13 @@
 -CFLAGS = -funroll-loops -fPIC -DTOGL_USE_FONTS -DHAVE_NO_GETLINE
 -CC     = gcc
 +CFLAGS = -funroll-loops -fPIC -DTOGL_USE_FONTS -DHAVE_NO_GETLINE -MD
-+CC     = gcc-4
++CC     = gcc-fsf-@GCC_VERSION@
  #LDLIB  = -ldl
  MATH   = -lm
  
  FFLAGS = -O2
 -FC     = g77
-+FC     = gfortran
++FC     = gfortran-fsf-@GCC_VERSION@
  
  
  #------------------------------------------------------------------------


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to