CVS log for ports/sysutils/bacula-server/Makefile
Up to [FreeBSD] / ports / sysutils / bacula-server
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.133: download - view: text, markup, annotated - select for diffs
Fri Feb 3 21:18:14 2012 UTC (7 days, 21 hours ago) by crees
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +3 -1 lines
- Use USERS and GROUPS - Stop setting DEFAULT_PGSQL_VER PR: ports/164568 Submitted by: crees (me) Approved by: maintainer
Revision 1.132: download - view: text, markup, annotated - select for diffs
Sun Jan 15 22:35:00 2012 UTC (3 weeks, 5 days ago) by scheidell
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +2 -2 lines
- Update to version 5.2.3 PR: ports/164061 Submitted by: Valery Komarov <komarov@valerka.net> Approved by: dan@langille.org (maintainer), gabor (mentor, implicit)
Revision 1.131: download - view: text, markup, annotated - select for diffs
Mon Dec 12 21:11:47 2011 UTC (2 months ago) by pawel
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +12 -9 lines
- update bacula to version 5.2.2 [1] - 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
Revision 1.130: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:25:22 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +2 -2 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Revision 1.129: download - view: text, markup, annotated - select for diffs
Sun Oct 3 21:03:34 2010 UTC (16 months, 1 week ago) by ohauer
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +1 -1 lines
- correct WITH_SQLITE => WITH_SQLITE3 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
Revision 1.128: download - view: text, markup, annotated - select for diffs
Thu Sep 16 22:10:03 2010 UTC (16 months, 3 weeks ago) by ohauer
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +3 -2 lines
- make port IGNORE and point user to bacula-bat if WXCONSLE is choosen 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
Revision 1.127: download - view: text, markup, annotated - select for diffs
Tue Sep 7 16:21:42 2010 UTC (17 months ago) by ohauer
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +44 -28 lines
- update bacula to version 5.0.3 - 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)
Revision 1.126: download - view: text, markup, annotated - select for diffs
Fri Sep 3 22:13:23 2010 UTC (17 months, 1 week ago) by ohauer
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +6 -6 lines
- remove old patchfiles to close repocopy PR - adjust s/PKGDIR/FILESDIR/g in Makefile - add pkg-(de)install scripts to SUB_LIST PR: 149895 Approved by: glarkin (mentor)
Revision 1.125: download - view: text, markup, annotated - select for diffs
Sat Jul 17 01:00:46 2010 UTC (18 months, 3 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +21 -36 lines
Update sysutils/bacula-bat, sysutils/bacula-docs, sysutils/bacula-server, 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)
Revision 1.124: download - view: text, markup, annotated - select for diffs
Mon May 31 02:00:55 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +1 -0 lines
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
Revision 1.123: download - view: text, markup, annotated - select for diffs
Fri Feb 12 14:20:04 2010 UTC (23 months, 4 weeks ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +12 -37 lines
- Update to 5.0.0 PR: 143214 Submitted by: Dan Langille <dan@langille.org> (maintainer)
Revision 1.122: download - view: text, markup, annotated - select for diffs
Sat Dec 19 23:13:14 2009 UTC (2 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +2 -5 lines
- Fixes to bacula-bat: add dependency on the libraries (needed to run), and fix the installation problem for some people PR: ports/137957, ports/140969 Approved by: maintainer
Revision 1.121: download - view: text, markup, annotated - select for diffs
Fri Oct 30 09:40:36 2009 UTC (2 years, 3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +1 -1 lines
- Update to 3.0.3 PR: 139878 Submitted by: Dan Langille <dan@langille.org> (maintainer)
Revision 1.120: download - view: text, markup, annotated - select for diffs
Sun Oct 11 13:36:07 2009 UTC (2 years, 4 months ago) by wxs
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +9 -1 lines
- Add an option to build a static fd binary (off by default). PR: ports/138478 Submitted by: Oleg Gawriloff <barzog@telecom.by> Approved by: maintainer timeout
Revision 1.119: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:35:11 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +1 -2 lines
- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
Revision 1.118: download - view: text, markup, annotated - select for diffs
Fri Aug 14 20:00:36 2009 UTC (2 years, 5 months ago) by wxs
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +1 -3 lines
- Update to 3.0.2 [1] - 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
Revision 1.117: download - view: text, markup, annotated - select for diffs
Sat Jul 4 23:32:30 2009 UTC (2 years, 7 months ago) by miwi
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +1 -1 lines
- Upgrade to 3.0.1 PR: 136300 Submitted by: Dan Langille <dan@langille.org> (maintainer)
Revision 1.116: download - view: text, markup, annotated - select for diffs
Mon Jun 1 16:49:39 2009 UTC (2 years, 8 months ago) by wxs
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +2 -5 lines
- Disable extended attributes to fix build on -current PR: ports/133751 Submitted by: Oleg Ginzburg <oleg.ginzburg@nevosoft.ru> Approved by: maintainer timeout
Revision 1.115: download - view: text, markup, annotated - select for diffs
Tue Apr 28 18:06:44 2009 UTC (2 years, 9 months ago) by wxs
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +5 -0 lines
- Fix build of sysutils/bacula-bat which doesn't install documentation. Approved by: Dan Langille <dan@langille.org> (maintainer)
Revision 1.114: download - view: text, markup, annotated - select for diffs
Wed Apr 15 13:51:47 2009 UTC (2 years, 9 months ago) by wxs
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +4 -0 lines
- Fix plist problems for bacula-client and bacula-client-devel. - Mark as BROKEN on -CURRENT. Reviewed by: Dan Langille <dan@langille.org> (maintainer) Approved by: portmgr (pav)
Revision 1.113: download - view: text, markup, annotated - select for diffs
Mon Apr 13 02:38:38 2009 UTC (2 years, 10 months ago) by wxs
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +24 -4 lines
- Update to 3.0.0. PR: ports/133631 Submitted by: Dan Langille <dan@langille.org> (maintainer)
Revision 1.112: download - view: text, markup, annotated - select for diffs
Sun Mar 8 23:05:43 2009 UTC (2 years, 11 months ago) by beech
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +1 -0 lines
- Fix rc.d scripts [1] - 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
Revision 1.111: download - view: text, markup, annotated - select for diffs
Tue Jan 6 17:59:23 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +0 -7 lines
- Remove conditional checks for FreeBSD 5.x and older
Revision 1.110: download - view: text, markup, annotated - select for diffs
Tue Jan 6 15:32:47 2009 UTC (3 years, 1 month ago) by wxs
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +1 -1 lines
- Update to 2.4.4 See: http://marc.info/?l=bacula-users&m=123116105330765&w=2 PR: ports/130215 Submitted by: Dan Langille <dan@langille.org> (maintainer)
Revision 1.109: download - view: text, markup, annotated - select for diffs
Sat Oct 11 14:25:49 2008 UTC (3 years, 4 months ago) by miwi
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +1 -1 lines
- Update to 2.4.3 PR: 128010 Submitted by: Dan Langille <dan@langille.org> (maintainer)
Revision 1.108: download - view: text, markup, annotated - select for diffs
Wed Sep 3 23:45:23 2008 UTC (3 years, 5 months ago) by timur
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +1 -1 lines
Let subports change CATEGORIES
Revision 1.107: download - view: text, markup, annotated - select for diffs
Tue Jul 29 06:03:49 2008 UTC (3 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +1 -1 lines
- Update to 2.4.2 http://marc.info/?l=bacula-announce&m=121727191620425&w=2 PR: ports/126064 Submitted by: Dan Langille <dan at langille.org> (maintainer)
Revision 1.106: download - view: text, markup, annotated - select for diffs
Fri Jul 11 00:22:23 2008 UTC (3 years, 7 months ago) by miwi
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +1 -1 lines
- Update to 2.4.1 PR: 125432 Submitted by: Dan Langille <dan@langille.org> (maintainer)
Revision 1.105: download - view: text, markup, annotated - select for diffs
Sat Jun 14 08:40:01 2008 UTC (3 years, 7 months ago) by rafan
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +1 -2 lines
- Update to 2.4.0 PR: ports/124379 Submitted by: Dan Langille <dan at langille.org> (maintainer)
Revision 1.104: download - view: text, markup, annotated - select for diffs
Fri Jun 6 14:02:50 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +1 -1 lines
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)
Revision 1.103: download - view: text, markup, annotated - select for diffs
Sat Apr 5 14:58:28 2008 UTC (3 years, 10 months ago) by mnag
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +2 -2 lines
- Remove use of sqlite3-threads - Bump PORTREVISION
Revision 1.102: download - view: text, markup, annotated - select for diffs
Wed Apr 2 09:09:57 2008 UTC (3 years, 10 months ago) by rafan
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +1 -0 lines
- Chase x11-toolkits/qwt* rename PR: ports/119904 Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer of x11-toolkits/qwt*)
Revision 1.101: download - view: text, markup, annotated - select for diffs
Sun Jan 27 22:20:51 2008 UTC (4 years ago) by erwin
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +1 -1 lines
Update to 2.2.8 Changelog: http://marc.info/?l=bacula-announce&m=120144196107545&w=2 PR: 120054 Submitted by: Dan Langille <dan@langille.org> (maintainer)
Revision 1.100: download - view: text, markup, annotated - select for diffs
Mon Dec 31 07:55:32 2007 UTC (4 years, 1 month ago) by miwi
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +1 -1 lines
- Update to 2.2.7 PR: 119178 Submitted by: Dan Langille <dan@langille.org> (maintainer)
Revision 1.99: download - view: text, markup, annotated - select for diffs
Thu Dec 13 09:59:23 2007 UTC (4 years, 2 months ago) by miwi
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +1 -1 lines
- Update to 2.2.6 PR: 117990 Submitted by: Dan Langille <dan@langille.org> (maintainer)
Revision 1.98: download - view: text, markup, annotated - select for diffs
Thu Oct 11 15:10:38 2007 UTC (4 years, 4 months ago) by erwin
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +1 -2 lines
Version 2.2.5 is a major bug fix release to version 2.2.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)
Revision 1.97: download - view: text, markup, annotated - select for diffs
Thu Oct 4 00:08:36 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +1 -1 lines
Remove support for OSVERSION < 5
Revision 1.96: download - view: text, markup, annotated - select for diffs
Wed Sep 26 01:08:30 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +3 -1 lines
[patch] sysutils/bacula-server - reduce options in WITH_BAT [patch] cleanup sysutils/bacula-bat Makefile PR: ports/116624,ports/116625 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: dvl@
Revision 1.95: download - view: text, markup, annotated - select for diffs
Mon Sep 24 03:05:51 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +21 -1 lines
[MAINTAINER-UPDATE] sysutils/bacula-server - prepare master port for 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>
Revision 1.94: download - view: text, markup, annotated - select for diffs
Fri Sep 14 20:16:53 2007 UTC (4 years, 4 months ago) by laszlof
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +1 -1 lines
Upgrade to 2.2.4 - minor bug fix update - Full details at http://marc.info/?l=bacula-announce&m=118979703801277&w=2 - If you are running PostgreSQL, please don't forget to update the client libraries and ensure that they are the multi-thread version so you can take advantage of the new speed improvements of the batch insert feature (significant performance boost). PR: ports/116356 Submitted by: Dan Langille <dan@langille.org> (maintainer)
Revision 1.93: download - view: text, markup, annotated - select for diffs
Mon Sep 10 17:12:36 2007 UTC (4 years, 5 months ago) by laszlof
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +1 -1 lines
Fix a critical restore bug. Affects users running concurrent jobs that span volumes. See bug #935 at http://bugs.bacula.org/ See announcements at: http://marc.info/?l=bacula-announce&m=118937444909561&w=2 http://marc.info/?l=bacula-announce&m=118944172803290&w=2 PR: ports/116261 Submitted by: Dan Langille <dan@langille.org> (maintainer)
Revision 1.92: download - view: text, markup, annotated - select for diffs
Thu Sep 6 22:14:17 2007 UTC (4 years, 5 months ago) by miwi
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -2 lines
- Update to 2.2.2 Changelog: - Detect if new PosgreSQL batch insert API is present. - Correct incorrect mempool call causing Director crash. - Update spec files for 2.2.1 release - - More info at http://marc.info/?l=bacula-announce&m=118908051923627&w=2 PR: 116155 Submitted by: Dan Langille <dan@langille.org> (maintainer)
Revision 1.91: download - view: text, markup, annotated - select for diffs
Fri Aug 17 10:21:34 2007 UTC (4 years, 5 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +0 -7 lines
Remove AUTOSETEOT OPTION and related code since the patch this option applied is now included in the sources. Submitted by: Per olof Ljungmark <peo@intersonic.se>
Revision 1.90: download - view: text, markup, annotated - select for diffs
Thu Aug 16 20:37:39 2007 UTC (4 years, 5 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -0 lines
- The code had a PID/priv issue. See bug # 932 at http://bugs.bacula.org/ In short, it was dropping privs before setting PID. Patch the code locally to get FreeBSD users running. - While here, if PostgreSQL is not installed, ask for 8.2, not the default of 8.1. - Remove EOT model patch, now in vendor code. - Update pkg-message to reflect new version. PR: 115582 Submitted by: Dan Langille (maintainer)
Revision 1.89: download - view: text, markup, annotated - select for diffs
Wed Aug 15 09:45:33 2007 UTC (4 years, 5 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +0 -1 lines
pet portlint
Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed Aug 15 09:44:41 2007 UTC (4 years, 5 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +20 -19 lines
Upgrade to 2.2.0 This release contains significant speed improvments. This Director and Storage daemon must be upgraded at the same time, but they should be compatible with all 2.0.x File daemons, unless you use some of the new features that affect the FD. In other words, you should not have to upgrade all your File daemons when you upgrade. There is no database upgrade needed from version 2.0.x to 2.2.0. The major new features are: - Much faster insertion of attributes (somewhere around 10 times), many thanks to Eric Bollengier and Marc Cousin. - First release of bat (Bacula Administration Tool). Note to build bat you must explicitly enable it on the ./configure line, you must have the Qt4 version 4.2 or later libraries loaded, the qwt (Qt Graphics) package loaded, and qmake and the other Qt4 tools must be available. Most of the implementation was done by Dirk Bartley. - Red/Black restore in memory tree (500 times faster loading). Full release notes: http://sourceforge.net/project/shownotes.php?release_id=531447 PR: ports/115468 Submitted by: Dan Langille (maintainer)
Revision 1.87: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:36:33 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +0 -1 lines
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
Revision 1.86: download - view: text, markup, annotated - select for diffs
Sat Jul 7 00:27:59 2007 UTC (4 years, 7 months ago) by nox
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +1 -1 lines
- Add missing gnome dependencies for bacula-client* WITH_GNOMECONSOLE case PR: ports/114224 Submitted by: nox Approved by: Dan Langille <dan@langille.org> (maintainer)
Revision 1.85: download - view: text, markup, annotated - select for diffs
Fri Jul 6 18:28:48 2007 UTC (4 years, 7 months ago) by miwi
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +1 -1 lines
- Fix build with sqlite3 PR: 112468 Submitted by: John Hermes<John.Hermes@miami.k12.oh.us> Approved by: maintainer via irc
Revision 1.84: download - view: text, markup, annotated - select for diffs
Mon Apr 16 22:38:52 2007 UTC (4 years, 9 months ago) by itetcu
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +2 -2 lines
- explicitly depend on databases/sqlite-threads to avoid bacula-dir exiting on sig 6 [1] - kill a white space PR: ports/106781 [2] Submitted by: John Hermes [2], Dan Langille (maintainer) [1] Approved by: maintainer
Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed Mar 7 22:47:26 2007 UTC (4 years, 11 months ago) by miwi
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +1 -2 lines
- Update to 2.0.3 PR: 110048 Submitted by: Dan Langille <dan@langille.org> (maintainer)
Revision 1.82: download - view: text, markup, annotated - select for diffs
Thu Mar 1 12:19:00 2007 UTC (4 years, 11 months ago) by miwi
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +1 -1 lines
- Fix typo in rc.d script - Bump PORTREVISION PR: 109714 Submitted by: Volker Werth<volker@vwsoft.com> Approved by : maintainer
Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed Feb 28 21:13:11 2007 UTC (4 years, 11 months ago) by laszlof
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -0 lines
respect PREFIX. bump PORTREVISION PR: ports/109673 Submitted by: Andrew Kolchoogin <andrew@rinet.ru> Approved by: Dan Langille <dan@langille.org> (maintainer)
Revision 1.80: download - view: text, markup, annotated - select for diffs
Wed Feb 14 20:31:15 2007 UTC (4 years, 11 months ago) by miwi
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +1 -2 lines
- Update to 2.0.2 PR: 108580 Submitted by: Dan Langille <dan@langille.org> (maintainer)
Revision 1.79: download - view: text, markup, annotated - select for diffs
Sun Jan 21 21:56:26 2007 UTC (5 years ago) by nox
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +8 -0 lines
Add auto seteotmodel option PR: ports/108167 Submitted by: nox Approved by: dan@langille.org (maintainer), miwi (mentor, implicit)
Revision 1.78: download - view: text, markup, annotated - select for diffs
Sat Jan 13 17:01:57 2007 UTC (5 years ago) by itetcu
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -2 lines
Update to 2.0.1 PR: ports/107873 Submitted by: Dan Langille (mantainer)
Revision 1.77: download - view: text, markup, annotated - select for diffs
Wed Jan 10 00:11:24 2007 UTC (5 years, 1 month ago) by itetcu
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -0 lines
Add some patches to upgrade scripts so that PostgreSQL database permissions are correct. When upgrading and using PostgreSQL, be sure to run first the update_postgresql_tables and then the grant_postgresql_privileges script. These patches have been sent upstream, and are in CVS, but not yet released. Bump PORTREVISION. PR: 107721 Submitted by: Dan Langille (maintainer)
Revision 1.76: download - view: text, markup, annotated - select for diffs
Thu Jan 4 23:22:30 2007 UTC (5 years, 1 month ago) by itetcu
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +27 -102 lines
Move bacula-server-devel into bacula-server, now that 2.0.0 has been released. Split the documentation into a new port, sysutils/bacula-docs. You must run the database upgrade script after upgrading to Bacula 2.0.0 Many new features here. See http://www.bacula.org/?page=presskits for an overview, and ReleaseNotes for full details. PR: ports/107535 Submitted by: Dan Langille (maintainer)
Revision 1.75: download - view: text, markup, annotated - select for diffs
Wed Dec 27 15:46:40 2006 UTC (5 years, 1 month ago) by oliver
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -0 lines
only print the pthread warning on affected systems PR: 107242 Approved by: maintainer
Revision 1.74: download - view: text, markup, annotated - select for diffs
Thu Dec 14 16:36:10 2006 UTC (5 years, 1 month ago) by oliver
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +10 -1 lines
fix the detection of wxgtk during configure make NLS optional bump PORTREVISION Approved by: maintainer
Revision 1.73: download - view: text, markup, annotated - select for diffs
Fri Dec 1 07:39:00 2006 UTC (5 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -2 lines
- Use features of bsd.wx.mk, especially USE_WX PR: ports/101613 Submitted by: alepulver
Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Nov 14 22:28:01 2006 UTC (5 years, 2 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
Fix typo for SQLITE3 case preventing among other things packaging. PR: 105545 Submitted by: maintainer
Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Jul 5 17:34:00 2006 UTC (5 years, 7 months ago) by novel
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +5 -5 lines
Include latest doc release. PR: 99713 Submitted by: Dan Langille (maintainer)
Revision 1.70: download - view: text, markup, annotated - select for diffs
Fri Jun 30 04:18:44 2006 UTC (5 years, 7 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2 lines
upgrade 1.38.11 PR: ports/99603 Submitted by: maintainer
Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon Jun 26 11:26:04 2006 UTC (5 years, 7 months ago) by mat
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
The patch will prevent the Director for crashing or hanging ( depending on your OS) whenever you do a "reload" command or whenever there is a sudden clock shift, which occurs much more often than one would imagine. See http://article.gmane.org/gmane.comp.sysutils.backup.bacula.announce/85 PR: 99486 Submitted by: maintainer
Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Jun 12 15:36:52 2006 UTC (5 years, 8 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
- primarily a bug fix release - The bconsole "reload" command should now work properly - untested fix to eliminate the scheduling problems during daylight savings time change - manual released under the GNU Free Documentation License (FDL) - Fixed a race condition on dual processor machines PR: ports/98855 Submitted by: maintainer
Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu May 4 21:03:18 2006 UTC (5 years, 9 months ago) by erwin
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -1 lines
Update to 1.38.9 PR: 96799 Submitted by: Dan Langille <dan@langille.org> (maintainer)
Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Apr 17 15:25:51 2006 UTC (5 years, 9 months ago) by garga
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +4 -2 lines
Move pkg-message -> files/pkg-message.in, add it to SUB_FILES and use %%DOCSDIR%% inside it PR: ports/95923 Submitted by: maintainer
Revision 1.65: download - view: text, markup, annotated - select for diffs
Sat Apr 15 13:48:29 2006 UTC (5 years, 9 months ago) by lawrance
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -1 lines
Update to 1.38.8. - Changes to the way Windows FD handles wild-cards - Regex,RegexDir, and RegexFile for Win32 have been implemented but are untested - Backslashes are no longer permitted in File directives - New algorithm for selecting Volumes from the Scratch pool - New virtual disk autochanger - New optional Device resource directive in SD. types: File, DVD, Tape, or FIFO - Faster restore tree building and uses less memory - Changed to how keyword job or jobname is used - Improved job report for Backups - 'update volume' has new features - Jobs can now be enabled/disabled - New program named regex in the tools directory PR: ports/95765 Submitted by: Dan Langille (maintainer)
Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Apr 7 17:29:54 2006 UTC (5 years, 10 months ago) by garga
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +4 -2 lines
- Update to 1.38.7 - Rename rc.d scripts removing 'z-' prefix - Add an UPDATING note PR: ports/95474 Submitted by: maintainer
Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Mar 31 10:12:31 2006 UTC (5 years, 10 months ago) by garga
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +37 -26 lines
- Update to 1.38.6 - Use rcNg scripts - Pass maintainership to submitter PR: ports/95073 Submitted by: Dan Langille <dan@langille.org> Approved by: maintainer
Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Mar 15 10:23:50 2006 UTC (5 years, 10 months ago) by garga
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -0 lines
Register CONFLICTS with devel version recently added.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Jan 27 07:52:50 2006 UTC (6 years ago) by lkoeller
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2 lines
o) Fix two typos in Makefile
Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Jan 25 14:30:58 2006 UTC (6 years ago) by lkoeller
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +19 -10 lines
o) Dokumentation is installed per default with bacula-server Optionally it could installed in bacula-client, too o) Extend pkg-message to give a hint to the bacula-client port and the optional installation of the docs there. o) Fix some smaller issiues in the Makefile PR: ports/92291 Submitted by: Dan Langille <dan@langille.org>
Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Jan 19 20:06:47 2006 UTC (6 years ago) by lkoeller
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
o) Update to bugfix release 1.38.5 (from 1.38.3) PR: ports/91999 Submitted by: Dan Langille <dan@langille.org>
Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Jan 9 19:36:17 2006 UTC (6 years, 1 month ago) by lkoeller
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
o) Update to version 1.38.3 PR: ports/91420 Submitted by: Dan Langille <dan@langille.org>
Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Nov 29 06:54:26 2005 UTC (6 years, 2 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -2 lines
o) Fix wrong install place of bacula.8 man page Submitted by: Kris Kennaway <kris@obsecurity.org> (Pointyhat)
Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Nov 28 06:33:54 2005 UTC (6 years, 2 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
o) Update to bugfix release 1.38.2 (from 1.38.1) o) Fix type in src/lib/signal.c which prevents compiling on 6.X
Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Nov 17 07:44:04 2005 UTC (6 years, 2 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -0 lines
o) Fix handling of new bacula.8 man page
Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Nov 15 20:29:24 2005 UTC (6 years, 2 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +10 -3 lines
o) Update to bug-fix release 1.38.1
Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Nov 15 19:59:58 2005 UTC (6 years, 2 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 lines
o) Fix LIB_DEPENDS for for new sqlite3 switch (lib names libsqlite3.so not libsqlite.so.3) PR: 89039 Submitted by: Luke Dean <luked@pobox.com>
Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Nov 15 11:55:11 2005 UTC (6 years, 2 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
o) Missing $ in patch file (patch-scripts-Makefile.in) PR: - Submitted by: marius@conduct.no, dan@langille.org
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Nov 13 17:29:02 2005 UTC (6 years, 2 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +35 -13 lines
o) Update to version 1.38.0 PR: ports/88356 Submitted by: Dan Langille <dan@langille.org>
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Oct 2 11:07:05 2005 UTC (6 years, 4 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -0 lines
o) Change default location bconsole looks for it's configuration file
from ./bconsole.conf to ${PREFIX}/etc/bconsole.conf where it's installed
PR: -
Obtained from: "Radim Kolar" <hsn@netmag.cz>
Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Jul 12 05:33:44 2005 UTC (6 years, 7 months ago) by lkoeller
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
o) Correct filemart -> filemarks in post-install hint section ;-)
Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri May 20 06:38:25 2005 UTC (6 years, 8 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +6 -3 lines
o) Fix missing move of bacula.sh.sample to z-bacula.sh.sample
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun May 15 14:44:50 2005 UTC (6 years, 8 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +19 -12 lines
o) Update to 1.36.3 o) Docs are now in separte distfile o) rename rc.d/bacula.sh into rc.d/z-bacula.sh to avoid problems with old style rc environment (postgres or mysql is started after bacula).
Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu May 12 21:34:13 2005 UTC (6 years, 9 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
Fix WITH_WXCONSOLE=yes.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Mar 12 07:28:45 2005 UTC (6 years, 11 months ago) by lkoeller
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +16 -15 lines
o) Update to 1.36.2 (PR ports/78477) o) Fix autoconf problem with pthread lib in conjuction with compile for postgresql as database (tracked down by "Anthony Chavez" <acc@anthonychavez.org>) PR: ports/78477 Submitted by: Dan Langille <dan@langille.org>
Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Jan 31 00:35:53 2005 UTC (7 years ago) by girgen
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +5 -5 lines
Split the postgresql ports into a server and a client part. All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Dec 23 16:04:51 2004 UTC (7 years, 1 month ago) by krion
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
Chase dependency of databases/sqlite2 Forgotten by: nork
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Dec 19 17:12:44 2004 UTC (7 years, 1 month ago) by lkoeller
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +22 -9 lines
o) Fix install and pkg-plist problems due to split of bacula into -client and -server ports. The install process of bacula only knows client only (but it's not clean) and a full install. Submitted by: Kris Kennaway <kris@obsecurity.org>
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Dec 12 20:11:59 2004 UTC (7 years, 2 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -0 lines
o) Fix packageing errors. Submitted by: Kris Kennaway <kris@obsecurity.org>
Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Dec 1 12:07:27 2004 UTC (7 years, 2 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
o) Allow bacula-client port to overwrite COMMENT PR: ports/74582 Submitted by: Renato Botelho <renato@galle.com.br>
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Dec 1 07:45:26 2004 UTC (7 years, 2 months ago) by edwin
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +5 -7 lines
Fix makefile for sysutils/bacula-client. Approved by: Lars K?ller <lars.koeller@uni-bielefeld.de>
Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Dec 1 07:34:59 2004 UTC (7 years, 2 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
o) Fix typo .fi instead of .endif
Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Nov 30 20:31:40 2004 UTC (7 years, 2 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +12 -22 lines
o) Cosmetic corrections in OPTIONs handling o) Cosmetic portlint -A changes
Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Nov 30 19:49:39 2004 UTC (7 years, 2 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +47 -23 lines
o) Commit changes necessary to get a working -server, -client split of the port after repro-copy of bacula -> bacula-server.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Nov 28 16:39:01 2004 UTC (7 years, 2 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +5 -3 lines
o) Update to version 1.36.1
Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Aug 5 19:26:48 2004 UTC (7 years, 6 months ago) by lkoeller
Branches: MAIN
CVS tags: old_RELEASE_5_3_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -1 lines
o) Fix build of wx-console due to name of wxgtk-2.4-config o) Fix package build due to wrong path in pkg-plist (see PR below) PR: ports/70019 Submitted by: Victor Prylipko <vic@liniya.ru>
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Aug 4 17:01:50 2004 UTC (7 years, 6 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +15 -4 lines
o) Fix Install Problem o) Update note in Makefile about special FreeBSD options for the storage daemon.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Aug 3 20:22:02 2004 UTC (7 years, 6 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +13 -6 lines
o) Upgrade to version 1.34.6
- Fix a restore bug where the backups could be
applied out of proper order possibly restoring an old version
of a modified file.
- Fix for restore selection of a file by name, where it was
possible to select a file from the wrong Client.
- Fix segmentation fault during backup of a symbolic link
with ACLs turned on.
- Fix a minor compile error in wx-console.
- Fix a bug in despooling when the spooling disk partition becomes
totally filed or gets I/O errors.
- Fix a memory leak in PostgreSQL, and make Bacula retry 5 times if
connecting to the DB fails.
- Retry 5 times if connect to MySQL failes.
- Fix linking the gnome-console
o) Install mtx-changer
o) Add switch for installation of mtx for autochanger control
PR: ports/69902
Submitted by: dan@langille.org
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Jul 25 14:08:01 2004 UTC (7 years, 6 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
o) Fix out of order restore (older files instead of newest one) PR: ports/69565 Submitted by: Dan Langille <dan@langille.org>
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Jul 25 12:37:14 2004 UTC (7 years, 6 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -5 lines
o) Don't install old sample start script o) Fix a typo PR: ports/69285 Submitted by: Dan Langille <dan@langille.org>
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Jul 3 14:57:20 2004 UTC (7 years, 7 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
o) Fix wx-console compile problem.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Jul 3 09:17:08 2004 UTC (7 years, 7 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -1 lines
o) Bacula didn't create the database dir anymore when it is installed. Now the port did it. PR: - Submitted by: Andy Wettstein <ajw@physics.umn.edu>
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Jul 3 09:11:54 2004 UTC (7 years, 7 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -0 lines
o) Fix build error in console.c with readline support PR: - Submitted by: Kris Kennaway <kris@obsecurity.org>
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Jun 27 17:48:49 2004 UTC (7 years, 7 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
o) Update to version 1.34.5
Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Jun 17 13:19:36 2004 UTC (7 years, 7 months ago) by krion
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -2 lines
Update to 1.34.4 PR: ports/68040 Submitted by: Dan Langille <dan at langille dot org> Approved by: maintainer
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon May 24 17:35:57 2004 UTC (7 years, 8 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +7 -7 lines
o) Fix some typos in the descriptive Text. PR: 67099 Submitted by: Ceri Davies <ceri@FreeBSD.org>
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun May 23 10:08:43 2004 UTC (7 years, 8 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
o) Oh well .... fix second typo during dynamic setup of pkg-plist o) Bump PORTREVISION
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun May 23 10:04:40 2004 UTC (7 years, 8 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
o) Typo prevents setup of correct pkg-plist Submitted by: Kris Kennaway <kris@obsecurity.org>
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun May 16 13:12:56 2004 UTC (7 years, 8 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
o) Delete useless -p flag for MKDIR Submitted by: Mathieu Arnold <mat@FreeBSD.org>
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun May 16 12:55:01 2004 UTC (7 years, 8 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
o) Create DOCSDIR before installing ReleaseNotes, PDF, HTML Doku Submitted by: Kris Kennaway <kris@obsecurity.org>
Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue May 11 06:45:46 2004 UTC (7 years, 9 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
o) Fix problem with missing slashes
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon May 10 19:26:29 2004 UTC (7 years, 9 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +26 -17 lines
o) Include ReleaseNotes in documentation o) Fix problem with remove of configuration files o) Some minor changes
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat May 8 10:48:02 2004 UTC (7 years, 9 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -0 lines
o) Forgot to set pkg_plist variables when selecting one of the graphical consoles
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun May 2 18:06:36 2004 UTC (7 years, 9 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +77 -20 lines
o) Update to version 1.34.2 o) automatic selection of installed mysql DB (3.X. 4.0.X) o) postgesql selectable o) build on two graphical consoles selectable PR: ports/65424 (mysql part) Submitted by: Ari Maniatis <ari@ish.com.au>
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Mar 9 20:18:41 2004 UTC (7 years, 11 months ago) by lkoeller
Branches: MAIN
CVS tags: old_RELEASE_4_10_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
o) Update to 1.32f-5 with a lot of fixed bugs
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Feb 8 18:36:40 2004 UTC (8 years ago) by lkoeller
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -3 lines
o) Support new ports OPTIONS mechanism for persistent build options.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Feb 3 19:32:22 2004 UTC (8 years ago) by lkoeller
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -2 lines
o) Update to version 1.32f-4
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jan 22 12:18:39 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Use the CPIO macro defined in bsd.port.mk.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jan 14 15:55:29 2004 UTC (8 years ago) by demon
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Correct typo in comment.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jan 12 19:56:23 2004 UTC (8 years, 1 month ago) by lkoeller
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +8 -7 lines
o) Fix a bug concerning the creation of /var/db/bacula and chmod in pkg-install in pre-install phase (wrong order). o) Add/delete lines for file, storage and director ports in /etc/services o) Add bacula patches concerning EOM handling, choosing the next volume, and calculating weekofmonth
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jan 5 19:25:01 2004 UTC (8 years, 1 month ago) by lkoeller
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +43 -5 lines
o) Upgrade to version 1.32f o) Now bacula runs with dropped down permissions as user bacula -> Please reserve UID 910 for this user
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Dec 7 13:54:58 2003 UTC (8 years, 2 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -0 lines
o) Respect automatic pkg-plist extension for PORTDOCS files.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 30 12:06:11 2003 UTC (8 years, 3 months ago) by lkoeller
Branches: MAIN
CVS tags: old_RELEASE_5_2_1, old_RELEASE_5_2_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +20 -2 lines
o) Uptate to version 1.32c
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Oct 22 18:59:26 2003 UTC (8 years, 3 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -1 lines
o) Respect CFLAGS and Co (Thanks to "Dan Langille" <dan@langille.org>) Submitted by: dan@langille.org
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Oct 20 18:39:31 2003 UTC (8 years, 3 months ago) by lkoeller
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +67 -10 lines
o) Update to the new version 1.32b o) Take over maintainership in agreement with old maintainer, who don't use bacula anymore.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jun 9 13:21:17 2003 UTC (8 years, 8 months ago) by demon
Branches: MAIN
CVS tags: old_RELEASE_4_9_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
Bump PORTREVISION due to recent pkg-plist change.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue May 13 14:30:40 2003 UTC (8 years, 9 months ago) by demon
Branches: MAIN
CVS tags: old_RELEASE_5_1_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Update to version 1.30a. PR: 52166 Submitted by: Dan Langille <dan@langille.org>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu May 8 15:52:16 2003 UTC (8 years, 9 months ago) by demon
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Update to version 1.30. PR: 51969 Submitted by: Dan Langille <dan@langille.org>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 24 12:11:04 2003 UTC (8 years, 11 months ago) by demon
Branches: MAIN
CVS tags: old_RELEASE_4_8_0
New port: bacula -- network backup solution.
