aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-svn
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2009-08-21 13:37:46 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2009-08-21 13:37:46 +0000
commit579380ff0ca67a3a8009fd30795393abc094b7ae (patch)
tree296c84ed4a3921934b015bee03c7e48b78fadbb1 /devel/pecl-svn
parente1b01be711809c7445ab6fccfd43a674cc102773 (diff)
downloadports-579380ff0ca67a3a8009fd30795393abc094b7ae.tar.gz
ports-579380ff0ca67a3a8009fd30795393abc094b7ae.zip
Notes
Diffstat (limited to 'devel/pecl-svn')
-rw-r--r--devel/pecl-svn/Makefile4
-rw-r--r--devel/pecl-svn/files/patch-svn.c10
2 files changed, 10 insertions, 4 deletions
diff --git a/devel/pecl-svn/Makefile b/devel/pecl-svn/Makefile
index 43c75cd4483b..25cb81f940aa 100644
--- a/devel/pecl-svn/Makefile
+++ b/devel/pecl-svn/Makefile
@@ -22,8 +22,4 @@ LIB_DEPENDS= svn_client-1:${PORTSDIR}/devel/subversion
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>
diff --git a/devel/pecl-svn/files/patch-svn.c b/devel/pecl-svn/files/patch-svn.c
new file mode 100644
index 000000000000..a8ed0e946921
--- /dev/null
+++ b/devel/pecl-svn/files/patch-svn.c
@@ -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"