head 1.2; access; symbols pkgsrc-2020Q2:1.1.0.4 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2020.06.29.13.25.57; author adam; state dead; branches; next 1.1; commitid ygDwTKSuDgMgF7eC; 1.1 date 2020.03.08.20.55.17; author brook; state Exp; branches 1.1.4.1; next ; commitid LPHUYrTHfhVHLDZB; 1.1.4.1 date 2020.07.03.10.29.50; author bsiegert; state dead; branches; next ; commitid g2rGTfCf2Mo2zCeC; desc @@ 1.2 log @qt5-qscintilla py-qt5-qscintilla: updated to 2.11.5 QScintilla v2.11.5 has been released. This is a minor bug-fix release. @ text @$NetBSD: patch-qscintilla.pro,v 1.1 2020/03/08 20:55:17 brook Exp $ Add full path to installed library names on Darwin. --- qscintilla.pro.orig 2019-06-25 12:49:27.000000000 +0000 +++ qscintilla.pro @@@@ -95,6 +95,10 @@@@ CONFIG(staticlib) { } INSTALLS += features +mac { + QMAKE_SONAME_PREFIX=$$target.path +} + HEADERS = \ ./Qsci/qsciglobal.h \ ./Qsci/qsciscintilla.h \ @ 1.1 log @Add full path to installed library names on Darwin. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.4.1 log @Pullup ticket #6255 - requested by gdt x11/qt5-qscintilla, x11/py-qt5-qscintilla: build fix Revisions pulled up: - x11/py-qt5-qscintilla/Makefile 1.9 - x11/qt5-qscintilla/Makefile 1.10 - x11/qt5-qscintilla/Makefile.common 1.2 - x11/qt5-qscintilla/buildlink3.mk 1.6 - x11/qt5-qscintilla/distinfo 1.4 - x11/qt5-qscintilla/patches/patch-Python_configure.py 1.1 - x11/qt5-qscintilla/patches/patch-Qt4Qt5_qsciapis.cpp 1.1 - x11/qt5-qscintilla/patches/patch-Qt4Qt5_qscintilla.pro 1.1 - x11/qt5-qscintilla/patches/patch-qsciapis.cpp deleted - x11/qt5-qscintilla/patches/patch-qscintilla.pro deleted --- Module Name: pkgsrc Committed By: adam Date: Mon Jun 29 13:25:57 UTC 2020 Modified Files: pkgsrc/x11/py-qt5-qscintilla: Makefile pkgsrc/x11/qt5-qscintilla: Makefile Makefile.common buildlink3.mk distinfo Added Files: pkgsrc/x11/qt5-qscintilla/patches: patch-Python_configure.py patch-Qt4Qt5_qsciapis.cpp patch-Qt4Qt5_qscintilla.pro Removed Files: pkgsrc/x11/qt5-qscintilla/patches: patch-qsciapis.cpp patch-qscintilla.pro Log Message: qt5-qscintilla py-qt5-qscintilla: updated to 2.11.5 QScintilla v2.11.5 has been released. This is a minor bug-fix release. @ text @d1 1 a1 1 $NetBSD: patch-qscintilla.pro,v 1.1 2020/03/08 20:55:17 brook Exp $ @