From 52fe0a30e202768f512e475eff0b58124102d408 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 7 Aug 2015 15:47:00 +0000 Subject: [PATCH] lz4: bump version. --- .../lz4/{lz4-r129.recipe => lz4-r131.recipe} | 2 +- .../{lz4-r129.patchset => lz4-r131.patchset} | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) rename app-arch/lz4/{lz4-r129.recipe => lz4-r131.recipe} (95%) rename app-arch/lz4/patches/{lz4-r129.patchset => lz4-r131.patchset} (89%) diff --git a/app-arch/lz4/lz4-r129.recipe b/app-arch/lz4/lz4-r131.recipe similarity index 95% rename from app-arch/lz4/lz4-r129.recipe rename to app-arch/lz4/lz4-r131.recipe index dd0d31d4a..8db93dee7 100644 --- a/app-arch/lz4/lz4-r129.recipe +++ b/app-arch/lz4/lz4-r131.recipe @@ -10,7 +10,7 @@ LICENSE="BSD (2-clause)" COPYRIGHT="2011-2014, Yann Collet" SOURCE_URI="https://github.com/Cyan4973/lz4/archive/$portVersion.tar.gz" SOURCE_FILENAME="lz4-$portVersion.tar.gz" -CHECKSUM_SHA256="f681f5528a6d16b23246db499f30717cda354079a684298375c4d74c6f475a01" +CHECKSUM_SHA256="9d4d00614d6b9dec3114b33d1224b6262b99ace24434c53487a0c8fd0b18cfed" REVISION="1" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86 x86_gcc2" diff --git a/app-arch/lz4/patches/lz4-r129.patchset b/app-arch/lz4/patches/lz4-r131.patchset similarity index 89% rename from app-arch/lz4/patches/lz4-r129.patchset rename to app-arch/lz4/patches/lz4-r131.patchset index 65018320a..b2efef253 100644 --- a/app-arch/lz4/patches/lz4-r129.patchset +++ b/app-arch/lz4/patches/lz4-r131.patchset @@ -1,14 +1,14 @@ -From 3b8ba3c0dd4e03b68b2ad16e9f4a72ecf72a50a8 Mon Sep 17 00:00:00 2001 +From 5551437c7b121ebb5db0bbf0ea8a590b563f07b2 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 5 Aug 2014 17:14:07 +0000 Subject: haiku patch diff --git a/Makefile b/Makefile -index 88c4016..0dfd802 100644 +index d1b0d0c..abb7cd5 100644 --- a/Makefile +++ b/Makefile -@@ -76,7 +76,7 @@ clean: +@@ -81,7 +81,7 @@ clean: #------------------------------------------------------------------------ #make install is validated only for Linux, OSX, kFreeBSD and Hurd targets @@ -18,15 +18,15 @@ index 88c4016..0dfd802 100644 install: @cd $(LZ4DIR); $(MAKE) -e install diff --git a/lib/Makefile b/lib/Makefile -index 4be1499..25a731d 100644 +index 02ddd3b..abea656 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -40,7 +40,7 @@ LIBVER=$(LIBVER_MAJOR).$(LIBVER_MINOR).$(LIBVER_PATCH) DESTDIR?= PREFIX ?= /usr/local CFLAGS ?= -O3 --CFLAGS += -I. -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual -Wstrict-prototypes -pedantic -+CFLAGS += -I. -Wall -Wundef -Wshadow -Wstrict-prototypes -pedantic +-CFLAGS += -I. -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual -Wstrict-prototypes -pedantic -DXXH_NAMESPACE=LZ4_ ++CFLAGS += -I. -Wall -Wundef -Wshadow -Wstrict-prototypes -pedantic -DXXH_NAMESPACE=LZ4_ LIBDIR?= $(PREFIX)/lib INCLUDEDIR=$(PREFIX)/include @@ -40,10 +40,10 @@ index 4be1499..25a731d 100644 liblz4.pc: liblz4.pc.in Makefile @echo creating pkgconfig diff --git a/programs/Makefile b/programs/Makefile -index 39335db..d346edf 100644 +index f422902..41c5101 100644 --- a/programs/Makefile +++ b/programs/Makefile -@@ -39,11 +39,11 @@ RELEASE?= r129 +@@ -39,11 +39,11 @@ RELEASE?= r131 DESTDIR?= PREFIX ?= /usr/local CFLAGS ?= -O3