From owner-freebsd-ports-bugs@freebsd.org Sun Jul 10 06:33:25 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9E6EB83A23 for ; Sun, 10 Jul 2016 06:33:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEC451658 for ; Sun, 10 Jul 2016 06:33:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u6A6XPIi004699 for ; Sun, 10 Jul 2016 06:33:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 210450] [NEW PORT] devel/liteide: Simple, open source, cross-platform Go IDE Date: Sun, 10 Jul 2016 06:33:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2016 06:33:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210450 --- Comment #8 from Jan Beich --- Created attachment 172301 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D172301&action= =3Dedit minor style changes The following is bogus QT5_USE=3D ... gl and should be QT5_USE=3D ... GL=3Dgl or removed by adding LDFLAGS+=3D -Wl,--as-needed -lGL seems to be pulled by QtGui. ------------------ USE_QT5=3Dwebkit is unused according to *-qt5.log 0x00000001 (NEEDED) Shared library: [libQt5Core.so.5] 0x00000001 (NEEDED) Shared library: [libQt5Gui.so.5] 0x00000001 (NEEDED) Shared library: [libQt5Network.s= o.5] 0x00000001 (NEEDED) Shared library: [libQt5PrintSupport.so.5] 0x00000001 (NEEDED) Shared library: [libQt5Widgets.s= o.5] 0x00000001 (NEEDED) Shared library: [libQt5Xml.so.5] However, liteidex/src/plugins/webkithtmlwidget/webkithtmlwidget.pro actually supports it greaterThan(QT_MAJOR_VERSION, 4) { QT +=3D webkitwidgets } else { QT +=3D network QT +=3D webkit } but disabled by liteidex/liteidex.pri linux* { contains(CONFIG, liteide_qtwebkit) { DEFINES +=3D LITEIDE_QTWEBKIT } } else { greaterThan(QT_MAJOR_VERSION, 4) { } else { DEFINES +=3D LITEIDE_QTWEBKIT } } (In reply to Dmitri Goutnik from comment #6) > Jan, I'm not quite sure what you mean by visually confusuing but I > looked at other ports that have QT4/QT5 as build options and > rearranged USEs a bit. Options and their helpers generally go at the bottom just before conditiona= ls and target definitions. I'm attaching a patch to illustrate but the last wo= rd is up to you, the maintainer. --=20 You are receiving this mail because: You are the assignee for the bug.=