Changeset 14696 for trunk/dports


Ignore:
Timestamp:
Oct 18, 2005, 9:01:46 PM (19 years ago)
Author:
mww
Message:

Bug: #5413
Submitted by: michel.salim@…
Reviewed by: mww@

update to 1.33.0, give maintainership to michel.salim@…

Location:
trunk/dports/devel/boost
Files:
6 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/boost/Portfile

    r13471 r14696  
    1 # $Id: Portfile,v 1.4 2005/08/11 21:33:18 rshaw Exp $
    2 PortSystem              1.0
     1# $Id: Portfile,v 1.5 2005/10/18 21:01:46 mww Exp $
     2
     3PortSystem 1.0
    34
    45name                    boost
    5 version                 1.32.0
     6version                 1.33.0
    67categories              devel
    7 maintainers             darwinports@opendarwin.org
     8maintainers             michel.salim@gmail.com
    89description             Collection of portable C++ source libraries
    910long_description        Boost provides free portable peer-reviewed C++ \
     
    1415distname                ${name}_[strsed ${version} {g/[.]/_/}]
    1516use_bzip2               yes
    16 checksums               md5 e1d1fc7b8fc8c51df4564c2188ca51cb
     17checksums               md5 43d87bbd827a8299f408df5efe5f0fd8
    1718platforms               darwin
    1819
    1920depends_build           bin:bjam:boost-jam
    2021
    21 patchfiles              patch-Jamfile \
    22                                 patch-libs-python-build-Jamfile \
    23                                 patch-libs-serialization-build-Jamfile \
    24                                 patch-libs-test-build-Jamfile \
    25                                 patch-tools-build-v1-allyourbase.jam \
    26                                 patch-tools-build-v1-darwin-tools.jam \
    27                                 patch-tools-build-v1-python.jam \
    28                                 patch-darwin-tools.jam
     22patchfiles              patch-libs-test-build-Jamfile \
     23                                patch-tools-build-v1-allyourbase.jam
    2924
    3025# Note: Boost will not build properly on Jaguar (to my knowledge)
     26# Additional note: MACOSX_DEPLOYMENT_TARGET of at least 10.3 necessary
     27# to allow dynamic lookup at runtime, preventing libtool to fail when
     28# building tests
     29
    3130platform darwin {
    3231        build.env-append        MACOSX_DEPLOYMENT_TARGET=10.3
     
    7170}
    7271
     72variant icu {
     73        depends_lib             lib:libicuuc:icu
     74
     75        build.args-append       -sHAVE_ICU=1 \
     76                                        -sICU_PATH=${prefix}
     77
     78        destroot.args-append    -sHAVE_ICU=1 \
     79                                        -sICU_PATH=${prefix}
     80}
     81
    7382variant python {
    7483        set pyversion   2.4
  • trunk/dports/devel/boost/files/patch-libs-test-build-Jamfile

    r11050 r14696  
    1 --- ../boost_1_31_0.orig/libs/test/build/Jamfile        Sun Nov 30 16:42:37 2003
    2 +++ libs/test/build/Jamfile     Sat Oct 30 16:10:18 2004
    3 @@ -56,13 +56,16 @@
    4  if ! $(NT)
     1--- libs/test/build/Jamfile.orig        2005-05-02 01:25:06.000000000 -0500
     2+++ libs/test/build/Jamfile     2005-10-17 14:56:13.000000000 -0500
     3@@ -69,13 +69,16 @@
     4 if ! $(NT) && ( ! $(UNIX) || $(OS) != CYGWIN )
    55 {
    66 dll boost_prg_exec_monitor    : <template>boost_test_lib
Note: See TracChangeset for help on using the changeset viewer.