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.
Responsible Changed From-To: freebsd-ports-bugs->eadler I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!