beacon: upstreamed patchset.

This commit is contained in:
Jerome Duval
2018-09-18 15:37:29 +02:00
parent 7571d58664
commit e3efc15ba1
2 changed files with 3 additions and 26 deletions

View File

@@ -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"

View File

@@ -1,22 +0,0 @@
From 7f90a731625f1532969ba5a028a4216e9c2a9fe9 Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
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