[99326] trunk/dports/science/freehdl

jmr at macports.org jmr at macports.org
Thu Nov 1 15:25:33 PDT 2012


Revision: 99326
          http://trac.macports.org//changeset/99326
Author:   jmr at macports.org
Date:     2012-11-01 15:25:33 -0700 (Thu, 01 Nov 2012)
Log Message:
-----------
freehdl: delete broken and apparently unused code (#36512)

Modified Paths:
--------------
    trunk/dports/science/freehdl/Portfile

Added Paths:
-----------
    trunk/dports/science/freehdl/files/kernel-sig-info.hh.patch

Modified: trunk/dports/science/freehdl/Portfile
===================================================================
--- trunk/dports/science/freehdl/Portfile	2012-11-01 20:59:12 UTC (rev 99325)
+++ trunk/dports/science/freehdl/Portfile	2012-11-01 22:25:33 UTC (rev 99326)
@@ -21,4 +21,4 @@
                     sha1    eca7ad3ac58e56b72842e83a0a702c05b8f86aa4 \
                     rmd160  d00e14d6b1cd97154b221717124c6e20b0d4f776
 
-patchfiles          std-vhdl-types.hh.patch
+patchfiles          std-vhdl-types.hh.patch kernel-sig-info.hh.patch

Added: trunk/dports/science/freehdl/files/kernel-sig-info.hh.patch
===================================================================
--- trunk/dports/science/freehdl/files/kernel-sig-info.hh.patch	                        (rev 0)
+++ trunk/dports/science/freehdl/files/kernel-sig-info.hh.patch	2012-11-01 22:25:33 UTC (rev 99326)
@@ -0,0 +1,13 @@
+--- freehdl/kernel-sig-info.hh.orig	2008-02-16 06:08:27.000000000 +1100
++++ freehdl/kernel-sig-info.hh	2012-11-02 09:18:14.000000000 +1100
+@@ -164,10 +164,6 @@ template<class T>class sig_info : public
+ 	   type_info_interface *type, char attr, sig_info_base *base_sig,
+ 	   acl *aclp, vtime delay, void *sr) :
+     sig_info_base(iname, n, sln, type, attr, base_sig, aclp, delay, sr) {};
+-  /* Constructor to instantiate a guard signal */
+-  sig_info(name_stack &iname, const char *n, const char *sln,
+-	   void *reader, void *sr) : 
+-    sig_info_base(iname, n, sln, reader, sr) {};
+   /* Constructor to instantiate an alias signal */
+   sig_info(name_stack &iname, const char *n, const char *sln,
+ 	   type_info_interface *ty, sig_info_base *aliased_sig,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121101/e56f7af2/attachment.html>


More information about the macports-changes mailing list