ports/138033: [PATCH] devel/pecl-svn: Unbreak build with Subversion 1.6.x

Greg Larkin glarkin at FreeBSD.org
Fri Aug 21 13:20:04 UTC 2009


>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 at 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 <bsd.port.mk>
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:



More information about the freebsd-ports-bugs mailing list