Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jan 2015 18:37:51 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376149 - head/x11/bbdock/files
Message-ID:  <201501031837.t03Ibppw097446@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Jan  3 18:37:50 2015
New Revision: 376149
URL: https://svnweb.freebsd.org/changeset/ports/376149
QAT: https://qat.redports.org/buildarchive/r376149/

Log:
  x11/bbdock: #include <cstring>
  
  This is fallout from png upgrade.  Modern GCC needs <cstring> for several
  functions, although clang seems to be happy without it.

Added:
  head/x11/bbdock/files/patch-src_Dock.cc   (contents, props changed)

Added: head/x11/bbdock/files/patch-src_Dock.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/bbdock/files/patch-src_Dock.cc	Sat Jan  3 18:37:50 2015	(r376149)
@@ -0,0 +1,10 @@
+--- src/Dock.cc.orig	2011-03-29 19:48:36 UTC
++++ src/Dock.cc
+@@ -32,6 +32,7 @@
+ #include <stdio.h>
+ #include <unistd.h>
+ #include <iostream>
++#include <cstring>
+ #include <string>
+ 
+ #include "Dock.hh"



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