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: emulators/wine-devel/files/patch-configure

Number of commits found: 3

Sunday, 13 Aug 2023
13:29 Gerald Pfeifer (gerald) search for other commits by this committer
emulators/wine-devel: Update to Wine 8.11

This includes changes from release candidates of version 8.0 and the
actual 8.0 release as well as 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8,
8.9, 8.10, and ultimately 8.11, specifically the following:

 - Bundled vkd3d upgraded to version 1.6.
 - Vulkan and OpenGL thunking optimizations.
 - More support for print processors.
 - Improved joystick control panel.
 - Long types printf format conversion finished.

 - Windows version set to Windows 10 for new prefixes.
 - Many code cleanups that were deferred during code freeze.

 - Better debug information in Wow64 mode.
 - Wow64 thunks in the WPCAP library.
 - Indeo IV50 codec support.
 - Monitor names set from EDID data.

 - Support for the Low Fragmentation Heap.
 - Smard card support using PCSC-Lite. [not enabled]
 - Bundled Zydis library for more correct disassembly.

 - Initial step of the Wayland graphics driver.
 - Cleanups in IME support.
 - A number of test fixes.

 - Bundled vkd3d upgraded to version 1.7.
 - Better error reporting in the IDL compiler.
 - Support for shared Wow64 Classes registry key.
 - More cleanups in IME support.
 - Support for configuring a WinRT dark theme.

 - Bundled math library from Musl libc.
 - Improved spool file support in the PostScript driver.

 - DXBC shader parsing delegated to vkd3d.
 - More spool file improvements in the PostScript driver.

 - More work towards full PE support in the PostScript driver.
 - Initial support for loading ARM64EC modules.
 - More work on IME restructuration.

 - Completion of PE conversion in the PostScript driver.
 - Doppler shift support in DirectSound.
 - GdiPlus performance improvements.

 - All PE->Unix transitions go through the syscall interface.
 - Mouse cursor clipping improvements.
 - Support for virtual memory placeholders.
 - Locale and timezone data updates.

 - More mouse cursor clipping improvements.
 - Support for TLS alerts.
 - Increased available address space in WoW64 mode.

 - Various bug fixes.

Now configure --without-pcap since the requirements have changed
since upstream commit 032e8d9c362b881a4213c819d1cc6262f2df4b35 on
February 7th 2023 and stock FreeBSD does not meet them any longer.

Finally, Wine 8.x so far does not appear to work on FreeBSD/i386, so
mark as BROKEN. Still better to progress than being stuck.

PR:	271201, 272710
commit hash: 7b73514fd141265edee67e0d675bc6802990aaaa commit hash: 7b73514fd141265edee67e0d675bc6802990aaaa commit hash: 7b73514fd141265edee67e0d675bc6802990aaaa commit hash: 7b73514fd141265edee67e0d675bc6802990aaaa 7b73514
Sunday, 5 Apr 2015
20:21 gerald search for other commits by this committer
Update to Wine 1.7.40.  This includes the following changes:
 - Support for kernel job objects.
 - Various fixes to the ListView control.
 - Better support for OOB data in Windows Sockets.
 - Support for DIB images in the OLE data cache.
 - Improved support for MSI patches.
 - Some fixes for ACL file permissions.
 - Various bug fixes.

files/patch-configure has been accepted upstrea; remove it.

Fix whitespace in one case.
Original commitRevision:383356 
Monday, 30 Mar 2015
19:47 dbn search for other commits by this committer
emulators/wine-devel: add wine64 support.

Changes:
 * Enable building on amd64 (including execution support)
 * Add support for clang on amd64
 * No support for wow64 at this time
 * Update pkg-plist for 32-/64-bit split
 * Update pkg-plist for missing files reported by poudriere

PR:		197798
Approved by:	gerald@
Original commitRevision:382718 

Number of commits found: 3