1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
Commit Graph

56 Commits

Author SHA1 Message Date
Lars Koeller
27f540ae49 o) Correct filemart -> filemarks in post-install hint section ;-) 2005-07-12 05:33:44 +00:00
Lars Koeller
a7cb60a0d5 o) Fix missing move of bacula.sh.sample to z-bacula.sh.sample 2005-05-20 06:38:25 +00:00
Lars Koeller
570bc976e4 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).
2005-05-15 14:44:50 +00:00
Max Khon
86ecf5aa51 Fix WITH_WXCONSOLE=yes. 2005-05-12 21:34:13 +00:00
Lars Koeller
e69963b304 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>
2005-03-12 07:28:45 +00:00
Palle Girgensohn
34fa6c853e 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)
2005-01-31 00:35:55 +00:00
Kirill Ponomarev
91c21cbb59 Chase dependency of databases/sqlite2
Forgotten by:	nork
2004-12-23 16:04:51 +00:00
Lars Koeller
91bc90c4ad 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>
2004-12-19 17:12:44 +00:00
Lars Koeller
daff0ed748 o) Don't report deinstall message (manually deletion of directory)
if it's useless, i.e. the dir could be removed automatically.

Submitted by:	 Kris Kennaway <kris@obsecurity.org>
2004-12-13 18:28:29 +00:00
Lars Koeller
d49883ab14 o) Fix packageing errors.
Submitted by:	Kris Kennaway <kris@obsecurity.org>
2004-12-12 20:11:59 +00:00
Lars Koeller
68baab97f7 o) Allow bacula-client port to overwrite COMMENT
PR:		ports/74582
Submitted by:	Renato Botelho <renato@galle.com.br>
2004-12-01 12:07:27 +00:00
Edwin Groothuis
6524951c5e Fix makefile for sysutils/bacula-client.
Approved by:	Lars K?ller <lars.koeller@uni-bielefeld.de>
2004-12-01 07:45:26 +00:00
Lars Koeller
9fd663b694 o) Fix typo .fi instead of .endif 2004-12-01 07:34:59 +00:00
Lars Koeller
30905665b0 o) Cosmetic corrections in OPTIONs handling
o) Cosmetic portlint -A changes
2004-11-30 20:31:40 +00:00
Lars Koeller
df365f395d o) Commit changes necessary to get a working -server, -client split of the
port after repro-copy of bacula -> bacula-server.
2004-11-30 19:49:39 +00:00
Lars Koeller
beaccb88a3 o) Update to version 1.36.1 2004-11-28 16:39:01 +00:00
Lars Koeller
3765ddf2bb 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>
2004-08-05 19:26:48 +00:00
Lars Koeller
2b477cb8ec o) Fix Install Problem
o) Update note in Makefile about special FreeBSD options
   for the storage daemon.
2004-08-04 17:01:50 +00:00
Lars Koeller
3be34847c7 o) Some changes are lost in the just commited update :-( 2004-08-03 20:23:05 +00:00
Lars Koeller
54fb240d5c 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
2004-08-03 20:22:02 +00:00
Lars Koeller
f11f926233 o) Fix out of order restore (older files instead of newest one)
PR:		ports/69565
Submitted by:	Dan Langille <dan@langille.org>
2004-07-25 14:08:02 +00:00
Lars Koeller
a07c798787 o) Don't install old sample start script
o) Fix a typo

PR:		ports/69285
Submitted by:	Dan Langille <dan@langille.org>
2004-07-25 12:37:14 +00:00
Lars Koeller
176782a545 o) Fix wx-console compile problem. 2004-07-03 14:57:20 +00:00
Lars Koeller
08fc2e62dd 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>
2004-07-03 09:17:08 +00:00
Lars Koeller
7fdacad5df o) Fix build error in console.c with readline support
PR:		-
Submitted by:	Kris Kennaway <kris@obsecurity.org>
2004-07-03 09:11:54 +00:00
Lars Koeller
2b6a615291 o) Update to version 1.34.5 2004-06-27 17:48:50 +00:00
Kirill Ponomarev
2a97a3043d Update to 1.34.4
PR:		ports/68040
Submitted by:	Dan Langille <dan at langille dot org>
Approved by:	maintainer
2004-06-17 13:19:36 +00:00
Lars Koeller
37d17544ad o) Fix some typos in the descriptive Text.
PR:		67099
Submitted by:	Ceri Davies <ceri@FreeBSD.org>
2004-05-24 17:35:57 +00:00
Lars Koeller
db359f58ff o) Oh well .... fix second typo during dynamic setup of pkg-plist
o) Bump PORTREVISION
2004-05-23 10:08:43 +00:00
Lars Koeller
132b4c1e95 o) Typo prevents setup of correct pkg-plist
Submitted by:	Kris Kennaway <kris@obsecurity.org>
2004-05-23 10:04:40 +00:00
Lars Koeller
3d65262d2e o) Delete useless -p flag for MKDIR
Submitted by:	Mathieu Arnold <mat@FreeBSD.org>
2004-05-16 13:12:56 +00:00
Lars Koeller
12bb4fa268 o) Create DOCSDIR before installing ReleaseNotes, PDF, HTML Doku
Submitted by:	Kris Kennaway <kris@obsecurity.org>
2004-05-16 12:55:01 +00:00
Lars Koeller
6d520d6d32 o) Fix problem with missing slashes 2004-05-11 06:45:46 +00:00
Lars Koeller
b5ab5cd7fa o) Include ReleaseNotes in documentation
o) Fix problem with remove of configuration files
o) Some minor changes
2004-05-10 19:26:29 +00:00
Lars Koeller
87078497ef o) Forgot to set pkg_plist variables when selecting one of the
graphical consoles
2004-05-08 10:48:02 +00:00
Lars Koeller
da2eac75c6 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>
2004-05-02 18:06:37 +00:00
Lars Koeller
68636d9b77 o) Remove patch to solve alpha compile problems, cause the fix is already
included in the sources.
2004-03-19 20:29:00 +00:00
Lars Koeller
ae2a709430 o) Update to 1.32f-5 with a lot of fixed bugs 2004-03-09 20:18:41 +00:00
Lars Koeller
8095c6b9fe o) Support new ports OPTIONS mechanism for persistent build options. 2004-02-08 18:36:40 +00:00
Lars Koeller
6cdd03afd2 o) Fix alpha build error. 2004-02-08 17:44:06 +00:00
Lars Koeller
16bd8cfb60 o) Update to version 1.32f-4 2004-02-03 19:32:22 +00:00
Trevor Johnson
439b8a040c Use the CPIO macro defined in bsd.port.mk. 2004-01-22 12:18:43 +00:00
Dmitry Sivachenko
9260a0c7d0 Correct typo in comment. 2004-01-14 15:55:29 +00:00
Lars Koeller
47e504a16d 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
2004-01-12 19:56:23 +00:00
Lars Koeller
5a79459e6e o) Upgrade to version 1.32f
o) Now bacula runs with dropped down permissions as user bacula

   -> Please reserve UID 910 for this user
2004-01-05 19:25:01 +00:00
Lars Koeller
b52bb3312b o) Respect automatic pkg-plist extension for PORTDOCS files. 2003-12-07 13:54:58 +00:00
Lars Koeller
055b16c9d8 o) Upps, removal of files/patch-var-64bit was lost ... 2003-10-30 12:22:15 +00:00
Lars Koeller
5a7c843ba4 o) Uptate to version 1.32c 2003-10-30 12:06:11 +00:00
Lars Koeller
343e1508a4 o) Fix amd64 build error in src/lib/var.c
Submitted by:	Kern Sibbald <kern@sibbald.com>
2003-10-25 11:24:36 +00:00
Lars Koeller
a10a950036 o) Respect CFLAGS and Co (Thanks to "Dan Langille" <dan@langille.org>)
Submitted by:	dan@langille.org
2003-10-22 18:59:26 +00:00