head	1.31;
access;
symbols
	RELEASE_8_3_0:1.27
	RELEASE_9_0_0:1.27
	RELEASE_7_4_0:1.26
	RELEASE_8_2_0:1.26
	RELEASE_6_EOL:1.26
	RELEASE_8_1_0:1.23
	RELEASE_7_3_0:1.23
	RELEASE_8_0_0:1.23
	RELEASE_7_2_0:1.23
	RELEASE_7_1_0:1.22
	RELEASE_6_4_0:1.22
	RELEASE_5_EOL:1.19
	RELEASE_7_0_0:1.19
	RELEASE_6_3_0:1.19
	PRE_XORG_7:1.16
	RELEASE_4_EOL:1.15
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.14
	RELEASE_5_5_0:1.14
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.4;
locks; strict;
comment	@# @;


1.31
date	2013.03.10.12.49.36;	author svnexp;	state Exp;
branches;
next	1.30;

1.30
date	2012.12.18.08.04.12;	author svnexp;	state Exp;
branches;
next	1.29;

1.29
date	2012.11.17.05.54.23;	author svnexp;	state Exp;
branches;
next	1.28;

1.28
date	2012.07.26.21.59.12;	author gerald;	state Exp;
branches;
next	1.27;

1.27
date	2011.08.11.19.18.59;	author kwm;	state Exp;
branches;
next	1.26;

1.26
date	2010.10.07.16.38.36;	author amdmi3;	state Exp;
branches;
next	1.25;

1.25
date	2010.08.24.21.26.34;	author gerald;	state Exp;
branches;
next	1.24;

1.24
date	2010.08.17.15.40.27;	author amdmi3;	state Exp;
branches;
next	1.23;

1.23
date	2008.11.09.13.22.22;	author danfe;	state Exp;
branches;
next	1.22;

1.22
date	2008.07.04.22.10.23;	author gahr;	state Exp;
branches;
next	1.21;

1.21
date	2008.06.14.20.21.01;	author lwhsu;	state Exp;
branches;
next	1.20;

1.20
date	2008.06.06.13.02.31;	author edwin;	state Exp;
branches;
next	1.19;

1.19
date	2007.11.20.03.02.37;	author linimon;	state Exp;
branches;
next	1.18;

1.18
date	2007.07.02.19.00.59;	author pav;	state Exp;
branches;
next	1.17;

1.17
date	2007.06.29.19.33.21;	author linimon;	state Exp;
branches;
next	1.16;

1.16
date	2007.05.02.07.10.00;	author edwin;	state Exp;
branches;
next	1.15;

1.15
date	2006.12.06.08.52.18;	author miwi;	state Exp;
branches;
next	1.14;

1.14
date	2006.01.29.23.20.45;	author pav;	state Exp;
branches;
next	1.13;

1.13
date	2005.12.30.19.04.39;	author pav;	state Exp;
branches;
next	1.12;

1.12
date	2005.10.26.19.36.33;	author kris;	state Exp;
branches;
next	1.11;

1.11
date	2005.10.13.10.18.32;	author vs;	state Exp;
branches;
next	1.10;

1.10
date	2005.09.29.08.34.46;	author vs;	state Exp;
branches;
next	1.9;

1.9
date	2005.01.18.21.22.12;	author clement;	state Exp;
branches;
next	1.8;

1.8
date	2004.08.22.00.51.49;	author krion;	state Exp;
branches;
next	1.7;

1.7
date	2004.08.16.02.33.05;	author kris;	state Exp;
branches;
next	1.6;

1.6
date	2004.07.14.12.18.34;	author krion;	state Exp;
branches;
next	1.5;

1.5
date	2004.04.29.02.23.36;	author ijliao;	state Exp;
branches;
next	1.4;

1.4
date	2004.04.19.14.17.23;	author clement;	state Exp;
branches;
next	1.3;

1.3
date	2004.04.08.20.50.06;	author krion;	state Exp;
branches;
next	1.2;

1.2
date	2004.03.15.08.05.46;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2004.03.15.07.34.34;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.31
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313753
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Ying-Chieh Liao <ijliao@@FreeBSD.org>
# $FreeBSD: head/archivers/rvm/Makefile 313753 2013-03-09 19:59:21Z eadler $

PORTNAME=	rvm
PORTVERSION=	1.07
CATEGORIES=	archivers
MASTER_SITES=	SF
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Archive manager that uses rsync to manage backups

BUILD_DEPENDS=	rsync:${PORTSDIR}/net/rsync
RUN_DEPENDS:=	${BUILD_DEPENDS}

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
NO_LATEST_LINK=	yes

USE_GMAKE=	yes
USE_GCC=	4.6+
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-default-config-file=${PREFIX}/etc/rvm.conf \
		--enable-assume-stl-memory-exception
MAKE_ARGS=	CXXFLAGS="${CXXFLAGS}"

MAN1=		rvm.1
PLIST_FILES=	bin/rvm

.include <bsd.port.mk>
@


1.30
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309150
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309150 | danfe | 2012-12-18 07:57:31 +0000 (Tue, 18 Dec 2012) | 4 lines
## SVN ##
## SVN ## For a number of ports in archives category, trim the header and drop leading
## SVN ## indefinite article from COMMENT line; also fix few noticed styles bugs while
## SVN ## I am here.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/archivers/rvm/Makefile 309150 2012-12-18 07:57:31Z danfe $
d10 1
a10 1
MAINTAINER=	davide.italiano@@gmail.com
@


1.29
log
@Switch exporter over
@
text
@d1 2
a2 7
# ex:ts=8
# New ports collection makefile for:	rvm
# Date created:				Mar 15, 2004
# Whom:					Ying-Chieh Liao <ijliao@@FreeBSD.org>
#
# $FreeBSD: head/archivers/rvm/Makefile 301583 2012-07-26 21:59:12Z gerald $
#
d11 1
a11 1
COMMENT=	An archive manager that uses rsync to manage backups
@


1.28
log
@SVN rev 301583 on 2012-07-26 21:59:12Z by gerald

Replace USE_GCC=4.4+ by USE_GCC=4.6+ since GCC 4.4 is on its way out
and GCC 4.6 has been the default for a while.

Approved by:	maintainer
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.27
log
@Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
@
text
@d25 1
a25 1
USE_GCC=	4.4+
@


1.26
log
@- Update to 1.07
- Pass maintainership to submitter

PR:		151164
Submitted by:	Davide Italiano <davide.italiano@@gmail.com>
@
text
@a23 1
USE_GNOME=	gnometarget
@


1.25
log
@USE_GCC=4.3+ is just an alias for USE_GCC=4.4+, so use the latter.
@
text
@d10 1
a10 1
PORTVERSION=	1.05
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d28 2
a29 1
CONFIGURE_ARGS=	--with-default-config-file=${PREFIX}/etc/rvm.conf
@


1.24
log
@- Update to 1.05

PR:		149331
Submitted by:	Armin Pirkovitsch <armin@@frozen-zone.org>
@
text
@d26 1
a26 1
USE_GCC=	4.3+
@


1.23
log
@- Correctly assign RUN_DEPENDS
- Canonicalize Makefile header
- Use double space after period in port description
@
text
@d10 1
a10 1
PORTVERSION=	1.03
d26 1
@


1.22
log
@- Update to 1.03

PR:		125228
Submitted by:	Ports Fury
@
text
@d2 3
a4 3
# Ports collection Makefile for:	rvm
# Date created:			Mar 15, 2004
# Whom:				ijliao
d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.21
log
@- Update to version 1.02

PR:		ports/124581
Submitted by:	KATO Tsuguru <tkato432 AT yahoo.com>
@
text
@d10 1
a10 1
PORTVERSION=	1.02
@


1.20
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d10 1
a10 2
PORTVERSION=	1.01
PORTREVISION=	1
d12 2
a13 3
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=	rvm_${PORTVERSION}
@


1.19
log
@Build fixed by Jul 14 2007 but left marked BROKEN.  Unmark.

Reported by:	pointyhat
Approved by:	portmgr (self)
@
text
@d11 1
@


1.18
log
@- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
@
text
@d34 1
a34 7
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN=		Does not compile with GCC 4.2
.endif

.include <bsd.port.post.mk>
@


1.17
log
@Reset rainer.alves@@gmail.com by request due to current lack of time to
work on FreeBSD.
@
text
@d34 7
a40 1
.include <bsd.port.mk>
@


1.16
log
@[patch] archivers/rvm - cleanup non-supported FreeBSD version

PR:		ports/111640
Submitted by:	Edwin Groothuis <edwin@@mavetju.org>
Approved by:	maintainer timeout
@
text
@d16 1
a16 1
MAINTAINER=	rainer.alves@@gmail.com
@


1.15
log
@- Update to 1.01

PR:		ports/105663
Submitted by:	miwi
Approved by:	maintainer timeout
@
text
@d34 1
a34 7
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=		Does not compile on 4.x
.endif

.include <bsd.port.post.mk>
@


1.14
log
@- Unbreak: patch out the offending check from configure script

PR:		ports/92510
Submitted by:	Rainer Alves <rainer.alves@@gmail.com> (maintainer)
@
text
@d10 1
a10 1
PORTVERSION=	1.0
d34 7
a40 1
.include <bsd.port.mk>
@


1.13
log
@- Update to 1.0
- Take maintainership

PR:		ports/91103
Submitted by:	Rainer Alves <rainer.alves@@gmail.com>
@
text
@a21 2
BROKEN=		"Configure script attempts to allocate an infinite amount of memory to see what happens when it runs out"

@


1.12
log
@BROKEN: This port attempts to allocate an infinite amount of memory during
configure, just so it can see what happens to itself when it runs the system
out of swap.
@
text
@d10 1
a10 1
DISTVERSION=	0.90.3-beta
d14 1
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
d24 1
@


1.11
log
@Use MAKE_ARGS
@
text
@d21 2
@


1.10
log
@Use DISTVERSION
@
text
@d24 1
d27 1
@


1.9
log
@- Update to 0.90.3.b
@
text
@d10 1
a10 1
PORTVERSION=	0.90.3.b
a13 1
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.b/-beta/}
@


1.8
log
@Fix build with gcc-3.4

PR:		ports/70780
Submitted by:	Ports Fury
@
text
@d10 1
a10 1
PORTVERSION=	0.90.2.b
d20 1
a20 1
RUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync
@


1.7
log
@BROKEN on 5.x: Does not compile with gcc 3.4.2
@
text
@d31 1
a31 7
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 502126
BROKEN=		"Does not compile with gcc 3.4.2"
.endif

.include <bsd.port.post.mk>
@


1.6
log
@Update to version 0.90.2-beta

PR:		ports/68996
Submitted by:	Ports Fury
@
text
@d31 7
a37 1
.include <bsd.port.mk>
@


1.5
log
@upgrade to 0.90 beta
@
text
@d10 1
a10 1
PORTVERSION=	0.90.b
d22 2
a26 1
NO_LATEST_LINK=	YES
@


1.4
log
@- define NO_LATEST_LINK.
  Maybe LATEST_LINK=archivers_rvm would be better.
  If you think so, let me know.

Noticed by:     Ports with duplicate LATEST_LINKS report
@
text
@d10 1
a10 1
PORTVERSION=	0.80.2.a
d14 1
a14 1
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.a/-alpha/}
d30 1
a30 7
.include <bsd.port.pre.mk>

.if ${OSVERSION} > 500034
CXXFLAGS+=	-O0
.endif

.include <bsd.port.post.mk>
@


1.3
log
@- Update to version 0.80.2.a

PR:		ports/65259
Submitted by:	Ports Fury
@
text
@d25 1
@


1.2
log
@use more clear comment
@
text
@d10 1
a10 1
PORTVERSION=	0.80.a
d26 1
d29 1
a29 1
MAN1=	rvm.1
d31 5
a35 1
.include <bsd.port.mk>
@


1.1
log
@add rvm 0.80a
Rsync Vault Manager
@
text
@d17 1
a17 1
COMMENT=	Rsync Vault Manager
@

