svn commit: r327467 - head/deskutils/taskwarrior/files

Pietro Cerutti gahr at FreeBSD.org
Tue Sep 17 10:08:41 UTC 2013


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 ();


More information about the svn-ports-all mailing list