diff --git a/haiku-apps/beacon/beacon-27.recipe b/haiku-apps/beacon/beacon-27.recipe index 2dc2ae510..03d90eac8 100644 --- a/haiku-apps/beacon/beacon-27.recipe +++ b/haiku-apps/beacon/beacon-27.recipe @@ -3,12 +3,11 @@ DESCRIPTION="Beacon is a full text indexing and search tool for Haiku" HOMEPAGE="https://github.com/HaikuArchives/Beacon/" COPYRIGHT="2009 Haiku Inc" LICENSE="MIT" -REVISION="1" -srcGitRev="b34f3773deff426d091d1395965e3859c761e8fa" +REVISION="2" +srcGitRev="6e6e614582b0c452805d7b8c0701e77486cd9d4b" SOURCE_URI="https://github.com/HaikuArchives/Beacon/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="33a48323a40e761c9f121dc2f201a71df078a5d55bbc1d4036b8f574bd2dc0bf" +CHECKSUM_SHA256="20e11fdb16dce80413d0ec7e376b73c4a842dda1756f59d040c6abb87261be3d" SOURCE_DIR="Beacon-$srcGitRev" -PATCHES="beacon-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 ?x86_64" diff --git a/haiku-apps/beacon/patches/beacon-27.patchset b/haiku-apps/beacon/patches/beacon-27.patchset deleted file mode 100644 index 9d98bb3b8..000000000 --- a/haiku-apps/beacon/patches/beacon-27.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From 7f90a731625f1532969ba5a028a4216e9c2a9fe9 Mon Sep 17 00:00:00 2001 -From: begasus -Date: Sat, 19 Aug 2017 15:29:22 +0000 -Subject: use the correct clucene lib - - -diff --git a/Jamfile b/Jamfile -index 4e58d12..7cc27f1 100644 ---- a/Jamfile -+++ b/Jamfile -@@ -1,7 +1,7 @@ - # Jamfile in $(TOP) - # For now, using a temporary build system to get stuff done. - --LINKLIBS = -lbe -lclucene -lstdc++ -ltranslation ; -+LINKLIBS = -lbe -lclucene-core -lstdc++ -ltranslation ; - C++FLAGS = -ggdb -DDEBUG ; - - SubDir TOP ; --- -2.13.1 -