[csw-devel] SF.net SVN: gar:[20157] csw/mgar/pkg/redis/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Jan 17 14:57:09 CET 2013


Revision: 20157
          http://gar.svn.sourceforge.net/gar/?rev=20157&view=rev
Author:   dmichelsen
Date:     2013-01-17 13:57:09 +0000 (Thu, 17 Jan 2013)
Log Message:
-----------
redis/trunk: Update to 2.6.9

Modified Paths:
--------------
    csw/mgar/pkg/redis/trunk/Makefile
    csw/mgar/pkg/redis/trunk/checksums

Modified: csw/mgar/pkg/redis/trunk/Makefile
===================================================================
--- csw/mgar/pkg/redis/trunk/Makefile	2013-01-17 10:17:37 UTC (rev 20156)
+++ csw/mgar/pkg/redis/trunk/Makefile	2013-01-17 13:57:09 UTC (rev 20157)
@@ -2,24 +2,23 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = redis
-VERSION = 2.4.8
+VERSION = 2.6.9
 GARTYPE = v2
 
 DESCRIPTION = An advanced key-value store
-define BLURB
-endef
 
 MASTER_SITES = $(GOOGLE_MIRROR)
 DISTFILES  = $(DISTNAME).tar.gz
 
 PATCHFILES += 0001-backtrace-is-only-available-on-Solaris-11.patch
 
-PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
-
 PACKAGES += CSWredis
 SPKG_DESC_CSWredis = An advanced key-value store
 # PKGFILES is catchall
 
+BUILD64 = 1
+ISAEXEC = 1
+
 GARCOMPILER = GCC4
 
 # These are set in the Makefile and are not inherited when we force our CFLAGS in
@@ -32,11 +31,11 @@
 
 TEST_TARGET = test
 
-# We need TCL 8.5 for this which we don't have yet
-SKIPTEST ?= 1
-
 INSTALL_OVERRIDE_VARS += PREFIX
 INSTALL_OVERRIDE_VAR_PREFIX = $(DESTDIR)$(prefix)
 
+# This is for tail taking -n namely gtail for us
+TEST_ENV_PATH = $(prefix)/gnu:$(PATH)
+
 include gar/category.mk
 

Modified: csw/mgar/pkg/redis/trunk/checksums
===================================================================
--- csw/mgar/pkg/redis/trunk/checksums	2013-01-17 10:17:37 UTC (rev 20156)
+++ csw/mgar/pkg/redis/trunk/checksums	2013-01-17 13:57:09 UTC (rev 20157)
@@ -1 +1 @@
-ac776d25f238b142d3d526cfcdc621ab  redis-2.4.8.tar.gz
+5093fb7c5f763e828c857daf260665bc  redis-2.6.9.tar.gz

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list