summaryrefslogtreecommitdiff
path: root/graphics/esmart
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2005-10-18 09:38:53 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2005-10-18 09:38:53 +0000
commitf33cd063bc7acd0ff3033f34e43521d69e6a3255 (patch)
treefbd8f3c47da90d4637436a60b6c98bedfdf9153f /graphics/esmart
parentUpdate to 0.34 (diff)
Add 2 patches for new ecore.
Submitted by: Laurent Debacker <debackerl@gmail com>
Notes
Notes: svn path=/head/; revision=145733
Diffstat (limited to 'graphics/esmart')
-rw-r--r--graphics/esmart/Makefile2
-rw-r--r--graphics/esmart/files/patch-src_bin_esmart_file_dialog_test.c10
-rw-r--r--graphics/esmart/files/patch-src_lib_esmart_trans_x11_Esmart_Trans_X11.h12
3 files changed, 23 insertions, 1 deletions
diff --git a/graphics/esmart/Makefile b/graphics/esmart/Makefile
index 0c651ff3cb01..32276db967f2 100644
--- a/graphics/esmart/Makefile
+++ b/graphics/esmart/Makefile
@@ -7,7 +7,7 @@
PORTNAME= esmart
PORTVERSION= 0.9.0.004
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://enlightenment.freedesktop.org/files/
diff --git a/graphics/esmart/files/patch-src_bin_esmart_file_dialog_test.c b/graphics/esmart/files/patch-src_bin_esmart_file_dialog_test.c
new file mode 100644
index 000000000000..21cf6a47410e
--- /dev/null
+++ b/graphics/esmart/files/patch-src_bin_esmart_file_dialog_test.c
@@ -0,0 +1,10 @@
+--- src/bin/esmart_file_dialog_test.c.orig Tue May 3 13:32:05 2005
++++ src/bin/esmart_file_dialog_test.c Tue Oct 18 17:31:25 2005
+@@ -8,6 +8,7 @@
+ * $ esmart_file_dialog_test /path/to/my_custom/theme.eet
+ * to test a custom theme you've written for it
+ */
++#include <stdio.h>
+ #include <Ecore.h>
+ #include <Edje.h>
+ #include <Ecore_Evas.h>
diff --git a/graphics/esmart/files/patch-src_lib_esmart_trans_x11_Esmart_Trans_X11.h b/graphics/esmart/files/patch-src_lib_esmart_trans_x11_Esmart_Trans_X11.h
new file mode 100644
index 000000000000..fa8a88b3a9c9
--- /dev/null
+++ b/graphics/esmart/files/patch-src_lib_esmart_trans_x11_Esmart_Trans_X11.h
@@ -0,0 +1,12 @@
+--- src/lib/esmart_trans_x11/Esmart_Trans_X11.h.orig Wed Nov 10 23:18:11 2004
++++ src/lib/esmart_trans_x11/Esmart_Trans_X11.h Tue Oct 18 17:30:01 2005
+@@ -1,7 +1,9 @@
+ #ifndef _ESMART_TRANS_X11_H
+ #define _ESMART_TRANS_X11_H
++#include <stdio.h>
+ #include <Evas.h>
+ #include <Ecore_X.h>
++#include <Ecore_Data.h>
+
+ #ifdef __cplusplus
+ extern "C" {