pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc {sonnet, syntax-highlighting}: remove Qt5Widge...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c8bbf51cfa9
branches:  trunk
changeset: 378403:6c8bbf51cfa9
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Apr 07 00:58:12 2018 +0000

description:
{sonnet,syntax-highlighting}: 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:

 textproc/sonnet/hacks.mk              |  7 -------
 textproc/syntax-highlighting/hacks.mk |  7 -------
 2 files changed, 0 insertions(+), 14 deletions(-)

diffs (22 lines):

diff -r 7e27c5b10fd6 -r 6c8bbf51cfa9 textproc/sonnet/hacks.mk
--- a/textproc/sonnet/hacks.mk  Sat Apr 07 00:56: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:11:06 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 7e27c5b10fd6 -r 6c8bbf51cfa9 textproc/syntax-highlighting/hacks.mk
--- a/textproc/syntax-highlighting/hacks.mk     Sat Apr 07 00:56: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:11:06 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