[csw-devel] SF.net SVN: gar:[11104] csw/mgar/pkg/gource/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Sep 30 15:14:49 CEST 2010
Revision: 11104
http://gar.svn.sourceforge.net/gar/?rev=11104&view=rev
Author: dmichelsen
Date: 2010-09-30 13:14:49 +0000 (Thu, 30 Sep 2010)
Log Message:
-----------
gource: Add compile flags and update to 0.28, still does not compile
Modified Paths:
--------------
csw/mgar/pkg/gource/trunk/Makefile
csw/mgar/pkg/gource/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/gource/trunk/files/0001-Make-sure-we-have-a-prototype-for-sqrt.patch
Modified: csw/mgar/pkg/gource/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gource/trunk/Makefile 2010-09-30 12:38:49 UTC (rev 11103)
+++ csw/mgar/pkg/gource/trunk/Makefile 2010-09-30 13:14:49 UTC (rev 11104)
@@ -1,5 +1,5 @@
GARNAME = gource
-GARVERSION = 0.26
+GARVERSION = 0.28
CATEGORIES = apps
DESCRIPTION = Software version control visualization
@@ -9,9 +9,12 @@
MASTER_SITES = $(GOOGLE_MIRROR)
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+PATCHFILES = 0001-Make-sure-we-have-a-prototype-for-sqrt.patch
+
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+EXTRA_CXXFLAGS = -library=stlport4
CONFIGURE_ARGS = $(DIRPATHS)
include gar/category.mk
Modified: csw/mgar/pkg/gource/trunk/checksums
===================================================================
--- csw/mgar/pkg/gource/trunk/checksums 2010-09-30 12:38:49 UTC (rev 11103)
+++ csw/mgar/pkg/gource/trunk/checksums 2010-09-30 13:14:49 UTC (rev 11104)
@@ -1 +1 @@
-e5f0b2c1f76d76fef1e318c0a421a111 gource-0.26.tar.gz
+82cadbd7791cff913970a63d63d894ff gource-0.28.tar.gz
Added: csw/mgar/pkg/gource/trunk/files/0001-Make-sure-we-have-a-prototype-for-sqrt.patch
===================================================================
--- csw/mgar/pkg/gource/trunk/files/0001-Make-sure-we-have-a-prototype-for-sqrt.patch (rev 0)
+++ csw/mgar/pkg/gource/trunk/files/0001-Make-sure-we-have-a-prototype-for-sqrt.patch 2010-09-30 13:14:49 UTC (rev 11104)
@@ -0,0 +1,24 @@
+From 6874fe23f37b83f6d4813b8f5e6dcaf435a7051a Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Thu, 30 Sep 2010 15:13:31 +0200
+Subject: [PATCH] Make sure we have a prototype for sqrt
+
+---
+ src/core/vectors.h | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/src/core/vectors.h b/src/core/vectors.h
+index ef87c23..783b5ac 100644
+--- a/src/core/vectors.h
++++ b/src/core/vectors.h
+@@ -29,6 +29,7 @@
+ #define VECTORS_H
+
+ #include <cmath>
++#include <math.h>
+
+ template<class T> class vec2 {
+ public:
+--
+1.7.2.2
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list