non port: devel/libvirt/Makefile |
SVNWeb
|
Number of commits found: 200 (showing only 100 on this page) |
Sat, 9 Sep 2023
|
[ 11:21 Roman Bogorodskiy (novel) ] 711e3a0
devel/libvirt: update to 9.7.0
|
Sun, 6 Aug 2023
|
[ 18:10 Roman Bogorodskiy (novel) ] c533cd3
devel/libvirt: update to 9.6.0
|
Sat, 22 Jul 2023
|
[ 08:19 Roman Bogorodskiy (novel) ] 8fad312
devel/libvirt: update to 9.5.0
|
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
Sun, 4 Jun 2023
|
[ 12:33 Roman Bogorodskiy (novel) ] f16c9397
devel/libvirt: update to 9.4.0
|
Sun, 7 May 2023
|
[ 15:40 Roman Bogorodskiy (novel) ] e415fd3
devel/libvirt: update to 9.3.0
|
Sun, 2 Apr 2023
|
[ 06:38 Roman Bogorodskiy (novel) ] 29a22f0
devel/libvirt: update to 9.2.0
|
Tue, 28 Mar 2023
|
[ 08:28 Jan Beich (jbeich) ] 8d3b435
devel/libvirt: unbreak with --auto-features=enabled on i386
meson.build:1438:2: ERROR: Dependency "xenlight" not found, tried pkgconfig
As XEN option is limited to amd64 the option helper doesn't trigger,
so pass the argument more than once on amd64.
$ make -V '${MESON_ARGS:M*libxl*}' WITH=XEN
-Ddriver_libxl=disabled -Ddriver_libxl=enabled
PR: 270361
Reported by: antoine (via exp-run)
|
Mon, 27 Mar 2023
|
[ 10:26 Jan Beich (jbeich) ] 73aff58
devel/libvirt: unbreak with --auto-features=enabled
meson.build:839:0: ERROR: Dependency "libapparmor" not found, tried pkgconfig
meson.build:852:6: ERROR: Problem encountered: Cannot enable apparmor_profiles
without apparmor
meson.build:862:0: ERROR: C shared or static library 'attr' not found
meson.build:867:0: ERROR: Dependency "audit" not found, tried pkgconfig
meson.build:876:0: ERROR: Dependency "blkid" not found, tried pkgconfig
meson.build:881:0: ERROR: Dependency "libcap-ng" not found, tried pkgconfig
meson.build:913:2: ERROR: Dependency "fuse" not found, tried pkgconfig
meson.build:940:0: ERROR: Dependency "glusterfs-api" not found, tried pkgconfig
meson.build:953:0: ERROR: Dependency "libiscsi" not found, tried pkgconfig
meson.build:967:2: ERROR: Problem encountered: libnl can be enabled only on
linux
meson.build:973:0: ERROR: Dependency "libparted" not found, tried pkgconfig
meson.build:977:2: ERROR: Dependency "pcap" not found, tried pkgconfig and
config-tool
meson.build:1060:0: ERROR: C shared or static library 'numa' not found (Only the first 15 lines of the commit message are shown above )
|
Wed, 1 Mar 2023
|
[ 19:34 Roman Bogorodskiy (novel) ] eab51ea9
devel/libvirt: update to 9.1.0
|
Tue, 17 Jan 2023
|
[ 19:25 Roman Bogorodskiy (novel) ] 796755c
devel/libvirt: update to 9.0.0
|
Sat, 3 Dec 2022
|
[ 18:49 Roman Bogorodskiy (novel) ] 8fc555b
devel/libvirt: update to 8.10.0
|
Tue, 1 Nov 2022
|
[ 19:08 Roman Bogorodskiy (novel) ] e6eda6c
devel/libvirt: update to 8.9.0
|
Tue, 25 Oct 2022
|
[ 17:34 Roman Bogorodskiy (novel) ] b6d7bc13
devel/libvirt: update to 8.8.0
|
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:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Wed, 6 Jul 2022
|
[ 06:08 Roman Bogorodskiy (novel) ] 318d349
devel/libvirt: update to 8.5.0
|
Mon, 20 Jun 2022
|
[ 17:18 Roman Bogorodskiy (novel) ] 7a752cc
devel/libvirt: update to 8.4.0
|
Sun, 8 May 2022
|
[ 11:05 Roman Bogorodskiy (novel) ] 24212d6
devel/libvirt: update to 8.3.0
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] d63665f (Only the first 10 of 892 ports in this commit are shown above. )
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
|
Sat, 2 Apr 2022
|
[ 09:00 Roman Bogorodskiy (novel) ] 910011b
devel/libvirt: update to 8.2.0
|
Sat, 26 Mar 2022
|
[ 08:27 Matthias Fechner (mfechner) ] 247c7db (Only the first 10 of 867 ports in this commit are shown above. )
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
Sat, 5 Mar 2022
|
[ 11:15 Roman Bogorodskiy (novel) ] f08cf6d
devel/libvirt: update to 8.1.0
|
Sun, 30 Jan 2022
|
[ 04:12 Roman Bogorodskiy (novel) ] 7a03366a
devel/libvirt: update to 8.0.0
|
Mon, 6 Dec 2021
|
[ 13:52 Roman Bogorodskiy (novel) ] 803db6a
devel/libvirt: update to 7.10.0
|
Thu, 25 Nov 2021
|
[ 14:14 Roman Bogorodskiy (novel) ] 2981193
devel/libvirt: fix build on -CURRENT
Add upstream fixes for the build system so it don't get confused by the
recently added sched_getaffinity() and related glibc compatibility
functions to -CURRENT.
Reported by: pkg-fallout
|
Wed, 3 Nov 2021
|
[ 15:48 Roman Bogorodskiy (novel) ] b61d7a7
devel/py-libvirt: update to 7.9.0
|
[ 15:48 Roman Bogorodskiy (novel) ] c917aed
devel/libvirt: update to 7.9.0
|
Wed, 13 Oct 2021
|
[ 16:52 Jan Beich (jbeich) ] 81cb5ea
devel/libvirt: drop unused Meson options after e03306805502
meson.build:1:0: ERROR: Unknown options: "dbus, hal"
https://gitlab.com/libvirt/libvirt/-/commit/cf6cc86cd217
https://gitlab.com/libvirt/libvirt/-/commit/de3289e2b538
PR: 259080
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
|
Sat, 4 Sep 2021
|
[ 10:30 Roman Bogorodskiy (novel) ] ebaf909
devel/libvirt: update to 7.7.0
|
Tue, 3 Aug 2021
|
[ 11:08 Roman Bogorodskiy (novel) ] ace14e5
devel/libvirt: update to 7.6.0
|
Sat, 3 Jul 2021
|
[ 14:54 Roman Bogorodskiy (novel) ] 2edbe58
devel/libvirt: update to 7.5.0
|
Sun, 6 Jun 2021
|
[ 13:06 Roman Bogorodskiy (novel) ] 71b7d06
devel/libvirt: update to 7.4.0
|
Tue, 4 May 2021
|
[ 15:36 Roman Bogorodskiy (novel) ] 4d40fec
devel/libvirt: update to 7.3.0
|
Tue, 13 Apr 2021
|
[ 15:00 Roman Bogorodskiy (novel) ] 5b2017e
devel/libvirt: add missing textproc/gnugrep dependency
GNU grep is required for build.
PR: 255022 [1]
Reported by: Jack <xxjack12xx@gmail.com> [1], pkg-fallout
|
Sat, 10 Apr 2021
|
[ 03:59 Roman Bogorodskiy (novel) ] 0e55a04
devel/libvirt: update to 7.2.0
|
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.
|
Thu, 4 Mar 2021
|
[ 14:43 novel ]
devel/libvirt: update to 7.1.0
|
Sun, 24 Jan 2021
|
[ 08:23 novel ]
devel/libvirt: update to 7.0.0
|
Sun, 6 Dec 2020
|
[ 11:20 novel ]
devel/libvirt: update to 6.10.0
|
Mon, 2 Nov 2020
|
[ 13:36 novel ]
devel/libvirt: update to 6.9.0
|
Wed, 14 Oct 2020
|
[ 16:54 fluffy ]
devel/libvirt: use flavored py-docutils in right way
PR: 250344
Submitted by: fluffy
Approved by: maintainer (novel)
MFH: 2020Q4
|
Thu, 1 Oct 2020
|
[ 11:03 novel ]
devel/libvirt: update to 6.8.0
|
Tue, 1 Sep 2020
|
[ 15:20 novel ]
devel/libvirt: update to 6.7.0
One of the major changes in this update is switching
to the Meson build system.
|
Tue, 4 Aug 2020
|
[ 11:25 novel ]
devel/libvirt: update to 6.6.0
|
Sun, 5 Jul 2020
|
[ 05:28 novel ]
devel/libvirt: update to 6.5.0
|
Sat, 13 Jun 2020
|
[ 15:21 novel ]
devel/libvirt: update to 6.4.0
|
Sun, 10 May 2020
|
[ 12:33 novel ]
devel/libvirt: update to 6.3.0
|
Mon, 4 May 2020
|
[ 04:47 novel ]
devel/libvirt: require python 3.6+ for build
Build scripts no longer support python 2.x, so require python 3.6+.
Reported by: Kaya Saman
|
Thu, 9 Apr 2020
|
[ 14:39 novel ]
devel/libvirt: update to 6.2.0
- Update to 6.2.0
- Remove GNUTLS option as now it's a strong requirement
- rst2html is now required for build
- Pull upstream patch that fixes libvirtd exit code so
rc script works properly
|
Sun, 20 Oct 2019
|
[ 06:19 novel ]
devel/libvirt: update to 5.8.0
|
Sat, 14 Sep 2019
|
[ 13:41 novel ]
devel/libvirt: update to 5.7.0
With this release, libvirt has separated libvirtd into per-driver daemons.
The older way of using all in one libvirtd binary is still supported, and
the port still uses it. It'll be converted to the new schema later.
|
Sun, 11 Aug 2019
|
[ 10:54 novel ]
devel/libvirt: update to 5.6.0
|
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
|
Sun, 21 Jul 2019
|
[ 14:00 novel ]
devel/libvirt: update to 5.5.0
|
Wed, 8 May 2019
|
[ 02:51 novel ]
devel/libvirt: update to 5.3.0
|
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
|
Fri, 5 Apr 2019
|
[ 01:17 novel ]
devel/libvirt: update to 5.2.0
|
Sun, 10 Mar 2019
|
[ 09:57 novel ]
devel/libvirt: update to 5.1.0
- Update to 5.1.0
- Switch to update to date sysutils/xen-tools port for XEN
|
Wed, 16 Jan 2019
|
[ 16:15 novel ]
devel/libvirt: update to 5.0.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
|
Sun, 9 Dec 2018
|
[ 13:13 novel ]
devel/libvirt: update to 4.10.0
|
Sat, 10 Nov 2018
|
[ 16:32 novel ]
devel/libvirt: update to 4.9.0
|
Sun, 7 Oct 2018
|
[ 15:55 novel ]
devel/libvirt: update to 4.8.0
|
Wed, 12 Sep 2018
|
[ 13:58 novel ]
devel/libvirt: update to 4.7.0
Libvirt has moved back from jansson to yajl, so update dependencies accordingly.
|
Tue, 14 Aug 2018
|
[ 16:03 novel ]
devel/libvirt: fix build with QEMU enabled
Libvirt has switched from yajl to jansson for JSON parsing,
so update dependencies accordingly. Also add some missing
directories to plist.
Bump PORTREVISION.
PR: 230583 (based on)
Submitted by: hashiz@meridiani.jp
|
Sun, 12 Aug 2018
|
[ 06:50 novel ]
devel/libvirt: update to 4.6.0
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Thu, 26 Jul 2018
|
[ 15:44 novel ]
devel/libvirt: fix xen-tools dependency
sysutils/xen-tools was moved to sysutils/xen-tools47, so update
dependency accordingly.
PR: 230041
Reported by: Ting-Wei Lan
|
Wed, 4 Jul 2018
|
[ 14:27 novel ]
devel/libvirt: update to 4.5.0
|
Mon, 18 Jun 2018
|
[ 19:03 linimon ] (Only the first 10 of 28 ports in this commit are shown above. )
Adjust USES to fix builds on gcc-based architectures.
While here, pet portlint.
Tested for no regression on amd64.
Approved by: portmgr (tier-2 blanket)
|
Thu, 7 Jun 2018
|
[ 04:09 novel ]
devel/libvirt: update to 4.4.0
|
Sun, 6 May 2018
|
[ 14:14 novel ]
devel/libvirt: update to 4.3.0
- Update to 4.3.0,
- Chase a change in libintl detection by removing no longer functional
'--with-libintl-prefix' configure flag and setting CFLAGS appropriately,
- Remove trailing whitespace from pkg-plist [1],
- Update website [1].
PR: 227883 [1]
Submitted by: 0mp [1]
|
Sat, 7 Apr 2018
|
[ 03:00 novel ]
devel/libvirt: update to 4.2.0
- update to 4.2.0,
- python build scripts now support python3, so remove '2.7' restriction,
- remove patches included upstream.
|
Fri, 16 Mar 2018
|
[ 15:20 novel ]
devel/libvirt: add a fix for QEMU agent denial of service vulnerability
Add a fix from upstream master for QEMU agent
denial of service (LSN-2018-0004, CVE-2018-1064).
Security: https://security.libvirt.org/2018/0004.html
|
Tue, 13 Mar 2018
|
[ 14:38 novel ]
devel/libvirt: fix crash in bhyve driver
Fix crash on domains with interfaces that have no model specified.
PR: 221877
Reported by: David Harrigan
|
Sun, 11 Mar 2018
|
[ 09:51 novel ]
devel/libvirt: update to 4.1.0
|
Wed, 28 Feb 2018
|
[ 08:33 amdmi3 ]
- Switch to new test framework
Approved by: portmgr blanket
|
Sun, 28 Jan 2018
|
[ 13:34 novel ]
devel/libvirt: update to 4.0.0
|
Sun, 24 Dec 2017
|
[ 10:24 novel ]
devel/libvirt: update to 3.10.0
- update to 3.10.0;
- remove hard-coded dependency on libssh2, instead add LIBSSH and LIBSSH2
options, both enabled by default;
- add 'gettext-runtime' to USES to fix build without NLS.
|
Sat, 9 Dec 2017
|
[ 10:05 antoine ]
libvirt fails to build with python3
|
Fri, 3 Nov 2017
|
[ 16:09 novel ]
devel/libvirt: update to 3.9.0
|
Sun, 15 Oct 2017
|
[ 13:31 novel ]
devel/libvirt: update to 3.8.0
|
Sat, 9 Sep 2017
|
[ 16:00 novel ]
devel/libvirt: update to 3.7.0
|
Sun, 20 Aug 2017
|
[ 05:05 novel ]
devel/libvirt: improve sasl configuration
Explicitly pass SASL path to 'sasl' configuration option
to make sure that configure finds proper include and library paths
and don't depend on other options adding -I{LOCALBASE}/include to
CFLAGS.
|
Thu, 17 Aug 2017
|
[ 13:24 novel ]
devel/libvirt: add yajl dependency for nss
The nss plugin requires yajl. It's pulled for qemu when it's enabled, but
build fails when nss plugin is enabled and qemu driver is disabled, so
add a dependency on yajl for both options.
PR: 221279
Reported by: vvd@unislabs.com
|
Sun, 6 Aug 2017
|
[ 04:49 novel ]
devel/libvirt: update to 3.6.0
|
Sun, 9 Jul 2017
|
[ 07:14 novel ]
devel/libvirt: update to 3.5.0
|
Tue, 27 Jun 2017
|
[ 13:46 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
|
Sun, 4 Jun 2017
|
[ 08:12 novel ]
devel/libvirt: update to 3.4.0
|
Mon, 8 May 2017
|
[ 11:48 novel ]
devel/libvirt: update to 3.3.0
- update to 3.3.0
- switch from emulators/qemu-devel to emulators/qemu as the former
is newer now
- add python:build and shebangfix to USES as now Python
scripts are used during the build
|
Mon, 3 Apr 2017
|
[ 16:19 novel ]
devel/libvirt: update to 3.2.0
- Add new plist entries for the new bhyve.conf configuration
file
- Remove '--without-storage-scsi' that doesn't work on FreeBSD
as it's now automatically disabled by configure
|
Sat, 4 Mar 2017
|
[ 16:34 novel ]
devel/libvirt: update to 3.1.0
- update to 3.1.0
- disable scsi storage driver: it builds fine, but will
not work on FreeBSD
- Add an OPTION for the ZFS storage driver (enabled by default)
|
Sat, 17 Dec 2016
|
[ 15:41 novel ]
devel/libvirt: tabs/spaces cleanup
Replace a couple of spaces with tabs to follow common style.
PR: 215264
Submitted by: timp87@gmail.com
|
Sat, 10 Dec 2016
|
[ 19:10 novel ]
devel/libvirt: update to 2.5.0
|
Wed, 23 Nov 2016
|
[ 16:39 novel ]
devel/libvirt: improve tier-2 packaging
Add RUN_DEPEND on sysutils/dmidecode only on amd64 and i386 as it's
available only on these ARCHs. Also, bump PORTREVISION due to
dependencies change.
Submitted by: linimon
Reported by: linimon
|
Thu, 17 Nov 2016
|
[ 16:34 novel ]
devel/libvirt: fix build when wireshark installed
When wireshark is installed, libvirt automatically detects that and
tries to build wireshark dissector plugin, but fails because net/wireshark
doesn't provide required headers.
So disable wireshark support explicitly.
PR: 214555
Submitted by: Koichiro IWAO
|
Sun, 6 Nov 2016
|
[ 07:54 novel ]
devel/libvirt: update to 2.4.0
- update to 2.4.0
- add an explicit dependency on readline via READLINE option,
enabled by default
- explicitly disable dbus as it's used for firewalld and polkit,
that are not supported by the port
|
Thu, 6 Oct 2016
|
[ 08:08 novel ]
devel/libvirt: update to 2.3.0
|
Sun, 4 Sep 2016
|
[ 14:13 novel ]
devel/libvirt: update to 2.2.0
|
Number of commits found: 200 (showing only 100 on this page) |