[141984] trunk/dports/devel/rcs

khindenburg at macports.org khindenburg at macports.org
Sat Dec 12 03:50:25 PST 2015


Revision: 141984
          https://trac.macports.org/changeset/141984
Author:   khindenburg at macports.org
Date:     2015-11-01 09:11:36 -0800 (Sun, 01 Nov 2015)
Log Message:
-----------
rcs: add patch to fix _Noreturn build errors #49046

Modified Paths:
--------------
    trunk/dports/devel/rcs/Portfile

Added Paths:
-----------
    trunk/dports/devel/rcs/files/

Modified: trunk/dports/devel/rcs/Portfile
===================================================================
--- trunk/dports/devel/rcs/Portfile	2015-11-01 16:42:41 UTC (rev 141983)
+++ trunk/dports/devel/rcs/Portfile	2015-11-01 17:11:36 UTC (rev 141984)
@@ -27,6 +27,8 @@
 checksums           rmd160  90a62da2391d6fd3d36db0f97cdf1ee995ee4917 \
                     sha256  063d5a0d7da1821754b80c639cdae2c82b535c8ff4131f75dc7bbf0cd63a5dff
 
+patchfiles          patch-noreturn.diff
+
 set docdir          ${prefix}/share/doc/${name}
 
 post-destroot {
@@ -34,3 +36,7 @@
     xinstall -m 0644 -W ${worksrcpath} AUTHORS ChangeLog COPYING NEWS README THANKS \
         ${destroot}${docdir}
 }
+
+# Currently t999 fails
+test.run            yes
+test.target         check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/0f05d214/attachment-0001.html>


More information about the macports-changes mailing list