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

Modified Files:
        qepcad.info 
Log Message:
syncing with exp; new upstream.

Index: qepcad.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/qepcad.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- qepcad.info 31 May 2012 02:38:25 -0000      1.12
+++ qepcad.info 31 May 2012 13:55:25 -0000      1.13
@@ -1,21 +1,21 @@
 Info2: <<
-Package: qepcad%type_pkg[-gcc4.6]
-Version: 1.65
-Revision: 2
+Package: qepcad%type_pkg[-gcc4.7]
+Version: 1.69
+Revision: 3
 Architecture: i386, x86_64
 # Arch-restriction inherited fom saclib
-Source: http://www.usna.edu/Users/cs/qepcad/INSTALL/%{Ni}-B.%v.tar.gz
-Source-MD5: a3e11db763dc9525de82ea1274ed224c
-Source2: http://www.usna.edu/Users/cs/qepcad/SLFQ/simplify-1.18.tar.gz
-Source2-MD5: 8b4ea6c64ddd54b8aed622420b3c1981
+Source: http://www.usna.edu/cs/~qepcad/INSTALL/%{Ni}-B.%v.tar.gz
+Source-MD5: 8eb38dcc186076896837c75f2f206bb8
+Source2: http://www.usna.edu/cs/~qepcad/SLFQ/simplify-1.20.tar.gz
+Source2-MD5: f9e96cdd51aeb71fd75857f70bf9ef60
 SourceDirectory: qesource
-Type: -gcc4.6 (boolean)
-BuildDepends: readline5, saclib%type_pkg[-gcc4.6] (>= 2.2.5-1), sed, 
flex-devel, (%type_pkg[-gcc4.6]) gcc46-compiler, freeglut
-Depends: readline5-shlibs, (%type_pkg[-gcc4.6]) gcc46-shlibs, singular, 
freeglut-shlibs
-Recommends: saclib%type_pkg[-gcc4.6]
+Type: -gcc4.7 (boolean)
+BuildDepends: readline5, saclib%type_pkg[-gcc4.7] (>= 2.2.5-1), sed, 
flex-devel, (%type_pkg[-gcc4.7]) gcc47-compiler, freeglut
+Depends: readline5-shlibs, (%type_pkg[-gcc4.7]) gcc47-shlibs, singular, 
freeglut-shlibs
+Recommends: saclib%type_pkg[-gcc4.7]
 # Strictly speaking, the recommends would be a "depends" when using qepcad 
under gdb 
-Conflicts: %{Ni}, %{Ni}-gcc44, %{Ni}-gcc45, %{Ni}-gcc46
-Replaces: %{Ni}, %{Ni}-gcc44, %{Ni}-gcc45, %{Ni}-gcc46
+Conflicts: %{Ni}, %{Ni}-gcc44, %{Ni}-gcc45, %{Ni}-gcc46, %{Ni}-gcc47
+Replaces: %{Ni}, %{Ni}-gcc44, %{Ni}-gcc45, %{Ni}-gcc46, %{Ni}-gcc47
 
 PatchScript: <<
   #!/bin/sh -ev
@@ -24,15 +24,15 @@
   ## no /usr/local
   sed -i'' -e 's,#!/usr/local/bin/perl,#!/usr/bin/env perl,' 
extensions/{newadj/ps,rend/rgbinfo}.pl
   ## CFLAGS and LDFLAGS and the like :
-  if [ "%type_raw[-gcc4.6]" == "-gcc4.6" ] ; then nopic=''; else 
nopic="-mdynamic-no-pic"; fi
+  if [ "%type_raw[-gcc4.7]" == "-gcc4.7" ] ; then nopic=''; else 
nopic="-mdynamic-no-pic"; fi
   cflags="$nopic -Wall -Wextra -Wstrict-aliasing=2"
   # Makefiles don't respect CC or CXX
-  if [ "%type_raw[-gcc4.6]" == "-gcc4.6" ]; then CXX=g++-4
+  if [ "%type_raw[-gcc4.7]" == "-gcc4.7" ]; then CXX=g++-4
        elif test -f /usr/bin/g++-4.2; then CXX=g++-4.2
        else CXX=g++
   fi
   find .. -name Makefile -exec sed -i'' -e "s,g[+][+],$CXX,g" \{\} \;
-  # get rid of gcc46's libgcc_s
+  # get rid of gcc47's libgcc_s
   if [ `uname -r | cut -f1 -d.` -ge 9 ]; then 
LDFLAGS="-Wl,-dead_strip_dylibs"; else LDFLAGS=''; fi
   # to strip binaries ( using "-s" would lead at launch to dyld error "lazy 
pointer not found" ):
   echo '__mh_execute_header' > symlst
@@ -74,7 +74,7 @@
 CompileScript: <<
   #!/bin/sh -ev
   export PATH="%p/lib/flex/bin:$PATH"
-  if [ "%type_raw[-gcc4.6]" == "-gcc4.6" ]; then export 
PATH=%p/lib/gcc4.5/bin:$PATH; fi
+  if [ "%type_raw[-gcc4.7]" == "-gcc4.7" ]; then export 
PATH=%p/lib/gcc4.7/bin:$PATH; fi
   export CPATH=%p/include
   export saclib=%p
   export qe=`pwd`


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to