From a3f65533887c2286db8372e40b8bb431d5359f08 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 17 Sep 2018 12:51:34 +0200 Subject: [PATCH] rawaes: upstreamed patchset. --- haiku-apps/rawaes/patches/rawaes-1.1.patchset | 30 ------------------- haiku-apps/rawaes/rawaes-1.1.recipe | 9 +++--- 2 files changed, 4 insertions(+), 35 deletions(-) delete mode 100644 haiku-apps/rawaes/patches/rawaes-1.1.patchset diff --git a/haiku-apps/rawaes/patches/rawaes-1.1.patchset b/haiku-apps/rawaes/patches/rawaes-1.1.patchset deleted file mode 100644 index ee823e9df..000000000 --- a/haiku-apps/rawaes/patches/rawaes-1.1.patchset +++ /dev/null @@ -1,30 +0,0 @@ -From 0dc8524ff5be81a7e7fbdc063810044751139fef Mon Sep 17 00:00:00 2001 -From: Jerome Duval -Date: Tue, 31 Jan 2017 20:18:57 +0100 -Subject: fix Makefile - - -diff --git a/Makefile b/Makefile -index 3ff7186..e332ba6 100644 ---- a/Makefile -+++ b/Makefile -@@ -54,14 +54,14 @@ RSRCS = - # - if your library does not follow the standard library naming scheme, - # you need to specify the path to the library and it's name. - # (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a") --LIBS = /boot/system/lib/libstdc++.r4.so /boot/system/lib/libbe.so /boot/system/lib/libroot.so -+LIBS = be $(STDCPPLIBS) - - # Specify additional paths to directories following the standard libXXX.so - # or libXXX.a naming scheme. You can specify full paths or paths relative - # to the Makefile. The paths included are not parsed recursively, so - # include all of the paths where libraries must be found. Directories where - # source files were specified are automatically included. --LIBPATHS = SYSTEM_INCLUDE_PATHS= /boot/develop/headers/be /boot/develop/headers/cpp /boot/develop/headers/posix /boot/develop/lib /boot/beos/system/lib -+LIBPATHS = - - # Additional paths to look for system headers. These use the form - # "#include
". Directories that contain the files in SRCS are --- -2.10.2 - diff --git a/haiku-apps/rawaes/rawaes-1.1.recipe b/haiku-apps/rawaes/rawaes-1.1.recipe index 2d8eaaae0..b44c0f087 100644 --- a/haiku-apps/rawaes/rawaes-1.1.recipe +++ b/haiku-apps/rawaes/rawaes-1.1.recipe @@ -6,11 +6,10 @@ possibly increasing the size of the file up to 15 bytes." HOMEPAGE="https://github.com/bbjimmy/rawaes" COPYRIGHT="2000 Matthew Badger" LICENSE="Rawaes" -REVISION="2" -SOURCE_URI="https://github.com/bbjimmy/rawaes/archive/Final.tar.gz" -CHECKSUM_SHA256="b60d5c7af7f8952d47d8d212f504ec550ae44bf65290e10971af81084ed22e80" -SOURCE_DIR="rawaes-Final" -PATCHES="rawaes-$portVersion.patchset" +REVISION="3" +SOURCE_URI="https://github.com/bbjimmy/rawaes/archive/0671241bce8dd5e3fc3d544efedf3356c4315fe0.tar.gz" +CHECKSUM_SHA256="5a3cd93062e481a34abb8931d8be28d75cd02da82b35f811caff45e2e43ca671" +SOURCE_DIR="rawaes-0671241bce8dd5e3fc3d544efedf3356c4315fe0" ARCHITECTURES="x86_gcc2 x86 x86_64"