aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bacula-server
Commit message (Collapse)AuthorAgeFilesLines
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)Pietro Cerutti2013-02-281-2/+0
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=313088
* - clean up bacula-* ports (Makefile and pkg-message files)Ruslan Makhmatkhanov2012-12-1618-197/+415
| | | | | | | | | | | | | | | | | | | | | | | | - now bacula-docs just installs pdf files - add bacula-server/Makefile.common with -bat, -client-static and nagios_check- stuff (another bacula slave ports can use it too) - remove pkg-plist from bacula-bat and nagios-check_bacula - now bacula-server, bacula-bat and nagios-check_bacula depend of bacula-client. It avoids some conflicts when we want to install all bacula ports in the same system - remove the OPTION to install static version of bacula-client. Now it is a new port - few other minor changes while here: - trim Makefile headers - remove indefinite articles in COMMENT - convert to optionsng PR: 167700 Submitted by: acm (original patch), Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=309025
* - update bacula-server and bacula-docs to 5.2.12Ruslan Makhmatkhanov2012-09-142-3/+3
| | | | | | | | | | This release fixes crash of bacula director (bug #1932) PR: 171648 Submitted by: Dan Langille <dan at langille dot org> (maintainer) Notes: svn path=/head/; revision=304296
* - update sysutils/bacula-server and sysutils/bacula-client to 5.2.11Ruslan Makhmatkhanov2012-09-132-3/+3
| | | | | | | | | | - add UPDATING entry with update instructions PR: 171540 Submitted by: Dan Langille <dan at langille dot org> (maintainer) Notes: svn path=/head/; revision=304186
* - update to 5.2.10Ruslan Makhmatkhanov2012-07-294-9/+9
| | | | | | | | PR: 170221 Submitted by: Dan Langille <dan at langille dot org> (maintainer) Notes: svn path=/head/; revision=301691
* - Update to 5.2.6Michael Scheidell2012-03-014-16/+18
| | | | | | | | | PR: ports/165398 Submitted by: Radim Kolar <hsn@sendmail.cz> Approved by: dan@langille.org (maintainer), gabor (mentor, implicit) Notes: svn path=/head/; revision=292503
* - Use USERS and GROUPSChris Rees2012-02-033-77/+3
| | | | | | | | | | | - Stop setting DEFAULT_PGSQL_VER PR: ports/164568 Submitted by: crees (me) Approved by: maintainer Notes: svn path=/head/; revision=290358
* - Update to version 5.2.3Michael Scheidell2012-01-153-22/+4
| | | | | | | | | PR: ports/164061 Submitted by: Valery Komarov <komarov@valerka.net> Approved by: dan@langille.org (maintainer), gabor (mentor, implicit) Notes: svn path=/head/; revision=289288
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-143-3/+3
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - update bacula to version 5.2.2 [1]Pawel Pekala2011-12-1213-201/+121
| | | | | | | | | | | | - update bacula-docs to version 5.2.2 [2] PR: ports/163034 [1], ports/163044 [2] Approved by: maintainer [1] Submitted by: Valery Komaorv <komarov@valerka.net> [1], maintainer [2] Feature safe: yes Notes: svn path=/head/; revision=287275
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - correct WITH_SQLITE => WITH_SQLITE3Olli Hauer2010-10-031-1/+1
| | | | | | | | | | | | This mistake slipped in during the last commit PR: 150999 Submitted by: Florian Smeets <flo _at_ smeets.im> Approved by: glarkin (mentor, implicit) Feature safe: yes, WITH_SQLITE3 is no default OPTION Notes: svn path=/head/; revision=262366
* - make port IGNORE and point user to bacula-bat if WXCONSLE is choosenOlli Hauer2010-09-161-2/+3
| | | | | | | | | | | WXCONSOLE is no longer active maintained and has no concept of access right management, bacula-bat it the replacement. Approved by: Dan Langille (maintainer) glarkin (mentor) Feature safe: yes Notes: svn path=/head/; revision=261301
* - update bacula to version 5.0.3Olli Hauer2010-09-0714-129/+91
| | | | | | | | | | | | | | | | | | | - change OPTION for SSL from default "off" to "on" - move hard coded UID/GID from (de)install scripts to SUB_LIST - change default Database from SQLite to PostgreSQL - remove patch files/bacula-sd.conf.in which was never applied Starting with version 5.0.3 bacula builds per default with SSL support. This update includes fixes for PR 148715 and 148967 PR: 150263 Submitted by: ohauer Approved by: Dan Langille (maintainer), glarkin (mentor, implicit) Notes: svn path=/head/; revision=260702
* - remove old patchfiles to close repocopy PROlli Hauer2010-09-0311-381/+6
| | | | | | | | | | | - adjust s/PKGDIR/FILESDIR/g in Makefile - add pkg-(de)install scripts to SUB_LIST PR: 149895 Approved by: glarkin (mentor) Notes: svn path=/head/; revision=260508
* Fix upgrades when using WITH_POSTGRESQL.Wesley Shields2010-07-2110-6/+318
| | | | | | | | | | Whitespace and period fixes in pkg-deinstall.*. Approved by: Dan Langille <dan@langille.org> (maintainer) Discussed on: ports@ Notes: svn path=/head/; revision=258032
* Update sysutils/bacula-bat, sysutils/bacula-docs, sysutils/bacula-server,Wesley Shields2010-07-1717-95/+207
| | | | | | | | | | | sysutils/bacula-client and net-mgmt/nagios-check_bacula to 5.0.2. PR: ports/146766 Submitted by: Allan Jude <freebsd.lists@thunderit.com> Approved by: Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=257874
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-273-3/+3
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 5.0.0Martin Wilke2010-02-128-45/+64
| | | | | | | | PR: 143214 Submitted by: Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=249669
* - Fixes to bacula-bat: add dependency on the libraries (needed to run), and fixPav Lucistnik2009-12-191-5/+2
| | | | | | | | | | the installation problem for some people PR: ports/137957, ports/140969 Approved by: maintainer Notes: svn path=/head/; revision=246271
* - Update to 3.0.3Martin Wilke2009-10-302-4/+4
| | | | | | | | PR: 139878 Submitted by: Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=243527
* - Add an option to build a static fd binary (off by default).Wesley Shields2009-10-112-1/+10
| | | | | | | | | PR: ports/138478 Submitted by: Oleg Gawriloff <barzog@telecom.by> Approved by: maintainer timeout Notes: svn path=/head/; revision=242685
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* - Update to 3.0.2 [1]Wesley Shields2009-08-1410-47/+14
| | | | | | | | | | | | | | | - Fix whitespace in pkg-deinstall [2] - Use %%PREFIX%% in pkg-message [2] - Document that make_sqlite_tables needs to be run as bacula user [2] PR: [1]: ports/137160 [2]: ports/133818 Submitted by: [1]: Dan Langille <dan@langille.org> (maintainer) [2]: Kostas Voulgaris <voulgaris@ceid.upatras.gr> Approved by: [2]: maintainer via IRC Notes: svn path=/head/; revision=239554
* - Upgrade to 3.0.1Martin Wilke2009-07-042-4/+4
| | | | | | | | PR: 136300 Submitted by: Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=237135
* - Disable extended attributes to fix build on -currentWesley Shields2009-06-011-5/+2
| | | | | | | | | PR: ports/133751 Submitted by: Oleg Ginzburg <oleg.ginzburg@nevosoft.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=234979
* - Fix build of sysutils/bacula-bat which doesn't install documentation.Wesley Shields2009-04-281-0/+5
| | | | | | | Approved by: Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=232909
* - Fix plist problems for bacula-client and bacula-client-devel.Wesley Shields2009-04-152-0/+17
| | | | | | | | | | - Mark as BROKEN on -CURRENT. Reviewed by: Dan Langille <dan@langille.org> (maintainer) Approved by: portmgr (pav) Notes: svn path=/head/; revision=232337
* - Update to 3.0.0.Wesley Shields2009-04-1311-90/+71
| | | | | | | | PR: ports/133631 Submitted by: Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=232263
* - Fix rc.d scripts [1]Beech Rintoul2009-03-086-9/+61
| | | | | | | | | | | | | - fix hang during multiple simultaneous backups. [2] PR: ports/132286 [1] PR: ports/132314 [2] Submitted by: Oliver Lehmann <oliver@freebsd.org> [1] Dan Langille <dan@langille.org> (maintainer) [2] Approved by: maintainer Notes: svn path=/head/; revision=229701
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-7/+0
| | | | Notes: svn path=/head/; revision=225335
* - Update to 2.4.4Wesley Shields2009-01-062-4/+4
| | | | | | | | | | See: http://marc.info/?l=bacula-users&m=123116105330765&w=2 PR: ports/130215 Submitted by: Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=225328
* - Update to 2.4.3Martin Wilke2008-10-112-4/+4
| | | | | | | | PR: 128010 Submitted by: Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=221426
* Let subports change CATEGORIESTimur I. Bakeyev2008-09-031-1/+1
| | | | Notes: svn path=/head/; revision=219804
* - Update to 2.4.2Rong-En Fan2008-07-292-4/+4
| | | | | | | | | | http://marc.info/?l=bacula-announce&m=121727191620425&w=2 PR: ports/126064 Submitted by: Dan Langille <dan at langille.org> (maintainer) Notes: svn path=/head/; revision=217806
* - Update to 2.4.1Martin Wilke2008-07-112-4/+4
| | | | | | | | PR: 125432 Submitted by: Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=216685
* - Update to 2.4.0Rong-En Fan2008-06-142-5/+4
| | | | | | | | PR: ports/124379 Submitted by: Dan Langille <dan at langille.org> (maintainer) Notes: svn path=/head/; revision=214823
* 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 use of sqlite3-threadsMarcus Alves Grando2008-04-051-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=210586
* - Chase x11-toolkits/qwt* renameRong-En Fan2008-04-021-0/+1
| | | | | | | | PR: ports/119904 Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer of x11-toolkits/qwt*) Notes: svn path=/head/; revision=210368
* Update to 2.2.8Erwin Lansing2008-01-272-4/+4
| | | | | | | | | | Changelog: http://marc.info/?l=bacula-announce&m=120144196107545&w=2 PR: 120054 Submitted by: Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=206293
* Remove empty files after verifying their irrelevance.Doug Barton2008-01-152-0/+0
| | | | | | | Inspired by: marcus Notes: svn path=/head/; revision=205699
* - Update to 2.2.7Martin Wilke2007-12-313-15/+4
| | | | | | | | PR: 119178 Submitted by: Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=204751
* - Update to 2.2.6Martin Wilke2007-12-133-15/+4
| | | | | | | | PR: 117990 Submitted by: Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=203459
* Version 2.2.5 is a major bug fix release to version 2.2.4Erwin Lansing2007-10-112-5/+4
| | | | | | | | | | | Also improves performance problems in bat Details at http://marc.info/?l=bacula-announce&m=119210949905050&w=2 PR: 117113 Submitted by: Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=201293
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-041-1/+1
| | | | Notes: svn path=/head/; revision=200766
* [patch] sysutils/bacula-server - reduce options in WITH_BATEdwin Groothuis2007-09-261-1/+3
| | | | | | | | | | | [patch] cleanup sysutils/bacula-bat Makefile PR: ports/116624,ports/116625 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: dvl@ Notes: svn path=/head/; revision=200119
* [MAINTAINER-UPDATE] sysutils/bacula-server - prepare master port for ↵Edwin Groothuis2007-09-2410-95/+242
| | | | | | | | | | | | | sysutils/bacula-bat Alter this port in preparation for a new port, sysutils/bacula-bat No need to upgrade bacula-server unless you really want to. PR: ports/116449 Submitted by: Dan Langille <dan@langille.org> Notes: svn path=/head/; revision=200014