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: devel/libgudev/Makefile

Number of commits found: 10

Saturday, 6 Jan 2024
08:30 Dimitry Andric (dim) search for other commits by this committer
devel/libgudev: fix build with clang 18

Clang 18 no longer accepts -export-dynamic, which is a linker option,
resulting in an error building devel/libgudev:

  cc  -o gudev/libgudev-1.0.so.0.3.0
gudev/libgudev-1.0.so.0.3.0.p/meson-generated_.._gudevenumtypes.c.o
gudev/libgudev-1.0.so.0.3.0.p/gudevclient.c.o
gudev/libgudev-1.0.so.0.3.0.p/gudevdevice.c.o
gudev/libgudev-1.0.so.0.3.0.p/gudevenumerator.c.o -Wl,--as-needed
-Wl,--no-undefined -Wl,-O1 -shared -fPIC -Wl,--start-group
-Wl,-soname,libgudev-1.0.so.0 -fstack-protector-strong -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -Wl,-rpath,/usr/local/lib
-Wl,-rpath-link,/usr/local/lib -export-dynamic
-Wl,--version-script,/wrkdirs/share/dim/ports/devel/libgudev/work/libgudev-237/libgudev-1.0.sym
/usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so
/usr/local/lib/libgobject-2.0.so /usr/local/lib/libudev.so -Wl,--end-group
  cc: error: unknown argument: '-export-dynamic'

Fix this by using the correct spelling, -Wl,--export-dynamic.

PR:		276135
Approved by:	x11 (manu)
MFH:		2024Q1
commit hash: b6807b43f161c18a6d7a5642f817e4bff858d33a commit hash: b6807b43f161c18a6d7a5642f817e4bff858d33a commit hash: b6807b43f161c18a6d7a5642f817e4bff858d33a commit hash: b6807b43f161c18a6d7a5642f817e4bff858d33a b6807b4
Saturday, 12 Aug 2023
20:29 Kevin Bowling (kbowling) search for other commits by this committer Author: Sean Champ
devel/libgudev: Updating to 237 & meson

PR:		267479
commit hash: 4a8056dce3e04d7b80842eded91ee3c0153b3e37 commit hash: 4a8056dce3e04d7b80842eded91ee3c0153b3e37 commit hash: 4a8056dce3e04d7b80842eded91ee3c0153b3e37 commit hash: 4a8056dce3e04d7b80842eded91ee3c0153b3e37 4a8056d
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
Wednesday, 20 Jul 2022
14:55 Tobias C. Berner (tcberner) search for other commits by this committer
cleanup: remove 'Created by' lines

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

 *  Alex Trull <freebsd.alex@trull.org>
 *  Alonso Cardenas <acm@FreeBSD.org>
 *  Boris Samorodov <bsam@FreeBSD.org>
 *  David Shane Holden <dpejesh@yahoo.com>
 *  Felix Palmen <felix@palmen-it.de>
 *  Hirohisa Yamaguchi <umq@ueo.co.jp>
 *  Kevin Bowling <kbowling@FreeBSD.org>
 *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
 *  Markus Mann, CTS - FreeBSD Team <de-freebsd@ctseuro.com>
 *  Matthias Andree
 *  Matthias Fechner <mfechner@FreeBSD.org>
 *  Oleg Sidorkin <osidorkin@gmail.com>
 *  Oliver Lehmann
 *  Radim Kolar <hsn@sendmail.cz>
 *  Timothy Beyer <beyert@cs.ucr.edu>
 *  hq@FreeBSD.org
 *  johalun0@gmail.com
 *  lev@FreeBSD.org
 *  rooneg@electricjellyfish.net

With hat:	portmgr
commit hash: 48318794ca7c06285786d2d7f4cbe2c1acf08c13 commit hash: 48318794ca7c06285786d2d7f4cbe2c1acf08c13 commit hash: 48318794ca7c06285786d2d7f4cbe2c1acf08c13 commit hash: 48318794ca7c06285786d2d7f4cbe2c1acf08c13 4831879
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
Monday, 28 Sep 2020
20:19 zeising search for other commits by this committer
devel/libgudev: Update to 234

Update devel/libgudev to 234

PR:		249878
Submitted by:	Olivier Duchateau
Original commitRevision:550448 
Tuesday, 11 Aug 2020
17:05 tobik search for other commits by this committer
Clean up some things

Reported by:	portscan (some of it)
Original commitRevision:544703 
16:03 zeising search for other commits by this committer
devel/libgudev: Update to 233

Update devel/libgudev to 233. [1]
Change to use MASTER_SITE_GNOME.
Disable umockdev since we don't have that in ports, and it's only used for
tests.
Fix COMMENT per portlint.

PR:		248565 [1]
Requested by:	jbeich [1]
MFH:		2020Q3
Original commitRevision:544690 
Sunday, 3 Nov 2019
21:56 zeising search for other commits by this committer
Switch all ports to use USES=xorg-cat

Change all ports to use USES=xorg-cat instead of the old XORG_CAT
Add USES=xorg and USES=gl as needed to x11@ ports
Original commitRevision:516607 
Sunday, 29 Jan 2017
23:33 bapt search for other commits by this committer
This library provides GObject bindings for libudev.

WWW: https://wiki.gnome.org/Projects/libgudev

Obtained from:	FreeBSDDesktop github
Original commitRevision:432810 

Number of commits found: 10