Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/languages
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv32564

Modified Files:
        iverilog.info 
Log Message:
Moving iverilog-0.8.4-10 to stable on 10.3


Index: iverilog.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/languages/iverilog.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- iverilog.info       2 Apr 2007 01:25:54 -0000       1.1
+++ iverilog.info       7 Jan 2008 02:44:07 -0000       1.2
@@ -1,20 +1,25 @@
 Package: iverilog
 # Remember to fix Source line as well:
-Version: 0.8
-# almost the same as 16, but bison in 10.3/stable is currently old enough to
-# work (1.35), so I dropped the dependency.
-Revision: 17
-Depends: readline-shlibs
+Version: 0.8.4
+Revision: 10
+Depends: readline5-shlibs
 Provides: verilog
+Conflicts: iverilog-snapshot
+Replaces: iverilog-snapshot
+
+# 3.3 for 10.3, 4.0 for 10.4:
+GCC: 3.3
 
 # bison from Xcode 1.5+Nov2004 (ver. 1.2.8) works, but some versions from
 # Fink (1.875 and later, but not including 2.0) break the build.
-BuildDepends: gperf, readline, libncurses5, bison
+BuildDepends: gperf, readline5, libncurses5, bison (>= 2.0)
 
-Source: ftp://ftp.icarus.com/pub/eda/verilog/v%v/verilog-%v.tar.gz
-Source-MD5: 12a20a7f63183e767a9d7d077eb0556c
+Source: ftp://ftp.icarus.com/pub/eda/verilog/v0.8/verilog-%v.tar.gz
+Source-MD5: e1ec55702622ad7522ebc6f357b9f2ce
 # SourceDirectory: verilog-%v
 
+# Patch: %n.patch
+
 # Bug list:
 #
 # Needs testing/patch:
@@ -37,15 +42,25 @@
 
 ConfigureParams: --mandir=%p/share/man
 
-GCC: 3.3
-
+CompileScript: <<
+#! /bin/sh -ev
 ### For G3/G4:
-SetCFLAGS:   -O3 -mcpu=750 -mtune=7400
-SetCXXFLAGS: -O3 -mcpu=750 -mtune=7400
+PPC_OPT="-O3 -mcpu=750 -mtune=7400"
 
-### For G4 only:
-# SetCFLAGS:   -O3 -mcpu=7400
-# SetCXXFLAGS: -O3 -mcpu=7400
+### For G4:
+# PPC_OPT="-O3 -mcpu=7400"
+
+### For G5: (untested)
+# PPC_OPT="-O3 -mcpu=G5"
+
+DFLT_OPT="-O3"
+
+case "%m" in
+    powerpc) CFLAGS="$CFLAGS $PPC_OPT" CXXFLAGS="$CXXFLAGS $PPC_OPT" 
./configure %c ;;
+    *)       CFLAGS="$CFLAGS $DFLT_OPT" CXXFLAGS="$CXXFLAGS $DFLT_OPT" 
./configure %c ;;
+esac
+make
+<<
 
 InstallScript: <<
   make install prefix=%i mandir=%i/share/man
@@ -72,8 +87,7 @@
 <<
 
 DescPackaging: <<
-SetCXXFLAGS is used because CPPFLAGS does not appear to be honored (this
-problem manifests itself as an inability to find readline/readline.h).
+$LastChangedRevision: 384 $ in my local repository.
 <<
 
 License: GPL


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to