Date: Mon, 6 Apr 2009 14:52:25 -0400 (EDT) From: Naram Qashat <cyberbotx@cyberbotx.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/133436: [MAINTAINER] devel/subcommander: Fix build with subversion bump Message-ID: <200904061852.n36IqPE0026172@kirby.cyberbotx.com> Resent-Message-ID: <200904061900.n36J07bL001089@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133436 >Category: ports >Synopsis: [MAINTAINER] devel/subcommander: Fix build with subversion bump >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Apr 06 19:00:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 7.1-STABLE i386 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 7.1-STABLE FreeBSD 7.1-STABLE #0: Tue Jan 27 17:30:46 EST 2009 >Description: Fix build with subversion bump. Added file(s): - files/patch-svn-Property.h Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- subcommander-2.0.0.b4_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/subcommander/Makefile /kirby/shared/ports/subcommander2/Makefile --- /usr/ports/devel/subcommander/Makefile 2009-01-19 08:27:16.000000000 -0500 +++ /kirby/shared/ports/subcommander2/Makefile 2009-04-06 14:52:04.000000000 -0400 @@ -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} diff -ruN --exclude=CVS /usr/ports/devel/subcommander/files/patch-svn-Property.h /kirby/shared/ports/subcommander2/files/patch-svn-Property.h --- /usr/ports/devel/subcommander/files/patch-svn-Property.h 1969-12-31 19:00:00.000000000 -0500 +++ /kirby/shared/ports/subcommander2/files/patch-svn-Property.h 2009-04-06 14:40:49.000000000 -0400 @@ -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 + { --- subcommander-2.0.0.b4_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904061852.n36IqPE0026172>