CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/05/31 00:33:25
Added files:
www/sope/patches:
patch-sope-appserver_NGObjWeb_SoObjects_GNUmakefile_preamble
patch-sope-appserver_NGObjWeb_WebDAV_SoSubscriptionManager_m
patch-sope-appserver_WEExtensions_WETableView_WETableView_m
patch-sope-mime_NGImap4_NGImap4Folder_m
patch-sope-mime_NGImap4_NGImap4ResponseParser_m
Log message:
www/sope: fix build with llvm 22
change some types to fix -Wincompatible-pointer-types warnings turned
errors with 22, and put a -Wno-error=incompatible-pointer-types on the
one i have no idea how to fix. Objective-C definitely is a weird language...