diff options
author | miwi <miwi@FreeBSD.org> | 2009-04-23 16:58:54 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-04-23 16:58:54 +0800 |
commit | cf2deef0575908082f169ab86d4878494d42056f (patch) | |
tree | f05121586624f6867f33514a203dc5aef1f6695f /devel | |
parent | d086e3518794e6e3d51590b3d211496d0f8dfad4 (diff) | |
download | freebsd-ports-gnome-cf2deef0575908082f169ab86d4878494d42056f.tar.gz freebsd-ports-gnome-cf2deef0575908082f169ab86d4878494d42056f.tar.zst freebsd-ports-gnome-cf2deef0575908082f169ab86d4878494d42056f.zip |
- Fix build with new subversion
PR: 133886
Submitted by: Sergey Dyatko <sergey.dyatko@gmail.com> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/thunar-svn-plugin/Makefile | 3 | ||||
-rw-r--r-- | devel/thunar-svn-plugin/files/patch-fix-svn | 22 | ||||
-rw-r--r-- | devel/thunar-vcs-plugin/Makefile | 3 | ||||
-rw-r--r-- | devel/thunar-vcs-plugin/files/patch-fix-svn | 22 |
4 files changed, 46 insertions, 4 deletions
diff --git a/devel/thunar-svn-plugin/Makefile b/devel/thunar-svn-plugin/Makefile index 022e78809b81..d6daaace7fc5 100644 --- a/devel/thunar-svn-plugin/Makefile +++ b/devel/thunar-svn-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-svn-plugin/files/patch-fix-svn b/devel/thunar-svn-plugin/files/patch-fix-svn new file mode 100644 index 000000000000..fc78683790bb --- /dev/null +++ b/devel/thunar-svn-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" + + 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" + + |