pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics {kplotting, prison}: remove Qt5Widgets hack



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86ffa248038d
branches:  trunk
changeset: 378400:86ffa248038d
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Apr 07 00:53:52 2018 +0000

description:
{kplotting,prison}: remove Qt5Widgets hack

r1.14 of src/external/gpl3/binutils/dist/bfd/elflink.c may fix the
underlying problem but r1.55 of pkgsrc/x11/qt5-qtbase/Makefile means
we no longer tickle it so remove.

diffstat:

 graphics/kplotting/hacks.mk |  7 -------
 graphics/prison/hacks.mk    |  7 -------
 2 files changed, 0 insertions(+), 14 deletions(-)

diffs (22 lines):

diff -r 092a1bfd497e -r 86ffa248038d graphics/kplotting/hacks.mk
--- a/graphics/kplotting/hacks.mk       Sat Apr 07 00:53:05 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-# $NetBSD: hacks.mk,v 1.1 2018/01/17 20:03:37 markd Exp $
-
-# linking -lQt5Widgets on NetBSD with gcc produces
-# ld: BFD (NetBSD Binutils nb1) 2.27 assertion fail
-# /usr/src/external/gpl3/binutils/lib/libbfd/../../dist/bfd/elflink.c:2694
-# unless -lexecinfo preceeds -lQt5Widgets
-BUILDLINK_TRANSFORM.NetBSD+=l:Qt5Widgets:execinfo:Qt5Widgets
diff -r 092a1bfd497e -r 86ffa248038d graphics/prison/hacks.mk
--- a/graphics/prison/hacks.mk  Sat Apr 07 00:53:05 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-# $NetBSD: hacks.mk,v 1.1 2018/02/12 19:49:59 markd Exp $
-
-# linking -lQt5Widgets on NetBSD with gcc produces
-# ld: BFD (NetBSD Binutils nb1) 2.27 assertion fail
-# /usr/src/external/gpl3/binutils/lib/libbfd/../../dist/bfd/elflink.c:2694
-# unless -lexecinfo preceeds -lQt5Widgets
-BUILDLINK_TRANSFORM.NetBSD+=   l:Qt5Widgets:execinfo:Qt5Widgets



Home | Main Index | Thread Index | Old Index