svn commit: r376149 - head/x11/bbdock/files

John Marino marino at FreeBSD.org
Sat Jan 3 18:37:51 UTC 2015


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"


More information about the svn-ports-all mailing list