From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 21 13:20:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C035E10656A3 for ; Fri, 21 Aug 2009 13:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 95F628FC69 for ; Fri, 21 Aug 2009 13:20:04 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7LDK4fU021712 for ; Fri, 21 Aug 2009 13:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7LDK4sx021711; Fri, 21 Aug 2009 13:20:04 GMT (envelope-from gnats) Resent-Date: Fri, 21 Aug 2009 13:20:04 GMT Resent-Message-Id: <200908211320.n7LDK4sx021711@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Greg Larkin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BB1E1065692 for ; Fri, 21 Aug 2009 13:10:29 +0000 (UTC) (envelope-from glarkin@sourcehosting.net) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id 184398FC73 for ; Fri, 21 Aug 2009 13:10:28 +0000 (UTC) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MeTZQ-00058J-Bn; Fri, 21 Aug 2009 08:50:22 -0400 Received: from fbsd70.entropy.prv (fbsd70.entropy.prv [192.168.1.14]) by cube.entropy.prv (Postfix) with ESMTP id 6886C3367042; Fri, 21 Aug 2009 08:50:15 -0400 (EDT) Received: from fbsd70.entropy.prv (localhost [127.0.0.1]) by fbsd70.entropy.prv (8.14.2/8.14.2) with ESMTP id n7LCnwVr098115; Fri, 21 Aug 2009 08:49:58 -0400 (EDT) (envelope-from glarkin@fbsd70.entropy.prv) Received: (from glarkin@localhost) by fbsd70.entropy.prv (8.14.2/8.14.2/Submit) id n7LCnwEs098114; Fri, 21 Aug 2009 08:49:58 -0400 (EDT) (envelope-from glarkin) Message-Id: <200908211249.n7LCnwEs098114@fbsd70.entropy.prv> Date: Fri, 21 Aug 2009 08:49:58 -0400 (EDT) From: Greg Larkin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: wenheping@gmail.com Subject: ports/138033: [PATCH] devel/pecl-svn: Unbreak build with Subversion 1.6.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Aug 2009 13:20:04 -0000 >Number: 138033 >Category: ports >Synopsis: [PATCH] devel/pecl-svn: Unbreak build with Subversion 1.6.x >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 21 13:20:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Greg Larkin >Release: FreeBSD 7.0-RELEASE i386 >Organization: The FreeBSD Project >Environment: System: FreeBSD fbsd70.entropy.prv 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: Subversion 1.6.x rearranged its header files a bit. I included svn_props.h to get pecl-svn to build again. Added file(s): - files/patch-svn.c Port maintainer (wenheping@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pecl-svn-0.5.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/pecl-svn/Makefile,v retrieving revision 1.14 diff -u -u -r1.14 Makefile --- Makefile 9 Aug 2009 09:10:35 -0000 1.14 +++ Makefile 21 Aug 2009 12:47:10 -0000 @@ -22,8 +22,4 @@ USE_PHP= yes USE_PHPEXT= yes -BROKEN= does not compile with subversion-1.6 -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2009-09-09 - .include Index: files/patch-svn.c =================================================================== RCS file: files/patch-svn.c diff -N files/patch-svn.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-svn.c 21 Aug 2009 12:47:10 -0000 @@ -0,0 +1,10 @@ +--- ./svn.c.orig 2009-08-21 08:38:26.000000000 -0400 ++++ ./svn.c 2009-08-21 08:38:33.000000000 -0400 +@@ -34,6 +34,7 @@ + + #include "apr_version.h" + #include "svn_pools.h" ++#include "svn_props.h" + #include "svn_sorts.h" + #include "svn_config.h" + #include "svn_auth.h" --- pecl-svn-0.5.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: