Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153056221
D10467.id27664.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D10467.id27664.diff
View Options
Index: head/www/otter-browser/Makefile
===================================================================
--- head/www/otter-browser/Makefile
+++ head/www/otter-browser/Makefile
@@ -3,7 +3,7 @@
PORTNAME= otter-browser
PORTVERSION= 0.9.12
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MAINTAINER= kde@FreeBSD.org
Index: head/www/otter-browser/files/patch-git_8b5934
===================================================================
--- head/www/otter-browser/files/patch-git_8b5934
+++ head/www/otter-browser/files/patch-git_8b5934
@@ -0,0 +1,22 @@
+From 8b5934e3aff890b8111d72eff258c6c922985ade Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20Dutkiewicz?= <emdeck@gmail.com>
+Date: Fri, 10 Feb 2017 19:39:33 +0100
+Subject: [PATCH] Look for Hunspell 1.6
+
+---
+ cmake/FindHunspell.cmake | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cmake/FindHunspell.cmake b/cmake/FindHunspell.cmake
+index 8aeaf8d..de0dfdd 100644
+--- cmake/FindHunspell.cmake
++++ cmake/FindHunspell.cmake
+@@ -12,7 +12,7 @@ IF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES)
+ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES)
+
+ FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx)
+-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell)
++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.6 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell)
+
+ # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if
+ # all listed variables are TRUE
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 19, 9:25 PM (2 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31791163
Default Alt Text
D10467.id27664.diff (1 KB)
Attached To
Mode
D10467: Add upstream patch for hunspell-1.6 detection.
Attached
Detach File
Event Timeline
Log In to Comment