1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Fix build with subversion bump

PR:		ports/133434 ports/133436
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by:	tabthorpe (co-mentor)
This commit is contained in:
Dennis Herrmann 2009-04-07 20:54:12 +00:00
parent e98325e5bc
commit 36b3ad7504
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231813
4 changed files with 26 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= subcommander
PORTVERSION= 1.2.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://subcommander.tigris.org/files/documents/1759/42385/
DISTNAME= Subcommander-${PORTVERSION}

View File

@ -0,0 +1,12 @@
--- svn/Property.h.orig 2006-01-17 15:40:34.000000000 -0500
+++ svn/Property.h 2009-04-06 14:31:34.000000000 -0400
@@ -17,8 +17,7 @@
#include <vector>
// svn
-struct svn_prop_t;
-
+#include <svn_props.h>
namespace svn
{

View File

@ -7,7 +7,7 @@
PORTNAME= subcommander
DISTVERSION= 2.0.0.b4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://subcommander.tigris.org/files/documents/1759/43367/
DISTNAME= Subcommander-${PORTVERSION:S/.b/b/g}

View File

@ -0,0 +1,12 @@
--- svn/Property.h.orig 2006-01-17 15:40:34.000000000 -0500
+++ svn/Property.h 2009-04-06 14:40:42.000000000 -0400
@@ -17,8 +17,7 @@
#include <vector>
// svn
-struct svn_prop_t;
-
+#include <svn_props.h>
namespace svn
{