non port: deskutils/gnome-clocks/Makefile |
SVNWeb
|
Number of commits found: 25 |
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>
|
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 )
|
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:21 Tobias C. Berner (tcberner) ] 4dd7a74 (Only the first 10 of 152 ports in this commit are shown above. )
deskutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alex "lissyara" Keda <admin@lissyara.su>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Hsu <ahsu@users.sf.net>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Andrey Zakhvatov <andy@icc.surw.chel.su>
* Anton Berezin <tobez@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Fri, 1 Jul 2022
|
[ 14:25 Baptiste Daroussin (bapt) ] 3f32a60
gnome: refer to gnome not gnome 3 anymore
|
Sat, 25 Jun 2022
|
[ 16:46 Neel Chauhan (nc) ] 2f0d1d3
deskutils/gnome-clocks: Set PORTEPOCH to fix 'going backwards' error
|
Wed, 30 Mar 2022
|
[ 16:27 Neel Chauhan (nc) ] b20f0bd
deskutils/gnome-clocks: Revert to 40.0
This reverts commit 8897acc6fb5941360d4a8817edd7417202e1f20f.
gnome-clocks 42.0 did not successfully build.
|
Tue, 22 Mar 2022
|
[ 23:17 Neel Chauhan (nc) ] 8897acc
deskutils/gnome-clocks: Update to 42.0
|
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)
|
Wed, 4 Aug 2021
|
[ 17:48 Neel Chauhan (nc) ] 6c5a58c
deskutils/gnome-clocks: Update to 40.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.
|
Tue, 6 Oct 2020
|
[ 14:31 pkubaj ]
deskutils/gnome-clocks: fix build on GCC architectures
Use C11 compiler:
/usr/local/include/libhandy-1/hdy-swipe-tracker.h:23: error: redefinition of
typedef 'HdySwipeTracker'
/usr/local/include/libhandy-1/hdy-types.h:15: error: previous declaration of
'HdySwipeTracker' was here
|
Tue, 29 Sep 2020
|
[ 13:20 bapt ]
Update to 3.38.0
|
[ 12:07 bapt ] (Only the first 10 of 108 ports in this commit are shown above. )
First batch at upgrading gnome to 3.36/3.38
Update evolution-dataserver to 3.38.0 and because of ABI breakage update ports
depending on it
Update bijiben to 3.38.0
Update gnome-calendar to 3.38.0
Update gnome-contacts to 3.38
Update gnome-maps to 3.38.0
Patch gnome-todo to work with newer evolution-dataserver (patched obtained from
OpenBSD/Archlinux)
Update evolution to 3.38.0
Update evolution-ews to 3.38.0 (among changes it brings support for office365)
Update folks to 0.14.0
Update cheese to 3.38.0 (Only the first 15 lines of the commit message are shown above )
|
Fri, 25 Sep 2020
|
[ 14:40 bapt ]
Upgrade libgweather to 3.36.1
As the ABI has been broken bump portrevision of consumers
|
Sun, 2 Dec 2018
|
[ 12:34 linimon ]
Now builds on powerpc64.
Reported by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
Sun, 30 Sep 2018
|
[ 11:58 kwm ] (Only the first 10 of 732 ports in this commit are shown above. )
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
|
Mon, 18 Jun 2018
|
[ 03:49 linimon ] (Only the first 10 of 43 ports in this commit are shown above. )
Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
|
Mon, 5 Jun 2017
|
[ 14:11 kwm ]
Update gnome-clocks to 3.24.0.
* Add license
* Review dependancies
* Switch to USES=localbase
* Drop post-patch for 9.x base gcc
Obtained from: gnome devel repo (based on)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 14 Feb 2016
|
[ 18:57 kwm ] (Only the first 10 of 460 ports in this commit are shown above. )
The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/
This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.
GDM is still at version 3.16 due to some issues.
Bump mate-themes to use the gtk 3.18 version of the themes.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 207006
|
Sat, 12 Dec 2015
|
[ 11:01 kwm ] (Only the first 10 of 52 ports in this commit are shown above. )
Update to the lastest GNOME 3.16 releases.
|
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
|
Wed, 19 Nov 2014
|
[ 11:49 kwm ] (Only the first 10 of 1460 ports in this commit are shown above. )
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 )
|
Number of commits found: 25 |