svn commit: r321011 - head/astro/celestia/files

Alexey Dokuchaev danfe at FreeBSD.org
Sat Jun 15 18:35:24 UTC 2013


Author: danfe
Date: Sat Jun 15 18:35:23 2013
New Revision: 321011
URL: http://svnweb.freebsd.org/changeset/ports/321011

Log:
  Unbreak the build against Clang:
  
    http://clang.llvm.org/compatibility.html#dep_lookup
  
  While here, consistently set fbsd:nokeywords on all patch files.
  
  Reported by:	miwi

Added:
  head/astro/celestia/files/patch-src_celmath_intersect.h   (contents, props changed)
Modified:
  head/astro/celestia/files/patch-src_celestia_glutmain.cpp   (contents, props changed)

Modified: head/astro/celestia/files/patch-src_celestia_glutmain.cpp
==============================================================================
--- head/astro/celestia/files/patch-src_celestia_glutmain.cpp	Sat Jun 15 18:20:02 2013	(r321010)
+++ head/astro/celestia/files/patch-src_celestia_glutmain.cpp	Sat Jun 15 18:35:23 2013	(r321011)
@@ -1,5 +1,3 @@
-$FreeBSD$
-
 --- src/celestia/glutmain.cpp.orig	Sat Nov  2 23:20:19 2002
 +++ src/celestia/glutmain.cpp	Tue Mar 16 12:47:46 2004
 @@ -511,8 +511,8 @@

Added: head/astro/celestia/files/patch-src_celmath_intersect.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/celestia/files/patch-src_celmath_intersect.h	Sat Jun 15 18:35:23 2013	(r321011)
@@ -0,0 +1,10 @@
+--- src/celmath/intersect.h.orig	2011-06-06 00:11:15.000000000 +0800
++++ src/celmath/intersect.h	2013-06-16 02:00:47.000000000 +0800
+@@ -12,6 +12,7 @@
+ #ifndef _CELMATH_INTERSECT_H_
+ #define _CELMATH_INTERSECT_H_
+ 
++#include "mathlib.h"
+ #include "ray.h"
+ #include "sphere.h"
+ #include "ellipsoid.h"


More information about the svn-ports-all mailing list