svn commit: r365142 - head/sysutils/apt/files

Adam Weinberger adamw at FreeBSD.org
Sat Aug 16 23:35:55 UTC 2014


Author: adamw
Date: Sat Aug 16 23:35:54 2014
New Revision: 365142
URL: http://svnweb.freebsd.org/changeset/ports/365142
QAT: https://qat.redports.org/buildarchive/r365142/

Log:
  Add a patch to move the build failure a few seconds later.
  
  Not quite sure about mandrees results, but this port fails on every jail
  for me.

Added:
  head/sysutils/apt/files/patch-apt-pkg__contrib__fileutl.h   (contents, props changed)

Added: head/sysutils/apt/files/patch-apt-pkg__contrib__fileutl.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/apt/files/patch-apt-pkg__contrib__fileutl.h	Sat Aug 16 23:35:54 2014	(r365142)
@@ -0,0 +1,10 @@
+--- ./apt-pkg/contrib/fileutl.h.orig	2014-08-16 19:31:39.000000000 -0400
++++ ./apt-pkg/contrib/fileutl.h	2014-08-16 19:31:52.000000000 -0400
+@@ -25,6 +25,7 @@
+ #pragma interface "apt-pkg/fileutl.h"
+ #endif 
+ 
++#include <sys/types.h>
+ #include <string>
+ 
+ using std::string;


More information about the svn-ports-head mailing list