non port: sysutils/bacula9-server/Makefile |
SVNWeb
|
Number of commits found: 30 |
Tue, 22 Aug 2023
|
[ 22:57 Dan Langille (dvl) ] 287a7dd
sysutils/bacula*-server: rc.d corrections
When both MySQL and PostgreSQL are selected, make sure the rc.d script
is correct. Further more, I must reverse my clever idea to "remove a
space within files/bacula-dir.in".
Next time, I should notice the PR contains a patch for the problem I'm
fixing.
PR: 273296
|
[ 20:01 Dan Langille (dvl) ] 9a1289a
sysutils/bacula*-server: set rc.d REQUIRES
Correctly set the REQUIRES for bacula-dir to one of:
* mysql
* postgresql
This setting was lost sometime after bacula5-server
While here, remove a space within files/bacula-dir.in so the resulting
REQUIRES contains only one space.
PR: 273296
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] ea71236 (Only the first 10 of 972 ports in this commit are shown above. )
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above )
|
Thu, 25 Nov 2021
|
[ 21:40 Stefan Eßer (se) ] 04b9da4 (Only the first 10 of 188 ports in this commit are shown above. )
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
|
Tue, 31 Aug 2021
|
[ 11:44 Bernhard Froehlich (decke) ] 5a07a34
sysutils/bacula9-server: Add CPE information
Approved by: portmgr (blanket)
|
Sat, 15 May 2021
|
[ 09:20 Tobias Kortkamp (tobik) ] c0cb001
sysutils/bacula*-server: Clean up some USES=readline:port cruft
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 24 Feb 2021
|
[ 02:33 dvl ] (Only the first 10 of 21 ports in this commit are shown above. )
Add Bacula 11.0.1
NOTE: New Catalog format in version 11.0 and greater
The upgrade process will require more or less twice the
size of the actual database.
see update_bacula_tables
re https://www.bacula.org/bacula-release-11-0-1/
While here, update Bacula 9 conflicts.
|
Mon, 14 Dec 2020
|
[ 20:36 dvl ]
Update to 9.6.7
This is a minor bug fix that corrects among other things the MySQL/MariaDB
schemas. This is the last release of the 9.6.x series.
re: https://www.bacula.org/bacula-release-9-6-7/
|
Tue, 24 Nov 2020
|
[ 14:43 dvl ]
Remove the Python option which was long-ago removed upstream.
It's not documented in the 9.6 releases. Removal announcement:
https://sourceforge.net/p/bacula/mailman/bacula-users/thread/9dbbf8f60710311249gbe680cby48b22a784448f8dc%40mail.gmail.com/
This option has been set BROKEN for three years now.
https://svnweb.freebsd.org/ports?view=revision&revision=453628
|
Thu, 24 Sep 2020
|
[ 23:12 dvl ]
Update to 9.6.6
re: https://www.bacula.org/bacula-release-9-6-6/
|
Fri, 12 Jun 2020
|
[ 12:19 dvl ]
Update to 9.6.5
No changes from 9.6.4 : copyright notices in some files
https://marc.info/?l=bacula-announce&m=159195575231642&w=2
We skipped 9.6.4 (for no particular reason)
https://marc.info/?l=bacula-announce&m=159186746004022&w=2
|
Tue, 10 Mar 2020
|
[ 14:26 dvl ]
Update to 9.6.3
recommended but not required to update.
re https://sourceforge.net/p/bacula/mailman/message/36944325/
|
Fri, 28 Feb 2020
|
[ 15:08 dvl ]
Update to 9.6.2
Change log: https://www.bacula.org/git/cgit.cgi/bacula/tree/bacula/ChangeLog
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Fri, 24 May 2019
|
[ 19:58 dvl ]
Upgrade to 9.4.3
* bug fixes and patches
* https://www.bacula.org/bacula-release-9-4-3/
|
Tue, 9 Apr 2019
|
[ 14:04 sunpoet ] (Only the first 10 of 289 ports in this commit are shown above. )
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
|
[ 09:31 amdmi3 ]
- Add LICENSE
- Update WWW
Approved by: portmgr blanket
|
Sat, 23 Feb 2019
|
[ 19:05 dvl ]
Upgrade to 9.4.2
We skipped 9.4.1 & 9.4.0: there were buils issues on FreeBSD
9.4.2: https://sourceforge.net/p/bacula/mailman/message/36580007/
9.4.1: https://www.bacula.org/bacula-release-9-4-1/
9.4.0: https://sourceforge.net/p/bacula/mailman/message/36495161/
https://www.bacula.org/bacula-release-9-4-0/
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Wed, 7 Nov 2018
|
[ 14:59 dvl ]
Upgrade to 9.2.2
https://blog.bacula.org/bacula-release-9-2-2/
Note: if you are running MySQL and have not recently executed
src/cats/update_bacula_tables, please do so. It will not change
your database version but it will fix some potential MySQL problems
(for more detals see the release notes for version 9.2.1).
|
Sun, 2 Sep 2018
|
[ 15:04 dvl ]
Fix build on FreeBSD 10.4
patched upstream:
http://www.bacula.org/git/cgit.cgi/bacula/commit/?h=Branch-9.2&id=eea817f035d32221ab46d1a4f95193cd4d6dbda7
|
Sun, 26 Aug 2018
|
[ 14:07 dvl ]
Upgrade to 9.2.1
|
Thu, 15 Feb 2018
|
[ 14:41 brnrd ] (Only the first 10 of 13 ports in this commit are shown above. )
security/openssl-devel: Remove BROKEN from some ports
* databases/freetds: Fixed 2017-02-14
* databases/postgresql10-server: Fixed 2016-09-15 [1]
* ftp/lftp: Fixed in 4.8.0
* ftp/proftpd: Fixed in 1.3.5c
* ftp/wget: Fixed in 1.19.3 [2]
* lang/erlang-runtime20: Fixed in 20.0
* net/socat: Fixed in 1.7.3.2
* security/libssh2: Fixed in 1.8.0 [3]
* security/p5-Crypt-OpenSSL-X509: Fixed in 1.8.8
* sysutils/bacula9-server: Fixed in 9.0.6
* www/nginx: Fixed in 1.9.14
* Bulk build OK 10.3/11.1 both i386 and amd64:
- multimedia/librtmp
- net/libvncserver
- www/lynx
PR: 225875 [1], 225872 [2], 225873 [3]
|
Fri, 24 Nov 2017
|
[ 00:39 ler ]
Update to 9.0.6:
We are pleased to announce the release of version 9.0.6 of Bacula
This is a bug fix and enhancement release. The two major enhancements are
support for Qt5 in bat and the tray monitor, and support for OpenSSL-1.1.
However, the current Qt5 enhancement is not yet complete, so please continue to
use Qt4 for building bat and the tray monitor. There were also a number of nice
bug fixes. Thanks to the users who supplied patches for the enhancements and bug
fixes. They are much
appreciated.
19Nov17
Update AUTHORS for recent commits
Remove incorrecly placed openssl-compat.h
Add openssl-compat.h which went in wrong directory
baculum: Add removing single resource
baculum: Add module to check resource dependencies
baculum: Fix saving names with spaces inside schedule Run directive
baculum: Fix saving entire config by api request
Backout vol size tests in previous attempt to fix bug #2349
Fix compiler warning in previous patch (Only the first 15 lines of the commit message are shown above )
|
Mon, 6 Nov 2017
|
[ 16:06 mat ]
Those non default PYTHON options do not build/stage/package, mark them
BROKEN.
Sponsored by: Absolight
|
Sun, 5 Nov 2017
|
[ 20:04 ler ]
sysutils/bacula9-server: upgrade to 9.0.5.
Hello,
I am pleased to announce that we have just released Bacula version 9.0.5
This is an important bug fix release. In particular it fixes the cases
where Bacula would print a very large number of error messages. Additional
backported code from Bacula Enterprise is included as well as updates to
the rpm scripts. A number of minor Baculum issues have also been
corrected.
01Nov17
- Use if exists on dropping MAC table in postgres. Fixes bug #2314
- Fix bdirjson display of Minutes. Fixes bug #2318 (Only the first 15 lines of the commit message are shown above )
|
Wed, 6 Sep 2017
|
[ 18:28 dvl ]
Upgrade to 9.0.4
re: http://blog.bacula.org/release-9-0-4/
|
Wed, 30 Aug 2017
|
[ 18:11 dvl ] (Only the first 10 of 22 ports in this commit are shown above. )
Add Bacula 9.0.3
PR: 221710
|
Number of commits found: 30 |