pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/qt3-libs Prevent qmake from generating .la files. ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2fc6b40f1abd
branches: trunk
changeset: 509089:2fc6b40f1abd
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Mar 02 23:41:55 2006 +0000
description:
Prevent qmake from generating .la files. In pkgsrc, they are taken care
of by libtool.
This fixes PRs pkg/30656 and pkg/32244.
diffstat:
x11/qt3-libs/distinfo | 3 ++-
x11/qt3-libs/patches/patch-aj | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (34 lines):
diff -r ae066aa55df2 -r 2fc6b40f1abd x11/qt3-libs/distinfo
--- a/x11/qt3-libs/distinfo Thu Mar 02 23:17:36 2006 +0000
+++ b/x11/qt3-libs/distinfo Thu Mar 02 23:41:55 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.33 2005/11/01 15:20:50 joerg Exp $
+$NetBSD: distinfo,v 1.34 2006/03/02 23:41:55 minskim Exp $
SHA1 (qt-x11-free-3.3.5.tar.bz2) = 8d7c7ba0b39848ef60b3cd93fc1d33e9527694ec
RMD160 (qt-x11-free-3.3.5.tar.bz2) = 376ae3fc36c70ec864653ca78582ba29410def7f
@@ -12,6 +12,7 @@
SHA1 (patch-ag) = a413055f8df258b0bb91e46d6f611e9ec511b913
SHA1 (patch-ah) = f9e0a77ea62e06b3c037921094e0eb1d50a5ffce
SHA1 (patch-ai) = 582a02a1b697ef038cd5a8ead5dd3b0910e6297b
+SHA1 (patch-aj) = 414260de4a3cb91cbd6ec384cafda7268205930d
SHA1 (patch-bb) = b6a15a4b2b7b83b89bd3610cf2e48c242dbce2e5
SHA1 (patch-bc) = d8a84e1b66bf1953b53df57ae81d2c98cce69c41
SHA1 (patch-bd) = a116ecf305ee5b5338bf84cb908d695f3baea830
diff -r ae066aa55df2 -r 2fc6b40f1abd x11/qt3-libs/patches/patch-aj
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt3-libs/patches/patch-aj Thu Mar 02 23:41:55 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2006/03/02 23:41:55 minskim Exp $
+
+--- src/qt.pro.orig 2005-03-18 07:38:19.000000000 -0800
++++ src/qt.pro
+@@ -169,7 +169,7 @@ include(qt_install.pri)
+ !staticlib:PRL_EXPORT_DEFINES += QT_SHARED
+
+ unix {
+- CONFIG += create_libtool create_pc
++ CONFIG += create_pc
+ QMAKE_PKGCONFIG_LIBDIR = $$target.path
+ QMAKE_PKGCONFIG_INCDIR = $$headers.path
+ }
Home |
Main Index |
Thread Index |
Old Index