New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83327


Ignore:
Timestamp:
08/29/11 13:33:48 (4 years ago)
Author:
adfernandes@…
Message:

science/bali-phi: trivial update to 2.1.1

Location:
trunk/dports/science/bali-phy
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/bali-phy/Portfile

    r74991 r83327  
    44 
    55name                bali-phy 
    6 version             2.1.0 
     6version             2.1.1 
    77revision            1 
    88description         Bayesian Alignment and Phylogeny estimation 
     
    1919 
    2020master_sites        ${homepage} 
    21 checksums           sha1 0fd83d876d2ef1d0f2676c14ad10ff93621a8530 
     21checksums           sha1 e72073a1c5b05c797668e476bfd8517594f074e6 
    2222 
    2323patchfiles          configure.patch scripts.patch src-tools-draw-tree.patch 
     
    2727 
    2828configure.args      --with-system-boost --enable-cairo 
     29configure.env       CFLAGS=-DBOOST_FILESYSTEM_VERSION=2 CXXFLAGS=-DBOOST_FILESYSTEM_VERSION=2 
    2930 
    3031variant no_cairo description {disable drawing routines} { 
  • trunk/dports/science/bali-phy/files/configure.patch

    r70161 r83327  
    1 --- configure   2010-07-30 14:20:13.000000000 -0400 
    2 +++ configure   2010-07-30 14:20:22.000000000 -0400 
    3 @@ -6299,7 +6299,7 @@ 
     1--- configure.orig      2011-08-29 16:13:55.000000000 -0400 
     2+++ configure   2011-08-29 16:19:39.000000000 -0400 
     3@@ -6466,7 +6466,7 @@ 
    44   $as_echo_n "(cached) " >&6 
    55 else 
     
    1010 /* end confdefs.h.  */ 
    1111  
    12 @@ -6330,13 +6330,13 @@ 
     12@@ -6496,10 +6496,10 @@ 
    1313 #define `$as_echo "HAVE_LIBboost_filesystem${BOOST_SUFFIX}" | $as_tr_cpp` 1 
    1414 _ACEOF 
     
    2222 fi 
    2323  
     24 if test "$use_mpi" != no ; then 
     25@@ -6591,7 +6591,7 @@ 
     26  
     27 fi 
     28  
    2429-boost_libs="-lboost_program_options${BOOST_SUFFIX} -lboost_filesystem${BOOST_SUFFIX}"; 
    2530+boost_libs="-lboost_program_options${BOOST_SUFFIX} -lboost_filesystem${BOOST_SUFFIX} -lboost_system${BOOST_SUFFIX}"; 
    2631  
    27  { $as_echo "$as_me:${as_lineno-$LINENO}: checking include/compile/link for the BOOST program_options library" >&5 
    28  $as_echo_n "checking include/compile/link for the BOOST program_options library... " >&6; } 
    29 @@ -6397,7 +6397,7 @@ 
     32 { $as_echo "$as_me:${as_lineno-$LINENO}: checking include/compile/link for the BOOST.program_options library" >&5 
     33 $as_echo_n "checking include/compile/link for the BOOST.program_options library... " >&6; } 
     34@@ -6681,7 +6681,7 @@ 
    3035   echo " * Not using system BOOST libraries: we'll build our own." 
    3136  
Note: See TracChangeset for help on using the changeset viewer.