Commit Graph

127 Commits

Author SHA1 Message Date
Kirill Ponomarev 705b6e1029 Update to 13.0.0
Changes: https://github.com/cbsd/cbsd/releases/tag/v13.0.0

Submitted by:	maintainer
2021-02-03 09:31:24 +00:00
Kirill Ponomarev f15ae22c15 Update to 12.2.5
Changes: https://github.com/cbsd/cbsd/releases/tag/v12.2.5
2021-01-07 19:39:55 +00:00
Kirill Ponomarev 156df24316 Update to 12.2.4
Changes: https://github.com/cbsd/cbsd/releases/tag/v12.2.4

Submitted by:	mainainer
2020-12-21 14:41:38 +00:00
Kirill Ponomarev d3881b9a56 Update to 12.2.3
Changes: https://github.com/cbsd/cbsd/releases/tag/v12.2.3
2020-11-20 15:26:34 +00:00
Kirill Ponomarev bb7cef746a Update to 12.2.2
Changes: https://github.com/cbsd/cbsd/releases/tag/v12.2.2

Submitted by:	maintainer
2020-11-16 17:20:04 +00:00
Kirill Ponomarev 2e88b7431c Update to 12.2.1
Changes: https://github.com/cbsd/cbsd/releases/tag/v12.2.1

Submitted by:	maintainer
2020-11-10 17:01:47 +00:00
Kirill Ponomarev 4d4fd23e66 Update to 12.2.0
Changes: https://github.com/cbsd/cbsd/releases/tag/v12.2.0

Submitted by:	maintainer
2020-10-29 15:38:58 +00:00
Kirill Ponomarev d009d0723c Update to 12.1.16
Changes: https://github.com/cbsd/cbsd/releases/tag/v12.1.16

Submitted by:	maintainer
2020-09-27 08:15:05 +00:00
Piotr Kubaj 55e359cea7 sysutils/cbsd: fix build on non-x86
sse4.2 is supported only on i386 and amd64.
2020-09-22 21:25:22 +00:00
Kirill Ponomarev c92ec568b4 Update to 12.1.15
Submitted by:	maintainer
2020-08-31 20:58:23 +00:00
Kirill Ponomarev 99b3db7d53 Update to 12.1.14
Changes: https://github.com/cbsd/cbsd/releases/tag/v12.1.14

Submitted by:	maintainer
2020-08-24 05:17:02 +00:00
Kirill Ponomarev 82cd186466 Update to 12.1.13
Changes: https://github.com/cbsd/cbsd/releases/tag/v12.1.13

Reported by:	maintainer
2020-06-22 17:12:11 +00:00
Kirill Ponomarev 50964dadc1 Update to 12.1.12
Changes: https://github.com/cbsd/cbsd/releases/tag/v12.1.12
2020-06-01 13:31:49 +00:00
Kirill Ponomarev 90b8c7b045 Update to 12.1.11
Change: https://github.com/cbsd/cbsd/releases/tag/v12.1.11

Submitted by:	maintainer
2020-05-15 15:17:11 +00:00
Kirill Ponomarev d569350247 Update to 12.1.10
Changes: https://github.com/cbsd/cbsd/releases/tag/v12.1.10

Submitted by:	maintainer
2020-05-06 07:50:20 +00:00
Kirill Ponomarev 7124e9c198 Update to 12.1.9
Change: https://github.com/cbsd/cbsd/releases/tag/v12.1.9

Submitted by:	maintainer
2020-04-24 20:40:56 +00:00
Kirill Ponomarev 976ec1f034 Update to 12.1.8
Changes: https://github.com/cbsd/cbsd/releases/tag/v12.1.8

Submitted by:	maintainer
2020-04-05 07:37:53 +00:00
Kirill Ponomarev 2d3940eaf9 Update to 12.1.7
Changes: https://github.com/cbsd/cbsd/releases/tag/v12.1.7

Submitted by:	maintainer
2020-03-25 07:33:40 +00:00
Kirill Ponomarev ab7c2a7b3a Fix jstart to properly call /etc/rc
Submitted by:	maintainer
2020-03-17 22:09:55 +00:00
Kirill Ponomarev 9926f0a5c5 Upgrade to 12.1.6
Changes: https://github.com/cbsd/cbsd/releases/tag/v12.1.6
2020-03-15 08:43:56 +00:00
Kirill Ponomarev 0cbd630623 Update to 12.1.5
ChangeLog: https://github.com/cbsd/cbsd/releases/tag/v12.1.5
2020-02-02 18:12:07 +00:00
Kirill Ponomarev 6e54ed8fb4 Update to 12.1.4
ChangeLog: https://github.com/cbsd/cbsd/releases/tag/v12.1.4

Submitted by:	maintainer
2020-01-05 23:14:06 +00:00
Kirill Ponomarev 8692d7619b Update to 12.1.3
ChangeLog: https://github.com/cbsd/cbsd/releases/tag/v12.1.3

Submitted by:	maintainer
2020-01-04 17:55:33 +00:00
Kirill Ponomarev a630fe4272 Update to 12.1.2
Release Notes: https://github.com/cbsd/cbsd/releases/tag/v12.1.2

Submitted by:	maintainer
2019-11-05 09:41:10 +00:00
Piotr Kubaj 536fada977 sysutils/cbsd: fix build on GCC architectures
Linking to C++ libraries compiled by GCC9 requires GCC9:
/wrkdirs/usr/ports/sysutils/cbsd/work/cbsd-12.1.1/misc/src/dump_iscsi_discovery.c:171: undefined reference to `simpleXmlGetLineNumber'
/wrkdirs/usr/ports/sysutils/cbsd/work/cbsd-12.1.1/misc/src/dump_iscsi_discovery.c:205: undefined reference to `simpleXmlGetLineNumber'
/wrkdirs/usr/ports/sysutils/cbsd/work/cbsd-12.1.1/misc/src/dump_iscsi_discovery.c:215: undefined reference to `simpleXmlGetLineNumber'
/wrkdirs/usr/ports/sysutils/cbsd/work/cbsd-12.1.1/misc/src/dump_iscsi_discovery.c:225: undefined reference to `simpleXmlGetLineNumber'

Also, remove -mminimal-toc, not needed with the current version.

Approved by:	mentors (implicit approval), portmgr (removing architecture specific fixes)
2019-10-14 10:58:19 +00:00
Steve Wills 020c0fb88a sysutils/cbsd: fix bset command in CBSD 12.1.1
PR:		240653
Submitted by:	olevole@olevole.ru (maintainer)
2019-09-23 21:19:52 +00:00
Kirill Ponomarev 69946a41c8 Update to 12.1.1
Submitted by:	maintainer
2019-09-13 20:48:38 +00:00
Kirill Ponomarev 467ed1bfbb Update to 12.1.0
Changelog: https://github.com/cbsd/cbsd/releases/tag/v12.1.0

Submitted by:	maintainer
2019-09-11 18:50:38 +00:00
Kirill Ponomarev 57ef89c5fc Update to 12.0.14
Changelog: https://github.com/cbsd/cbsd/releases/tag/v12.0.14

Submitted by:	maintainer
2019-08-14 12:26:24 +00:00
Mathieu Arnold bc89cd3d2c Convert to UCL & cleanup pkg-message (categories s) 2019-08-14 12:16:12 +00:00
Kirill Ponomarev 2d50a7848c Update to 12.0.13
Changes: https://github.com/cbsd/cbsd/releases/tag/v12.0.13

Submitted by:	maintainer
2019-07-04 16:49:34 +00:00
Kirill Ponomarev 3877a26918 Update to 12.0.12
Changes: https://github.com/cbsd/cbsd/releases/tag/v12.0.12

Submitted by:	maintainer
2019-06-22 06:41:16 +00:00
Kirill Ponomarev 1df608c6c9 Update to 12.0.11:
- FreeBSD cloud image
- Chase if_tap/if_tun consoliation (r347241)

Submitted by:	maintainer
2019-05-16 15:06:15 +00:00
Kirill Ponomarev f107f0b814 Update to 12.0.10
PR:		237566
Submitted by:	maintainer
2019-04-25 18:22:26 +00:00
Kirill Ponomarev fcecc02117 Update to 12.0.9
PR:		237394
Submitted by:	maintainer
2019-04-19 18:46:59 +00:00
Kirill Ponomarev 96ec1d6406 Add fix for cbsd taskd args
PR:		236968
Submitted by:	maintainer
2019-04-02 17:13:23 +00:00
Kirill Ponomarev 8dc3f73189 Update to 12.0.8
PR:		236948
Submitted by:	maintainer
2019-04-01 21:09:06 +00:00
Kirill Ponomarev 079b417eaa Update to 12.0.7
PR:		236667
Submitted by:	maintainer
2019-03-20 15:32:03 +00:00
Ruslan Makhmatkhanov 77e50dc0ec sysutils/cbsd: update to 12.0.6
- cloud-init support

PR:		236641
Submitted by:	olevole@olevole.ru (maintainer)
2019-03-19 18:41:25 +00:00
Roman Bogorodskiy 992d8a1735 sysutils/cbsd: update to 12.0.5 2019-02-22 13:41:43 +00:00
Kurt Jaeger 72f9a3a02c sysutils/cbsd: update 12.0.3 -> 12.0.4
PR:		235412
Submitted by:	olevole@olevole.ru (maintainer)
Reviewed by:	bsam
Relnotes:	https://github.com/cbsd/cbsd/releases/tag/v12.0.4
2019-02-16 18:37:12 +00:00
Steve Wills f8fded1a32 sysutils/cbsd: update to 12.0.3
PR:		233762
Submitted by:	olevole@olevole.ru (maintainer)
2018-12-04 02:15:33 +00:00
Mark Linimon d371b73a32 -mminimal-toc needs to be added to CFLAGS on powerpc64 to compile this port.
PR:		233651
Submitted by:	Piotr Kubaj
Approved by:	maintainer
2018-12-02 02:53:31 +00:00
Roman Bogorodskiy 60ba5d1af8 sysutils/cbsd: update to 12.0.2
PR:		233476
Submitted by:	maintainer
2018-11-26 05:52:55 +00:00
Roman Bogorodskiy 79ccd5d75a sysutils/cbsd: update to 12.0.1
PR:		233271
Submitted by:	maintainer
2018-11-17 12:38:56 +00:00
Steve Wills d71e8cd0d1 sysutils/cbsd: update to 12.0.0
PR:		232508
Submitted by:	olevole@olevole.ru (maintainer)
2018-10-27 01:47:04 +00:00
Mateusz Piotrowski 864866c05d sysutils/cbsd: Fix build on mips, mips64, powerpc64.
This port unconditionally links against libc++. This needs to be removed
to build on architectures that don't have libc++.

PR:		231789
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	olevole@olevole.ru (maintainer), mat (mentor)
Sponsored by:	IntegriCloud (hardware)
Differential Revision:	https://reviews.freebsd.org/D17352
2018-10-01 14:22:37 +00:00
Martin Wilke cd05269eb2 - Update to 11.2.1
Changelog: https://github.com/cbsd/cbsd/releases/tag/v11.2.1

PR:		230105
Sponsored by:	iXsystems Inc.
2018-07-28 14:45:25 +00:00
Mark Linimon aff42c7199 Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same.  Also, mark them broken on
mips when necessary.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-07-02 04:00:29 +00:00
Mark Linimon fc0d927e6b Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
2018-06-18 14:40:31 +00:00