Date: Tue, 21 Apr 2009 06:31:15 GMT From: Sergey Dyatko <sergey.dyatko@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/133886: [FIX BUILD] devel/thunar-svn-plugin Message-ID: <200904210631.n3L6VFQJ049985@www.freebsd.org> Resent-Message-ID: <200904210640.n3L6e2J5031764@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133886 >Category: ports >Synopsis: [FIX BUILD] devel/thunar-svn-plugin >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 21 06:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sergey Dyatko >Release: 8.0-CURRENT, 7.2-PRERELEASE >Organization: >Environment: FreeBSD tiger.domain 8.0-CURRENT FreeBSD 8.0-CURRENT #24: Wed Mar 11 12:54:14 EET 2009 root@tiger.domain:/usr/obj/usr/src/sys/tiger-desktop i386 >Description: fix build for devel/thunar-svn-plugin >How-To-Repeat: >Fix: %cat patch-Makefile --- Makefile.orig 2009-04-21 09:19:25.000000000 +0300 +++ Makefile 2009-04-21 09:19:39.000000000 +0300 @@ -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 %cat files/patch-tsh-common.c --- 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" %cat files/patch-tsh-properties-dialog.c --- 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" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904210631.n3L6VFQJ049985>