From nobody@FreeBSD.org  Tue Apr 21 06:31:15 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D6FEA1065674
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 21 Apr 2009 06:31:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id C4CF88FC1D
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 21 Apr 2009 06:31:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n3L6VFro049986
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 21 Apr 2009 06:31:15 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n3L6VFQJ049985;
	Tue, 21 Apr 2009 06:31:15 GMT
	(envelope-from nobody)
Message-Id: <200904210631.n3L6VFQJ049985@www.freebsd.org>
Date: Tue, 21 Apr 2009 06:31:15 GMT
From: Sergey Dyatko <sergey.dyatko@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [FIX BUILD] devel/thunar-svn-plugin
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         133886
>Category:       ports
>Synopsis:       [FIX BUILD] devel/thunar-svn-plugin
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 21 06:40:02 UTC 2009
>Closed-Date:    Thu Apr 23 08:59:02 UTC 2009
>Last-Modified:  Thu Apr 23 09:00:04 UTC 2009
>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:
Class-Changed-From-To: sw-bug->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Tue Apr 21 06:40:17 UTC 2009 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133886 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Apr 21 09:57:43 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133886 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Apr 23 08:59:01 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133886 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133886: commit references a PR
Date: Thu, 23 Apr 2009 08:59:04 +0000 (UTC)

 miwi        2009-04-23 08:58:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/thunar-svn-plugin Makefile 
   Added files:
     devel/thunar-svn-plugin/files patch-fix-svn 
   Log:
   - Fix build with new subversion
   
   PR:             133886
   Submitted by:   Sergey Dyatko <sergey.dyatko@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.6       +1 -2      ports/devel/thunar-svn-plugin/Makefile
   1.1       +22 -0     ports/devel/thunar-svn-plugin/files/patch-fix-svn (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
