Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2015 12:55:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197031] x11-toolkits/wxgtk30: fix on pre-10.x
Message-ID:  <bug-197031-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197031

            Bug ID: 197031
           Summary: x11-toolkits/wxgtk30: fix on pre-10.x
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: amdmi3@FreeBSD.org
                CC: portmaster@bsdforge.com
                CC: portmaster@bsdforge.com
             Flags: maintainer-feedback?(portmaster@bsdforge.com)

Created attachment 152054
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152054&action=edit
Patch

Ports which use wxgtk30 fail with webkit-gtk2 linking errors on pre-10.x:

http://beefy1.isc.freebsd.org/data/93i386-default/2015-01-21_21h05m07s/logs/wxguitar-1.01_6.log
http://beefy1.isc.freebsd.org/data/93i386-default/2015-01-21_21h05m07s/logs/megaglest-3.9.0.4_5.log
http://beefy1.isc.freebsd.org/data/93i386-default/2015-01-21_21h05m07s/logs/golly-2.4_3.log

Seems like webkit-gtk2 is now using c++11, so dependent ports should use it
too.

- Add USES=compiler:c++11-lib
- Disable precompiled headers with gcc, is it won't compile

Confirmed fixing some dependent ports, some require compiler=c++11-lib as well

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Maintainer CC'd

-- 
You are receiving this mail because:
You are the assignee for the bug.



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