pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/texmaker Fix the configure (qmake) stage. Wit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44f061b4f625
branches:  trunk
changeset: 509032:44f061b4f625
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Thu Mar 02 15:09:49 2006 +0000

description:
Fix the configure (qmake) stage.  With the right environment, it works correct
without patch-aa.

diffstat:

 editors/texmaker/Makefile         |   3 ++-
 editors/texmaker/distinfo         |   3 +--
 editors/texmaker/patches/patch-aa |  12 ------------
 3 files changed, 3 insertions(+), 15 deletions(-)

diffs (44 lines):

diff -r d222ec06bf8c -r 44f061b4f625 editors/texmaker/Makefile
--- a/editors/texmaker/Makefile Thu Mar 02 13:23:28 2006 +0000
+++ b/editors/texmaker/Makefile Thu Mar 02 15:09:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/02/27 14:46:18 ghen Exp $
+# $NetBSD: Makefile,v 1.8 2006/03/02 15:09:49 ghen Exp $
 
 DISTNAME=      texmaker-1.3
 CATEGORIES=    editors
@@ -13,6 +13,7 @@
 
 do-configure:
        cd ${WRKSRC} && \
+       ${SETENV} ${CONFIGURE_ENV} \
        ${QTDIR:Q}/bin/qmake -unix PREFIX=${PREFIX:Q} texmaker.pro
 
 .include "../../x11/qt4-libs/buildlink3.mk"
diff -r d222ec06bf8c -r 44f061b4f625 editors/texmaker/distinfo
--- a/editors/texmaker/distinfo Thu Mar 02 13:23:28 2006 +0000
+++ b/editors/texmaker/distinfo Thu Mar 02 15:09:49 2006 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/02/27 14:46:18 ghen Exp $
+$NetBSD: distinfo,v 1.3 2006/03/02 15:09:49 ghen Exp $
 
 SHA1 (texmaker-1.3.tar.bz2) = a3f64632205cee107b9bfd7f8a22ea136d874961
 RMD160 (texmaker-1.3.tar.bz2) = 651abd11822957b33ed32356bccc783c7e9dc83b
 Size (texmaker-1.3.tar.bz2) = 741415 bytes
-SHA1 (patch-aa) = f9ae152d694f6ca0d51160c3a5a4cfdde7c810a3
diff -r d222ec06bf8c -r 44f061b4f625 editors/texmaker/patches/patch-aa
--- a/editors/texmaker/patches/patch-aa Thu Mar 02 13:23:28 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2006/02/27 14:47:54 ghen Exp $
-
---- texmaker.pro.orig  2006-02-27 11:19:57.000000000 +0100
-+++ texmaker.pro
-@@ -2,6 +2,7 @@ unix {
-   UI_DIR = .ui
-   MOC_DIR = .moc
-   OBJECTS_DIR = .obj
-+  INCLUDEPATH = $(QTDIR)/include/Qt
- }
- 
- TEMPLATE      = app



Home | Main Index | Thread Index | Old Index