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: x11-toolkits/granite/Makefile
SVNWeb

Number of commits found: 42

Sat, 26 Aug 2023
[ 21:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:7a4777dc53583a897fb8bc1328c6be87bfed8047  commit hash:7a4777dc53583a897fb8bc1328c6be87bfed8047  commit hash:7a4777dc53583a897fb8bc1328c6be87bfed8047  7a4777d  (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
*: Rename GTK+ to GTK

GTK+ has been renamed to GTK since 2019.

Reference:	https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by:	portmgr (blanket)
Wed, 26 Jul 2023
[ 00:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:95274bf4f99c71fc056013d966aec239161dfd74  commit hash:95274bf4f99c71fc056013d966aec239161dfd74  commit hash:95274bf4f99c71fc056013d966aec239161dfd74  95274bf  (Only the first 10 of 190 ports in this commit are shown above. View all ports for this commit)
*/*: Fix build with llvm16 on 13.2-STABLE

As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.

- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
  1302507 and less than 1400000

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
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, 24 Jun 2023
[ 04:37 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:fdf1bcf97ebb17c62774ae0255cbcf59ba704bac  commit hash:fdf1bcf97ebb17c62774ae0255cbcf59ba704bac  commit hash:fdf1bcf97ebb17c62774ae0255cbcf59ba704bac  fdf1bcf 
x11-toolkits/granite: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
Thu, 2 Mar 2023
[ 05:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  fa81a4f  (Only the first 10 of 1168 ports in this commit are shown above. View all ports for this commit)
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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)
Wed, 31 Aug 2022
[ 10:28 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:10d0d12c739ca6efeaced6a1be66b909e3d7a73b  commit hash:10d0d12c739ca6efeaced6a1be66b909e3d7a73b  commit hash:10d0d12c739ca6efeaced6a1be66b909e3d7a73b  10d0d12 
x11-toolkits/granite: limit portscout to only look at 6.x

x11-toolkits/granite7 contains the 7.x releases
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:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17  commit hash:71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17  commit hash:71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17  71b6a9f  (Only the first 10 of 134 ports in this commit are shown above. View all ports for this commit)
x11-toolkits: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  1wardd@airmail.net
  *  Alexander Kabaev <ak03@gte.com>
  *  Alexander Novitsky <alecn2002@yandex.ru>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Brian Buchanan <brian@CSUA.Berkeley.EDU>
  *  Cezary Morga <cm@therek.net>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 8 Dec 2021
[ 10:57 Adriaan de Groot (adridg) search for other commits by this committer ]    commit hash:b5687f8a8a96b57399515fe72fda0bb0daf74b46  commit hash:b5687f8a8a96b57399515fe72fda0bb0daf74b46  commit hash:b5687f8a8a96b57399515fe72fda0bb0daf74b46  b5687f8  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
x11-toolkits/granite: update to 6.2.0, latest upstream

Release notes are at
	https://github.com/elementary/granite/releases/tag/6.2.0

Bumping PORTREVISION of consumers, too, because of the crash-fix.

PR:		260024
Reported by:	Olivier Duchateau
Sat, 30 Oct 2021
[ 16:43 Tobias C. Berner (tcberner) search for other commits by this committer Author: Olivier Duchateau ]    commit hash:7ab166f40e177accb931f8df7cc7ddf8bc87600e  commit hash:7ab166f40e177accb931f8df7cc7ddf8bc87600e  commit hash:7ab166f40e177accb931f8df7cc7ddf8bc87600e  7ab166f 
x11-toolkits/granite: update to 6.1.2

Fixes:

   * Use values from the Settings Portal when possible
   * Disable horizontal scrolling by default in SettingsPage
   * Updated translations

PR:		259463
Sun, 10 Oct 2021
[ 19:44 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  2c672a4  (Only the first 10 of 586 ports in this commit are shown above. View all ports for this commit)
INSTALLS_ICONS: retire the macro and rework the related dependencies

While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
Fri, 27 Aug 2021
[ 04:12 Tobias C. Berner (tcberner) search for other commits by this committer Author: Olivier Duchateau ]    commit hash:6ad40c7541c29f7213810581afaba1a8b498d93d  commit hash:6ad40c7541c29f7213810581afaba1a8b498d93d  commit hash:6ad40c7541c29f7213810581afaba1a8b498d93d  6ad40c7 
x11-toolkits/granite: update to 6.1.1

Changelog:
    * Ensure accel_to_string works with multiple modifiers
    * Fix locale issues in Flatpaks
    * Updated translations

PR:		258064
Wed, 14 Jul 2021
[ 17:19 Tobias C. Berner (tcberner) search for other commits by this committer Author: Olivier Duchateau ]    commit hash:b15e82614d0d4ab1d8694e90dde993b9c60d3c07  commit hash:b15e82614d0d4ab1d8694e90dde993b9c60d3c07  commit hash:b15e82614d0d4ab1d8694e90dde993b9c60d3c07  b15e826 
x11-toolkits/granite: Update to 6.1.0

PR:		257186
Thu, 10 Jun 2021
[ 21:20 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Olivier Duchateau ]    commit hash:f30551f8f62b7fe2982da8e271e3d6aa4f1a9379  commit hash:f30551f8f62b7fe2982da8e271e3d6aa4f1a9379  commit hash:f30551f8f62b7fe2982da8e271e3d6aa4f1a9379  f30551f 
x11-toolkits/granite: Update to 6.0.0

PR:		254626
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.
Mon, 28 Sep 2020
[ 05:05 tobik search for other commits by this committer ] Original commit   Revision:550400 (Only the first 10 of 163 ports in this commit are shown above. View all ports for this commit)
Reset MAINTAINER
Wed, 1 Jul 2020
[ 17:47 tobik search for other commits by this committer ] Original commit   Revision:540984
x11-toolkits/granite: Update to 5.5.0

Changes:	https://github.com/elementary/granite/releases/tag/5.5.0
Thu, 30 Apr 2020
[ 03:36 tobik search for other commits by this committer ] Original commit   Revision:533410
x11-toolkits/granite: Update to 5.4.0

Changes:	https://github.com/elementary/granite/releases/tag/5.4.0
Thu, 2 Apr 2020
[ 04:11 tobik search for other commits by this committer ] Original commit   Revision:530257
x11-toolkits/granite: Update to 5.3.1

Changes:	https://github.com/elementary/granite/releases/tag/5.3.1
Sat, 14 Dec 2019
[ 15:47 tobik search for other commits by this committer ] Original commit   Revision:520128
x11-toolkits/granite: Update to 5.3.0

Changes:	https://github.com/elementary/granite/releases/tag/5.3.0
Fri, 6 Sep 2019
[ 07:20 tobik search for other commits by this committer ] Original commit   Revision:511282
x11-toolkits/granite: Update to 5.2.5

- Drop -Wno-return-type.  It seems to not be needed anymore.
  Unfortunately the commit log does not give any hints as to why
  it was ever added.

Changes:	https://github.com/elementary/granite/releases/tag/5.2.5
Mon, 8 Jul 2019
[ 11:52 tobik search for other commits by this committer ] Original commit   Revision:506210
x11-toolkits/granite: Update to 5.2.4

Drop the DateTime patch; Granite now does the right thing for the
'clock-format' setting and uses GNOME's org.gnome.desktop.interface
schema instead of its own.

Changes:	https://github.com/elementary/granite/releases/tag/5.2.4
Fri, 15 Feb 2019
[ 00:49 tobik search for other commits by this committer ] Original commit   Revision:492964
x11-toolkits/granite: Update to 5.2.3

Changes:	https://github.com/elementary/granite/releases/tag/5.2.3
Thu, 3 Jan 2019
[ 13:49 tobik search for other commits by this committer ] Original commit   Revision:489174 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
x11-toolkits/granite: Update to 5.2.2

- Update WWW
- Add missing gsettings-desktop-schemas dependency to prevent
  runtime crashes of applications using the DateTime widget
- Bump revision of dependent ports

Changes:	https://github.com/elementary/granite/releases
[ 09:32 tobik search for other commits by this committer ] Original commit   Revision:489144
Take x11-toolkits/granite
Wed, 21 Mar 2018
[ 05:52 yuri search for other commits by this committer ] Original commit   Revision:465149
x11-toolkits/granite: Update to 0.5

Port changes:
* Change to DISTVERSION
* Change to github

Bump x11/pantheon-terminal and math/pantheon-calculator

While in math/pantheon-calculator:
* Add LICENSE_FILE

While in x11/pantheon-terminal:
* Add missing dependencies in LIB_DEPENDS
* Add missing dependencies in USE_GNOME
* Group USExx accorfing to the portlint warning
* Change USES=cmake to USES=cmake:outsource

PR:		226696
Submitted by:	Greg V <greg@unrelenting.technology>
Sun, 19 Mar 2017
[ 14:02 rene search for other commits by this committer ] Original commit   Revision:436494 (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
Take in olivierd@'s commit bit on his request.

Submitted by:	olivierd@
With hat:	portmgr-secretary
Mon, 8 Aug 2016
[ 17:17 olivierd search for other commits by this committer ] Original commit   Revision:419867
Update to 0.4.0.1
Mon, 13 Jun 2016
[ 18:54 olivierd search for other commits by this committer ] Original commit   Revision:416856
Update to 0.4
Fri, 1 Apr 2016
[ 14:33 mat search for other commits by this committer ] Original commit   Revision:412351 (Only the first 10 of 2136 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 30 Aug 2015
[ 18:49 olivierd search for other commits by this committer ] Original commit   Revision:395635
Fix spelling of toolkits name (GTK+3 instead of GTK3)

Reported by:	danfe@
[ 16:04 olivierd search for other commits by this committer ] Original commit   Revision:395624
- Update to 0.3.1
- Sort USES
- Remove unneeded patches
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
Tue, 2 Dec 2014
[ 18:27 olivierd search for other commits by this committer ] Original commit   Revision:373776
Update to 0.3.0
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Thu, 29 May 2014
[ 17:26 olivierd search for other commits by this committer ] Original commit   Revision:355716
- Use CCode attribute for setproctitle() function, bug #1324424 [1]
- Add new dependency, sysutils/contractor
- Fix pkg-plist
- Bump PORTREVISION

[1] https://bugs.launchpad.net/granite/+bug/1324424
Mon, 24 Mar 2014
[ 20:53 olivierd search for other commits by this committer ] Original commit   Revision:349067
- Update to 0.2.3.1
Mon, 10 Mar 2014
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:347809 (Only the first 10 of 1081 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Tue, 11 Feb 2014
[ 20:43 olivierd search for other commits by this committer ] Original commit   Revision:343817
- Add DragonFly support, when .pc file is installed
- Bump PORTREVISION
Mon, 10 Feb 2014
[ 20:27 olivierd search for other commits by this committer ] Original commit   Revision:343679
- Use bsdtar to extract distfile
- Remove white spaces
[ 18:36 olivierd search for other commits by this committer ] Original commit   Revision:343671 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Granite is an extension of Gtk+ toolkit. It provides several widgets and
classes that ease desktop applications development.

WWW: https://launchpad.net/granite

Number of commits found: 42