Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2013 10:08:40 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327467 - head/deskutils/taskwarrior/files
Message-ID:  <201309171008.r8HA8eNT038363@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Tue Sep 17 10:08:40 2013
New Revision: 327467
URL: http://svnweb.freebsd.org/changeset/ports/327467

Log:
  - Fix build on CURRENT
  
  Reported by:	pkg-fallout

Added:
  head/deskutils/taskwarrior/files/
  head/deskutils/taskwarrior/files/patch-src_Nibbler.h   (contents, props changed)
  head/deskutils/taskwarrior/files/patch-src_Task.h   (contents, props changed)

Added: head/deskutils/taskwarrior/files/patch-src_Nibbler.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/taskwarrior/files/patch-src_Nibbler.h	Tue Sep 17 10:08:40 2013	(r327467)
@@ -0,0 +1,10 @@
+--- src/Nibbler.h.orig	2013-09-17 10:58:23.000000000 +0200
++++ src/Nibbler.h	2013-09-17 10:58:33.000000000 +0200
+@@ -37,6 +37,7 @@
+ 
+ #include <string>
+ #include <vector>
++#include <sys/time.h>
+ 
+ class Nibbler
+ {

Added: head/deskutils/taskwarrior/files/patch-src_Task.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/taskwarrior/files/patch-src_Task.h	Tue Sep 17 10:08:40 2013	(r327467)
@@ -0,0 +1,10 @@
+--- src/Task.h.orig	2013-09-17 10:56:44.000000000 +0200
++++ src/Task.h	2013-09-17 10:56:57.000000000 +0200
+@@ -33,6 +33,7 @@
+ #include <map>
+ #include <string>
+ #include <stdio.h>
++#include <sys/time.h>
+ 
+ 
+ void initializeUrgencyCoefficients ();



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