aboutsummaryrefslogtreecommitdiff
path: root/devel/thunar-vcs-plugin
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-04-23 08:58:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-04-23 08:58:54 +0000
commite698c0c70f7f32a3a18cb3e1c3c87277437766b3 (patch)
treec85a93d34e2acb00d78c12c44bcb428d404c882a /devel/thunar-vcs-plugin
parent13273545f2ebc5c44a12119a91f65ec7678f38d2 (diff)
downloadports-e698c0c70f7f32a3a18cb3e1c3c87277437766b3.tar.gz
ports-e698c0c70f7f32a3a18cb3e1c3c87277437766b3.zip
Notes
Diffstat (limited to 'devel/thunar-vcs-plugin')
-rw-r--r--devel/thunar-vcs-plugin/Makefile3
-rw-r--r--devel/thunar-vcs-plugin/files/patch-fix-svn22
2 files changed, 23 insertions, 2 deletions
diff --git a/devel/thunar-vcs-plugin/Makefile b/devel/thunar-vcs-plugin/Makefile
index 022e78809b81..d6daaace7fc5 100644
--- a/devel/thunar-vcs-plugin/Makefile
+++ b/devel/thunar-vcs-plugin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= thunar-svn-plugin
PORTVERSION= 0.0.3
+PORTREVISION= 1
CATEGORIES= devel xfce
MASTER_SITES= http://goodies.xfce.org/releases/thunar-svn-plugin/
DIST_SUBDIR= xfce4
@@ -23,6 +24,4 @@ GNU_CONFIGURE= yes
USE_GNOME= gtk20
USE_XFCE= configenv libexo thunar
-BROKEN= does not compile
-
.include <bsd.port.mk>
diff --git a/devel/thunar-vcs-plugin/files/patch-fix-svn b/devel/thunar-vcs-plugin/files/patch-fix-svn
new file mode 100644
index 000000000000..fc78683790bb
--- /dev/null
+++ b/devel/thunar-vcs-plugin/files/patch-fix-svn
@@ -0,0 +1,22 @@
+--- tsp-svn-helper/tsh-common.c.orig 2009-03-14 22:54:06.000000000 +0200
++++ tsp-svn-helper/tsh-common.c 2009-04-21 09:12:45.000000000 +0300
+@@ -34,6 +34,7 @@
+ #include <subversion-1/svn_pools.h>
+ #include <subversion-1/svn_fs.h>
+ #include <subversion-1/svn_time.h>
++#include <subversion-1/svn_props.h>
+
+ #include "tsh-dialog-common.h"
+ #include "tsh-login-dialog.h"
+--- tsp-svn-helper/tsh-properties-dialog.c.orig 2009-03-14 22:54:06.000000000 +0200
++++ tsp-svn-helper/tsh-properties-dialog.c 2009-04-21 09:13:12.000000000 +0300
+@@ -25,6 +25,7 @@
+ #include <gtk/gtk.h>
+
+ #include <subversion-1/svn_client.h>
++#include <subversion-1/svn_props.h>
+
+ #include "tsh-common.h"
+ #include "tsh-properties-dialog.h"
+
+