summaryrefslogtreecommitdiff
path: root/science/gchemutils/files
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-07-25 10:37:47 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-07-25 10:37:47 +0000
commit81b9f7269fc4c2d6a11a576df50efe84aa880dc4 (patch)
treee57af1aff2084b258fcfc2eb332026c1d829470e /science/gchemutils/files
parentUpdate to 1.10.7. (diff)
Update to 0.12.1.
Add license.
Notes
Notes: svn path=/head/; revision=258221
Diffstat (limited to 'science/gchemutils/files')
-rw-r--r--science/gchemutils/files/patch-configure11
-rw-r--r--science/gchemutils/files/patch-libs_gcu_goffice-compat.h22
2 files changed, 0 insertions, 33 deletions
diff --git a/science/gchemutils/files/patch-configure b/science/gchemutils/files/patch-configure
index 541ee0bfc2e8..e69de29bb2d1 100644
--- a/science/gchemutils/files/patch-configure
+++ b/science/gchemutils/files/patch-configure
@@ -1,11 +0,0 @@
---- configure.orig 2009-01-13 16:00:51.000000000 +0100
-+++ configure 2009-01-13 16:09:07.000000000 +0100
-@@ -21025,7 +21025,7 @@
- GCU_MAJOR_VERSION=`echo $GCU_VERSION | awk -F . '{ print $1}'`
- GCU_MINOR_VERSION=`echo $GCU_VERSION | awk -F . '{ print $2}'`
- GCU_MICRO_VERSION=`echo $GCU_VERSION | awk -F . '{ print $3}'`
--let GCU_API_MINOR_VERSION=($GCU_MINOR_VERSION+1)/2*2
-+let GCU_API_MINOR_VERSION=\($GCU_MINOR_VERSION+1\)/2*2 > /dev/null
-
- GCU_API_VER="$GCU_MAJOR_VERSION.$GCU_API_MINOR_VERSION"
-
diff --git a/science/gchemutils/files/patch-libs_gcu_goffice-compat.h b/science/gchemutils/files/patch-libs_gcu_goffice-compat.h
index 779345845d17..e69de29bb2d1 100644
--- a/science/gchemutils/files/patch-libs_gcu_goffice-compat.h
+++ b/science/gchemutils/files/patch-libs_gcu_goffice-compat.h
@@ -1,22 +0,0 @@
---- libs/gcu/goffice-compat.h.orig 2009-09-06 12:06:55.000000000 +0200
-+++ libs/gcu/goffice-compat.h 2009-09-06 12:07:48.000000000 +0200
-@@ -48,6 +48,19 @@
- # define DOUBLE_RGBA_B GO_DOUBLE_RGBA_B
- # define DOUBLE_RGBA_A GO_DOUBLE_RGBA_A
- #endif
-+#ifdef GO_COLOR_FROM_RGBA
-+# define RGBA_TO_UINT GO_COLOR_FROM_RGBA
-+# define RGBA_BLACK GO_COLOR_BLACK
-+# define RGBA_RED GO_COLOR_RED
-+# define UINT_RGBA_R GO_COLOR_UINT_R
-+# define UINT_RGBA_G GO_COLOR_UINT_G
-+# define UINT_RGBA_B GO_COLOR_UINT_B
-+# define UINT_RGBA_A GO_COLOR_UINT_A
-+# define DOUBLE_RGBA_R GO_COLOR_DOUBLE_R
-+# define DOUBLE_RGBA_G GO_COLOR_DOUBLE_G
-+# define DOUBLE_RGBA_B GO_COLOR_DOUBLE_B
-+# define DOUBLE_RGBA_A GO_COLOR_DOUBLE_A
-+#endif
-
- #ifdef GO_PLUGIN_SERVICE_CLASS
- # define GPS_CLASS GO_PLUGIN_SERVICE_CLASS