[72373] trunk/dports/databases/kyototycoon

stromnov at macports.org stromnov at macports.org
Tue Oct 12 02:29:05 PDT 2010


Revision: 72373
          http://trac.macports.org/changeset/72373
Author:   stromnov at macports.org
Date:     2010-10-12 02:29:01 -0700 (Tue, 12 Oct 2010)
Log Message:
-----------
kyototycoon: update to version 0.8.1

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

Modified: trunk/dports/databases/kyototycoon/Portfile
===================================================================
--- trunk/dports/databases/kyototycoon/Portfile	2010-10-12 08:45:37 UTC (rev 72372)
+++ trunk/dports/databases/kyototycoon/Portfile	2010-10-12 09:29:01 UTC (rev 72373)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                kyototycoon
-version             0.8.0
+version             0.8.1
 revision            0
 categories          databases
 maintainers         stromnov openmaintainer
@@ -27,9 +27,9 @@
 homepage            http://fallabs.com/${name}/
 master_sites        http://fallabs.com/${name}/pkg/
 
-checksums           md5     8895d6ebb34e568d80367cc1a9bbe0fe \
-                    sha1    d592fa0a81a31162a615e742d5f2fbc4dca73a49 \
-                    rmd160  f62ff7f8064bf0e212a41449dd3ec2ffec0bd81a
+checksums           md5     ed2367ef0c0a6d514dd49fe2fa8e4fce \
+                    sha1    60254fb628382b54881fc5d5ee2c11814a5e9c7b \
+                    rmd160  dfbfe3835ce140f8e48acc90e677d9994d1f54c1
 
 patchfiles          patch-configure.diff
 
@@ -42,7 +42,8 @@
 configure.ldflags
 
 configure.args      --mandir=${prefix}/share/man \
-                    --datadir=${prefix}/share/doc
+                    --datadir=${prefix}/share/doc \
+                    --disable-lua
 
 universal_variant   no
 

Modified: trunk/dports/databases/kyototycoon/files/patch-configure.diff
===================================================================
--- trunk/dports/databases/kyototycoon/files/patch-configure.diff	2010-10-12 08:45:37 UTC (rev 72372)
+++ trunk/dports/databases/kyototycoon/files/patch-configure.diff	2010-10-12 09:29:01 UTC (rev 72373)
@@ -1,6 +1,6 @@
---- configure.orig	2010-10-11 15:45:55.000000000 +0400
-+++ configure	2010-10-11 15:47:04.000000000 +0400
-@@ -2093,25 +2093,15 @@
+--- configure.orig	2010-10-12 13:23:29.000000000 +0400
++++ configure	2010-10-12 13:24:43.000000000 +0400
+@@ -2093,26 +2093,15 @@
  # Building flags
  MYCFLAGS="-Wall -ansi -pedantic -fPIC -fsigned-char -O2"
  MYCXXFLAGS="-Wall -fPIC -fsigned-char -O2"
@@ -25,16 +25,17 @@
 -export PATH CPATH LIBRARY_PATH LD_LIBRARY_PATH PKG_CONFIG_PATH
 -
 -
- 
+-
  #================================================================
  # Options
-@@ -3384,25 +3374,6 @@
+ #================================================================
+@@ -3384,25 +3373,6 @@
  test -n "$CPPFLAGS" && MYCPPFLAGS="$CPPFLAGS $MYCPPFLAGS"
  test -n "$LDFLAGS" && MYLDFLAGS="$LDFLAGS $MYLDFLAGS"
  
 -# 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/20101012/cc3d18aa/attachment.html>


More information about the macports-changes mailing list