Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2011 09:21:44 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/161274: [PATCH] www/chromium: fix build on FreeBSD 10
Message-ID:  <201110040921.p949LixV020448@red.freebsd.org>
Resent-Message-ID: <201110040930.p949UBm9059933@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         161274
>Category:       ports
>Synopsis:       [PATCH] www/chromium: fix build on FreeBSD 10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 04 09:30:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT i386
>Description:
Fix build on FreeBSD 10.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/files/patch-tools__gyp__pylib__gyp____init__.py b/files/patch-tools__gyp__pylib__gyp____init__.py
index 4513980..9af7dae 100644
--- a/files/patch-tools__gyp__pylib__gyp____init__.py
+++ b/files/patch-tools__gyp__pylib__gyp____init__.py
@@ -1,10 +1,11 @@
---- ./tools/gyp/pylib/gyp/__init__.py.orig	2010-12-16 02:33:33.000000000 +0100
-+++ ./tools/gyp/pylib/gyp/__init__.py	2010-12-20 20:15:08.000000000 +0100
-@@ -315,6 +315,7 @@
+--- tools/gyp/pylib/gyp/__init__.py.orig	2011-09-14 12:20:06.000000000 +0400
++++ tools/gyp/pylib/gyp/__init__.py	2011-10-04 12:35:25.000000000 +0400
+@@ -332,6 +332,8 @@
                             'cygwin':   'msvs',
                             'freebsd7': 'make',
                             'freebsd8': 'make',
 +                           'freebsd9': 'make',
++                           'freebsd10':'make',
                             'linux2':   'make',
+                            'linux3':   'make',
                             'openbsd4': 'make',
-                            'sunos5':   'make',}[sys.platform] ]


>Release-Note:
>Audit-Trail:
>Unformatted:



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