[105106] trunk/dports/lang/gcc48

jeremyhu at macports.org jeremyhu at macports.org
Wed Apr 10 09:22:16 PDT 2013


Revision: 105106
          https://trac.macports.org/changeset/105106
Author:   jeremyhu at macports.org
Date:     2013-04-10 09:22:16 -0700 (Wed, 10 Apr 2013)
Log Message:
-----------
gcc48: Remove unnecessary patch for an issue already addressed upstream (#38732)

Modified Paths:
--------------
    trunk/dports/lang/gcc48/Portfile

Removed Paths:
-------------
    trunk/dports/lang/gcc48/files/libstdc++-configure-timespec.patch

Modified: trunk/dports/lang/gcc48/Portfile
===================================================================
--- trunk/dports/lang/gcc48/Portfile	2013-04-10 15:42:01 UTC (rev 105105)
+++ trunk/dports/lang/gcc48/Portfile	2013-04-10 16:22:16 UTC (rev 105106)
@@ -9,6 +9,7 @@
 
 # Remove the revision in libstdcxx-devel when bumping
 version             4.8-20130404
+revision            1
 platforms           darwin
 categories          lang
 maintainers         mww openmaintainer
@@ -42,7 +43,6 @@
 depends_skip_archcheck-append gcc_select ld64 cctools
 license_noconflict  gmp mpfr ppl libmpc
 
-patchfiles          libstdc++-configure-timespec.patch
 patch.dir           ${workpath}/gcc-${version}
 
 set major           4.8
@@ -111,8 +111,6 @@
 destroot.target     install install-info-host
 
 if {${subport} == "libstdcxx-devel"} {
-    revision        0
-
     conflicts       libstdcxx
 
     patchfiles-append  force-static-gcc.patch

Deleted: trunk/dports/lang/gcc48/files/libstdc++-configure-timespec.patch
===================================================================
--- trunk/dports/lang/gcc48/files/libstdc++-configure-timespec.patch	2013-04-10 15:42:01 UTC (rev 105105)
+++ trunk/dports/lang/gcc48/files/libstdc++-configure-timespec.patch	2013-04-10 16:22:16 UTC (rev 105106)
@@ -1,38 +0,0 @@
---- libstdc++-v3/configure.orig	2012-10-07 16:00:53.000000000 -0700
-+++ libstdc++-v3/configure	2012-10-07 16:03:16.000000000 -0700
-@@ -19721,9 +19721,10 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_
- int
- main ()
- {
--#if _POSIX_TIMERS > 0 && defined(_POSIX_MONOTONIC_CLOCK)
--	  timespec tp;
--	 #endif
-+#if !defined(_POSIX_MONOTONIC_CLOCK) || _POSIX_MONOTONIC_CLOCK <= 0
-+#error  _POSIX_MONOTONIC_CLOCK is undefined
-+#endif
-+	struct timespec tp;
- 	  clock_gettime(CLOCK_MONOTONIC, &tp);
- 
-   ;
-@@ -19754,9 +19755,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_
- int
- main ()
- {
--#if _POSIX_TIMERS > 0
--	  timespec tp;
--	 #endif
-+	  struct timespec tp;
- 	  clock_gettime(CLOCK_REALTIME, &tp);
- 
-   ;
-@@ -19787,9 +19786,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_
- int
- main ()
- {
--#if _POSIX_TIMERS > 0
--	  timespec tp;
--	 #endif
-+	  struct timespec tp;
- 	  nanosleep(&tp, 0);
- 
-   ;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130410/ebf7e3e4/attachment-0001.html>


More information about the macports-changes mailing list