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: net/aoe/pkg-plist

Number of commits found: 4

Sunday, 10 Sep 2023
16:12 Robert Clausecker (fuz) search for other commits by this committer Author: Chad Fraleigh
net/aoe: fix build on non-x86

While we are at it:

 - remove BROKEN_... lines for FreeBSD versions out of support
 - drop homegrown do-install in favour of USES=uidfix
 - install kernel module into standard location
 - attempt to fix the build on FreeBSD 13

Still doesn't work on FreeBSD 13.2.  While it builds, the code now
fails at runtime, apparently when it tries to dereference vnet_entry_ifnet
in the line

    IFNET_FOREACH(ifp)

in aoenet_xmitbcast.

PR:		239891
commit hash: 20f05250fa96558ffcb8c93ae4a3f92de646f6ac commit hash: 20f05250fa96558ffcb8c93ae4a3f92de646f6ac commit hash: 20f05250fa96558ffcb8c93ae4a3f92de646f6ac commit hash: 20f05250fa96558ffcb8c93ae4a3f92de646f6ac 20f0525
Thursday, 2 Oct 2014
15:45 bapt search for other commits by this committer
Make sure the package respect SRC_BASE
Use the kmod framework
Cleanup the plist

Reported by:	glebius
Original commitRevision:369832 
Sunday, 31 Aug 2014
20:30 fjoe search for other commits by this committer
Fix manpage handling.
Original commitRevision:366829 
Tuesday, 14 Sep 2010
13:30 fjoe search for other commits by this committer
New port: FreeBSD driver for ATA over Ethernet (AoE)

Port author is Stacey D. Son. Two additional patches are added:
- a patch to fix build on FreeBSD 7 and later [1]
- a patch to fix device detection >2TB [2]

Submitted by:   pluknet [1], fjoe [2]
Tested by:      George Mamalakis
Original commit

Number of commits found: 4