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) combination for a given watch list. This is what FreshPorts will look for.

non port: x11/wayland-logout/Makefile

Number of commits found: 13

Friday, 12 Jan 2024
22:40 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sanitize MANPREFIX for meson ports

Approved by:	portmgr
commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 9f8f710
Monday, 28 Aug 2023
17:05 Jan Beich (jbeich) search for other commits by this committer
x11/wayland-logout: drop 1.3 version unused on FreeBSD >= 12.3

DPorts can lock the package or DragonFly import cr_pid from FreeBSD.
commit hash: 806104c80661e090fab367d5982ee155e9a19192 commit hash: 806104c80661e090fab367d5982ee155e9a19192 commit hash: 806104c80661e090fab367d5982ee155e9a19192 commit hash: 806104c80661e090fab367d5982ee155e9a19192 806104c
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
Friday, 1 Jul 2022
08:01 Baptiste Daroussin (bapt) search for other commits by this committer
wayland: add wayland virtual category
commit hash: b2eed2d66478efa63594275ffecd1be2d565c983 commit hash: b2eed2d66478efa63594275ffecd1be2d565c983 commit hash: b2eed2d66478efa63594275ffecd1be2d565c983 commit hash: b2eed2d66478efa63594275ffecd1be2d565c983 b2eed2d
Friday, 1 Apr 2022
15:53 Rene Ladan (rene) search for other commits by this committer
all: drop support for EOL FreeBSD 12.2

- Mk/bsd.port.mk: bump minimal FreeBSD version to 12.3,
  update an example
- sysutils/lsof: drop support for ancient FreeBSD releases.
- multimedia/ustreamer: remove inline patch for 12.2
- x11/wayland-logout: remove support for FreeBSD < 12.3
- sysutils/bhyve+: remove support for FreeBSD 12.2
- databases/clickhouse: remove support for FreeBSD 12.2
- databases/mariadb106-server: remove support for FreeBSD 12.2
- devel/cvsd: no need to test for FreeBSD >=5 anymore
- devel/imake: no need to support a.out anymore
- japanese/kterm: no need to support FreeBSD <= 9
- math/igraph: remove support for FreeBSD 12.2
- net/onedrive: remove support for FreeBSD 12.2
- security/ipsec-tools: no need to test for FreeBSD >= 11
- emulators/rpcs3: Revert "emulators/rpcs3: unbreak on FreeBSD 12.2 after
49f593b2f77f"

Reviewed by:	brnrd, fluffy, jbeich, ler, yuri, x11 (zeising)
Approved by:	portmgr (implicit)
Differential Revision:	https://reviews.freebsd.org/D34523
commit hash: 74c02f1ec9c9d18845ef12df8d1168974564c667 commit hash: 74c02f1ec9c9d18845ef12df8d1168974564c667 commit hash: 74c02f1ec9c9d18845ef12df8d1168974564c667 commit hash: 74c02f1ec9c9d18845ef12df8d1168974564c667 74c02f1
Friday, 1 Oct 2021
13:34 Jan Beich (jbeich) search for other commits by this committer
x11/wayland-logout: unbreak build after 620968a43a5f

Partially revert until 12.3 + 3 months for 12.2 EOL (circa 2022Q2).
https://cgit.freebsd.org/src/commit/?id=925f44f33862
https://www.freebsd.org/releases/12.3R/schedule/

../wayland-logout.c:117:26: error: no member named 'cr_pid' in 'struct xucred';
did you mean 'cr_uid'?
    ret = kill(peer_cred.pid, SIGTERM);
                         ^~~
../wayland-logout.c:120:65: error: no member named 'cr_pid' in 'struct xucred';
did you mean 'cr_uid'?
        fprintf(stderr, "Error killing pid %d: %m\n", peer_cred.pid);
                                                                ^~~

Reported by:	antoine
Pointy hat to:	jbeich
commit hash: 4696971b3582e2e5f8248d23f8f7d7778494a271 commit hash: 4696971b3582e2e5f8248d23f8f7d7778494a271 commit hash: 4696971b3582e2e5f8248d23f8f7d7778494a271 commit hash: 4696971b3582e2e5f8248d23f8f7d7778494a271 4696971
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
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
Sunday, 21 Mar 2021
12:42 jbeich search for other commits by this committer
x11/wayland-logout: use C version on FreeBSD >= 12.3

https://cgit.freebsd.org/src/commit/?id=925f44f33862908f9a2e72520a17af148c7d0db5
https://cgit.freebsd.org/src/commit/?id=2b61bda2c75f30f6eadd18fb891fd885e4c8d19d
Original commitRevision:568915 
Sunday, 7 Mar 2021
19:02 jbeich search for other commits by this committer
x11/wayland-logout: update to 1.4

Changes:	https://github.com/soreau/wayland-logout/compare/v1.1...v1.4
Reported by:	portscout
Original commitRevision:567584 
Sunday, 27 Dec 2020
04:36 jbeich search for other commits by this committer
x11/wayland-logout: update to 1.1

- Switch to more efficient code on FreeBSD 13.0

Changes:	https://github.com/soreau/wayland-logout/compare/v1.0...v1.1
Reported by:	portscout
Original commitRevision:559342 
Monday, 16 Nov 2020
12:28 jbeich search for other commits by this committer
x11/wayland-logout: add new port

wayland-logout is a simple program that sends SIGINT to a wayland
compositor by looking up the pid for the wayland socket file. The path
to the socket file is derived from WAYLAND_DISPLAY and XDG_RUNTIME_DIR
environment variables.

https://github.com/soreau/wayland-logout
Original commitRevision:555471 

Number of commits found: 13