[72445] trunk/dports/databases/kyotocabinet

stromnov at macports.org stromnov at macports.org
Fri Oct 15 05:48:21 PDT 2010


Revision: 72445
          http://trac.macports.org/changeset/72445
Author:   stromnov at macports.org
Date:     2010-10-15 05:48:19 -0700 (Fri, 15 Oct 2010)
Log Message:
-----------
kyotocabinet: update to version 1.2.17

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	2010-10-15 12:39:36 UTC (rev 72444)
+++ trunk/dports/databases/kyotocabinet/Portfile	2010-10-15 12:48:19 UTC (rev 72445)
@@ -4,8 +4,8 @@
 PortSystem          1.0
 
 name                kyotocabinet
-version             1.2.16
-revision            3
+version             1.2.17
+revision            0
 categories          databases
 maintainers         stromnov openmaintainer
 platforms           darwin
@@ -24,9 +24,9 @@
 homepage            http://fallabs.com/${name}/
 master_sites        http://fallabs.com/${name}/pkg/
 
-checksums           md5     9f6c8f755fe7348c919fdb073270c12d \
-                    sha1    916d616cb868cd94c06e170be37a8976e7595312 \
-                    rmd160  3c7e9f96d0f51e46a16e69297092c6f7b49bd5e1
+checksums           md5     b3947dc0e0191ce371be5bf4a9a86a91 \
+                    sha1    2cc5ddec95494c6eae91ce6aaf35497fc52e70cf \
+                    rmd160  cd8089c5ec48c9dfbde0ea99078052bb1ee4e731
 
 dist_subdir         ${name}/${version}_${revision}
 

Modified: trunk/dports/databases/kyotocabinet/files/patch-configure.diff
===================================================================
--- trunk/dports/databases/kyotocabinet/files/patch-configure.diff	2010-10-15 12:39:36 UTC (rev 72444)
+++ trunk/dports/databases/kyotocabinet/files/patch-configure.diff	2010-10-15 12:48:19 UTC (rev 72445)
@@ -1,5 +1,5 @@
---- configure.orig	2010-10-11 14:54:46.000000000 +0400
-+++ configure	2010-10-11 15:23:59.000000000 +0400
+--- configure.orig	2010-10-14 04:21:45.000000000 +0400
++++ configure	2010-10-15 16:45:23.000000000 +0400
 @@ -2098,25 +2098,15 @@
  # Building flags
  MYCFLAGS="-Wall -ansi -pedantic -fPIC -fsigned-char -O2"
@@ -28,13 +28,14 @@
  
  #================================================================
  # Options
-@@ -3998,25 +3988,6 @@
+@@ -3997,26 +3987,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 /dev/null - >/dev/null 2>&1
+-if printf 'main() {}' | $CC -xc -m64 -o config.tmp - >config.tmp 2>&1
 -then
 -  MYCFLAGS="-m64 $MYCFLAGS"
 -  MYCXXFLAGS="-m64 $MYCXXFLAGS"
@@ -43,7 +44,7 @@
 -  printf 'no\n'
 -fi
 -printf 'checking whether the CPU is i686... '
--if uname -a | egrep ' i686' >/dev/null
+-if uname -a | egrep ' i686' >config.tmp
 -then
 -  MYCXXFLAGS="-march=i686 $MYCXXFLAGS"
 -  printf 'yes\n'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101015/ff44a55f/attachment.html>


More information about the macports-changes mailing list