Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2013 13:30:18 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330229 - head/www/chromium/files
Message-ID:  <201310131330.r9DDUISh069545@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Oct 13 13:30:17 2013
New Revision: 330229
URL: http://svnweb.freebsd.org/changeset/ports/330229

Log:
  Remove two patches from extra-patch-gcc that are now applied
  unconditionally.  This fixes 'make patch' when selecting the GCC option.
  
  Reported by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
  Reported by:	olgeni@

Modified:
  head/www/chromium/files/extra-patch-gcc

Modified: head/www/chromium/files/extra-patch-gcc
==============================================================================
--- head/www/chromium/files/extra-patch-gcc	Sun Oct 13 13:06:50 2013	(r330228)
+++ head/www/chromium/files/extra-patch-gcc	Sun Oct 13 13:30:17 2013	(r330229)
@@ -28,26 +28,3 @@
  #include <string>
  
  #include "base/gtest_prod_util.h"
---- third_party/libjingle/source/talk/base/network.h.orig	2013-05-26 21:44:12.257312749 +0200
-+++ third_party/libjingle/source/talk/base/network.h	2013-05-26 21:45:08.869297313 +0200
-@@ -38,6 +38,10 @@
- #include "talk/base/messagehandler.h"
- #include "talk/base/sigslot.h"
- 
-+#if defined(OS_FREEBSD)
-+#include <sys/types.h>
-+#endif
-+
- #if defined(POSIX)
- struct ifaddrs;
- #endif  // defined(POSIX)
---- base/sys_info_freebsd.cc.orig	2013-05-17 22:44:42.000000000 +0200
-+++ base/sys_info_freebsd.cc	2013-05-26 22:57:45.885322785 +0200
-@@ -4,6 +4,7 @@
- 
- #include "base/sys_info.h"
- 
-+#include <sys/types.h>
- #include <sys/sysctl.h>
- 
- #include "base/logging.h"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310131330.r9DDUISh069545>