pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt3-libs move the post-patch to pre-configure sinc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ceb2f40ae7e
branches:  trunk
changeset: 495797:5ceb2f40ae7e
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Mon Jun 20 22:03:42 2005 +0000

description:
move the post-patch to pre-configure since it is somewhat configure-like
in nature.  This makes sure we get the correct libtool which fixes a
problem where the installed .la files have references to ${WRKSRC} left
in them.  Fix suggested by Johnny Lam.  Bump PKGREVISION.

diffstat:

 x11/qt3-libs/Makefile        |  3 ++-
 x11/qt3-libs/Makefile.common |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r ee479bb96621 -r 5ceb2f40ae7e x11/qt3-libs/Makefile
--- a/x11/qt3-libs/Makefile     Mon Jun 20 20:59:45 2005 +0000
+++ b/x11/qt3-libs/Makefile     Mon Jun 20 22:03:42 2005 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.33 2005/04/18 13:22:17 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2005/06/20 22:03:42 dmcmahill Exp $
 
 LIBQT=                 ${WRKSRC}/lib/libqt-mt.la
 
 .include "../qt3-libs/Makefile.common"
 
 PKGNAME=               qt3-libs-${QTVERSION}
+PKGREVISION=           1
 MAINTAINER=            adam%NetBSD.org@localhost
 COMMENT=               C++ X GUI toolkit
 
diff -r ee479bb96621 -r 5ceb2f40ae7e x11/qt3-libs/Makefile.common
--- a/x11/qt3-libs/Makefile.common      Mon Jun 20 20:59:45 2005 +0000
+++ b/x11/qt3-libs/Makefile.common      Mon Jun 20 22:03:42 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.50 2005/06/01 19:30:29 wiz Exp $
+# $NetBSD: Makefile.common,v 1.51 2005/06/20 22:03:42 dmcmahill Exp $
 #
 DISTNAME=              qt-x11-free-${QTVERSION}
 CATEGORIES=            x11
@@ -92,7 +92,7 @@
 
 .include "../../mk/x11.buildlink3.mk"
 
-post-patch:
+pre-configure:
        ${SED} \
                -e 's:@LOCALBASE@:${LOCALBASE}:g' \
                -e 's:@X11BASE@:${X11BASE}:g' \



Home | Main Index | Thread Index | Old Index