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/libgee/Makefile
SVNWeb

Number of commits found: 29

Sun, 4 Jun 2023
[ 16:21 Dimitry Andric (dim) search for other commits by this committer ]    commit hash:28b30b0f681fbd8166afda9a633c04d7939ed6d6  commit hash:28b30b0f681fbd8166afda9a633c04d7939ed6d6  commit hash:28b30b0f681fbd8166afda9a633c04d7939ed6d6  28b30b0 
devel/libgee: fix build with clang 16

Clang 16 has a new error about incompatible function types, which shows
up when building devel/libgee:

  hashmap.c:4089:23: error: incompatible function pointer types assigning to
'gboolean (*)(GeeMapIterator *)' (aka 'int (*)(struct _GeeMapIterator *)') from
'gboolean (GeeHashMapNodeIterator *)' (aka 'int (struct _GeeHashMapNodeIterator
*)') [-Wincompatible-function-pointer-types]
          iface->get_read_only = gee_hash_map_map_iterator_real_get_read_only;
                               ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Since the error occurs in vala-generated code, it does not make sense to
patch the .c file. Suppress the warning instead.

PR:		271485
Approved by:	maintainer timeout (2 weeks)
MFH:		2023Q2
Wed, 25 Jan 2023
[ 16:12 Gleb Popov (arrowd) search for other commits by this committer Author: Olivier Duchateau ]    commit hash:be34db4a020e41f3d7d2a4669d1440cbb2c80a8d  commit hash:be34db4a020e41f3d7d2a4669d1440cbb2c80a8d  commit hash:be34db4a020e41f3d7d2a4669d1440cbb2c80a8d  be34db4 
devel/libgee: Update to 0.20.6

PR:		266585
Tested by:	arrowd
Approved by:	kwm (maintainer timeout)
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:15 Tobias C. Berner (tcberner) search for other commits by this committer Author: Olivier Duchateau ]    commit hash:1d2f0d27cdfcbb3ced161ae1c83c484225913c6e  commit hash:1d2f0d27cdfcbb3ced161ae1c83c484225913c6e  commit hash:1d2f0d27cdfcbb3ced161ae1c83c484225913c6e  1d2f0d2 
devel/libgee: Update to 0.20.5

Approved by:	kwm (timeout)
PR:		262893
[ 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)
Tue, 5 Oct 2021
[ 20:01 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:8284ee5cf34e20461d83970b638ce2782591ba92  commit hash:8284ee5cf34e20461d83970b638ce2782591ba92  commit hash:8284ee5cf34e20461d83970b638ce2782591ba92  8284ee5 
devel/libgee: Add CPE information

Approved by:	portmgr (blanket)
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
[ 14:44 tcberner search for other commits by this committer ] Original commit   Revision:565504
devel/libgee: Update to 0.20.3

PR:		249941
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by:	kwm (timeout)
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}
Sun, 30 Sep 2018
[ 11:58 kwm search for other commits by this committer ] Original commit   Revision:480951 (Only the first 10 of 732 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.

The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
Fri, 2 Jun 2017
[ 11:55 kwm search for other commits by this committer ] Original commit   Revision:442378
Update libgee to 0.8.1.

* Add license
* Add missing gettext depends

PR:		214689
Submitted by:	olivierd@
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, 5 Aug 2015
[ 19:13 kwm search for other commits by this committer ] Original commit   Revision:393607 (Only the first 10 of 601 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.

The offical GNOME 3.16 release notes can be found at
https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
Wed, 19 Nov 2014
[ 11:49 kwm search for other commits by this committer ] Original commit   Revision:372768 (Only the first 10 of 1460 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 29 Jul 2014
[ 21:07 adamw search for other commits by this committer ] Original commit   Revision:363392 (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of USE_XZ to USES=tar:xz.

Approved by:	portmgr (not really, but touches unstaged ports)
Wed, 23 Apr 2014
[ 13:25 tijl search for other commits by this committer ] Original commit   Revision:351936 (Only the first 10 of 462 ports in this commit are shown above. View all ports for this commit)
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 16 Feb 2014
[ 14:49 kwm search for other commits by this committer ] Original commit   Revision:344578
Update to 0.12.0.

Use USES=libtool to prevent shared library change.
Use USE_GNOME introspection component instead of manual BUILD_DEPEND line.
Stagify and strip library.

PR:		ports/186784
Submitted by:	olivierd@
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, 23 Apr 2013
[ 10:13 bapt search for other commits by this committer ] Original commit   Revision:316333 (Only the first 10 of 97 ports in this commit are shown above. View all ports for this commit)
Convert devel to USES=pkgconfig
Fri, 8 Mar 2013
[ 10:51 kwm search for other commits by this committer ] Original commit   Revision:313633 (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
Wed, 9 Nov 2011
[ 15:26 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 250 ports in this commit are shown above. View all ports for this commit)
- Remove WITH_FBSD10_FIX, is no longer needed
Sat, 29 Oct 2011
[ 10:03 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- Fix build on FreeBSD 10

Reported by:    pointyhat
Wed, 14 Sep 2011
[ 20:57 kwm search for other commits by this committer ] Original commit 
Update to 0.6.2.1.
Mon, 28 Feb 2011
[ 12:01 kwm search for other commits by this committer ] Original commit 
Update to 0.6.1.

Make sure we got a recent enough version of gobject-introspection.
Sat, 20 Nov 2010
[ 15:37 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 609 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/

This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.

This release features commits by avl, marcus, mezz and myself.

The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:

Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 2 Sep 2010
[ 21:23 kwm search for other commits by this committer ] Original commit 
Grab maintainership.
[ 21:17 wxs search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Reset to ports@. Thanks Frank for your work on these ports.

Discussed on:   ports@
Sun, 14 Mar 2010
[ 20:22 miwi search for other commits by this committer ] Original commit 
Libgee is a collection library providing GObject-based
interfaces and classes for commonly used data structures.

WWW: http://live.gnome.org/Libgee

Submitted by:   Frank Steinborn <steinex at nognu.de>

Number of commits found: 29