pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 Use --mode=install for libtool, don't dependency o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a699e60eaa2d
branches:  trunk
changeset: 398600:a699e60eaa2d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Sep 03 12:12:14 2009 +0000

description:
Use --mode=install for libtool, don't dependency on the legacy
detection.

diffstat:

 x11/XmHTML/Makefile      |  4 ++--
 x11/qt3-mysql/Makefile   |  4 ++--
 x11/qt3-pgsql/Makefile   |  4 ++--
 x11/qt4-mysql/Makefile   |  4 ++--
 x11/qt4-pgsql/Makefile   |  4 ++--
 x11/qt4-sqlite3/Makefile |  4 ++--
 x11/qt4-tiff/Makefile    |  4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)

diffs (126 lines):

diff -r 06ad85e6f881 -r a699e60eaa2d x11/XmHTML/Makefile
--- a/x11/XmHTML/Makefile       Thu Sep 03 12:10:21 2009 +0000
+++ b/x11/XmHTML/Makefile       Thu Sep 03 12:12:14 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2009/08/26 19:56:39 sno Exp $
+# $NetBSD: Makefile,v 1.45 2009/09/03 12:12:14 joerg Exp $
 #
 
 DISTNAME=      XmHTML-1.1.7
@@ -19,7 +19,7 @@
 INSTALLATION_DIRS=     include/XmHTML lib
 
 do-install:
-       ${LIBTOOL} ${LIBTOOL_FLAGS} ${INSTALL_LIB} \
+       ${LIBTOOL} --mode=install ${INSTALL_LIB} \
                ${WRKSRC}/lib/libXmHTML.la ${DESTDIR}${PREFIX}/lib
        ${INSTALL_DATA} ${WRKSRC}/include/XmHTML/*.h ${DESTDIR}${PREFIX}/include/XmHTML
 
diff -r 06ad85e6f881 -r a699e60eaa2d x11/qt3-mysql/Makefile
--- a/x11/qt3-mysql/Makefile    Thu Sep 03 12:10:21 2009 +0000
+++ b/x11/qt3-mysql/Makefile    Thu Sep 03 12:12:14 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2009/08/26 19:58:40 sno Exp $
+# $NetBSD: Makefile,v 1.26 2009/09/03 12:12:14 joerg Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -23,7 +23,7 @@
 INSTALLATION_DIRS=     ${SQLDRVDIR}
 
 do-install:
-       ${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/plugins/sqldrivers/libqsqlmysql.la \
+       ${LIBTOOL} --mode=install ${INSTALL_DATA} ${WRKSRC}/plugins/sqldrivers/libqsqlmysql.la \
                ${DESTDIR}${SQLDRVDIR}
 
 .include "../../x11/qt3-libs/buildlink3.mk"
diff -r 06ad85e6f881 -r a699e60eaa2d x11/qt3-pgsql/Makefile
--- a/x11/qt3-pgsql/Makefile    Thu Sep 03 12:10:21 2009 +0000
+++ b/x11/qt3-pgsql/Makefile    Thu Sep 03 12:12:14 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/08/26 19:58:40 sno Exp $
+# $NetBSD: Makefile,v 1.7 2009/09/03 12:12:14 joerg Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -22,7 +22,7 @@
 INSTALLATION_DIRS=     ${SQLDRVDIR}
 
 do-install:
-       ${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/plugins/sqldrivers/libqsqlpsql.la \
+       ${LIBTOOL} --mode=install ${INSTALL_DATA} ${WRKSRC}/plugins/sqldrivers/libqsqlpsql.la \
                ${DESTDIR}${SQLDRVDIR}
 
 .include "../../x11/qt3-libs/buildlink3.mk"
diff -r 06ad85e6f881 -r a699e60eaa2d x11/qt4-mysql/Makefile
--- a/x11/qt4-mysql/Makefile    Thu Sep 03 12:10:21 2009 +0000
+++ b/x11/qt4-mysql/Makefile    Thu Sep 03 12:12:14 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/08/26 19:58:40 sno Exp $
+# $NetBSD: Makefile,v 1.5 2009/09/03 12:12:14 joerg Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -22,7 +22,7 @@
 INSTALLATION_DIRS=     ${SQLDRVDIR}
 
 do-install:
-       ${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/plugins/sqldrivers/libqsqlmysql.la \
+       ${LIBTOOL} --mode=install ${INSTALL_DATA} ${WRKSRC}/plugins/sqldrivers/libqsqlmysql.la \
                ${DESTDIR}${SQLDRVDIR}
 
 .include "../../x11/qt4-libs/buildlink3.mk"
diff -r 06ad85e6f881 -r a699e60eaa2d x11/qt4-pgsql/Makefile
--- a/x11/qt4-pgsql/Makefile    Thu Sep 03 12:10:21 2009 +0000
+++ b/x11/qt4-pgsql/Makefile    Thu Sep 03 12:12:14 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2009/08/26 19:58:40 sno Exp $
+# $NetBSD: Makefile,v 1.10 2009/09/03 12:12:15 joerg Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -23,7 +23,7 @@
 INSTALLATION_DIRS=     ${SQLDRVDIR}
 
 do-install:
-       ${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/plugins/sqldrivers/libqsqlpsql.la \
+       ${LIBTOOL} --mode=install ${INSTALL_DATA} ${WRKSRC}/plugins/sqldrivers/libqsqlpsql.la \
                ${DESTDIR}${SQLDRVDIR}
 
 .include "../../x11/qt4-libs/buildlink3.mk"
diff -r 06ad85e6f881 -r a699e60eaa2d x11/qt4-sqlite3/Makefile
--- a/x11/qt4-sqlite3/Makefile  Thu Sep 03 12:10:21 2009 +0000
+++ b/x11/qt4-sqlite3/Makefile  Thu Sep 03 12:12:14 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/08/26 19:58:40 sno Exp $
+# $NetBSD: Makefile,v 1.5 2009/09/03 12:12:15 joerg Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -23,7 +23,7 @@
 INSTALLATION_DIRS=     ${SQLDRVDIR}
 
 do-install:
-       ${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/plugins/sqldrivers/libqsqlite.la \
+       ${LIBTOOL} --mode=install ${INSTALL_DATA} ${WRKSRC}/plugins/sqldrivers/libqsqlite.la \
                ${DESTDIR}${SQLDRVDIR}
 
 .include "../../x11/qt4-libs/buildlink3.mk"
diff -r 06ad85e6f881 -r a699e60eaa2d x11/qt4-tiff/Makefile
--- a/x11/qt4-tiff/Makefile     Thu Sep 03 12:10:21 2009 +0000
+++ b/x11/qt4-tiff/Makefile     Thu Sep 03 12:12:14 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/08/26 19:58:40 sno Exp $
+# $NetBSD: Makefile,v 1.5 2009/09/03 12:12:15 joerg Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -23,7 +23,7 @@
 INSTALLATION_DIRS=     ${IMGFMTDIR}
 
 do-install:
-       ${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/plugins/imageformats/libqtiff.la \
+       ${LIBTOOL} --mode=install ${INSTALL_DATA} ${WRKSRC}/plugins/imageformats/libqtiff.la \
                ${DESTDIR}${IMGFMTDIR}
 
 # up to 4.3.2 a builtin libtiff is used



Home | Main Index | Thread Index | Old Index