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-servers/xarcan/Makefile

Number of commits found: 14

Friday, 22 Dec 2023
11:31 Jan Beich (jbeich) search for other commits by this committer
x11-servers/xarcan: update to 0.6.3

Changes:	https://github.com/letoram/xarcan/compare/0.6.1...0.6.3
Reported by:	portscout
commit hash: 3ac3f4dcce0559751ef2af76e984b2b4849a1c39 commit hash: 3ac3f4dcce0559751ef2af76e984b2b4849a1c39 commit hash: 3ac3f4dcce0559751ef2af76e984b2b4849a1c39 commit hash: 3ac3f4dcce0559751ef2af76e984b2b4849a1c39 3ac3f4d
Wednesday, 20 Dec 2023
06:12 Jan Beich (jbeich) search for other commits by this committer
multimedia/arcan: update to 0.6.3

Changes:	https://github.com/letoram/arcan/releases/tag/0.6.3
Reported by:	Repology
commit hash: 17ee4f2ea1ed7b1d7e6867df3aed2892c7358a74 commit hash: 17ee4f2ea1ed7b1d7e6867df3aed2892c7358a74 commit hash: 17ee4f2ea1ed7b1d7e6867df3aed2892c7358a74 commit hash: 17ee4f2ea1ed7b1d7e6867df3aed2892c7358a74 17ee4f2
Saturday, 30 Sep 2023
19:57 Jan Beich (jbeich) search for other commits by this committer
x11-servers/xarcan: update to 0.6.1

Changes:	https://github.com/letoram/xarcan/compare/0.6.0...0.6.1
Reported by:	Repology
commit hash: c982ad6eb68f2b280794174c0567d9e929494cc9 commit hash: c982ad6eb68f2b280794174c0567d9e929494cc9 commit hash: c982ad6eb68f2b280794174c0567d9e929494cc9 commit hash: c982ad6eb68f2b280794174c0567d9e929494cc9 c982ad6
Friday, 1 Sep 2023
11:47 Gleb Popov (arrowd) search for other commits by this committer
x11/xtrans: Don't unlink X11 Unix sockets.

Without this change calling `Xorg -displayfd ..` would always make X to use
:0 as the DISPLAY. This was a showstopper for running parallel desktop sessions.

The leftover UDS' are cleaned up during system's boot by the /etc/rc.d/cleartmp
service.

Based on work of jbeich and Olivier Certner <olivier.freebsd@free.fr>.

PR:		253277
Approved by:	manu
Sponsored by:	Serenity Cybersecurity, LLC
Differential Revision:	https://reviews.freebsd.org/D30557
commit hash: 3312d027696ff994d07c434a2baaba1f5b18d998 commit hash: 3312d027696ff994d07c434a2baaba1f5b18d998 commit hash: 3312d027696ff994d07c434a2baaba1f5b18d998 commit hash: 3312d027696ff994d07c434a2baaba1f5b18d998 3312d02
Sunday, 2 Jul 2023
19:13 Jan Beich (jbeich) search for other commits by this committer
x11-servers/xarcan: unbreak build with clang 16

../hw/kdrive/arcan/arcan.c:1523:21: error: incompatible function pointer types
initializing 'present_abort_vblank_ptr' (aka 'void (*)(struct _rrCrtc *,
unsigned long, unsigned long)') with an expression of type 'void (void *)'
[-Wincompatible-function-pointer-types]
    .abort_vblank = arcanPresentAbortVblank,
                    ^~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
commit hash: 109051cff449fa3c24630d0f164c85a88936e035 commit hash: 109051cff449fa3c24630d0f164c85a88936e035 commit hash: 109051cff449fa3c24630d0f164c85a88936e035 commit hash: 109051cff449fa3c24630d0f164c85a88936e035 109051c
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
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
Sunday, 29 May 2022
14:29 Jan Beich (jbeich) search for other commits by this committer
multimedia/arcan: update to 0.6.1.1

Changes:	https://github.com/letoram/arcan/releases/tag/0.6.1.1
Reported by:	Repology
commit hash: e3b4370e6b39b672be684eeedd8e36c374310972 commit hash: e3b4370e6b39b672be684eeedd8e36c374310972 commit hash: e3b4370e6b39b672be684eeedd8e36c374310972 commit hash: e3b4370e6b39b672be684eeedd8e36c374310972 e3b4370
Friday, 19 Nov 2021
13:48 Jan Beich (jbeich) search for other commits by this committer
multimedia/arcan: update to 0.6.1

Changes:	https://github.com/letoram/arcan/releases/tag/0.6.1
commit hash: cb7c09ae6a8e985ca9c7d3afe46ca62ad63511ee commit hash: cb7c09ae6a8e985ca9c7d3afe46ca62ad63511ee commit hash: cb7c09ae6a8e985ca9c7d3afe46ca62ad63511ee commit hash: cb7c09ae6a8e985ca9c7d3afe46ca62ad63511ee cb7c09a
Tuesday, 22 Jun 2021
18:53 Kevin Bowling (kbowling) search for other commits by this committer
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 da3162c
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
Tuesday, 1 Dec 2020
03:38 jbeich search for other commits by this committer
x11-servers/xarcan: update to 0.6.0

Changes:	https://github.com/letoram/xarcan/compare/8f075d78b...0.6.0
Reported by:	portscout
Original commitRevision:556702 
Friday, 27 Nov 2020
22:11 jbeich search for other commits by this committer
x11-servers/xarcan: add new port

This is a patched Xserver with a KDrive backend that uses the
arcan-shmif to map Xlib/Xcb/X clients to a running Arcan instance.

It currently works as a 'desktop in a window', where you supply the
window manager and so on, and use the X side as normal. Some Arcan
features will be lost, particularly any customizations done to the
keybindings - normal X controls for defining keyboard maps and
overrides are needed.

https://github.com/letoram/xarcan
Original commitRevision:556458 

Number of commits found: 14