New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80517


Ignore:
Timestamp:
07/14/11 01:09:17 (4 years ago)
Author:
stromnov@…
Message:

kyotocabinet: update to version 1.2.68

Location:
trunk/dports/databases/kyotocabinet
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/databases/kyotocabinet/Portfile

    r80145 r80517  
    55 
    66name                kyotocabinet 
    7 version             1.2.64 
     7version             1.2.68 
    88revision            0 
    99categories          databases 
     
    2525master_sites        http://fallabs.com/${name}/pkg/ 
    2626 
    27 checksums           md5     d96d807acdc449cf1843648ba1097b74 \ 
    28                     sha1    f6be5e302af14ffed1deddfb70e4ef95b3656d02 \ 
    29                     rmd160  1e5ee98a0b2b0ca5b364c85c46f2a646b8d0cf25 
     27checksums           md5     b50919c3fa4bc6ca27fa810712d461be \ 
     28                    sha1    6a79c1aae075f905d895e78d5ad482107f97fcc1 \ 
     29                    rmd160  8514c57de0e790a4184600ec7e8ab154b2fd545f 
    3030 
    3131dist_subdir         ${name}/${version}_${revision} 
  • trunk/dports/databases/kyotocabinet/files/patch-configure.diff

    r76536 r80517  
    1 --- configure.orig      2011-02-20 12:35:40.000000000 +0300 
    2 +++ configure   2011-02-20 12:51:41.000000000 +0300 
    3 @@ -2099,25 +2099,16 @@ 
     1--- configure.orig      2011-07-14 12:00:17.000000000 +0400 
     2+++ configure   2011-07-14 12:04:33.000000000 +0400 
     3@@ -2103,26 +2103,16 @@ 
    44 # Building flags 
    55 MYCFLAGS="-Wall -ansi -pedantic -fPIC -fsigned-char -g0 -O2" 
     
    2626- 
    2727- 
    28   
     28- 
    2929 #================================================================ 
    3030 # Options 
    31 @@ -3953,25 +3944,6 @@ 
     31 #================================================================ 
     32@@ -3967,30 +3957,6 @@ 
     33  presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5  ;; 
    3234  esac 
    3335  
    34   
     36- 
    3537-# System-depending optimization 
    3638-printf 'checking for 64-bit availability... ' 
     
    4345-  printf 'no\n' 
    4446-fi 
    45 -printf 'checking whether the CPU is i686... ' 
    46 -if uname -a | egrep ' i686' >config.tmp 
     47-if test "$enable_opt" != "no" 
    4748-then 
    48 -  MYCXXFLAGS="-march=i686 $MYCXXFLAGS" 
    49 -  printf 'yes\n' 
    50 -else 
    51 -  printf 'no\n' 
     49-  printf 'checking for CPU optimization availability... ' 
     50-  if printf 'main() {}' | $CC -xc -march=native -o config.tmp - >config.tmp 2>&1 
     51-  then 
     52-    MYCFLAGS="-march=native $MYCFLAGS" 
     53-    MYCXXFLAGS="-march=native $MYCXXFLAGS" 
     54-    printf 'yes\n' 
     55-  else 
     56-    printf 'no\n' 
     57-  fi 
    5258-fi 
    5359- 
Note: See TracChangeset for help on using the changeset viewer.