svn commit: r327180 - in head/devel/cxxtools: . files

Juergen Lock nox at FreeBSD.org
Fri Sep 13 19:27:06 UTC 2013


Author: nox
Date: Fri Sep 13 19:27:05 2013
New Revision: 327180
URL: http://svnweb.freebsd.org/changeset/ports/327180

Log:
  - Fix build with clang+libc++. [1]
  - Convert Makefile header.
  
  Reported by:	beefy2 via pkg-fallout [1]

Added:
  head/devel/cxxtools/files/patch-src-directoryimpl.cpp   (contents, props changed)
Modified:
  head/devel/cxxtools/Makefile

Modified: head/devel/cxxtools/Makefile
==============================================================================
--- head/devel/cxxtools/Makefile	Fri Sep 13 19:23:10 2013	(r327179)
+++ head/devel/cxxtools/Makefile	Fri Sep 13 19:27:05 2013	(r327180)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	cxxtools
-# Date created:		Wed Apr 14 18:11:42 CEST 2010
-# Whom:			Juergen Lock <nox at freebsd.org>
-#
+# Created by: Juergen Lock <nox at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	cxxtools
 PORTVERSION=	2.1.1

Added: head/devel/cxxtools/files/patch-src-directoryimpl.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/cxxtools/files/patch-src-directoryimpl.cpp	Fri Sep 13 19:27:05 2013	(r327180)
@@ -0,0 +1,10 @@
+--- a/src/directoryimpl.cpp
++++ b/src/directoryimpl.cpp
+@@ -27,6 +27,7 @@
+  */
+ #include "directoryimpl.h"
+ #include "cxxtools/systemerror.h"
++#include <sys/param.h>
+ #include <sys/stat.h>
+ #include <sys/types.h>
+ #include <dirent.h>


More information about the svn-ports-all mailing list