Commit Graph

50 Commits

Author SHA1 Message Date
Bernhard Froehlich
26c5a8a918 sysutils/bareos-server: Add CPE information
Approved by:	portmgr (blanket)
2021-08-31 19:49:52 +00:00
Jose Alonso Cardenas Marquez
dc3d1d77c9 sysutils/bareos-server: fix pkg-plist
* Fix packaging problem when python >= 3.8 is used by default

PR:		256801
Reported by:	dgilbert  at_  eicat.ca
2021-08-04 14:40:38 -05:00
Jose Alonso Cardenas Marquez
8f51178064 sysutils/bareos-*: update to 20.0.2 2021-07-09 22:01:41 -05:00
Yasuhiro Kimura
9671981826 *: Remove unnecessary 'port' argument from USES=readline
PR:		248459
Exp-run by:	antoine
2021-05-15 09:14:04 +02:00
Kai Knoblich
0226c5c6f4 sysutils/bareos-client: Fix packaging with PYTHON=ON for Python 3.8+
* Since Python 3.8.7 (and also 3.9.2), .so files get an extension, e.g.
  ".cpython-38.so" if built with Python 3.8.

* Also fix testport stage QA pkg-plist issues and omit PORTREVISION
  bump as the content of the package doesn't change.

PR:		252568
Reported by:	Brad Ackerman <brad@facefault.org>
Approved by:	acm (maintainer)
2021-04-18 10:28:33 +02:00
Adriaan de Groot
c6536d48e7 sysutils/bareos-server: fix fs_violations
This is the same fix as for 18 and 19, but upstream
reformatted the CMake code **again**.
2021-04-14 00:37:22 +02:00
Mathieu Arnold
cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
135fdeebb9 all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Jose Alonso Cardenas Marquez
af64b27ae4 - Fix build on 13/14 [1]
- Now LMDB support is not optional in bareos-client port. It is compiled by
  default
- Add LMDB OPTION into bareos-server port

PR:		252917
Submitted by:	Trond.Endrestol at ximalas.info [1]
2021-02-20 00:35:19 +00:00
Jose Alonso Cardenas Marquez
eecaff9906 - Fix plist
Reported by:	pkg-fallout
2020-12-29 01:51:31 +00:00
Jose Alonso Cardenas Marquez
7b0cead974 - Update to 20.0.0
ChangeLog at: https://docs.bareos.org/Appendix/ReleaseNotes.html
2020-12-27 17:45:53 +00:00
Jose Alonso Cardenas Marquez
a7efd636bf - Update to 19.2.9
- Add CEPHFS option
- Add PERL5 like run dependency
- Fix pkg-plist

PR:		249072 250194
Submitted by:	yasu _at_ utahime.org brad _at_ facefault.org
2020-12-15 06:49:03 +00:00
Jose Alonso Cardenas Marquez
9e33124094 - Update to 19.2.7 2020-05-13 17:31:41 +00:00
Jose Alonso Cardenas Marquez
959044c03e - Update to 19.2.6
ChangeLog at:	https://docs.bareos.org/Appendix/ReleaseNotes.html
2020-02-11 17:15:42 +00:00
Jose Alonso Cardenas Marquez
54bdc01076 - Update to 19.2.5
- Add support for RADOS and GFAPI (plugins and storage) [1]
- Bareos ports are compiled with fastlz (compress file with LZ4/LZ4HC/FastLZ)
  by default
- Add python3 support

[1] https://docs.bareos.org/TasksAndConcepts/Plugins.html
[1] https://docs.bareos.org/TasksAndConcepts/StorageBackends.html

ChangeLog at:   https://docs.bareos.org/Appendix/ReleaseNotes.html
2020-02-04 21:52:45 +00:00
Jose Alonso Cardenas Marquez
8e075f556b - Update to 18.2.7
- Fix build with python3
- Add better way to fix linking with jansson library
2019-12-29 20:35:44 +00:00
Kurt Jaeger
4720c7ddaf sysutils/bareos-server: fix build on 12.x
PR:		237165
Submitted by:	Oliver Hartmann <ohartmann@walstatt.org>
Approved by:	acm (maintainer timeout)
2019-12-09 13:56:52 +00:00
Tobias Kortkamp
581cac9416 Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql 2019-11-15 10:12:08 +00:00
Mathieu Arnold
bc89cd3d2c Convert to UCL & cleanup pkg-message (categories s) 2019-08-14 12:16:12 +00:00
Gerald Pfeifer
ea8c8ec7da 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
2019-07-26 20:46:53 +00:00
Piotr Kubaj
f5fadbf44c sysutils/bareos-server: Fix build with GCC-based architectures
Add USES=compiler:c++11-lang:
CMake Error in core/src/plugins/filed/CMakeLists.txt:
  Target "bpipe-fd" requires the language dialect "CXX11" (with compiler
  extensions), but CMake does not know the compile flags to use to enable it.

Approved by:	mentors (implicit approval)
2019-05-16 19:08:28 +00:00
Jose Alonso Cardenas Marquez
b08635660d - Fix pthread error [1]
- Fix build when python 2.x is not default version [2]
- Fix build when NLS option is not selected [3]
- Fix pkg-plist
- Few other modifications

PR:		237818 237823 237825
Submitted by:	Trond.Endrestol _ at _ ximalas.info [1][3], beldin _ at _ beldin.org [2]
Reported by:	pkg-fallout
2019-05-10 20:19:42 +00:00
Jose Alonso Cardenas Marquez
a3331376c1 - Update to 18.2.6 2019-05-09 18:30:05 +00:00
Sunpoet Po-Chuan Hsieh
40c9c7f7eb 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
2019-04-09 14:04:49 +00:00
Gerald Pfeifer
a9f015d155 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
2018-12-12 01:35:33 +00:00
Jose Alonso Cardenas Marquez
6fe9697b06 - Update to 17.2.7
- Add bareos-dir reload into rc script
- Fix default configuration path
- Some another modifications

PR:		231551 221593 230123
Submitted by:	rand __at__ iteris.com, hsn __at__ sendmail.cz
2018-11-20 21:49:17 +00:00
Jose Alonso Cardenas Marquez
407c26b05e - Fix installation when MYSQL option is on
Reported by:	timur _at_ berloga.org
2018-05-23 15:39:56 +00:00
Jose Alonso Cardenas Marquez
af6fbfb952 - Import chio-bareos
- Fix perl path into mtx-changer
- Add/modify CONFLICTS
- Add GNUTLS option
- Few other modifications

PR:		225119 225908 227318
2018-05-18 19:00:37 +00:00
Jose Alonso Cardenas Marquez
99e43c11ad - Update to 17.2.5
ChangeLog:
http://doc.bareos.org/master/html/bareos-manual-main-reference.html#ReleaseNotes

Take care with this version because some changes were done on databases schema.
2018-05-18 05:38:38 +00:00
Jose Alonso Cardenas Marquez
4ae8c73073 - Update to 16.2.7 2017-12-13 20:06:09 +00:00
Jose Alonso Cardenas Marquez
bb70b8b521 - Update to 16.2.6
- Fix readline detection [1]

PR:             219201 [1]
Submitted by:   rand at iteris.com [1]
2017-07-07 02:19:21 +00:00
Sunpoet Po-Chuan Hsieh
9d6cc842da Fix OPTIONS_DEFAULT: remove NLS which is added by framework
Approved by:	portmgr (blanket)
2017-05-29 15:28:37 +00:00
Jose Alonso Cardenas Marquez
e74d8b940d - Fix Shebang
PR:		209811
2017-04-21 18:25:01 +00:00
Jose Alonso Cardenas Marquez
0e97cc7e9d - Fix rc script
- Set default config file to %%PREFIX%%/etc/bareos/bareos-[dir|sd|fd].conf
  files. Set %%PREFIX%%/etc/bareos if you want to use new config style
- Remove config file test on bareos-dir rc script. It fixed a problem on
  start/boot

PR:		218126 217141
Reported by:	Joakim Jalap <joakim.jalap at fastmail.com>
		matthias at petermann-it.de
		weberge42
2017-04-21 17:47:38 +00:00
Jose Alonso Cardenas Marquez
611cd3733b - Update to 16.2.5 2017-03-14 14:55:47 +00:00
Jose Alonso Cardenas Marquez
906b2065e8 - Fix start when /var/run is on TMPFS
- Bump PORTREVISION

PR:		212282
Submitted by:	O. Hartmann ohartmann (_at_) walstatt.org
2016-11-21 20:59:10 +00:00
Jose Alonso Cardenas Marquez
7d132c7772 - Remove duplicate patch file patch-src-stored_Makefile.in
- Fix build

PR:	214578
Reported by:	ohartmann at walstatt.org
2016-11-16 19:41:40 +00:00
Jose Alonso Cardenas Marquez
5184e60e40 - Update to 16.2.4
- Add SCSICRYPTO option (2)
- Fix /var/run/bareos ownership (1)
- Add support for bareos-traymonitor

PR:	210177(1) 213834(2)
2016-11-16 07:11:54 +00:00
Mathieu Arnold
77f8276a88 Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
2016-06-01 13:15:36 +00:00
Jose Alonso Cardenas Marquez
4d4d294634 - Fix installation when SQLITE option is selected
- Bump PORTREVISION

PR:		208344
Submitted by:	matthias _at_ petermann-it.de
2016-05-05 13:30:18 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Jose Alonso Cardenas Marquez
3e07041fa1 - Fix build of sysutils/bareos-client-static
- Add additional jamsson support path files
- Bump PORTREVISION
2016-02-01 23:47:51 +00:00
Jose Alonso Cardenas Marquez
248ee55dc4 - Fix bareos-docs distinfo
- Build bareos-*  with jansson support
- Bump PORTREVISION
2016-01-30 05:08:12 +00:00
Jose Alonso Cardenas Marquez
1497c27251 - Fix a problem with NDMP jobs
- Bump PORTREVISION

Obtained from:	https://bugs.bareos.org/view.php?id=604
2016-01-27 23:07:08 +00:00
Jose Alonso Cardenas Marquez
48bac83d32 - Update to 15.2.2 2016-01-27 04:20:01 +00:00
Mathieu Arnold
7823fa4b7e Cleanup GH_* and variables order.
Sponsored by:	Absolight
2015-12-29 14:30:46 +00:00
Jimmy Olgeni
eb8748beda Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
Jose Alonso Cardenas Marquez
a22a4a6604 - /var/log/bareos and /var/run/bareos are created by bareos-client now. It
fixed a problem when bareos-client is started

PR:		202291
Reported by:	timp87  _ at _ gmail.com
2015-08-14 16:33:39 +00:00
Jose Alonso Cardenas Marquez
704d84b6fa - New ports : sysutils/bareos-*
Bareos (BackupArchivingRecoveryOpenSourced) is a reliable network open source
software to backup, archive and restore files from all major operating systems.
The fork was founded 2010 out of the bacula.org project. The fork has been
actively developed and many new features have been added.

WWW: http://www.bareos.org/
2015-08-09 04:55:20 +00:00