Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2014 23:35:55 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365142 - head/sysutils/apt/files
Message-ID:  <201408162335.s7GNZtm7031130@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



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