Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Aug 2012 01:38:34 +0000 (UTC)
From:      Alberto Villa <avilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303110 - in head/deskutils: kdepim4/files kdepim44/files
Message-ID:  <201208250138.q7P1cYFo045663@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avilla
Date: Sat Aug 25 01:38:34 2012
New Revision: 303110
URL: http://svn.freebsd.org/changeset/ports/303110

Log:
  - Remove check for inotify.h.
  
  devel/libinotify doesn't support yet some of the events used by the
  code, so we can't add it as a dependency, and we need to disable the
  checks.
  
  PR:		170209

Added:
  head/deskutils/kdepim4/files/patch-messageviewer__CMakeLists.txt   (contents, props changed)
  head/deskutils/kdepim44/files/patch-kmail__CMakeLists.txt   (contents, props changed)

Added: head/deskutils/kdepim4/files/patch-messageviewer__CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/kdepim4/files/patch-messageviewer__CMakeLists.txt	Sat Aug 25 01:38:34 2012	(r303110)
@@ -0,0 +1,10 @@
+--- ./messageviewer/CMakeLists.txt.orig	2012-08-25 03:19:01.387668126 +0200
++++ ./messageviewer/CMakeLists.txt	2012-08-25 03:19:18.597652001 +0200
+@@ -17,7 +17,6 @@
+ 
+ configure_file(messageviewer.kcfg.cmake ${CMAKE_CURRENT_BINARY_DIR}/messageviewer.kcfg)
+ 
+-check_include_files(sys/inotify.h SYS_INOTIFY_H_FOUND)
+ macro_bool_to_01(SYS_INOTIFY_H_FOUND HAVE_SYS_INOTIFY_H)
+ configure_file(config-messageviewer.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-messageviewer.h)
+ 

Added: head/deskutils/kdepim44/files/patch-kmail__CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/kdepim44/files/patch-kmail__CMakeLists.txt	Sat Aug 25 01:38:34 2012	(r303110)
@@ -0,0 +1,10 @@
+--- ./kmail/CMakeLists.txt.orig	2012-08-25 02:59:33.137594262 +0200
++++ ./kmail/CMakeLists.txt	2012-08-25 03:03:00.337595149 +0200
+@@ -4,7 +4,6 @@
+ check_include_files(fcntl.h HAVE_FCNTL_H)
+ check_include_files(byteswap.h HAVE_BYTESWAP_H)
+ check_include_files(paths.h HAVE_PATHS_H)
+-check_include_files(sys/inotify.h SYS_INOTIFY_H_FOUND)
+ check_function_exists(mmap HAVE_MMAP)
+ macro_bool_to_01(SYS_INOTIFY_H_FOUND HAVE_SYS_INOTIFY_H)
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208250138.q7P1cYFo045663>