Bug 163921 - Fix warnings at the beginning of www/chromium build
Summary: Fix warnings at the beginning of www/chromium build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-chromium (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-08 16:40 UTC by Shane
Modified: 2012-01-10 21:00 UTC (History)
0 users

See Also:


Attachments
file.shar (38.10 KB, text/plain)
2012-01-08 16:40 UTC, Shane
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shane 2012-01-08 16:40:07 UTC
At the start of building www/chromium the following warnings appear -
WARNING: allocator uses invalid type 'settings'.  Please fix the source gyp file to use type 'none'.
See http://code.google.com/p/chromium/issues/detail?id=96629 .
WARNING: libjpeg uses invalid type 'settings'.  Please fix the source gyp file to use type 'none'.
See http://code.google.com/p/chromium/issues/detail?id=96629 .
WARNING: libevent uses invalid type 'settings'.  Please fix the source gyp file to use type 'none'.
See http://code.google.com/p/chromium/issues/detail?id=96629 .

The attached patch (2 existing patches adjusted - 1 added) removes the warnings

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-08 16:40:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-chromium

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Rene Ladan freebsd_committer freebsd_triage 2012-01-10 20:57:20 UTC
State Changed
From-To: open->closed

Committed in modified form, thanks
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-01-10 20:57:28 UTC
rene        2012-01-10 20:57:15 UTC

  FreeBSD ports repository

  Modified files:
    www/chromium         Makefile 
    www/chromium/files   patch-base__allocator__allocator.gyp 
  Log:
  Fix warnings at the start of the build.
  
  PR:             ports/163921 (based on)
  Submitted by:   Shane Ambler [freebsd shaneware.biz]
  Patched by:     George Liaskos
  
  Revision  Changes    Path
  1.64      +11 -0     ports/www/chromium/Makefile
  1.5       +3 -3      ports/www/chromium/files/patch-base__allocator__allocator.gyp
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"