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: devel/clanlib/files/patch-Sources_Core_System_detect__cpu__ext.cpp

Number of commits found: 3

Sunday, 31 Oct 2021
09:50 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

games/super_methane_brothers, depends on expired devel/clanlib
emulators/advancemess, depends on expired emulators/advancemame
2021-10-31 emulators/advancemame: Heavily outdated and unmaintained
2021-10-31 devel/clanlib: Upstream no longer maintained
commit hash: 502145eb21421256d6928712d6eb3ad264c49a49 commit hash: 502145eb21421256d6928712d6eb3ad264c49a49 commit hash: 502145eb21421256d6928712d6eb3ad264c49a49 commit hash: 502145eb21421256d6928712d6eb3ad264c49a49 502145e
Wednesday, 26 Jul 2017
18:51 jbeich search for other commits by this committer
devel/clanlib: unbreak runtime on non-x86 after r446663

$ methane
/usr/local/lib/libclan23SWRender-2.3.so.1: Undefined symbol
"_ZN9CL_System20detect_cpu_extensionENS_19CL_CPU_ExtensionX86E"

Pointy hat to:	jbeich
Original commitRevision:446692 
17:01 jbeich search for other commits by this committer
devel/clanlib{22,}: unbreak on non-x86

configure: error:  *** Requires SSE2 Support

System/detect_cpu_ext.cpp: In static member function 'static bool
CL_System::detect_cpu_extension(CL_System::CL_CPU_ExtensionX86)':
System/detect_cpu_ext.cpp:62:88: error: impossible constraint in 'asm'
   : "=a" ((out)[0]), "=r" ((out)[1]), "=c" ((out)[2]), "=d" ((out)[3]): "a"
(infoType));
                                                                                
       ^
System/detect_cpu_ext.cpp:79:3: note: in expansion of macro '__cpuid'
   __cpuid((int*)cpuinfo, 0x1);
   ^

Reported by:	pkg-fallout (aarch64)
Original commitRevision:446663 

Number of commits found: 3