Bug 162263 - x11-toolkits/swt-devel: workaround for build failure caused by webkit
Summary: x11-toolkits/swt-devel: workaround for build failure caused by webkit
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: Eitan Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-03 03:10 UTC by Conrad J. Sabatier
Modified: 2011-11-03 19:30 UTC (History)
1 user (show)

See Also:


Attachments
swt-devel.diff (1.43 KB, patch)
2011-11-03 03:10 UTC, Conrad J. Sabatier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Conrad J. Sabatier 2011-11-03 03:10:09 UTC
	x11-toolkits/swt-devel currently fails to build if webkit-gtk2 is installed.
	The work/build.sh script automatically detects the existence of webkit and enables
	it in the build, causing the build to eventually fail at line 62 of work/build.xml.

Fix: The following patch is a very simple temporary workaround, unconditionally disabling 
	webkit in the build (until a better solution may be found).
How-To-Repeat: 	Install www/webkit-gtk2, then try building x11-toolkits/swt-devel.
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2011-11-03 18:34:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->eadler

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-11-03 19:20:20 UTC
eadler      2011-11-03 19:20:11 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/swt-devel/files patch-build.sh 
  Log:
  Fix build of swt-devel when webkit is installed
  
  PR:             ports/162263
  Submitted by:   "Conrad J. Sabatier" <conrads@cox.net> (patch)
  Submitted by:   "Kevin Oberman" <kob6558@gmail.com> (bug report)
  Submitted by:   "Leslie Jensen" <leslie@eskk.nu> (bug report)
  Approved by:    bapt,sahil (mentors, implicit)
  
  Revision  Changes    Path
  1.10      +24 -7     ports/x11-toolkits/swt-devel/files/patch-build.sh
_______________________________________________
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 3 Eitan Adler freebsd_committer freebsd_triage 2011-11-03 19:20:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!