pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/boost-build Remove the installation of versioned...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3deddfd427d1
branches:  trunk
changeset: 506754:3deddfd427d1
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Jan 21 16:10:54 2006 +0000

description:
Remove the installation of versioned library names (not generated by the
Boost build code) which was introduced to workaround a problem in the
dylib handling code.  This is solved with the new shlib stuff.

diffstat:

 devel/boost-build/bjam.mk |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r d5efcaaf96df -r 3deddfd427d1 devel/boost-build/bjam.mk
--- a/devel/boost-build/bjam.mk Sat Jan 21 15:44:23 2006 +0000
+++ b/devel/boost-build/bjam.mk Sat Jan 21 16:10:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bjam.mk,v 1.4 2006/01/21 10:12:40 jmmv Exp $
+# $NetBSD: bjam.mk,v 1.5 2006/01/21 16:10:54 jmmv Exp $
 #
 
 .include "../../devel/boost-build/buildlink3.mk"
@@ -25,13 +25,6 @@
 
 bjam-build:
        @cd ${WRKSRC} && ${BJAM_CMD} stage
-.if ${OPSYS} == "Darwin"
-       @cd ${WRKSRC}/stage/lib && \
-       for f in *-mt.dylib; do \
-           ${LN} -s $${f} \
-               `${ECHO} $${f} | ${SED} 's|.dylib|.${BOOST_VERSION}.dylib|'`; \
-       done
-.endif
 
 bjam-install:
        @cd ${WRKSRC} && ${BJAM_CMD} install



Home | Main Index | Thread Index | Old Index