Bug 152816 - www/chromium add support for non-SSE2 and for removing explicit gconf dependency
Summary: www/chromium add support for non-SSE2 and for removing explicit gconf dependency
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: Rene Ladan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-04 00:20 UTC by Ruben
Modified: 2010-12-05 10:20 UTC (History)
0 users

See Also:


Attachments
file.diff (7.36 KB, patch)
2010-12-04 00:20 UTC, Ruben
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ruben 2010-12-04 00:20:08 UTC
Some people reported problems building on older architectures that don't have SSE2, so I've added an option to take that out, plus I backported another patch from trunk that takes out the gconf2 dependency, though it still depends on dconf through libgnome-keyring.  I tested the gconf patch in a jail and it builds and runs fine.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-04 00:20:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rene

rene@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Rene Ladan freebsd_committer freebsd_triage 2010-12-04 22:34:55 UTC
While here, the BROKEN marker for FreeBSD < 7.0 can now be safely
removed (since 6.X ended on November 30th) and the two bsd.port.*.mk
lines can be collapsed into one at the end.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-12-05 10:09:32 UTC
rene        2010-12-05 10:09:28 UTC

  FreeBSD ports repository

  Modified files:
    www/chromium         Makefile 
    www/chromium/files   patch-chromium 
  Log:
  - Add explicit dependency on dconf
  - Make dependency on gconf2 optionable (for setting the preferences)
  - Add support for pre-SSE2 processors
  
  While here, remove BROKEN check for 6.X
  
  Port remains FORBIDDEN
  PR:             ports/152816
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.11      +15 -9     ports/www/chromium/Makefile
  1.3       +136 -2    ports/www/chromium/files/patch-chromium
_______________________________________________
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"
Comment 4 Rene Ladan freebsd_committer freebsd_triage 2010-12-05 10:09:41 UTC
State Changed
From-To: open->closed

Committed, also removed check for 6.X