Commit graph

28 commits

Author SHA1 Message Date
Veniamin Gvozdikov
c3417aa8e4 - Fix resource leaks
PR:		ports/197350
Submitted by:	olevole@olevole.ru (maintainer)
2015-02-05 16:09:40 +00:00
Dmitry Marakasov
7e9d10e043 - Update to 10.1.4
- Fix on !x86

bhyve: multiple NICs support
bhyve: ability to specify MAC address per NIC
(bugfix) jail2iso: prohibit EFI boot loader on systems that do not have /boot/loader.efi (Reported by: Victor Kraft)
(bugfix) bhyve: Fixed bug from 10.1.3 - bad handler when creating a virtual machine from Jail
jorder: restore functional

PR:		197051
Submitted by:	olevole@olevole.ru (maintainer)
2015-01-24 14:58:31 +00:00
Sean Bruno
699da349b3 Only allow this port for amd64/i386 due to its dependency on having SSE 4.1
instructions available.

PR:             296684
Reviewed by:    olevole@olevole.ru (maintainer)
Approved by:    mentor (implicit)
2015-01-22 14:11:32 +00:00
Dmitry Marakasov
5df0c7503e - Update to 10.1.3
PR:		196593
Submitted by:	olevole@olevole.ru (maintainer)
2015-01-07 21:06:43 +00:00
Dmitry Marakasov
03c063af50 - Update to 10.1.2
Changes:
- check for mount points duplicate in system and local jail fstab file. When duplicate - fstab.local wins
- rewrite pkgbrowser script. Now work with SQLite directly instead of pkg(7), thus greatly speeding up for building package list svnup command renamed to srcup
- new wrappers for service, sysrc, passwd for the appropriate tools
- (bugfix) Fixes for jexport/jimport with newjname args
- (bugfix) Correction to determine the type of IPv4: must contain only numbers.

PR:		196173
Submitted by:	olevole@olevole.ru (maintainer)
2014-12-21 21:09:57 +00:00
Veniamin Gvozdikov
d638f5949b - Bump PORTREVISION
- Added -pthread due to failing to build

PR:		ports/194879
Submitted by:	olevole@olevole.ru
2014-11-10 13:43:11 +00:00
Veniamin Gvozdikov
e676ed1b32 - Fix Makefile by replacing asterisk in cp
replace construction:
  cp SRCDIR/* DSTDIR
to
  cp SRCDIR DSTDIR

PR:		194357
Submitted by:	olevole@olevole.ru (maintainer)
2014-10-15 11:31:39 +00:00
Dmitry Marakasov
73e453e0ae - Update to 10.1.1
PR:		194005
Submitted by:	olevole@olevole.ru (maintainer)
2014-10-02 19:57:26 +00:00
Dmitry Marakasov
32a778d183 update to 10.1.0:
- Bsdconfig integration
- Bhyve: support for reboot virtual machine
- Removed old patches and periodic-tasks
- Ipnat support
(bugfix) getnics-by-ip: looking only IP prefix inet in the output ifconfig
(bugfix) bhyve: do not test the hard drive is empty, if you are booting from CD
(bugfix) Fix order of epair number and a/b side

PR:		193962
Submitted by:	olevole@olevole.ru (maintainer)
2014-09-27 14:02:36 +00:00
Veniamin Gvozdikov
f849b1ec93 - Update to 10.0.7
- fixes for incorrect ZFS fs name in jcoldmigrate
- jail start via taskd
- bhyve: support for VM auto start
- bhyve: add virtio RNG for FreeBSD 10.1+

PR:		192662
Submitted by:	olevole@olevole.ru (maintainer)
2014-08-16 14:39:58 +00:00
John Marino
a9ab066423 sysutils/cbsd: only build on FreeBSD 10+
This extends the current ignore flag to cover FreeBSD 9 as well.

PR:		192185
Submitted by:	maintainer (Oleg Ginsburg)
2014-07-28 12:29:50 +00:00
Raphael Kubo da Costa
c00cf327d8 Update to 10.0.6.
Changes for 10.0.6:
 cbsd taskd: daemon for internal tasks
 bconstruct-tui: menubox for vm_os_type and get_vm_profiles
 bhyve: add support for install FreeBSD guest from ISO
 bhyve: implement other method for POPCNT checking
 repo: newjname as argument for alternative name of stored jail

PR:		191844
Submitted by:	olevole@olevole.ru (maintainer)
2014-07-13 11:38:47 +00:00
Kubilay Kocak
5420b82d0d sysutils/cbsd: Add libsqlite3.so to LIB_DEPENDS
- Add sqlite3 to LIB_DEPENDS
- Remove MASTER_SITES, not required when USE_GITHUB=yes
- Remove GH_PROJECT, already defaults to ${PORTNAME}
- Strip trailing-slash from pkg-descr WWW: URL

While I'm here:

- Tweak IGNORE message
- Tweak pkg-message.in and pkg-deinstall

PR:		191772
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer)
2014-07-10 07:39:26 +00:00
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
Veniamin Gvozdikov
4b4b6d6bff update to 10.0.5:
- fix permission for /usr/local/bin/cbsd
- add tmux support for remote jlogin
- profiles for jail create script

PR:		ports/189215
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer)
2014-05-02 11:04:47 +00:00
Andrej Zverev
92bce1fc6b - update distinfo: the distfile was rerolled and now contain workaround
for bin/188762.
- bump portrevision to reflect such changes.

PR:		ports/188787
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer,upstream all in-one-face)
2014-04-19 11:08:58 +00:00
Veniamin Gvozdikov
9ce67b01fa - Update to 10.0.4
- jail2iso: imgsize arg renamed to freesize
- jcreate: jailskeldir path configure via jail.conf
- cbsdsh: build-in function for is_number
- Support for allow.kmem, which is allows to run Xorg server in the jail
- Initial support for bhyve

PR:		ports/188661
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer)
2014-04-16 06:30:31 +00:00
Veniamin Gvozdikov
5989861156 - Update to 10.0.3
PR:		ports/186864
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer)
2014-02-22 19:45:34 +00:00
Dmitry Marakasov
3dffd6c4ad - update to 10.0.2
- use ports framework to create cbsd user/group
- add rc.d scripts
- add pkg-deinstall instructions for complete uninstall

PR:		186344
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer)
2014-02-04 00:52:58 +00:00
Andrej Zverev
44ae74954d Current software version works not as expected, mark it as IGNORE.
PR:		ports/186147
Submitted by:	maintainer
2014-01-28 17:09:48 +00:00
Danilo Egea Gondolfo
1bd8f3683c - Update from 10.0.0 to 10.0.1
- Convert LICENSE from BSD to BSD2CLAUSE

PR:		ports/185242
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer)
2014-01-01 18:54:00 +00:00
Danilo Egea Gondolfo
964c0dd1b8 - Update from 9.2.5 to 10.0.0 [1]
- Add stage support
- Convert LIB_DEPENDS to new syntax

PR:		ports/184765
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer) [1]
2013-12-14 19:23:56 +00:00
Veniamin Gvozdikov
f266655289 - Update to 9.2.5
PR:		ports/183744
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer)
2013-11-10 09:57:29 +00:00
Veniamin Gvozdikov
ce0fe787b5 - Update to 9.2.4
- Fixed bugs at code

PR:		ports/183532
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer)
Approved by:	eadler, osa, rm (mentors, implicit)
2013-10-31 18:18:49 +00:00
Veniamin Gvozdikov
67a1a2b1d5 - Update to 9.2.3
PR:		ports/183451
Submitted by:	Oleg Ginzburg <olevole@olevole.ru>
Approved by:	eadler, osa, rm (mentors, implicit)
2013-10-29 21:11:25 +00:00
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Andrej Zverev
b88d4ad8c1 - update to 9.2.1
- add github as distfiles second mirror

PR:		ports/180878
Submitted by:	 Oleg Ginzburg <olevole@olevole.ru> (maintainer)
2013-07-29 17:55:03 +00:00
Andrej Zverev
48606d8811 Add sysutils/cbsd, Yet another FreeBSD jail management tool.
PR:		ports/176377
Submitted by:	Oleg Ginzburg <olevole@olevole.ru>
2013-05-24 16:34:29 +00:00