summaryrefslogtreecommitdiff
path: root/misc/amanda25-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Repocopy from amanda-{server,client} to amanda25-{server,client}.Jun Kuriyama2009-01-051-3/+7
| | | | Notes: svn path=/head/; revision=225260
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Fix SSH option and openssl related scripts [1].Jun Kuriyama2008-07-243-9/+42
| | | | | | | | | | - Change UNIQUENAME and LATEST_LINK to use separated options db. PR: ports/125566 [1] Submitted by: Franz Schwartau <franz@electromail.org> [1] Notes: svn path=/head/; revision=217450
* Fix port revision going backwards due to devel/gettext update.Edwin Groothuis2008-06-081-1/+1
| | | | Notes: svn path=/head/; revision=214484
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+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) Notes: svn path=/head/; revision=211584
* - Remove an odd looking misplaced patch filePav Lucistnik2008-03-311-24/+0
| | | | Notes: svn path=/head/; revision=210277
* - Add SSH optionPav Lucistnik2008-03-311-1/+6
| | | | | | | | | PR: ports/118039 Submitted by: Ekkehard 'Ekki' Gehm <gehm@physik.tu-berlin.de> Approved by: maintainer timeout (kuriyama; 4 months) Notes: svn path=/head/; revision=210276
* - Add AESPIPE knob for $OPTIONS.Jun Kuriyama2007-10-131-1/+6
| | | | | | | | PR: ports/112073 (but I changed default to off) Submitted by: "Ekkehard 'Ekki' Gehm" <gehm@physik.tu-berlin.de> Notes: svn path=/head/; revision=201388
* Remove always false/true due to OSVERSION.Edwin Groothuis2007-10-051-6/+0
| | | | Notes: svn path=/head/; revision=200873
* Switch autoconf dependency to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200401
* Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.Mark Linimon2007-09-291-0/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=200385
* - Fix AMANDA_PORTRANGE knob, and rename it to AMANDA_TCPPORTRANGE.Jun Kuriyama2007-03-251-4/+8
| | | | | | | | PR: ports/110687 Submitted by: "Douglas K. Rand" <rand@meridian-enviro.com> Notes: svn path=/head/; revision=188273
* Quick fix for broken client.Jun Kuriyama2007-02-152-1/+12
| | | | | | | Submitted by: Craig Boston <craig@yekse.gank.org> Notes: svn path=/head/; revision=185205
* - Upgrade to 2.5.1p3.Jun Kuriyama2007-02-095-33/+5
| | | | Notes: svn path=/head/; revision=184705
* - Upgrade to 2.5.1p2.Jun Kuriyama2006-11-294-14/+32
| | | | | | | | | | | - 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] Notes: svn path=/head/; revision=178220
* - Upgrade to 2.5.1p1.Jun Kuriyama2006-11-069-59/+117
| | | | | | | - Use $OPTIONS. Notes: svn path=/head/; revision=176655
* Chase net/samba to net/samba3 in preparation for removal of the former.Kris Kennaway2006-09-021-2/+2
| | | | Notes: svn path=/head/; revision=171911
* - Upgrade to 2.5.0p2.Jun Kuriyama2006-06-105-24/+47
| | | | | | | | | (Introducing new features. Please see ChangeLog for detail.) Urged by: many Notes: svn path=/head/; revision=164964
* Fix incorrect $PORTNAME usage.Jun Kuriyama2006-03-221-2/+2
| | | | Notes: svn path=/head/; revision=157935
* - Grab maintainership.Jun Kuriyama2006-03-229-87/+117
| | | | | | | | | | | - 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. Notes: svn path=/head/; revision=157929
* FreeBSD 3.x systems are no longer supported, so this code is moot. In anyMark Linimon2006-01-271-4/+0
| | | | | | | case, .error is deprecated. Notes: svn path=/head/; revision=154562
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149438
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Add archivers/gtar dependenciesMarcus Alves Grando2005-10-142-9/+17
| | | | | | | | | | | | Bump PORTREVISION Fix pkg-plist Make portlint happyer PR: 87426 Notified by: Patrick M. Hausen <hausen@punkt.de> Notes: svn path=/head/; revision=145390
* - Add a patch to fix a buffer overflow crash (tended to showSam Lawrance2005-07-302-1/+12
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=140480
* Fix maintainerPatrick Li2005-06-071-1/+1
| | | | Notes: svn path=/head/; revision=136963
* Release maintainership due to timeJames E. Housley2005-05-091-1/+1
| | | | Notes: svn path=/head/; revision=134940
* Update to 2.4.5James E. Housley2005-05-054-35/+79
| | | | Notes: svn path=/head/; revision=134655
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-2/+2
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-2/+2
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* GNUTAR_LISTDIR was partialaly a variable and partially hardcodedJames E. Housley2004-11-161-12/+10
| | | | | | | | PR: 73956 Submitted By: Phil Homewood <pdh@bne.snapgear.com> Notes: svn path=/head/; revision=121757
* As pointed out in PR ports/73956, even if a user and/or group was specifiedJames E. Housley2004-11-151-29/+11
| | | | | | | | | | there were two chown statements they were ignored. PR: 73956 Submitted By: Phil Homewood <pdh@bne.snapgear.com> Notes: svn path=/head/; revision=121655
* Upgrade to 2.4.4p4James E. Housley2004-11-096-42/+31
| | | | Notes: svn path=/head/; revision=121181
* Update to version 2.4.4p2. Base loosely on patches submitted byJames E. Housley2004-03-214-7/+18
| | | | | | | Jun Kuriyama Notes: svn path=/head/; revision=104789
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+0
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Fix pkg-plist, none of the 5.x systems seem to have chg-scsiJames E. Housley2004-02-261-6/+2
| | | | Notes: svn path=/head/; revision=102153
* BROKEN on !i386 and !amd64: broken pkg-plistKris Kennaway2004-02-251-0/+4
| | | | Notes: svn path=/head/; revision=102057
* Shorten pkg-descrJames E. Housley2004-02-071-5/+0
| | | | Notes: svn path=/head/; revision=100247
* Fiddle with pkg-plist to make happy on 5.2 i386James E. Housley2004-02-071-5/+3
| | | | Notes: svn path=/head/; revision=100246
* BROKEN on 5.x: broken pkg-plistKris Kennaway2004-02-071-0/+4
| | | | Notes: svn path=/head/; revision=100203
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Check for /usr/include/sys/scsiio.h since it isn't used and breaks theJames E. Housley2004-01-151-0/+4
| | | | | | | | | | build. PR: 61353 Submitted By: Michael Ranner Notes: svn path=/head/; revision=98206
* Fix cut-n-paste'oJames E. Housley2003-11-161-1/+1
| | | | | | | | PR: 59316 Submitted by: Kirk Strauser Notes: svn path=/head/; revision=94087
* * Create the directory ${PREFIX}/var/amanda/gnutar-lists and make operatorJames E. Housley2003-11-151-0/+4
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=94023
* Amd64 does not seem to support scsi-chg, so disable itJames E. Housley2003-10-231-0/+4
| | | | Notes: svn path=/head/; revision=92001
* Fix to remove an explict referenct to gtar.James E. Housley2003-10-233-1/+29
| | | | | | | | | | Bump Portrevision PR: 57843 Submitted By: Kirk Strauser <kirk@strauser.com> Notes: svn path=/head/; revision=92000
* Finally remove the dependancy on GTARJames E. Housley2003-07-161-17/+1
| | | | | | | | | | Bump PORTREVISION as in PR Submitted by: naddy PR: 54548 Notes: svn path=/head/; revision=85001