notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/libvirt-glib/Makefile
SVNWeb

Number of commits found: 39

Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
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>
Sat, 31 Dec 2022
[ 19:12 Tobias C. Berner (tcberner) search for other commits by this committer Author: VVD ]    commit hash:024c982f5de39cff338aa412660f5d77d6ada0dc  commit hash:024c982f5de39cff338aa412660f5d77d6ada0dc  commit hash:024c982f5de39cff338aa412660f5d77d6ada0dc  024c982  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
lang/vala: unify vala bindings option name to VAPI

- having a single option name for the bindings improves usability

PR:	268491
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 26 Aug 2022
[ 17:02 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd  commit hash:d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd  commit hash:d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd  d9b0d9a  (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
framework: switch tree to using vala.mk

PR:		249940
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 10 Apr 2022
[ 19:11 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  d63665f  (Only the first 10 of 892 ports in this commit are shown above. View all ports for this commit)
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, 26 Mar 2022
[ 08:27 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  247c7db  (Only the first 10 of 867 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
Sun, 7 Nov 2021
[ 20:34 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:e6c926b80de4f40ed3d27c016ec4e43e2cd32d52  commit hash:e6c926b80de4f40ed3d27c016ec4e43e2cd32d52  commit hash:e6c926b80de4f40ed3d27c016ec4e43e2cd32d52  e6c926b 
devel/libvirt-glib: fix typo in Meson option after f50787b7ef34

meson.build:1:0: ERROR: Unknown options: "vala"

PR:		259080
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 17 Feb 2021
[ 16:11 novel search for other commits by this committer ] Original commit   Revision:565511
devel/libvirt-glib: update to 4.0.0

 - Switch to meson,
 - Add DOCS option (enabled by default) to build gtk-doc documentation,
 - Enable VALA option by default.
Mon, 13 Apr 2020
[ 03:39 novel search for other commits by this committer ] Original commit   Revision:531572
devel/libvirt-glib: update to 3.0.0

 - Update to 3.0.0
 - Switch from python2.7 to default 3.7 [1]

PR:		244372 [1]
Submitted by:	VVD <vvd@unislabs.com> [1]
Fri, 8 Nov 2019
[ 11:39 tobik search for other commits by this committer ] Original commit   Revision:517048 (Only the first 10 of 109 ports in this commit are shown above. View all ports for this commit)
devel: Add missing USES={gl,gnome,php,sdl}
Sat, 13 Oct 2018
[ 14:27 novel search for other commits by this committer ] Original commit   Revision:481988
devel/libvirt-glib: update to 2.0.0
Mon, 19 Feb 2018
[ 11:10 antoine search for other commits by this committer ] Original commit   Revision:462307 (Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Sun, 6 Nov 2016
[ 07:56 novel search for other commits by this committer ] Original commit   Revision:425467
devel/libvirt-glib: update to 1.0.0

 - update to 1.0.0
 - add an option for vala bindings: VALA, disabled by default
 - add an explicit libxml2 dependency
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 13 Jan 2016
[ 23:48 novel search for other commits by this committer ] Original commit   Revision:406080
devel/libvirt-glib: update to 0.2.3
Tue, 29 Sep 2015
[ 18:26 jgh search for other commits by this committer ] Original commit   Revision:398185
- over to novel@
Mon, 10 Aug 2015
[ 18:32 jgh search for other commits by this committer ] Original commit   Revision:393883
- update devel/libvirt and devel/py-libvirt to 1.2.17
- update devel/libvirt-glib to 0.2.2

http://libvirt.org/git/?p=libvirt.git;a=shortlog;h=refs/tags/v1.2.17
Tue, 23 Jun 2015
[ 16:30 jgh search for other commits by this committer ] Original commit   Revision:390426
- update to 0.2.1
Thu, 18 Dec 2014
[ 17:01 jgh search for other commits by this committer ] Original commit   Revision:374912
- update to 0.2.0
- add license
- adjust pkg-plist to be more dynamic
Sat, 29 Nov 2014
[ 18:22 tijl search for other commits by this committer ] Original commit   Revision:373636 (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools.  The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
Tue, 4 Nov 2014
[ 18:41 jgh search for other commits by this committer ] Original commit   Revision:372162 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- update libvirt to 1.2.10
- chase shared library bump
Wed, 29 Oct 2014
[ 22:17 jgh search for other commits by this committer ] Original commit   Revision:371717 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
- update libvirt,py-libvirt,libvirt-glib to 0.1.9
- shift var from ${PREFIX} to /var
- bump shared libs of dep. port

PR:		192441 (based on)
Submitted by:	olevole@olevole.ru
Mon, 20 Oct 2014
[ 16:04 mva search for other commits by this committer ] Original commit   Revision:371280 (Only the first 10 of 564 ports in this commit are shown above. View all ports for this commit)
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
Thu, 25 Sep 2014
[ 15:18 tijl search for other commits by this committer ] Original commit   Revision:369260 (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
- Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.h
  and libintl.so.  This fixes a problem where DATADIRNAME gets an incorrect
  value which causes locale files to be installed in the wrong place.
- The only configure checks that still need to be patched are related
  to intltool so move DATADIRNAME patching from USES=pathfix to
  USE_GNOME=intlhack.

- games/klavaro: remove excessive dependencies
- japanese/libskk: add INSTALL_TARGET=install-strip
- math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread
  patching
- multimedia/freetuxtv: remove excessive dependencies
- science/gramps: fix shared-mime-info use

Exp-run by:	antoine
Approved by:	portmgr (antoine)
Thu, 28 Aug 2014
[ 21:21 tijl search for other commits by this committer ] Original commit   Revision:366456 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
security/libssh2:
- Convert to USES=libtool and USES=pathfix
- Add INSTALL_TARGET=install-strip
- Only depend on openssl if GCRYPT option is off
- Sanitize libssh2.pc

devel/libvirt:
- Remove workaround for broken libssh2.pc
- Add USES=libtool and bump dependent ports
- Convert to INSTALL_TARGET=install-strip

devel/libvirt-glib:
- Convert to USES=libtool

Approved by:	portmgr (implicit, bump unstaged port)
Fri, 4 Apr 2014
[ 13:38 bapt search for other commits by this committer ] Original commit   Revision:350116
Fix plist
Use autotools "install-strip" target to properly strip the binaries
Fri, 7 Mar 2014
[ 22:34 jgh search for other commits by this committer ] Original commit   Revision:347429
- update libvirt to 1.2.2
  - fix qemu when not enabled, and disable linux containers [1]
- update libvirt-glib to 0.1.8

Changes:	http://libvirt.org/news.html
Submitted by:	roman@ [1]
Mon, 13 Jan 2014
[ 21:00 rene search for other commits by this committer ] Original commit   Revision:339634 (Only the first 10 of 702 ports in this commit are shown above. View all ports for this commit)
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Tue, 17 Dec 2013
[ 23:54 jgh search for other commits by this committer ] Original commit   Revision:336792 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- update to 1.2.0 and bump shared libraries in respective ports
- while here shift new lib_depends format where needed

Changes:	http://libvirt.org/news.html
Sun, 8 Dec 2013
[ 13:24 mva search for other commits by this committer ] Original commit   Revision:335888
- Fix the usage of 'python' to get rid of the implicit lang/python
  dependency

Approved by:	portmgr (blanket)
Wed, 2 Oct 2013
[ 06:33 jgh search for other commits by this committer ] Original commit   Revision:329017
- support staging
- adjust syntax for LIB_DEPENDS
- adjust USE_GNOME for dependency requirements in favor of explict listings
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Tue, 9 Jul 2013
[ 20:28 jgh search for other commits by this committer ] Original commit   Revision:322571
- update to 0.1.7
Sat, 6 Jul 2013
[ 04:45 jgh search for other commits by this committer ] Original commit   Revision:322363
- fix leftovers by removing second declaration of USES
[ 01:22 jgh search for other commits by this committer ] Original commit   Revision:322360
- convert USE_GMAKE to USES=gmake
Tue, 2 Jul 2013
[ 20:23 jgh search for other commits by this committer ] Original commit   Revision:322201 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- update to 1.1.0 and bump shared libraries in respective ports
- while here:
  - fix option check in sysutils/cfengine34
  - move devel/libvirt-glib to use glib20 in favor of gio-fam-backend (suggested
by kwm@)
  - restore ABI version in net-mgmt/collectd5
[ 06:21 jgh search for other commits by this committer ] Original commit   Revision:322157
Glib bindings for Libvirt virtualization API

WWW: http://www.libvirt.org

Number of commits found: 39