pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt3-tools "cp -R" munges symlinks on Solaris so us...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f75c228eb28
branches:  trunk
changeset: 515456:7f75c228eb28
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Jul 02 13:41:03 2006 +0000

description:
"cp -R" munges symlinks on Solaris so use pax instead.
Fixes PR pkg/33828.

diffstat:

 x11/qt3-tools/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 161b88e017ef -r 7f75c228eb28 x11/qt3-tools/Makefile
--- a/x11/qt3-tools/Makefile    Sun Jul 02 13:40:14 2006 +0000
+++ b/x11/qt3-tools/Makefile    Sun Jul 02 13:41:03 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2006/04/17 13:46:05 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2006/07/02 13:41:03 markd Exp $
 
 .include "../../mk/bsd.prefs.mk"
 # XXX: hack - work round an ICE with GCC 3.3 on sparc
@@ -44,7 +44,7 @@
        ${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/bin/qtconfig ${QTPREFIX}/bin
        ${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/bin/qmake ${QTPREFIX}/bin/qmake
        ${INSTALL_DATA_DIR} ${QTPREFIX}/mkspecs
-       ${CP} -R ${WRKSRC}/mkspecs ${QTPREFIX}
+       cd ${WRKSRC}/mkspecs && ${PAX} -rw . ${QTPREFIX}/mkspecs
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../x11/qt3-libs/buildlink3.mk"



Home | Main Index | Thread Index | Old Index