Commit graph

38 commits

Author SHA1 Message Date
Jun Kuriyama
85bf840c94 Finally upgrade amanda-{server,client} to 3.2.0. Old 2.6.x was
repocopied as amanda26-{server,client}.  Please stay in 2.6.x branch
if you are conservative.  Yes, you should so for important
infrastructre like as backup system :-).

New 3.2.0 port includes:
  - Use misc/amanda-perl-wrapper as perl5 interpreter which is linked
    with libthr.so to avoid thread problem.
  - Unique UID, GID assigned and use it by default.  amanda user/group
    will be added automatically when not exist.
  - Deprecate AMANDA_{CONFIG,TAPE} port knobs.  They can be set in
    runtime config easily.

References:	http://wiki.zmanda.com/index.php/3.2_features
2010-11-01 14:21:26 +00:00
Jun Kuriyama
853ebd9e7b - Upgrade to 2.6.1p1.
- Remove  *PORTRANGE knobs which can be set in config file nowadays.
2009-04-12 07:53:37 +00:00
Jun Kuriyama
128a9e1430 - Upgrade to 2.6.1.
- Turn on SSH auth by default.
- Sorry, previous default path of $AMANDA_DATES was typo.  Fixed here
  it should be.  Please take care when upgrading.

PR:	ports/131193 (partially merged to my update modifications) [1]
Submitted by:	Goran Lowkrantz <glz@hidden-powers.com> [1]
2009-02-04 22:55:46 +00:00
Pav Lucistnik
f28d272707 - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 21:05:49 +00:00
Jun Kuriyama
5cefa4a292 Finally upgrade to 2.6.0p2.
Old 2.5.x version is repocopied as misc/amanda25-{server,client}.
If you have backup clients which cannot be upgraded to 2.6.x, use these
old ports or disable usetimestamps option (enabled by default, which
is incompatible with 2.5.x) in amanda.conf.

More minor improvements will follow.

PR:		ports/128836
Submitted by:	Goran Lowkrantz <glz@hidden-powers.com>
Urged by:	many
2009-01-05 04:59:06 +00:00
Jun Kuriyama
875becc4fd - Upgrade to 2.5.1p1.
- Use $OPTIONS.
2006-11-06 22:44:04 +00:00
Jun Kuriyama
e456d4beb4 - Upgrade to 2.5.0p2.
(Introducing new features.  Please see ChangeLog for detail.)

Urged by:	many
2006-06-10 00:52:09 +00:00
Jun Kuriyama
c9a8af1cea - 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.
2006-03-22 03:56:12 +00:00
James E. Housley
0229245fb9 Update to 2.4.5 2005-05-05 13:50:38 +00:00
James E. Housley
3e0041780c Upgrade to 2.4.4p4 2004-11-09 10:56:40 +00:00
James E. Housley
c97cd039b3 Update to version 2.4.4p2. Base loosely on patches submitted by
Jun Kuriyama
2004-03-21 01:23:27 +00:00
James E. Housley
6eb153a77a * Fix the libamtape libraries that weren't being installed, as pointed out
by  "Paul D. Schmidt" <pds@uberhacker.org>
* Bump PORTREVISION
2003-04-16 01:12:22 +00:00
James E. Housley
996918cd19 * Update to 2.4.4
* PLIST cleanups
2003-04-14 02:27:58 +00:00
Kris Kennaway
dd97259952 Remove duplicate entry 2002-12-01 23:40:11 +00:00
James E. Housley
f813675d6e Update to the released version 2.4.3. This cause a bump of PORTEPOCH 2002-10-28 13:47:44 +00:00
Jacques Vidrine
047e5c1b1c 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
2002-05-23 21:06:27 +00:00
Jacques Vidrine
b7280bf91d Remove old amanda ports. They are no longer supported or maintained. 2002-05-23 19:19:49 +00:00
James E. Housley
47cd4bf92f Upgrade to 2.4.3b2.
- Remove 2 contributed patchs that are now part of the release
- Build static programs for easier recovery
2002-01-11 13:52:24 +00:00
James E. Housley
2572326b98 Fix PLIST errors.
- only build and install amdd & ammt in the server
- add amdd.8 and ammt.8
Bump PORTREVISION to 1
2001-12-04 13:22:26 +00:00
James E. Housley
f51c1456ac 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
2001-02-01 12:59:55 +00:00
James E. Housley
fef4dd5ae3 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 <adrian@ubergeeks.com>
Submitted by:	Matt Braithwaite <mab@lathian.com>
Submitted by:	Brad Huntting <huntting@glarp.com>
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2001-01-31 12:24:08 +00:00
James E. Housley
efe365095a Make the Makefile portlint clean.
Add @dirrm share/amanda.

Submitted by:	bento
2001-01-29 12:42:06 +00:00
Chris Timmons
33eba68847 Amanda 2.4.2. Uses gmake to work around bin/23328. Changer support enabled but untested. 2001-01-27 17:18:38 +00:00
Maxim Sobolev
5cb1434004 Second round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:12:51 +00:00
Jeremy Lea
bb97611829 Fix building on -current by using USE_LIBTOOL.
No response by:	maintainer
2000-02-21 07:10:26 +00:00
Chris Timmons
db0a1d396f Amanda 2.4.1p1. Also, honor nodump flag - requested-by: wjw@hobby.digiware.nl 1998-12-25 00:15:23 +00:00
Chris Timmons
7fd4fd3eaa Support ELF or AOUT PORTOBJFORMATs 1998-09-15 15:08:10 +00:00
Chris Timmons
1de26d6b4c Unbreak and update to 2.4.1. Now builds (with stubbed out chio functions) under CAM. Fixes for ELF and CAM RSN. 1998-09-13 01:16:02 +00:00
Tim Vanderhoek
39448a6b27 Remove miscellaneous manpages. 1998-08-18 19:04:15 +00:00
Chris Timmons
440ae91944 Complete upgrade to 2.4.0p1 1998-06-29 06:42:48 +00:00
Thomas Gellekum
944910bb30 Execute `ldconfig -R' at the pkg_delete step.
PR:		6281
Submitted by:	SADA Kenji <sada@e-mail.ne.jp>
1998-05-05 13:18:48 +00:00
Chris Timmons
1845f827af 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. 1998-04-04 06:20:17 +00:00
Chris Timmons
571776a8e6 Build from the latest release candidate. Port update facilitated by: The Grateful Dead 1998-03-20 02:06:10 +00:00
Chris Timmons
04ca7fb280 Now on to release candidates for amanda 2.4.0. 1998-03-02 16:09:32 +00:00
Chris Timmons
b92bbb4ef1 Complete the amanda port split. patch-ab obtained from Alexandre Oliva <oliva@dcc.unicamp.br> 1998-02-18 14:23:40 +00:00
Gary Palmer
0c82480b4b These files somehow got missed. Upgrade to 2.3.0, and pick up CFLAGS from
/etc/make.conf
1997-03-08 05:03:14 +00:00
Satoshi Asami
c98cfd116d 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.
1996-11-18 14:17:24 +00:00
Gary Palmer
a3bb7ccc38 Add package files 1995-03-01 00:53:09 +00:00