| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
31 Jan 2013 19:14:08
3.3.2,1
|
timur  |
Update ports that refer to net/samba34 to use newer net/samba36 |
08 Aug 2012 22:09:35
3.3.2,1
|
kuriyama  |
- Upgrade to 3.3.2. |
15 May 2012 14:37:05
3.3.1,1
|
kuriyama  |
- Upgrade to 3.3.1 after preserving 3.2.x as
misc/amanda32-{server,client} by repocopy. |
19 Nov 2011 07:05:21
3.2.3,1
|
kuriyama  |
- Upgrade to 3.2.3.
- Change amanda user's homedir to /var/db/amanda [1].
- Make amanda user added into operator group by default for dumping
disks.
- Remove deprecation messages of old variables.
PR: ports/155987 [1]
Submitted by: Goran Lowkrantz <goran.lowkrantz@ismobile.com> [1]
Feature safe: yes |
24 Oct 2011 04:17:38
3.2.2,1
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
21 May 2011 07:45:16
3.2.2,1
|
kuriyama  |
- Upgrade to 3.2.2.
- Add hidden option to disable snapshot dump for testing. |
02 Jan 2011 08:13:57
3.2.1,1
|
kuriyama  |
- Upgrade to 3.2.1. |
29 Dec 2010 20:04:42
3.2.0_2,1
|
pgollucci  |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
03 Dec 2010 15:15:39
3.2.0_2,1
|
kuriyama  |
- Amanda/Constants.pm is installed by amanda-client, and it includes
constat variable as of client components only. When amanda-server
installed, Constants.pm should include also server components.
- To work around it, use pkg-install/pkg-deinstall script to tweak
this variable by inplace updating.
Reported by: Christian Gusenbauer <c47g@gmx.at> |
20 Nov 2010 01:11:12
3.2.0_1,1
|
kuriyama  |
amanda-perl-wrapper was fixed to force using threaded perl.
Try removing $MANUAL_PACKAGE_BUILD and bump $PORTREVISION. |
11 Nov 2010 00:00:08
3.2.0,1
|
pav  |
- Disallow from pointyhat: needs threaded perl
Reported by: pointyhat |
01 Nov 2010 14:21:26
3.2.0,1
|
kuriyama  |
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 |
18 Oct 2010 12:22:27
2.6.1p2_2,1
|
garga  |
Change default samba dependency to 3.4 since samba3 is gone |
22 May 2010 11:40:51
2.6.1p2_2,1
|
kuriyama  |
- Add workaround for glib-2.24 [1].
- Allow to choose samba port [2].
PR: ports/146768 [1], ports/146769 [2]
Submitted by: Ricky Morse <remorse@partners.org> [1,2] |
03 Apr 2010 10:44:36
2.6.1p2_1,1
|
roam  |
Chase the ftp/curl shlib version bump. |
14 Dec 2009 01:42:49
2.6.1p2,1
|
kuriyama  |
- Upgrade to 2.6.1p2. |
22 Aug 2009 00:28:34
2.6.1p1  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
12 Apr 2009 07:53:37
2.6.1p1,1
|
kuriyama  |
- Upgrade to 2.6.1p1.
- Remove *PORTRANGE knobs which can be set in config file nowadays. |
06 Feb 2009 07:16:32
2.6.1_1,1
|
kuriyama  |
Grr, I forgot to add patch files in previous commit... |
04 Feb 2009 22:55:46
2.6.1,1
|
kuriyama  |
- 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] |
09 Jan 2009 01:48:48
2.6.0p2,1
|
kuriyama  |
Add $AMANDA_DATES knob to allow setting amandates file location.
PR: ports/130244 (based on)
Submitted by: "Douglas K. Rand" <rand@meridian-enviro.com> |
05 Jan 2009 21:05:49
2.6.0p2,1
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
05 Jan 2009 04:59:06
2.6.0p2,1
|
kuriyama  |
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 |
21 Aug 2008 06:18:49
2.5.1p3_5,1
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
20 Aug 2008 00:57:32
2.5.1p3_5
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
24 Jul 2008 23:27:50
2.5.1p3_5,1
|
kuriyama  |
- Fix SSH option and openssl related scripts [1].
- Change UNIQUENAME and LATEST_LINK to use separated options db.
PR: ports/125566 [1]
Submitted by: Franz Schwartau <franz@electromail.org> [1] |
08 Jun 2008 07:34:37
2.5.1p3_4,1
|
edwin  |
Fix port revision going backwards due to devel/gettext update. |
06 Jun 2008 13:45:40
2.5.1p3_1,1
|
edwin  |
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) |
19 Apr 2008 17:56:05
2.5.1p3_3  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
31 Mar 2008 15:19:26
2.5.1p3_3,1
|
pav  |
- Remove an odd looking misplaced patch file |
31 Mar 2008 15:19:03
2.5.1p3_3,1
|
pav  |
- Add SSH option
PR: ports/118039
Submitted by: Ekkehard 'Ekki' Gehm <gehm@physik.tu-berlin.de>
Approved by: maintainer timeout (kuriyama; 4 months) |
13 Oct 2007 11:47:41
2.5.1p3_3,1
|
kuriyama  |
- Add AESPIPE knob for $OPTIONS.
PR: ports/112073 (but I changed default to off)
Submitted by: "Ekkehard 'Ekki' Gehm" <gehm@physik.tu-berlin.de> |
05 Oct 2007 00:34:55
2.5.1p3_3,1
|
edwin  |
Remove always false/true due to OSVERSION. |
30 Sep 2007 03:54:50
2.5.1p3_3,1
|
linimon  |
Switch autoconf dependency to 2.61.
PR: ports/116639
Submitted by: aDe |
29 Sep 2007 20:50:53
2.5.1p3_2,1
|
linimon  |
Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer |
25 Mar 2007 11:53:31
2.5.1p3_2,1
|
kuriyama  |
- Fix AMANDA_PORTRANGE knob, and rename it to AMANDA_TCPPORTRANGE.
PR: ports/110687
Submitted by: "Douglas K. Rand" <rand@meridian-enviro.com> |
15 Feb 2007 02:18:38
2.5.1p3_1,1
|
kuriyama  |
Quick fix for broken client.
Submitted by: Craig Boston <craig@yekse.gank.org> |
09 Feb 2007 09:29:39
2.5.1p3,1
|
kuriyama  |
- Upgrade to 2.5.1p3. |
29 Nov 2006 01:05:24
2.5.1p2,1
|
kuriyama  |
- 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 <ah@cryptobank.de> [1][2]
PR: ports/105635 [1], ports/105942 [2] |
06 Nov 2006 22:44:04
2.5.1p1,1
|
kuriyama  |
- Upgrade to 2.5.1p1.
- Use $OPTIONS. |
02 Sep 2006 19:50:47
2.5.0p2,1
|
kris  |
Chase net/samba to net/samba3 in preparation for removal of the former. |
10 Jun 2006 00:52:09
2.5.0p2,1
|
kuriyama  |
- Upgrade to 2.5.0p2.
(Introducing new features. Please see ChangeLog for detail.)
Urged by: many |
22 Mar 2006 06:47:58
2.4.5p1,1
|
kuriyama  |
Fix incorrect $PORTNAME usage. |
22 Mar 2006 03:56:12
2.4.5p1,1
|
kuriyama  |
- 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. |
27 Jan 2006 07:05:11
2.4.5_2,1
|
linimon  |
FreeBSD 3.x systems are no longer supported, so this code is moot. In any
case, .error is deprecated. |
22 Jan 2006 05:52:28
2.4.5_2,1
|
edwin  |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
25 Nov 2005 16:09:33
2.4.5_2,1
|
pav  |
- Add SHA256 |
15 Nov 2005 06:52:12
2.4.5_2,1
|
ade  |
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. |
14 Oct 2005 15:40:16
2.4.5_2,1
|
mnag  |
Add archivers/gtar dependencies
Bump PORTREVISION
Fix pkg-plist
Make portlint happyer
PR: 87426
Notified by: Patrick M. Hausen <hausen@punkt.de> |
30 Jul 2005 16:21:11
2.4.5_1,1
|
lawrance  |
- 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 <daverio@cri.ensmp.fr> (PR)
John E Hein <jhein@timing.com> (fix) |
07 Jun 2005 07:28:09
2.4.5,1
|
pat  |
Fix maintainer |
09 May 2005 17:54:52
2.4.5,1
|
jeh  |
Release maintainership due to time |
05 May 2005 13:50:38
2.4.5,1
|
jeh  |
Update to 2.4.5 |
12 Apr 2005 03:26:57
2.4.4p4_2
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
2.4.4p4_2
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
16 Nov 2004 15:27:57
2.4.4p4_2,1
|
jeh  |
GNUTAR_LISTDIR was partialaly a variable and partially hardcoded
PR: 73956
Submitted By: Phil Homewood <pdh@bne.snapgear.com> |
15 Nov 2004 11:20:22
2.4.4p4_1,1
|
jeh  |
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 <pdh@bne.snapgear.com> |
09 Nov 2004 10:56:40
2.4.4p4,1
|
jeh  |
Upgrade to 2.4.4p4 |
21 Mar 2004 01:23:27
2.4.4p2,1
|
jeh  |
Update to version 2.4.4p2. Base loosely on patches submitted by
Jun Kuriyama |
14 Mar 2004 06:17:56
2.4.4_7,1
|
ade  |
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. |
26 Feb 2004 02:16:24
2.4.4_7,1
|
jeh  |
Fix pkg-plist, none of the 5.x systems seem to have chg-scsi |
25 Feb 2004 10:11:10
2.4.4_6,1
|
kris  |
BROKEN on !i386 and !amd64: broken pkg-plist |
07 Feb 2004 13:59:10
2.4.4_6,1
|
jeh  |
Shorten pkg-descr |
07 Feb 2004 13:57:56
2.4.4_6,1
|
jeh  |
Fiddle with pkg-plist to make happy on 5.2 i386 |
07 Feb 2004 02:58:17
2.4.4_5,1
|
kris  |
BROKEN on 5.x: broken pkg-plist |
04 Feb 2004 05:10:27
2.4.4_5,1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
15 Jan 2004 16:01:42
2.4.4_4,1
|
jeh  |
Check for /usr/include/sys/scsiio.h since it isn't used and breaks the
build.
PR: 61353
Submitted By: Michael Ranner |
16 Nov 2003 12:31:48
2.4.4_4,1
|
jeh  |
Fix cut-n-paste'o
PR: 59316
Submitted by: Kirk Strauser |
15 Nov 2003 16:58:45
2.4.4_4,1
|
jeh  |
* 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 |
23 Oct 2003 23:56:02
2.4.4_4,1
|
jeh  |
Amd64 does not seem to support scsi-chg, so disable it |
23 Oct 2003 23:35:31
2.4.4_4,1
|
jeh  |
Fix to remove an explict referenct to gtar.
Bump Portrevision
PR: 57843
Submitted By: Kirk Strauser <kirk@strauser.com> |
16 Jul 2003 17:10:29
2.4.4_3,1
|
jeh  |
Finally remove the dependancy on GTAR
Bump PORTREVISION as in PR
Submitted by: naddy
PR: 54548 |
16 Jun 2003 23:20:25
2.4.4_2,1
|
jeh  |
It seems bento failed for misc/amanda-server on current. It seems
configure failed to find CAM related things.
Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp> |
16 Apr 2003 01:12:22
2.4.4_1,1
|
jeh  |
* Fix the libamtape libraries that weren't being installed, as pointed out
by "Paul D. Schmidt" <pds@uberhacker.org>
* Bump PORTREVISION |
14 Apr 2003 02:27:58
2.4.4,1
|
jeh  |
* Update to 2.4.4
* PLIST cleanups |
06 Mar 2003 21:01:40
2.4.3,1
|
ade  |
More manual pkg-comment cleanups.
Approved by: portmgr (implicitly) |
03 Mar 2003 03:58:43
2.4.3,1
|
jeh  |
Remove pkg-comment and place in Makefile |
12 Feb 2003 17:49:27
2.4.3,1
|
jeh  |
Add two more build options to limit the ports used by the client and server.
PR: 47282
Submitted by: Douglas K. Rand <rand@meridian-enviro.com> |
01 Dec 2002 23:40:11
2.4.3,1
|
kris  |
Remove duplicate entry |
18 Nov 2002 11:30:18
2.4.3,1
|
jeh  |
USE_PERL5 is needed on 5.0-CURRENT |
28 Oct 2002 13:47:44
2.4.3,1
|
jeh  |
Update to the released version 2.4.3. This cause a bump of PORTEPOCH |
14 Oct 2002 14:02:14
2.4.3b4
|
jeh  |
The misc/amanda-{client,server} ports force user/group to operator.
This should be site-overridable.
PR: 44032
Submitted-by: Phil Homewood <pdh@snapgear.com> |
17 Sep 2002 11:45:59
2.4.3b4
|
jeh  |
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 <joe@FreeBSD.org> |
16 Sep 2002 00:30:40
2.4.3b4
|
joe  |
Make amanda compile on machines that don't have lpr installed.
(This fix needs to be submitted back to the Amanda team as it's a
software bug, not a FreeBSD issue.) |
10 Sep 2002 13:31:28
2.4.3b4
|
jeh  |
Update to 2.4.3b4, the latest version and proposed for final 2.4.3 |
23 May 2002 21:06:27
2.4.3b2_2
|
nectar  |
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 |
23 May 2002 19:19:49
2.4.3b2_2
|
nectar  |
Remove old amanda ports. They are no longer supported or maintained. |
12 Jan 2002 13:26:04 
|
jeh  |
Add ${LOCALBASE}/sbin/ back to the amrecover dependancy. It seems that
bento's PATH does not include that directory. |
11 Jan 2002 15:06:17 
|
jeh  |
-Add WITH_MTX option for those that want the mtx changer program -Small path
cleanups -Bump PORTREVISION |
11 Jan 2002 13:52:24 
|
jeh  |
Upgrade to 2.4.3b2. - Remove 2 contributed patchs that are now part of the
release - Build static programs for easier recovery |
28 Dec 2001 17:35:49 
|
jeh  |
Fix a typo in the chg-zd-mtx.sh.in file that prevented proper operation with
barcodes. Bumped PORTREVISION |
07 Dec 2001 21:28:46 
|
jeh  |
Add patch-example::amanda.conf.in to patch a simple error in an example config
file. Spotted on the amanda-hackers mailing list. |
04 Dec 2001 13:22:26
2.4.3b1_1
|
jeh  |
Fix PLIST errors.
- only build and install amdd & ammt in the server
- add amdd.8 and ammt.8
Bump PORTREVISION to 1 |
04 Dec 2001 13:22:26 
|
jeh  |
Fix PLIST errors. - only build and install amdd & ammt in the server - add
amdd.8 and ammt.8 Bump PORTREVISION to 1 |
03 Dec 2001 13:18:46 
|
jeh  |
Upgrade amanda to 2.4.3b1. |
03 Dec 2001 13:18:46
2.4.3b1
|
jeh  |
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 <john_m_cooper@yahoo.com>
Approved by: jeh |