non port: x11-toolkits/granite/Makefile |
SVNWeb
|
Number of commits found: 42 |
Sat, 26 Aug 2023
|
[ 21:03 Po-Chuan Hsieh (sunpoet) ] 7a4777d (Only the first 10 of 116 ports in this commit are shown above. )
*: 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) ] 95274bf (Only the first 10 of 190 ports in this commit are shown above. )
*/*: 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) ] 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>
|
Sat, 24 Jun 2023
|
[ 04:37 Muhammad Moinur Rahman (bofh) ] 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) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
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 )
|
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, 31 Aug 2022
|
[ 10:28 Tobias C. Berner (tcberner) ] 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) ] d9b0d9a (Only the first 10 of 165 ports in this commit are shown above. )
framework: switch tree to using vala.mk
PR: 249940
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] 71b6a9f (Only the first 10 of 134 ports in this commit are shown above. )
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 )
|
Wed, 8 Dec 2021
|
[ 10:57 Adriaan de Groot (adridg) ] b5687f8 (Only the first 10 of 12 ports in this commit are shown above. )
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) Author: Olivier Duchateau ] 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) ] 2c672a4 (Only the first 10 of 586 ports in this commit are shown above. )
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) Author: Olivier Duchateau ] 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) Author: Olivier Duchateau ] b15e826
x11-toolkits/granite: Update to 6.1.0
PR: 257186
|
Thu, 10 Jun 2021
|
[ 21:20 Li-Wen Hsu (lwhsu) Author: Olivier Duchateau ] f30551f
x11-toolkits/granite: Update to 6.0.0
PR: 254626
|
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.
|
Mon, 28 Sep 2020
|
[ 05:05 tobik ] (Only the first 10 of 163 ports in this commit are shown above. )
Reset MAINTAINER
|
Wed, 1 Jul 2020
|
[ 17:47 tobik ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ] (Only the first 10 of 13 ports in this commit are shown above. )
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 ]
Take x11-toolkits/granite
|
Wed, 21 Mar 2018
|
[ 05:52 yuri ]
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 ] (Only the first 10 of 74 ports in this commit are shown above. )
Take in olivierd@'s commit bit on his request.
Submitted by: olivierd@
With hat: portmgr-secretary
|
Mon, 8 Aug 2016
|
[ 17:17 olivierd ]
Update to 0.4.0.1
|
Mon, 13 Jun 2016
|
[ 18:54 olivierd ]
Update to 0.4
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 30 Aug 2015
|
[ 18:49 olivierd ]
Fix spelling of toolkits name (GTK+3 instead of GTK3)
Reported by: danfe@
|
[ 16:04 olivierd ]
- Update to 0.3.1
- Sort USES
- Remove unneeded patches
|
Wed, 5 Aug 2015
|
[ 19:13 kwm ] (Only the first 10 of 601 ports in this commit are shown above. )
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 ]
Update to 0.3.0
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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 ]
- 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 ]
- Update to 0.2.3.1
|
Mon, 10 Mar 2014
|
[ 20:55 gerald ] (Only the first 10 of 1081 ports in this commit are shown above. )
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 ]
- Add DragonFly support, when .pc file is installed
- Bump PORTREVISION
|
Mon, 10 Feb 2014
|
[ 20:27 olivierd ]
- Use bsdtar to extract distfile
- Remove white spaces
|
[ 18:36 olivierd ] (Only the first 10 of 11 ports in this commit are shown above. )
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 |