[129716] trunk/dports/sysutils/memcached

ryandesign at macports.org ryandesign at macports.org
Thu Dec 18 18:13:38 PST 2014


Revision: 129716
          https://trac.macports.org/changeset/129716
Author:   ryandesign at macports.org
Date:     2014-12-18 18:13:37 -0800 (Thu, 18 Dec 2014)
Log Message:
-----------
memcached: update to 1.4.21 (#46268)

Modified Paths:
--------------
    trunk/dports/sysutils/memcached/Portfile

Added Paths:
-----------
    trunk/dports/sysutils/memcached/files/
    trunk/dports/sysutils/memcached/files/patch-configure.diff

Modified: trunk/dports/sysutils/memcached/Portfile
===================================================================
--- trunk/dports/sysutils/memcached/Portfile	2014-12-19 00:16:47 UTC (rev 129715)
+++ trunk/dports/sysutils/memcached/Portfile	2014-12-19 02:13:37 UTC (rev 129716)
@@ -5,7 +5,7 @@
 PortGroup               muniversal 1.0
 
 name                    memcached
-version                 1.4.17
+version                 1.4.21
 description             A high performance, distributed memory object caching system.
 long_description        Memcached is a high-performance, distributed memory object \
     caching system, generic in nature, but intended for use in \
@@ -19,8 +19,8 @@
 homepage                http://memcached.org/
 master_sites            ${homepage}files/
 
-checksums               rmd160  328139b5cbf225265987b3af28f67a0c5187493d \
-                        sha256  d9173ef6d99ba798c982ea4566cb4f0e64eb23859fdbf9926a89999d8cdc0458
+checksums               rmd160  e977ee83dc3160088174d413c7b25693023091cd \
+                        sha256  301ebe41c686fa5c0a8e39cdf49a32f21fcc9357358792216dfb315d16260e8d
 
 configure.args          --with-libevent=${prefix} \
                         ac_cv_search_umem_cache_create=no \
@@ -28,6 +28,8 @@
 
 depends_lib             port:libevent
 
+patchfiles-append       patch-configure.diff
+
 startupitem.create      yes
 startupitem.executable  ${prefix}/bin/memcached -u nobody -m 64 -c 10240 -p 11211
 
@@ -40,11 +42,6 @@
     }
 }
 
-post-patch {
-    # http://code.google.com/p/memcached/issues/detail?id=285
-    reinplace "s|-Werror||g" ${worksrcpath}/configure ${worksrcpath}/doc/Makefile
-}
-
 variant sasl description {enable SASL authentication} {
     configure.args-append   --enable-sasl
 }

Added: trunk/dports/sysutils/memcached/files/patch-configure.diff
===================================================================
--- trunk/dports/sysutils/memcached/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/sysutils/memcached/files/patch-configure.diff	2014-12-19 02:13:37 UTC (rev 129716)
@@ -0,0 +1,11 @@
+--- configure.orig	2014-10-12 23:06:29.000000000 -0500
++++ configure	2014-12-18 20:11:06.000000000 -0600
+@@ -6435,7 +6435,7 @@
+ elif test "$GCC" = "yes"
+ then
+   GCC_VERSION=`$CC -dumpversion`
+-  CFLAGS="$CFLAGS -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls"
++  CFLAGS="$CFLAGS -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls"
+   case $GCC_VERSION in
+     4.4.*)
+     CFLAGS="$CFLAGS -fno-strict-aliasing"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141218/c33157d5/attachment.html>


More information about the macports-changes mailing list