[Lunar-commits] r18885 - moonbase/trunk/libs/boost

Dennis Veatch stumbles at lunar-linux.org
Sat Feb 25 19:28:28 UTC 2006


Author: stumbles
Date: 2006-02-25 19:28:25 +0000 (Sat, 25 Feb 2006)
New Revision: 18885

Modified:
   moonbase/trunk/libs/boost/BUILD
   moonbase/trunk/libs/boost/DETAILS
Log:

In the BUILD the variable "vp" should equal the current version of boost.
As is there are a lot of dead libboost*.so symlinks .

I have decided to bump the UPDATED so the proper symlinks can be made for
those who have this module installed.



Modified: moonbase/trunk/libs/boost/BUILD
===================================================================
--- moonbase/trunk/libs/boost/BUILD	2006-02-25 18:39:16 UTC (rev 18884)
+++ moonbase/trunk/libs/boost/BUILD	2006-02-25 19:28:25 UTC (rev 18885)
@@ -16,7 +16,7 @@
         -exec install -m755 {} /usr/lib \;
 
    # make proper link
-   vp="1_32"
+   vp="1_33_1"
    for x in `find /usr/lib -type f -name "libboost*.so.$VERSION"`; do
      # get basename
      bn=${x%%so*}

Modified: moonbase/trunk/libs/boost/DETAILS
===================================================================
--- moonbase/trunk/libs/boost/DETAILS	2006-02-25 18:39:16 UTC (rev 18884)
+++ moonbase/trunk/libs/boost/DETAILS	2006-02-25 19:28:25 UTC (rev 18885)
@@ -6,7 +6,7 @@
       SOURCE_VFY=sha1:22682f75ff0d1ea548688e78c8cca83d599ca576
         WEB_SITE=http://www.boost.org
          ENTERED=20041115
-         UPDATED=20060128
+         UPDATED=20060225
         SHORT="A cross-platform supplement to the C++ standard library"
 
 



More information about the Lunar-commits mailing list