notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: deskutils/gnome-initial-setup/Makefile

Number of commits found: 34

Saturday, 23 Dec 2023
18:14 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of x11-toolkits/gtk30

New version of gtk3 in tree
commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 3572ca3
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Thursday, 30 Mar 2023
09:07 Jan Beich (jbeich) search for other commits by this committer
deskutils/gnome-initial-setup: unbreak with --auto-features=enabled

meson.build:53:0: ERROR: Dependency "ibus-1.0" not found, tried pkgconfig

PR:		270361
Reported by:	antoine (via exp-run)
commit hash: b5fc29f78af0bd88d0ab7aebd6dab0c4759aaa62 commit hash: b5fc29f78af0bd88d0ab7aebd6dab0c4759aaa62 commit hash: b5fc29f78af0bd88d0ab7aebd6dab0c4759aaa62 commit hash: b5fc29f78af0bd88d0ab7aebd6dab0c4759aaa62 b5fc29f
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
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.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Sunday, 29 Jan 2023
03:20 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-initial-setup: Update to 43.2
commit hash: 00a05f61ca2d47654e9c8ade23647906f3ed84d2 commit hash: 00a05f61ca2d47654e9c8ade23647906f3ed84d2 commit hash: 00a05f61ca2d47654e9c8ade23647906f3ed84d2 commit hash: 00a05f61ca2d47654e9c8ade23647906f3ed84d2 00a05f6
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 2 Jul 2022
05:25 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-initial-setup: Use 'gnome' dir not 'gnome3'
commit hash: a193e5aeddef3d7e207c568090f8654c03f16312 commit hash: a193e5aeddef3d7e207c568090f8654c03f16312 commit hash: a193e5aeddef3d7e207c568090f8654c03f16312 commit hash: a193e5aeddef3d7e207c568090f8654c03f16312 a193e5a
Thursday, 2 Jun 2022
03:41 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-initial-setup: Update to 42.1
commit hash: 09c93ca211807071e8df4523b124b79c011e3f3e commit hash: 09c93ca211807071e8df4523b124b79c011e3f3e commit hash: 09c93ca211807071e8df4523b124b79c011e3f3e commit hash: 09c93ca211807071e8df4523b124b79c011e3f3e 09c93ca
Friday, 20 May 2022
22:39 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-initial-setup: Update to 42.1.1
commit hash: 42fe82d9110c9be881f66a9cede511371be3b56c commit hash: 42fe82d9110c9be881f66a9cede511371be3b56c commit hash: 42fe82d9110c9be881f66a9cede511371be3b56c commit hash: 42fe82d9110c9be881f66a9cede511371be3b56c 42fe82d
Saturday, 16 Apr 2022
18:12 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-initial-setup: Update to 42.1
commit hash: a949860ffc0348cbb8f27b6fc18d9db62b8cdea1 commit hash: a949860ffc0348cbb8f27b6fc18d9db62b8cdea1 commit hash: a949860ffc0348cbb8f27b6fc18d9db62b8cdea1 commit hash: a949860ffc0348cbb8f27b6fc18d9db62b8cdea1 a949860
Friday, 25 Mar 2022
12:36 Jan Beich (jbeich) search for other commits by this committer
deskutils/gnome-initial-setup: unbreak build with Meson 0.62.0

data/meson.build:33:9: ERROR: Program 'msgfmt' not found or not executable

PR:		262465
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/8b573d7dc65b
commit hash: 95b8644d598a9dc8c22d740ba6434032932cd624 commit hash: 95b8644d598a9dc8c22d740ba6434032932cd624 commit hash: 95b8644d598a9dc8c22d740ba6434032932cd624 commit hash: 95b8644d598a9dc8c22d740ba6434032932cd624 95b8644
Wednesday, 23 Mar 2022
18:00 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-initial-setup: update to 42.0
commit hash: 3f9beda317afeb2ec77696d683b261f606f7cbfe commit hash: 3f9beda317afeb2ec77696d683b261f606f7cbfe commit hash: 3f9beda317afeb2ec77696d683b261f606f7cbfe commit hash: 3f9beda317afeb2ec77696d683b261f606f7cbfe 3f9beda
Thursday, 3 Mar 2022
19:20 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-initial-setup: Update to 41.4
commit hash: 6de74fbb4ca60257de0ec2acbeb0baddcd39e54b commit hash: 6de74fbb4ca60257de0ec2acbeb0baddcd39e54b commit hash: 6de74fbb4ca60257de0ec2acbeb0baddcd39e54b commit hash: 6de74fbb4ca60257de0ec2acbeb0baddcd39e54b 6de74fb
Tuesday, 25 Jan 2022
12:24 Jan Beich (jbeich) search for other commits by this committer
deskutils/gnome-initial-setup: unbreak build with Meson 0.61.0

data/meson.build:33:9: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
commit hash: 0d4cb8fc0eecfd4ce64e124e1c03d897fe4d0f02 commit hash: 0d4cb8fc0eecfd4ce64e124e1c03d897fe4d0f02 commit hash: 0d4cb8fc0eecfd4ce64e124e1c03d897fe4d0f02 commit hash: 0d4cb8fc0eecfd4ce64e124e1c03d897fe4d0f02 0d4cb8f
Friday, 24 Dec 2021
04:46 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-initial-setup: Update to 41.2
commit hash: d65ec8bd59ef9a7bcc07eaa48340c978f89fd4c9 commit hash: d65ec8bd59ef9a7bcc07eaa48340c978f89fd4c9 commit hash: d65ec8bd59ef9a7bcc07eaa48340c978f89fd4c9 commit hash: d65ec8bd59ef9a7bcc07eaa48340c978f89fd4c9 d65ec8b
Sunday, 10 Oct 2021
19:44 Baptiste Daroussin (bapt) search for other commits by this committer
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)
commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 2c672a4
Tuesday, 5 Oct 2021
03:20 Neel Chauhan (nc) search for other commits by this committer
deskutils/gnome-initial-setup: Update to 41.0
commit hash: 96e9c7e73e98d31f75fbd10522b4950a2826b901 commit hash: 96e9c7e73e98d31f75fbd10522b4950a2826b901 commit hash: 96e9c7e73e98d31f75fbd10522b4950a2826b901 commit hash: 96e9c7e73e98d31f75fbd10522b4950a2826b901 96e9c7e
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 29 Sep 2020
12:07 bapt search for other commits by this committer
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
Update aisleriot to 3.22.9
Update five-or-more to 3.22.2
Update fastream to 0.2.9
Update gnome-control-center to 3.36.4
Update gnmoe-settings-daemon to 3.38.0
Update meld to 3.21.0

Update gnome-desktop to 3.38.0 and because of ABI breakage bump portrevision of
all dependant ports not touched by this update
Update gnome-session to 3.38.0
Update gnome-shell to 3.36.6, now run depends on gdm
Update gnome-shell-extensions to 3.36.3
Update mutter to 3.36.6
Original commitRevision:550494 
Friday, 25 Sep 2020
14:40 bapt search for other commits by this committer
Upgrade libgweather to 3.36.1

As the ABI has been broken bump portrevision of consumers
Original commitRevision:550039 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Wednesday, 1 May 2019
19:35 rene search for other commits by this committer
Remove esound support from pulseaudio as audio/esound expired.

Bump PORTREVISIONs of dependent ports.

Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
Original commitRevision:500606 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Friday, 22 Jun 2018
17:18 danilo search for other commits by this committer
- Update to 0.50.3

PR:		227981
Submitted by:	danilo
Approved by:	maintainer timeout (gnome, 1 month)
Original commitRevision:473049 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Sunday, 14 Feb 2016
18:57 kwm search for other commits by this committer
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
Original commitRevision:408881 
Thursday, 15 Oct 2015
14:55 mat search for other commits by this committer
Drop 8 support.

With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
Original commitRevision:399346 
Saturday, 8 Aug 2015
13:56 kwm search for other commits by this committer
* Add PORTSCOUT macros to only show stable gnome versions.
* Fix the PORTSCOUT macro in devel/glib20-reference/bsd.gnome-reference.mk
  so that all -reference ports get ignored.
* Add some PORTSCOUT=ignore:1 here and there for software that won't get
  any updates anymore. Or are slave ports, so only the master port will
  get checked.
Original commitRevision:393729 
Wednesday, 5 Aug 2015
19:13 kwm search for other commits by this committer
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
Original commitRevision:393607 
Friday, 29 May 2015
04:24 truckman search for other commits by this committer
Recategorize an unconditional patch as an EXTRA_PATCH to unbreak
the build on FreeBSD 8.

Change the OSVERSION test to the actual version where the utmp -> utmpx
change was actually made, and also check OPSYS.

Approved by:	mat (mentor, implicit)
Original commitRevision:387780 
Wednesday, 19 Nov 2014
11:49 kwm search for other commits by this committer
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)
Original commitRevision:372768 

Number of commits found: 34