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:
parent
e98325e5bc
commit
36b3ad7504
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231813
@ -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}
|
||||
|
12
devel/subcommander/files/patch-svn-Property.h
Normal file
12
devel/subcommander/files/patch-svn-Property.h
Normal 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
|
||||
{
|
@ -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}
|
||||
|
12
devel/subcommander2/files/patch-svn-Property.h
Normal file
12
devel/subcommander2/files/patch-svn-Property.h
Normal 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
|
||||
{
|
Loading…
Reference in New Issue
Block a user