The FreeBSD Ports Archive
FreeBSD misc : amanda-server4>
WHAT IS AMANDA?
---------------
This is a release of Amanda, the Advanced Maryland Automatic
Network Disk Archiver. Amanda is a backup system designed to archive many
computers on a network to a single large-capacity tape drive.
Here are some features of Amanda:
* written in C, freely distributable.
* built on top of standard backup software: Unix dump/restore, and
later GNU Tar and others.
* will back up multiple machines in parallel to a holding disk, blasting
finished dumps one by one to tape as fast as we can write files to
tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host
with a large holding disk can be filled by Amanda in under 4 hours.
* does simple tape management: will not overwrite the wrong tape.
http://sourceforge.net/projects/amanda/
|
amanda-server history
v. 1.101
date: 2007/10/13 11:47:41; author: kuriyama; state: Exp; lines: +6 -1
- Add AESPIPE knob for $OPTIONS.
PR: ports/112073 (but I changed default to off)
Submitted by: "Ekkehard 'Ekki' Gehm"
v. 1.100
date: 2007/10/05 00:34:54; author: edwin; state: Exp; lines: +0 -6
Remove always false/true due to OSVERSION.
v. 1.99
date: 2007/09/30 03:54:50; author: linimon; state: Exp; lines: +2 -2
Switch autoconf dependency to 2.61.
PR: ports/116639
Submitted by: aDe
v. 1.98
date: 2007/09/29 20:50:52; author: linimon; state: Exp; lines: +1 -0
Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer
v. 1.97
date: 2007/03/25 11:53:31; author: kuriyama; state: Exp; lines: +8 -4
- Fix AMANDA_PORTRANGE knob, and rename it to AMANDA_TCPPORTRANGE.
PR: ports/110687
Submitted by: "Douglas K. Rand"
v. 1.96
date: 2007/02/15 02:18:38; author: kuriyama; state: Exp; lines: +1 -1
Quick fix for broken client.
Submitted by: Craig Boston
v. 1.95
date: 2007/02/09 09:29:38; author: kuriyama; state: Exp; lines: +1 -1
- Upgrade to 2.5.1p3.
v. 1.94
date: 2006/11/29 01:05:24; author: kuriyama; state: Exp; lines: +3 -3
- Upgrade to 2.5.1p2.
- Add a patch to fix amfetchdump to dump core [1].
- Fix GNUTAR, DUMP_SNAPSHOT options handling [2].
Submitted by: Andy Hilker [1][2]
PR: ports/105635 [1], ports/105942 [2]
v. 1.93
date: 2006/11/06 22:44:03; author: kuriyama; state: Exp; lines: +20 -14
- Upgrade to 2.5.1p1.
- Use $OPTIONS.
v. 1.92
date: 2006/09/02 19:50:46; author: kris; state: Exp; lines: +2 -2
Chase net/samba to net/samba3 in preparation for removal of the former.
v. 1.91
date: 2006/06/10 00:52:08; author: kuriyama; state: Exp; lines: +4 -3
- Upgrade to 2.5.0p2.
(Introducing new features. Please see ChangeLog for detail.)
Urged by: many
v. 1.90
date: 2006/03/22 06:47:58; author: kuriyama; state: Exp; lines: +2 -2
Fix incorrect $PORTNAME usage.
v. 1.89
date: 2006/03/22 03:56:12; author: kuriyama; state: Exp; lines: +42 -57
- Grab maintainership.
- Upgrade to 2.4.5p1.
- Add WITH_AMANDA_DUMP_SNAPSHOT knob to use "dump -L" to take a dump.
- Add a patch to fix expr(1) argument problem for chg-zd-mtx.sh script.
- Shorten long Makefile by collect common options/variables to one
common place.
v. 1.88
date: 2006/01/27 07:05:11; author: linimon; state: Exp; lines: +0 -4
FreeBSD 3.x systems are no longer supported, so this code is moot. In any
case, .error is deprecated.
v. 1.87
date: 2005/11/15 06:50:09; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.86
date: 2005/10/14 15:40:16; author: mnag; state: Exp; lines: +13 -6
Add archivers/gtar dependencies
Bump PORTREVISION
Fix pkg-plist
Make portlint happyer
PR: 87426
Notified by: Patrick M. Hausen
v. 1.85
date: 2005/07/30 16:21:10; author: lawrance; state: Exp; lines: +1 -1
- Add a patch to fix a buffer overflow crash (tended to show
itself on 4.x systems).
- Bump PORTREVISION.
PR: ports/81104
Submitted by: Laurent DAVERIO (PR)
John E Hein (fix)
v. 1.84
date: 2005/06/07 07:28:08; author: pat; state: Exp; lines: +1 -1
Fix maintainer
v. 1.83
date: 2005/05/09 17:54:52; author: jeh; state: Exp; lines: +1 -1
Release maintainership due to time
v. 1.82
date: 2005/05/05 13:50:38; author: jeh; state: Exp; lines: +2 -2
Update to 2.4.5
v. 1.81
date: 2005/04/12 03:26:05; author: obrien; state: Exp; lines: +2 -2
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.80
date: 2005/04/11 08:03:21; author: obrien; state: Exp; lines: +2 -2
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.79
date: 2004/11/16 15:27:57; author: jeh; state: Exp; lines: +10 -12
GNUTAR_LISTDIR was partialaly a variable and partially hardcoded
PR: 73956
Submitted By: Phil Homewood
v. 1.78
date: 2004/11/15 11:20:22; author: jeh; state: Exp; lines: +11 -29
As pointed out in PR ports/73956, even if a user and/or group was specified
there were two chown statements they were ignored.
PR: 73956
Submitted By: Phil Homewood
v. 1.77
date: 2004/11/09 10:56:40; author: jeh; state: Exp; lines: +2 -2
Upgrade to 2.4.4p4
v. 1.76
date: 2004/03/21 01:23:27; author: jeh; state: Exp; lines: +2 -2
Update to version 2.4.4p2. Base loosely on patches submitted by
Jun Kuriyama
v. 1.75
date: 2004/03/14 06:16:57; author: ade; state: Exp; lines: +0 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.74
date: 2004/02/26 02:16:24; author: jeh; state: Exp; lines: +2 -6
Fix pkg-plist, none of the 5.x systems seem to have chg-scsi
v. 1.73
date: 2004/02/25 10:11:10; author: kris; state: Exp; lines: +4 -0
BROKEN on !i386 and !amd64: broken pkg-plist
v. 1.72
date: 2004/02/07 13:57:56; author: jeh; state: Exp; lines: +3 -5
Fiddle with pkg-plist to make happy on 5.2 i386
v. 1.71
date: 2004/02/07 02:58:17; author: kris; state: Exp; lines: +4 -0
BROKEN on 5.x: broken pkg-plist
v. 1.70
date: 2004/02/04 05:07:35; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.69
date: 2004/01/15 16:01:42; author: jeh; state: Exp; lines: +4 -0
Check for /usr/include/sys/scsiio.h since it isn't used and breaks the
build.
PR: 61353
Submitted By: Michael Ranner
v. 1.68
date: 2003/11/16 12:31:48; author: jeh; state: Exp; lines: +1 -1
Fix cut-n-paste'o
PR: 59316
Submitted by: Kirk Strauser
v. 1.67
date: 2003/11/15 16:58:45; author: jeh; state: Exp; lines: +4 -0
* Create the directory ${PREFIX}/var/amanda/gnutar-lists and make operator
own it
* Crate /etc/amandates and have operator own it. This is hard coded at
compile time and can't easily be made ${PREFIX} safe.
PR: 59302
Submitted by: Matthias Andree
v. 1.66
date: 2003/10/23 23:56:02; author: jeh; state: Exp; lines: +4 -0
Amd64 does not seem to support scsi-chg, so disable it
v. 1.65
date: 2003/10/23 23:35:31; author: jeh; state: Exp; lines: +1 -1
Fix to remove an explict referenct to gtar.
Bump Portrevision
PR: 57843
Submitted By: Kirk Strauser
v. 1.64
date: 2003/07/16 17:10:29; author: jeh; state: Exp; lines: +1 -17
Finally remove the dependancy on GTAR
Bump PORTREVISION as in PR
Submitted by: naddy
PR: 54548
v. 1.63
date: 2003/06/16 23:20:24; author: jeh; state: Exp; lines: +6 -2
It seems bento failed for misc/amanda-server on current. It seems
configure failed to find CAM related things.
Submitted by: Jun Kuriyama
v. 1.62
date: 2003/04/16 01:12:22; author: jeh; state: Exp; lines: +1 -1
* Fix the libamtape libraries that weren't being installed, as pointed out
by "Paul D. Schmidt"
* Bump PORTREVISION
v. 1.61
date: 2003/04/14 02:27:58; author: jeh; state: Exp; lines: +4 -2
* Update to 2.4.4
* PLIST cleanups
v. 1.60
date: 2003/03/06 21:01:39; author: ade; state: Exp; lines: +1 -1
More manual pkg-comment cleanups.
Approved by: portmgr (implicitly)
v. 1.59
date: 2003/03/03 03:58:43; author: jeh; state: Exp; lines: +1 -0
Remove pkg-comment and place in Makefile
v. 1.58
date: 2003/02/12 17:49:27; author: jeh; state: Exp; lines: +32 -0
Add two more build options to limit the ports used by the client and server.
PR: 47282
Submitted by: Douglas K. Rand
v. 1.57
date: 2002/11/18 11:30:18; author: jeh; state: Exp; lines: +2 -0
USE_PERL5 is needed on 5.0-CURRENT
v. 1.56
date: 2002/10/28 13:47:44; author: jeh; state: Exp; lines: +3 -2
Update to the released version 2.4.3. This cause a bump of PORTEPOCH
v. 1.55
date: 2002/10/14 14:02:14; author: jeh; state: Exp; lines: +33 -3
The misc/amanda-{client,server} ports force user/group to operator.
This should be site-overridable.
PR: 44032
Submitted-by: Phil Homewood
v. 1.54
date: 2002/09/17 11:45:59; author: jeh; state: Exp; lines: +7 -0
Currently the gnutar-listdir is defaulting to
/usr/local/var/amanda/gnutar-listdir, which is ugly and just plain wrong!
This allows the user to select it via AMANDA_GNUTAR_LISTDIR at compile
time.
There is no PORTREVISION bump, because there is no change unless this
is specified.
Submitted by: Josef Karthauser
v. 1.53
date: 2002/09/10 13:31:27; author: jeh; state: Exp; lines: +2 -2
Update to 2.4.3b4, the latest version and proposed for final 2.4.3
v. 1.52
date: 2002/05/23 21:06:27; author: nectar; state: Exp; lines: +1 -1
Revive amanda-client and amanda-server. These are not the old
amanda, but rather the _current_ amanda. I mistakenly associated
them with ports/misc/amanda.
Please pass the pointy hat.
Graciously brought to my attention by: jeh
v. 1.51
date: 2002/05/23 19:19:49; author: nectar; state: dead; lines: +1 -1
Remove old amanda ports. They are no longer supported or maintained.
v. 1.50
date: 2002/01/12 13:26:04; author: jeh; state: Exp; lines: +3 -3
Add ${LOCALBASE}/sbin/ back to the amrecover dependancy. It seems that
bento's PATH does not include that directory.
Submitted by: bento
v. 1.49
date: 2002/01/11 15:06:17; author: jeh; state: Exp; lines: +9 -3
-Add WITH_MTX option for those that want the mtx changer program
-Small path cleanups
-Bump PORTREVISION
Submitted by: Martin Blapp
v. 1.48
date: 2002/01/11 13:52:23; author: jeh; state: Exp; lines: +7 -9
Upgrade to 2.4.3b2.
- Remove 2 contributed patchs that are now part of the release
- Build static programs for easier recovery
v. 1.47
date: 2001/12/28 17:35:49; author: jeh; state: Exp; lines: +1 -1
Fix a typo in the chg-zd-mtx.sh.in file that prevented proper operation
with barcodes.
Bumped PORTREVISION
Submitted by: Blaz Zupan
v. 1.46
date: 2001/12/04 13:22:26; author: jeh; state: Exp; lines: +5 -4
Fix PLIST errors.
- only build and install amdd & ammt in the server
- add amdd.8 and ammt.8
Bump PORTREVISION to 1
v. 1.45
date: 2001/12/03 13:18:46; author: jeh; state: Exp; lines: +9 -9
Upgrade amanda to 2.4.3b1.
This is an upgraded repo-copy of amand24-client and amanda24-server, which
along with the out dated amanda will be going away.
PR: 32419
Submitted by: John Merryweather Cooper
Approved by: jeh
v. 1.44
date: 2001/05/09 02:52:54; author: jeh; state: Exp; lines: +22 -11
Add a WITHOUT_GNUTAR option in preperation of the MFC of a newer version
of tar. The GNUTar is know to work in some specific conditions the previous
native version did not. This allows an easy way for those that don't need
tar with Amanda or want to try the new version an easy way to do so.
Suggested by: Mikhail Teterin
v. 1.43
date: 2001/04/25 00:20:05; author: jeh; state: Exp; lines: +3 -3
Upgrade to version 2.4.2p2
v. 1.42
date: 2001/02/16 01:05:34; author: jeh; state: Exp; lines: +12 -7
Depend upon gtar to overcome the problems with the system tar and sparse
files.
Submitted by: Rob Simmons
v. 1.41
date: 2001/02/12 22:38:29; author: jeh; state: Exp; lines: +2 -2
Bump PORTREVISION from this morning's commits
v. 1.40
date: 2001/02/05 20:21:02; author: jeh; state: Exp; lines: +6 -5
o Update to version 2.4.2p1
o Use SourceForge master site
o Fixed if statement for OSVERSION
v. 1.39
date: 2001/02/02 21:02:26; author: jeh; state: Exp; lines: +3 -3
${LOCALBASE}/sbin seems more correct that ${PREFIX}/sbin.
Submitted by: bento
v. 1.38
date: 2001/02/01 17:33:18; author: jeh; state: Exp; lines: +3 -3
Need to specify a full path for sbin programs in (BUILD|RUN)_DEPENDS
Submitted by: bento
v. 1.37
date: 2001/02/01 12:59:55; author: jeh; state: Exp; lines: +9 -1
Up throught FreeBSD 3.x scsiio.h existed anc cause chg-scsi to be built.
After that, SCSI was CAMified and chg-scsi isn't built, but that is a
seperate problem.
Submitted by: bento
v. 1.36
date: 2001/02/01 01:20:10; author: jeh; state: Exp; lines: +43 -7
Add more options, some based upon PR 19333
PR: 19333
Submitted by: Stefan Moeding
v. 1.35
date: 2001/01/31 12:24:07; author: jeh; state: Exp; lines: +61 -13
Server portion of the new split amanda24 series.
o PR 17427 was partly used for the split
o PR 18872 was partly used to request plotting (gnuplot) if wanted.
o PR 21218 was used for --with-buffered-dump
o PR 22258 was also used for requesting plotting
PR: 17427 18872 21218 22258
Submitted by: Adrian Filipi-Martin
Submitted by: Matt Braithwaite
Submitted by: Brad Huntting
Submitted by: Mikhail Teterin
v. 1.34
date: 2001/01/30 02:37:39; author: jeh; state: Exp; lines: +2 -2
I will take this for awhile
v. 1.33
date: 2001/01/29 12:42:06; author: jeh; state: Exp; lines: +2 -2
Make the Makefile portlint clean.
Add @dirrm share/amanda.
Submitted by: bento
v. 1.32
date: 2001/01/27 17:18:36; author: cwt; state: Exp; lines: +7 -7
Amanda 2.4.2. Uses gmake to work around bin/23328. Changer support enabled but untested.
v. 1.31
date: 2001/01/27 05:31:09; author: will; state: Exp; lines: +2 -2
Remove inactive MAINTAINER , who hasn't committed in 20 months.
v. 1.30
date: 2000/06/16 21:51:40; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.29
date: 2000/06/16 08:18:18; author: sobomax; state: Exp; lines: +2 -2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
v. 1.28
date: 2000/06/15 17:12:38; author: sobomax; state: Exp; lines: +2 -1
Second round of INSTALL_SHLIBS=yes fixes.
v. 1.27
date: 2000/04/14 08:45:17; author: asami; state: Exp; lines: +4 -4
Convert to PORTNAME/PORTVERSION.
v. 1.26
date: 2000/02/21 07:10:21; author: reg; state: Exp; lines: +3 -2
Fix building on -current by using USE_LIBTOOL.
No response by: maintainer
v. 1.25
date: 1999/09/11 00:46:39; author: asami; state: Exp; lines: +3 -3
Switch back dependency to gnuplot, now that chuckr has fixed it.
v. 1.24
date: 1999/09/10 03:21:52; author: asami; state: Exp; lines: +3 -3
Change dependency from gnuplot to gnuplot+ (which has already been fixed
to adopt to the new gd). If the gnuplot mainainer can fix it before
the freeze, we'll switch back.
v. 1.23
date: 1999/08/31 06:48:11; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.22
date: 1999/08/25 07:21:06; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.21
date: 1998/12/25 00:15:22; author: cwt; state: Exp; lines: +5 -3
Amanda 2.4.1p1. Also, honor nodump flag - requested-by: wjw@hobby.digiware.nl
v. 1.20
date: 1998/09/13 01:16:01; author: cwt; state: Exp; lines: +6 -7
Unbreak and update to 2.4.1. Now builds (with stubbed out chio functions) under CAM. Fixes for ELF and CAM RSN.
v. 1.19
date: 1998/08/25 02:28:37; author: asami; state: Exp; lines: +3 -1
This port is currently broken due to gtk11.m4 problems.
v. 1.18
date: 1998/06/29 06:42:09; author: cwt; state: Exp; lines: +7 -5
Upgrade to amanda-2.4.0p1.
Include --with-fqdn argument to configure which writes a host's fqdn onto
tape labels; necessary if you have host.foo.com and host.bar.foo.com
and wind up writing incrementals to the holding disk (your amflush will
fail.) Users should make sure that their disklist files reference hosts
by fqdn as well. Submitted by: Evan Champion
Include --with-amandahosts arguument to configure, which replaces .rhosts
file in ~operator for amanda host security. Hopefully people are all
using .shosts based authentication and so can just rename .rhosts to
.amandahosts. NOTE: Users will have to address this issue after upgrading
the port before the next backup will run!
Submitted by: Evan Champion
Place sample configuration files in ${PREFIX}/share/examples/amanda rather
than under ${PREFIX}/lib/... Submitted by: Evan Champion
v. 1.17
date: 1998/06/06 09:21:25; author: asami; state: Exp; lines: +4 -4
Add BUILD_DEPENDS and RUN_DEPENDS to gnuplot. (Actually I'm not
sure if I really need the latter, but since we're building the
required bits anyway....)
v. 1.16
date: 1998/06/05 22:13:19; author: asami; state: Exp; lines: +3 -1
===> Building package for amanda-2.4.0
tar: can't add file libexec/amanda/amcat.awk : No such file or directory
tar: can't add file libexec/amanda/amplot.awk : No such file or directory
tar: can't add file libexec/amanda/amplot.g : No such file or directory
tar: can't add file libexec/amanda/amplot.gp : No such file or directory
tar: can't add file sbin/amplot : No such file or directory
v. 1.15
date: 1998/04/04 06:20:13; author: cwt; state: Exp; lines: +2 -3
Upgrade for 2.4.0 release. I wish this could have coincided better with our 2.2.6 release. Leave NO_LATEST_LINK for a bit longer while we test.
v. 1.14
date: 1998/03/20 02:06:07; author: cwt; state: Exp; lines: +3 -3
Build from the latest release candidate. Port update facilitated by: The Grateful Dead
v. 1.13
date: 1998/03/03 09:32:00; author: asami; state: Exp; lines: +2 -1
Add PKGNAME, DISTNAME had two version parts separated by a "-".
v. 1.12
date: 1998/03/02 16:09:29; author: cwt; state: Exp; lines: +4 -2
Now on to release candidates for amanda 2.4.0.
v. 1.11
date: 1998/02/25 09:47:25; author: asami; state: Exp; lines: +2 -1
Define NO_LATEST_LINK, this is a beta.
v. 1.10
date: 1998/02/18 14:23:28; author: cwt; state: Exp; lines: +17 -12
Complete the amanda port split. patch-ab obtained from Alexandre Oliva
v. 1.9
date: 1997/03/08 05:00:11; author: gpalmer; state: Exp; lines: +11 -4
Upgrade to 2.3.0 ... also pick up CFLAGS from /etc/make.conf
v. 1.8
date: 1996/11/19 01:18:00; author: asami; state: Exp; lines: +2 -2
Fix some typos I so eloquently introduced last night.
Found by: make index
v. 1.7
date: 1996/11/18 14:06:06; author: asami; state: Exp; lines: +3 -1
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
v. 1.6
date: 1996/11/11 05:49:06; author: obrien; state: Exp; lines: +2 -2
CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
v. 1.5
date: 1996/03/25 10:56:38; author: asami; state: Exp; lines: +3 -3
Upgrade, 2.2.6 -> 2.2.6.5.
Submitted by: Harlan Stenn
v. 1.4
date: 1995/11/26 10:46:59; author: asami; state: Exp; lines: +2 -2
Change "utilities" category to "misc" in preparation for move to misc.
v. 1.3
date: 1995/04/15 03:45:27; author: asami; state: Exp; lines: +4 -2
Another round of Makefile updates, in utils!
v. 1.2
date: 1995/04/01 12:50:03; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.1
date: 1995/03/01 00:23:24; author: gpalmer; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/03/01 00:23:25; author: gpalmer; state: Exp; lines: +0 -0
Amanda, The Advanced Maryland Automatic Network Disk Archiver
=============================================================================
v. 1.101
date: 2007/10/13 11:47:41; author: kuriyama; state: Exp; lines: +6 -1
- Add AESPIPE knob for $OPTIONS.
PR: ports/112073 (but I changed default to off)
Submitted by: "Ekkehard 'Ekki' Gehm"
v. 1.100
date: 2007/10/05 00:34:54; author: edwin; state: Exp; lines: +0 -6
Remove always false/true due to OSVERSION.
v. 1.99
date: 2007/09/30 03:54:50; author: linimon; state: Exp; lines: +2 -2
Switch autoconf dependency to 2.61.
PR: ports/116639
Submitted by: aDe
v. 1.98
date: 2007/09/29 20:50:52; author: linimon; state: Exp; lines: +1 -0
Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer
v. 1.97
date: 2007/03/25 11:53:31; author: kuriyama; state: Exp; lines: +8 -4
- Fix AMANDA_PORTRANGE knob, and rename it to AMANDA_TCPPORTRANGE.
PR: ports/110687
Submitted by: "Douglas K. Rand"
v. 1.96
date: 2007/02/15 02:18:38; author: kuriyama; state: Exp; lines: +1 -1
Quick fix for broken client.
Submitted by: Craig Boston
v. 1.95
date: 2007/02/09 09:29:38; author: kuriyama; state: Exp; lines: +1 -1
- Upgrade to 2.5.1p3.
v. 1.94
date: 2006/11/29 01:05:24; author: kuriyama; state: Exp; lines: +3 -3
- Upgrade to 2.5.1p2.
- Add a patch to fix amfetchdump to dump core [1].
- Fix GNUTAR, DUMP_SNAPSHOT options handling [2].
Submitted by: Andy Hilker [1][2]
PR: ports/105635 [1], ports/105942 [2]
v. 1.93
date: 2006/11/06 22:44:03; author: kuriyama; state: Exp; lines: +20 -14
- Upgrade to 2.5.1p1.
- Use $OPTIONS.
v. 1.92
date: 2006/09/02 19:50:46; author: kris; state: Exp; lines: +2 -2
Chase net/samba to net/samba3 in preparation for removal of the former.
v. 1.91
date: 2006/06/10 00:52:08; author: kuriyama; state: Exp; lines: +4 -3
- Upgrade to 2.5.0p2.
(Introducing new features. Please see ChangeLog for detail.)
Urged by: many
v. 1.90
date: 2006/03/22 06:47:58; author: kuriyama; state: Exp; lines: +2 -2
Fix incorrect $PORTNAME usage.
v. 1.89
date: 2006/03/22 03:56:12; author: kuriyama; state: Exp; lines: +42 -57
- Grab maintainership.
- Upgrade to 2.4.5p1.
- Add WITH_AMANDA_DUMP_SNAPSHOT knob to use "dump -L" to take a dump.
- Add a patch to fix expr(1) argument problem for chg-zd-mtx.sh script.
- Shorten long Makefile by collect common options/variables to one
common place.
v. 1.88
date: 2006/01/27 07:05:11; author: linimon; state: Exp; lines: +0 -4
FreeBSD 3.x systems are no longer supported, so this code is moot. In any
case, .error is deprecated.
v. 1.87
date: 2005/11/15 06:50:09; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.86
date: 2005/10/14 15:40:16; author: mnag; state: Exp; lines: +13 -6
Add archivers/gtar dependencies
Bump PORTREVISION
Fix pkg-plist
Make portlint happyer
PR: 87426
Notified by: Patrick M. Hausen
v. 1.85
date: 2005/07/30 16:21:10; author: lawrance; state: Exp; lines: +1 -1
- Add a patch to fix a buffer overflow crash (tended to show
itself on 4.x systems).
- Bump PORTREVISION.
PR: ports/81104
Submitted by: Laurent DAVERIO (PR)
John E Hein (fix)
v. 1.84
date: 2005/06/07 07:28:08; author: pat; state: Exp; lines: +1 -1
Fix maintainer
v. 1.83
date: 2005/05/09 17:54:52; author: jeh; state: Exp; lines: +1 -1
Release maintainership due to time
v. 1.82
date: 2005/05/05 13:50:38; author: jeh; state: Exp; lines: +2 -2
Update to 2.4.5
v. 1.81
date: 2005/04/12 03:26:05; author: obrien; state: Exp; lines: +2 -2
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.80
date: 2005/04/11 08:03:21; author: obrien; state: Exp; lines: +2 -2
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.79
date: 2004/11/16 15:27:57; author: jeh; state: Exp; lines: +10 -12
GNUTAR_LISTDIR was partialaly a variable and partially hardcoded
PR: 73956
Submitted By: Phil Homewood
v. 1.78
date: 2004/11/15 11:20:22; author: jeh; state: Exp; lines: +11 -29
As pointed out in PR ports/73956, even if a user and/or group was specified
there were two chown statements they were ignored.
PR: 73956
Submitted By: Phil Homewood
v. 1.77
date: 2004/11/09 10:56:40; author: jeh; state: Exp; lines: +2 -2
Upgrade to 2.4.4p4
v. 1.76
date: 2004/03/21 01:23:27; author: jeh; state: Exp; lines: +2 -2
Update to version 2.4.4p2. Base loosely on patches submitted by
Jun Kuriyama
v. 1.75
date: 2004/03/14 06:16:57; author: ade; state: Exp; lines: +0 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.74
date: 2004/02/26 02:16:24; author: jeh; state: Exp; lines: +2 -6
Fix pkg-plist, none of the 5.x systems seem to have chg-scsi
v. 1.73
date: 2004/02/25 10:11:10; author: kris; state: Exp; lines: +4 -0
BROKEN on !i386 and !amd64: broken pkg-plist
v. 1.72
date: 2004/02/07 13:57:56; author: jeh; state: Exp; lines: +3 -5
Fiddle with pkg-plist to make happy on 5.2 i386
v. 1.71
date: 2004/02/07 02:58:17; author: kris; state: Exp; lines: +4 -0
BROKEN on 5.x: broken pkg-plist
v. 1.70
date: 2004/02/04 05:07:35; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.69
date: 2004/01/15 16:01:42; author: jeh; state: Exp; lines: +4 -0
Check for /usr/include/sys/scsiio.h since it isn't used and breaks the
build.
PR: 61353
Submitted By: Michael Ranner
v. 1.68
date: 2003/11/16 12:31:48; author: jeh; state: Exp; lines: +1 -1
Fix cut-n-paste'o
PR: 59316
Submitted by: Kirk Strauser
v. 1.67
date: 2003/11/15 16:58:45; author: jeh; state: Exp; lines: +4 -0
* Create the directory ${PREFIX}/var/amanda/gnutar-lists and make operator
own it
* Crate /etc/amandates and have operator own it. This is hard coded at
compile time and can't easily be made ${PREFIX} safe.
PR: 59302
Submitted by: Matthias Andree
v. 1.66
date: 2003/10/23 23:56:02; author: jeh; state: Exp; lines: +4 -0
Amd64 does not seem to support scsi-chg, so disable it
v. 1.65
date: 2003/10/23 23:35:31; author: jeh; state: Exp; lines: +1 -1
Fix to remove an explict referenct to gtar.
Bump Portrevision
PR: 57843
Submitted By: Kirk Strauser
v. 1.64
date: 2003/07/16 17:10:29; author: jeh; state: Exp; lines: +1 -17
Finally remove the dependancy on GTAR
Bump PORTREVISION as in PR
Submitted by: naddy
PR: 54548
v. 1.63
date: 2003/06/16 23:20:24; author: jeh; state: Exp; lines: +6 -2
It seems bento failed for misc/amanda-server on current. It seems
configure failed to find CAM related things.
Submitted by: Jun Kuriyama
v. 1.62
date: 2003/04/16 01:12:22; author: jeh; state: Exp; lines: +1 -1
* Fix the libamtape libraries that weren't being installed, as pointed out
by "Paul D. Schmidt"
* Bump PORTREVISION
v. 1.61
date: 2003/04/14 02:27:58; author: jeh; state: Exp; lines: +4 -2
* Update to 2.4.4
* PLIST cleanups
v. 1.60
date: 2003/03/06 21:01:39; author: ade; state: Exp; lines: +1 -1
More manual pkg-comment cleanups.
Approved by: portmgr (implicitly)
v. 1.59
date: 2003/03/03 03:58:43; author: jeh; state: Exp; lines: +1 -0
Remove pkg-comment and place in Makefile
v. 1.58
date: 2003/02/12 17:49:27; author: jeh; state: Exp; lines: +32 -0
Add two more build options to limit the ports used by the client and server.
PR: 47282
Submitted by: Douglas K. Rand
v. 1.57
date: 2002/11/18 11:30:18; author: jeh; state: Exp; lines: +2 -0
USE_PERL5 is needed on 5.0-CURRENT
v. 1.56
date: 2002/10/28 13:47:44; author: jeh; state: Exp; lines: +3 -2
Update to the released version 2.4.3. This cause a bump of PORTEPOCH
v. 1.55
date: 2002/10/14 14:02:14; author: jeh; state: Exp; lines: +33 -3
The misc/amanda-{client,server} ports force user/group to operator.
This should be site-overridable.
PR: 44032
Submitted-by: Phil Homewood
v. 1.54
date: 2002/09/17 11:45:59; author: jeh; state: Exp; lines: +7 -0
Currently the gnutar-listdir is defaulting to
/usr/local/var/amanda/gnutar-listdir, which is ugly and just plain wrong!
This allows the user to select it via AMANDA_GNUTAR_LISTDIR at compile
time.
There is no PORTREVISION bump, because there is no change unless this
is specified.
Submitted by: Josef Karthauser
v. 1.53
date: 2002/09/10 13:31:27; author: jeh; state: Exp; lines: +2 -2
Update to 2.4.3b4, the latest version and proposed for final 2.4.3
v. 1.52
date: 2002/05/23 21:06:27; author: nectar; state: Exp; lines: +1 -1
Revive amanda-client and amanda-server. These are not the old
amanda, but rather the _current_ amanda. I mistakenly associated
them with ports/misc/amanda.
Please pass the pointy hat.
Graciously brought to my attention by: jeh
v. 1.51
date: 2002/05/23 19:19:49; author: nectar; state: dead; lines: +1 -1
Remove old amanda ports. They are no longer supported or maintained.
v. 1.50
date: 2002/01/12 13:26:04; author: jeh; state: Exp; lines: +3 -3
Add ${LOCALBASE}/sbin/ back to the amrecover dependancy. It seems that
bento's PATH does not include that directory.
Submitted by: bento
v. 1.49
date: 2002/01/11 15:06:17; author: jeh; state: Exp; lines: +9 -3
-Add WITH_MTX option for those that want the mtx changer program
-Small path cleanups
-Bump PORTREVISION
Submitted by: Martin Blapp
v. 1.48
date: 2002/01/11 13:52:23; author: jeh; state: Exp; lines: +7 -9
Upgrade to 2.4.3b2.
- Remove 2 contributed patchs that are now part of the release
- Build static programs for easier recovery
v. 1.47
date: 2001/12/28 17:35:49; author: jeh; state: Exp; lines: +1 -1
Fix a typo in the chg-zd-mtx.sh.in file that prevented proper operation
with barcodes.
Bumped PORTREVISION
Submitted by: Blaz Zupan
v. 1.46
date: 2001/12/04 13:22:26; author: jeh; state: Exp; lines: +5 -4
Fix PLIST errors.
- only build and install amdd & ammt in the server
- add amdd.8 and ammt.8
Bump PORTREVISION to 1
v. 1.45
date: 2001/12/03 13:18:46; author: jeh; state: Exp; lines: +9 -9
Upgrade amanda to 2.4.3b1.
This is an upgraded repo-copy of amand24-client and amanda24-server, which
along with the out dated amanda will be going away.
PR: 32419
Submitted by: John Merryweather Cooper
Approved by: jeh
v. 1.44
date: 2001/05/09 02:52:54; author: jeh; state: Exp; lines: +22 -11
Add a WITHOUT_GNUTAR option in preperation of the MFC of a newer version
of tar. The GNUTar is know to work in some specific conditions the previous
native version did not. This allows an easy way for those that don't need
tar with Amanda or want to try the new version an easy way to do so.
Suggested by: Mikhail Teterin
v. 1.43
date: 2001/04/25 00:20:05; author: jeh; state: Exp; lines: +3 -3
Upgrade to version 2.4.2p2
v. 1.42
date: 2001/02/16 01:05:34; author: jeh; state: Exp; lines: +12 -7
Depend upon gtar to overcome the problems with the system tar and sparse
files.
Submitted by: Rob Simmons
v. 1.41
date: 2001/02/12 22:38:29; author: jeh; state: Exp; lines: +2 -2
Bump PORTREVISION from this morning's commits
v. 1.40
date: 2001/02/05 20:21:02; author: jeh; state: Exp; lines: +6 -5
o Update to version 2.4.2p1
o Use SourceForge master site
o Fixed if statement for OSVERSION
v. 1.39
date: 2001/02/02 21:02:26; author: jeh; state: Exp; lines: +3 -3
${LOCALBASE}/sbin seems more correct that ${PREFIX}/sbin.
Submitted by: bento
v. 1.38
date: 2001/02/01 17:33:18; author: jeh; state: Exp; lines: +3 -3
Need to specify a full path for sbin programs in (BUILD|RUN)_DEPENDS
Submitted by: bento
v. 1.37
date: 2001/02/01 12:59:55; author: jeh; state: Exp; lines: +9 -1
Up throught FreeBSD 3.x scsiio.h existed anc cause chg-scsi to be built.
After that, SCSI was CAMified and chg-scsi isn't built, but that is a
seperate problem.
Submitted by: bento
v. 1.36
date: 2001/02/01 01:20:10; author: jeh; state: Exp; lines: +43 -7
Add more options, some based upon PR 19333
PR: 19333
Submitted by: Stefan Moeding
v. 1.35
date: 2001/01/31 12:24:07; author: jeh; state: Exp; lines: +61 -13
Server portion of the new split amanda24 series.
o PR 17427 was partly used for the split
o PR 18872 was partly used to request plotting (gnuplot) if wanted.
o PR 21218 was used for --with-buffered-dump
o PR 22258 was also used for requesting plotting
PR: 17427 18872 21218 22258
Submitted by: Adrian Filipi-Martin
Submitted by: Matt Braithwaite
Submitted by: Brad Huntting
Submitted by: Mikhail Teterin
v. 1.34
date: 2001/01/30 02:37:39; author: jeh; state: Exp; lines: +2 -2
I will take this for awhile
v. 1.33
date: 2001/01/29 12:42:06; author: jeh; state: Exp; lines: +2 -2
Make the Makefile portlint clean.
Add @dirrm share/amanda.
Submitted by: bento
v. 1.32
date: 2001/01/27 17:18:36; author: cwt; state: Exp; lines: +7 -7
Amanda 2.4.2. Uses gmake to work around bin/23328. Changer support enabled but untested.
v. 1.31
date: 2001/01/27 05:31:09; author: will; state: Exp; lines: +2 -2
Remove inactive MAINTAINER , who hasn't committed in 20 months.
v. 1.30
date: 2000/06/16 21:51:40; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.29
date: 2000/06/16 08:18:18; author: sobomax; state: Exp; lines: +2 -2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
v. 1.28
date: 2000/06/15 17:12:38; author: sobomax; state: Exp; lines: +2 -1
Second round of INSTALL_SHLIBS=yes fixes.
v. 1.27
date: 2000/04/14 08:45:17; author: asami; state: Exp; lines: +4 -4
Convert to PORTNAME/PORTVERSION.
v. 1.26
date: 2000/02/21 07:10:21; author: reg; state: Exp; lines: +3 -2
Fix building on -current by using USE_LIBTOOL.
No response by: maintainer
v. 1.25
date: 1999/09/11 00:46:39; author: asami; state: Exp; lines: +3 -3
Switch back dependency to gnuplot, now that chuckr has fixed it.
v. 1.24
date: 1999/09/10 03:21:52; author: asami; state: Exp; lines: +3 -3
Change dependency from gnuplot to gnuplot+ (which has already been fixed
to adopt to the new gd). If the gnuplot mainainer can fix it before
the freeze, we'll switch back.
v. 1.23
date: 1999/08/31 06:48:11; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.22
date: 1999/08/25 07:21:06; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.21
date: 1998/12/25 00:15:22; author: cwt; state: Exp; lines: +5 -3
Amanda 2.4.1p1. Also, honor nodump flag - requested-by: wjw@hobby.digiware.nl
v. 1.20
date: 1998/09/13 01:16:01; author: cwt; state: Exp; lines: +6 -7
Unbreak and update to 2.4.1. Now builds (with stubbed out chio functions) under CAM. Fixes for ELF and CAM RSN.
v. 1.19
date: 1998/08/25 02:28:37; author: asami; state: Exp; lines: +3 -1
This port is currently broken due to gtk11.m4 problems.
v. 1.18
date: 1998/06/29 06:42:09; author: cwt; state: Exp; lines: +7 -5
Upgrade to amanda-2.4.0p1.
Include --with-fqdn argument to configure which writes a host's fqdn onto
tape labels; necessary if you have host.foo.com and host.bar.foo.com
and wind up writing incrementals to the holding disk (your amflush will
fail.) Users should make sure that their disklist files reference hosts
by fqdn as well. Submitted by: Evan Champion
Include --with-amandahosts arguument to configure, which replaces .rhosts
file in ~operator for amanda host security. Hopefully people are all
using .shosts based authentication and so can just rename .rhosts to
.amandahosts. NOTE: Users will have to address this issue after upgrading
the port before the next backup will run!
Submitted by: Evan Champion
Place sample configuration files in ${PREFIX}/share/examples/amanda rather
than under ${PREFIX}/lib/... Submitted by: Evan Champion
v. 1.17
date: 1998/06/06 09:21:25; author: asami; state: Exp; lines: +4 -4
Add BUILD_DEPENDS and RUN_DEPENDS to gnuplot. (Actually I'm not
sure if I really need the latter, but since we're building the
required bits anyway....)
v. 1.16
date: 1998/06/05 22:13:19; author: asami; state: Exp; lines: +3 -1
===> Building package for amanda-2.4.0
tar: can't add file libexec/amanda/amcat.awk : No such file or directory
tar: can't add file libexec/amanda/amplot.awk : No such file or directory
tar: can't add file libexec/amanda/amplot.g : No such file or directory
tar: can't add file libexec/amanda/amplot.gp : No such file or directory
tar: can't add file sbin/amplot : No such file or directory
v. 1.15
date: 1998/04/04 06:20:13; author: cwt; state: Exp; lines: +2 -3
Upgrade for 2.4.0 release. I wish this could have coincided better with our 2.2.6 release. Leave NO_LATEST_LINK for a bit longer while we test.
v. 1.14
date: 1998/03/20 02:06:07; author: cwt; state: Exp; lines: +3 -3
Build from the latest release candidate. Port update facilitated by: The Grateful Dead
v. 1.13
date: 1998/03/03 09:32:00; author: asami; state: Exp; lines: +2 -1
Add PKGNAME, DISTNAME had two version parts separated by a "-".
v. 1.12
date: 1998/03/02 16:09:29; author: cwt; state: Exp; lines: +4 -2
Now on to release candidates for amanda 2.4.0.
v. 1.11
date: 1998/02/25 09:47:25; author: asami; state: Exp; lines: +2 -1
Define NO_LATEST_LINK, this is a beta.
v. 1.10
date: 1998/02/18 14:23:28; author: cwt; state: Exp; lines: +17 -12
Complete the amanda port split. patch-ab obtained from Alexandre Oliva
v. 1.9
date: 1997/03/08 05:00:11; author: gpalmer; state: Exp; lines: +11 -4
Upgrade to 2.3.0 ... also pick up CFLAGS from /etc/make.conf
v. 1.8
date: 1996/11/19 01:18:00; author: asami; state: Exp; lines: +2 -2
Fix some typos I so eloquently introduced last night.
Found by: make index
v. 1.7
date: 1996/11/18 14:06:06; author: asami; state: Exp; lines: +3 -1
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
v. 1.6
date: 1996/11/11 05:49:06; author: obrien; state: Exp; lines: +2 -2
CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
v. 1.5
date: 1996/03/25 10:56:38; author: asami; state: Exp; lines: +3 -3
Upgrade, 2.2.6 -> 2.2.6.5.
Submitted by: Harlan Stenn
v. 1.4
date: 1995/11/26 10:46:59; author: asami; state: Exp; lines: +2 -2
Change "utilities" category to "misc" in preparation for move to misc.
v. 1.3
date: 1995/04/15 03:45:27; author: asami; state: Exp; lines: +4 -2
Another round of Makefile updates, in utils!
v. 1.2
date: 1995/04/01 12:50:03; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.1
date: 1995/03/01 00:23:24; author: gpalmer; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/03/01 00:23:25; author: gpalmer; state: Exp; lines: +0 -0
Amanda, The Advanced Maryland Automatic Network Disk Archiver
=============================================================================
v. 1.101
date: 2007/10/13 11:47:41; author: kuriyama; state: Exp; lines: +6 -1
- Add AESPIPE knob for $OPTIONS.
PR: ports/112073 (but I changed default to off)
Submitted by: "Ekkehard 'Ekki' Gehm"
v. 1.100
date: 2007/10/05 00:34:54; author: edwin; state: Exp; lines: +0 -6
Remove always false/true due to OSVERSION.
v. 1.99
date: 2007/09/30 03:54:50; author: linimon; state: Exp; lines: +2 -2
Switch autoconf dependency to 2.61.
PR: ports/116639
Submitted by: aDe
v. 1.98
date: 2007/09/29 20:50:52; author: linimon; state: Exp; lines: +1 -0
Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer
v. 1.97
date: 2007/03/25 11:53:31; author: kuriyama; state: Exp; lines: +8 -4
- Fix AMANDA_PORTRANGE knob, and rename it to AMANDA_TCPPORTRANGE.
PR: ports/110687
Submitted by: "Douglas K. Rand"
v. 1.96
date: 2007/02/15 02:18:38; author: kuriyama; state: Exp; lines: +1 -1
Quick fix for broken client.
Submitted by: Craig Boston
v. 1.95
date: 2007/02/09 09:29:38; author: kuriyama; state: Exp; lines: +1 -1
- Upgrade to 2.5.1p3.
v. 1.94
date: 2006/11/29 01:05:24; author: kuriyama; state: Exp; lines: +3 -3
- Upgrade to 2.5.1p2.
- Add a patch to fix amfetchdump to dump core [1].
- Fix GNUTAR, DUMP_SNAPSHOT options handling [2].
Submitted by: Andy Hilker [1][2]
PR: ports/105635 [1], ports/105942 [2]
v. 1.93
date: 2006/11/06 22:44:03; author: kuriyama; state: Exp; lines: +20 -14
- Upgrade to 2.5.1p1.
- Use $OPTIONS.
v. 1.92
date: 2006/09/02 19:50:46; author: kris; state: Exp; lines: +2 -2
Chase net/samba to net/samba3 in preparation for removal of the former.
v. 1.91
date: 2006/06/10 00:52:08; author: kuriyama; state: Exp; lines: +4 -3
- Upgrade to 2.5.0p2.
(Introducing new features. Please see ChangeLog for detail.)
Urged by: many
v. 1.90
date: 2006/03/22 06:47:58; author: kuriyama; state: Exp; lines: +2 -2
Fix incorrect $PORTNAME usage.
v. 1.89
date: 2006/03/22 03:56:12; author: kuriyama; state: Exp; lines: +42 -57
- Grab maintainership.
- Upgrade to 2.4.5p1.
- Add WITH_AMANDA_DUMP_SNAPSHOT knob to use "dump -L" to take a dump.
- Add a patch to fix expr(1) argument problem for chg-zd-mtx.sh script.
- Shorten long Makefile by collect common options/variables to one
common place.
v. 1.88
date: 2006/01/27 07:05:11; author: linimon; state: Exp; lines: +0 -4
FreeBSD 3.x systems are no longer supported, so this code is moot. In any
case, .error is deprecated.
v. 1.87
date: 2005/11/15 06:50:09; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.86
date: 2005/10/14 15:40:16; author: mnag; state: Exp; lines: +13 -6
Add archivers/gtar dependencies
Bump PORTREVISION
Fix pkg-plist
Make portlint happyer
PR: 87426
Notified by: Patrick M. Hausen
v. 1.85
date: 2005/07/30 16:21:10; author: lawrance; state: Exp; lines: +1 -1
- Add a patch to fix a buffer overflow crash (tended to show
itself on 4.x systems).
- Bump PORTREVISION.
PR: ports/81104
Submitted by: Laurent DAVERIO (PR)
John E Hein (fix)
v. 1.84
date: 2005/06/07 07:28:08; author: pat; state: Exp; lines: +1 -1
Fix maintainer
v. 1.83
date: 2005/05/09 17:54:52; author: jeh; state: Exp; lines: +1 -1
Release maintainership due to time
v. 1.82
date: 2005/05/05 13:50:38; author: jeh; state: Exp; lines: +2 -2
Update to 2.4.5
v. 1.81
date: 2005/04/12 03:26:05; author: obrien; state: Exp; lines: +2 -2
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.80
date: 2005/04/11 08:03:21; author: obrien; state: Exp; lines: +2 -2
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.79
date: 2004/11/16 15:27:57; author: jeh; state: Exp; lines: +10 -12
GNUTAR_LISTDIR was partialaly a variable and partially hardcoded
PR: 73956
Submitted By: Phil Homewood
v. 1.78
date: 2004/11/15 11:20:22; author: jeh; state: Exp; lines: +11 -29
As pointed out in PR ports/73956, even if a user and/or group was specified
there were two chown statements they were ignored.
PR: 73956
Submitted By: Phil Homewood
v. 1.77
date: 2004/11/09 10:56:40; author: jeh; state: Exp; lines: +2 -2
Upgrade to 2.4.4p4
v. 1.76
date: 2004/03/21 01:23:27; author: jeh; state: Exp; lines: +2 -2
Update to version 2.4.4p2. Base loosely on patches submitted by
Jun Kuriyama
v. 1.75
date: 2004/03/14 06:16:57; author: ade; state: Exp; lines: +0 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.74
date: 2004/02/26 02:16:24; author: jeh; state: Exp; lines: +2 -6
Fix pkg-plist, none of the 5.x systems seem to have chg-scsi
v. 1.73
date: 2004/02/25 10:11:10; author: kris; state: Exp; lines: +4 -0
BROKEN on !i386 and !amd64: broken pkg-plist
v. 1.72
date: 2004/02/07 13:57:56; author: jeh; state: Exp; lines: +3 -5
Fiddle with pkg-plist to make happy on 5.2 i386
v. 1.71
date: 2004/02/07 02:58:17; author: kris; state: Exp; lines: +4 -0
BROKEN on 5.x: broken pkg-plist
v. 1.70
date: 2004/02/04 05:07:35; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.69
date: 2004/01/15 16:01:42; author: jeh; state: Exp; lines: +4 -0
Check for /usr/include/sys/scsiio.h since it isn't used and breaks the
build.
PR: 61353
Submitted By: Michael Ranner
v. 1.68
date: 2003/11/16 12:31:48; author: jeh; state: Exp; lines: +1 -1
Fix cut-n-paste'o
PR: 59316
Submitted by: Kirk Strauser
v. 1.67
date: 2003/11/15 16:58:45; author: jeh; state: Exp; lines: +4 -0
* Create the directory ${PREFIX}/var/amanda/gnutar-lists and make operator
own it
* Crate /etc/amandates and have operator own it. This is hard coded at
compile time and can't easily be made ${PREFIX} safe.
PR: 59302
Submitted by: Matthias Andree
v. 1.66
date: 2003/10/23 23:56:02; author: jeh; state: Exp; lines: +4 -0
Amd64 does not seem to support scsi-chg, so disable it
v. 1.65
date: 2003/10/23 23:35:31; author: jeh; state: Exp; lines: +1 -1
Fix to remove an explict referenct to gtar.
Bump Portrevision
PR: 57843
Submitted By: Kirk Strauser
v. 1.64
date: 2003/07/16 17:10:29; author: jeh; state: Exp; lines: +1 -17
Finally remove the dependancy on GTAR
Bump PORTREVISION as in PR
Submitted by: naddy
PR: 54548
v. 1.63
date: 2003/06/16 23:20:24; author: jeh; state: Exp; lines: +6 -2
It seems bento failed for misc/amanda-server on current. It seems
configure failed to find CAM related things.
Submitted by: Jun Kuriyama
v. 1.62
date: 2003/04/16 01:12:22; author: jeh; state: Exp; lines: +1 -1
* Fix the libamtape libraries that weren't being installed, as pointed out
by "Paul D. Schmidt"
* Bump PORTREVISION
v. 1.61
date: 2003/04/14 02:27:58; author: jeh; state: Exp; lines: +4 -2
* Update to 2.4.4
* PLIST cleanups
v. 1.60
date: 2003/03/06 21:01:39; author: ade; state: Exp; lines: +1 -1
More manual pkg-comment cleanups.
Approved by: portmgr (implicitly)
v. 1.59
date: 2003/03/03 03:58:43; author: jeh; state: Exp; lines: +1 -0
Remove pkg-comment and place in Makefile
v. 1.58
date: 2003/02/12 17:49:27; author: jeh; state: Exp; lines: +32 -0
Add two more build options to limit the ports used by the client and server.
PR: 47282
Submitted by: Douglas K. Rand
v. 1.57
date: 2002/11/18 11:30:18; author: jeh; state: Exp; lines: +2 -0
USE_PERL5 is needed on 5.0-CURRENT
v. 1.56
date: 2002/10/28 13:47:44; author: jeh; state: Exp; lines: +3 -2
Update to the released version 2.4.3. This cause a bump of PORTEPOCH
v. 1.55
date: 2002/10/14 14:02:14; author: jeh; state: Exp; lines: +33 -3
The misc/amanda-{client,server} ports force user/group to operator.
This should be site-overridable.
PR: 44032
Submitted-by: Phil Homewood
v. 1.54
date: 2002/09/17 11:45:59; author: jeh; state: Exp; lines: +7 -0
Currently the gnutar-listdir is defaulting to
/usr/local/var/amanda/gnutar-listdir, which is ugly and just plain wrong!
This allows the user to select it via AMANDA_GNUTAR_LISTDIR at compile
time.
There is no PORTREVISION bump, because there is no change unless this
is specified.
Submitted by: Josef Karthauser
v. 1.53
date: 2002/09/10 13:31:27; author: jeh; state: Exp; lines: +2 -2
Update to 2.4.3b4, the latest version and proposed for final 2.4.3
v. 1.52
date: 2002/05/23 21:06:27; author: nectar; state: Exp; lines: +1 -1
Revive amanda-client and amanda-server. These are not the old
amanda, but rather the _current_ amanda. I mistakenly associated
them with ports/misc/amanda.
Please pass the pointy hat.
Graciously brought to my attention by: jeh
v. 1.51
date: 2002/05/23 19:19:49; author: nectar; state: dead; lines: +1 -1
Remove old amanda ports. They are no longer supported or maintained.
v. 1.50
date: 2002/01/12 13:26:04; author: jeh; state: Exp; lines: +3 -3
Add ${LOCALBASE}/sbin/ back to the amrecover dependancy. It seems that
bento's PATH does not include that directory.
Submitted by: bento
v. 1.49
date: 2002/01/11 15:06:17; author: jeh; state: Exp; lines: +9 -3
-Add WITH_MTX option for those that want the mtx changer program
-Small path cleanups
-Bump PORTREVISION
Submitted by: Martin Blapp
v. 1.48
date: 2002/01/11 13:52:23; author: jeh; state: Exp; lines: +7 -9
Upgrade to 2.4.3b2.
- Remove 2 contributed patchs that are now part of the release
- Build static programs for easier recovery
v. 1.47
date: 2001/12/28 17:35:49; author: jeh; state: Exp; lines: +1 -1
Fix a typo |
| |

|