Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8517/10.4/stable/main/finkinfo/devel

Modified Files:
        floppy.info flow.info ftidy.info snoopy.info to-f90.info 
Log Message:
floppy, flow, ftidy, snoopy, to-f90, freehelix: change BuildDepends to 
gcc48-compiler.

Index: ftidy.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/ftidy.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ftidy.info  14 Jun 2013 22:39:19 -0000      1.4
+++ ftidy.info  14 Jun 2013 23:12:29 -0000      1.5
@@ -2,7 +2,7 @@
 Version:  7.2
 Revision: 4
 Description:  Fortran code formatter
-BuildDepends: gcc48
+BuildDepends: gcc48-compiler
 Depends:      gcc48-shlibs
 License:      OSI-Approved
 
@@ -25,7 +25,7 @@
 # Compile Phase (NOTE: there is no configure):
 CompileScript: <<
 #!/bin/sh -ev
-  gfortran -o ftidy tidy.for
+  gfortran-fsf-4.8 -o ftidy tidy.for
 <<
 
 # Install Phase:

Index: floppy.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/floppy.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- floppy.info 14 Jun 2013 22:39:19 -0000      1.6
+++ floppy.info 14 Jun 2013 23:12:29 -0000      1.7
@@ -2,7 +2,7 @@
 Version:  7.0
 Revision: 6
 Description:  Fortran source code analyzer
-BuildDepends: gcc48
+BuildDepends: gcc48-compiler
 Depends:      gcc48-shlibs
 License:      OSI-Approved
 Provides:     floppy
@@ -17,7 +17,7 @@
 #!/bin/sh -ev
 # newer fortrans have a function range. Rename it.
   sed -i.bak 's|RANGE|EGNAR|g' range.for procom.for settyp.for
-  sed -i.bak 's|f77|gfortran|g' makefile
+  sed -i.bak 's|f77|gfortran-fsf-4.8|g' makefile
 <<
 
 # Compile Phase (NOTE: there is no configure):

Index: snoopy.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/snoopy.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- snoopy.info 14 Jun 2013 22:39:19 -0000      1.4
+++ snoopy.info 14 Jun 2013 23:12:29 -0000      1.5
@@ -2,7 +2,7 @@
 Version:  1.0
 Revision: 4
 Description:  ASCII art calendar sheet with a famous dog
-BuildDepends: gcc48
+BuildDepends: gcc48-compiler
 Depends:      gcc48-shlibs
 License:      OSI-Approved
 
@@ -15,7 +15,7 @@
 CompileScript: <<
 #!/bin/sh -ev
   sed -i.bak 's|prefix|%p|g' SNOOPY.FOR
-  gfortran SNOOPY.FOR -o snoopy
+  gfortran-fsf-4.8 SNOOPY.FOR -o snoopy
   strip snoopy
 <<
 

Index: to-f90.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/to-f90.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- to-f90.info 14 Jun 2013 22:39:19 -0000      1.4
+++ to-f90.info 14 Jun 2013 23:12:29 -0000      1.5
@@ -2,7 +2,7 @@
 Version: 2000-03-21
 Revision: 4
 Description:  Fortran 77 to fortran 90 converter
-BuildDepends: gcc48
+BuildDepends: gcc48-compiler
 Depends:      gcc48-shlibs
 License:      OSI-Approved
 
@@ -14,7 +14,7 @@
 # Compile Phase (NOTE: there is no configure):
 CompileScript: <<
 #!/bin/sh -ev
-  gfortran -o to_f90 TO_F90.F90
+  gfortran-fsf-4.8 -o to_f90 TO_F90.F90
 <<
 
 InstallScript: <<

Index: flow.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/flow.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- flow.info   14 Jun 2013 22:39:19 -0000      1.6
+++ flow.info   14 Jun 2013 23:12:29 -0000      1.7
@@ -2,7 +2,7 @@
 Version:  3.0
 Revision: 6
 Description:  Fortran source code analyzer
-BuildDepends: gcc48
+BuildDepends: gcc48-compiler
 Depends:      gcc48-shlibs
 License:      OSI-Approved
 Provides:     flow
@@ -15,7 +15,7 @@
 
 PatchScript: <<
 #!/bin/sh -ev
-  sed -i.bak 's|f77|gfortran|g' makefile
+  sed -i.bak 's|f77|gfortran-fsf-4.8|g' makefile
 <<
 
 # Compile Phase (NOTE: there is no configure):


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to