[80517] trunk/dports/databases/kyotocabinet

stromnov at macports.org stromnov at macports.org
Thu Jul 14 01:09:18 PDT 2011


Revision: 80517
          http://trac.macports.org/changeset/80517
Author:   stromnov at macports.org
Date:     2011-07-14 01:09:17 -0700 (Thu, 14 Jul 2011)
Log Message:
-----------
kyotocabinet: update to version 1.2.68

Modified Paths:
--------------
    trunk/dports/databases/kyotocabinet/Portfile
    trunk/dports/databases/kyotocabinet/files/patch-configure.diff

Modified: trunk/dports/databases/kyotocabinet/Portfile
===================================================================
--- trunk/dports/databases/kyotocabinet/Portfile	2011-07-14 06:35:05 UTC (rev 80516)
+++ trunk/dports/databases/kyotocabinet/Portfile	2011-07-14 08:09:17 UTC (rev 80517)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                kyotocabinet
-version             1.2.64
+version             1.2.68
 revision            0
 categories          databases
 maintainers         stromnov openmaintainer
@@ -24,9 +24,9 @@
 homepage            http://fallabs.com/${name}/
 master_sites        http://fallabs.com/${name}/pkg/
 
-checksums           md5     d96d807acdc449cf1843648ba1097b74 \
-                    sha1    f6be5e302af14ffed1deddfb70e4ef95b3656d02 \
-                    rmd160  1e5ee98a0b2b0ca5b364c85c46f2a646b8d0cf25
+checksums           md5     b50919c3fa4bc6ca27fa810712d461be \
+                    sha1    6a79c1aae075f905d895e78d5ad482107f97fcc1 \
+                    rmd160  8514c57de0e790a4184600ec7e8ab154b2fd545f
 
 dist_subdir         ${name}/${version}_${revision}
 

Modified: trunk/dports/databases/kyotocabinet/files/patch-configure.diff
===================================================================
--- trunk/dports/databases/kyotocabinet/files/patch-configure.diff	2011-07-14 06:35:05 UTC (rev 80516)
+++ trunk/dports/databases/kyotocabinet/files/patch-configure.diff	2011-07-14 08:09:17 UTC (rev 80517)
@@ -1,6 +1,6 @@
---- configure.orig	2011-02-20 12:35:40.000000000 +0300
-+++ configure	2011-02-20 12:51:41.000000000 +0300
-@@ -2099,25 +2099,16 @@
+--- configure.orig	2011-07-14 12:00:17.000000000 +0400
++++ configure	2011-07-14 12:04:33.000000000 +0400
+@@ -2103,26 +2103,16 @@
  # Building flags
  MYCFLAGS="-Wall -ansi -pedantic -fPIC -fsigned-char -g0 -O2"
  MYCXXFLAGS="-Wall -fPIC -fsigned-char -g0 -O2"
@@ -25,13 +25,15 @@
 -export PATH CPATH LIBRARY_PATH LD_LIBRARY_PATH PKG_CONFIG_PATH
 -
 -
- 
+-
  #================================================================
  # Options
-@@ -3953,25 +3944,6 @@
+ #================================================================
+@@ -3967,30 +3957,6 @@
+  presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5  ;;
   esac
  
- 
+-
 -# System-depending optimization
 -printf 'checking for 64-bit availability... '
 -if printf 'main() {}' | $CC -xc -m64 -o config.tmp - >config.tmp 2>&1
@@ -42,13 +44,17 @@
 -else
 -  printf 'no\n'
 -fi
--printf 'checking whether the CPU is i686... '
--if uname -a | egrep ' i686' >config.tmp
+-if test "$enable_opt" != "no"
 -then
--  MYCXXFLAGS="-march=i686 $MYCXXFLAGS"
--  printf 'yes\n'
--else
--  printf 'no\n'
+-  printf 'checking for CPU optimization availability... '
+-  if printf 'main() {}' | $CC -xc -march=native -o config.tmp - >config.tmp 2>&1
+-  then
+-    MYCFLAGS="-march=native $MYCFLAGS"
+-    MYCXXFLAGS="-march=native $MYCXXFLAGS"
+-    printf 'yes\n'
+-  else
+-    printf 'no\n'
+-  fi
 -fi
 -
  # Atomic operations
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110714/bad9e7f6/attachment.html>


More information about the macports-changes mailing list