Presumably from one of the recent gnustep updates,
x11/gnustep/simpleagenda is now failing to build (at least on i386):
...snip...
cc NSString+SimpleAgenda.m -c \
-MMD -MP -I/usr/local/include/gnustep -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1
-DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1
-DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions
-D_NATIVE_OBJC_EXCEPTI
ONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe
-fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString
-I. -I/simpleagenda-0.43_writes_to_HOME/GNUstep/Library/Headers
-I/usr/local/include -I/usr/
local/include \
-o obj/SimpleAgenda.obj/NSString+SimpleAgenda.m.o
cc AlarmEditor.m -c \
-MMD -MP -I/usr/local/include/gnustep -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1
-DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1
-DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions
-D_NATIVE_OBJC_EXCEPTI
ONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe
-fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString
-I. -I/simpleagenda-0.43_writes_to_HOME/GNUstep/Library/Headers
-I/usr/local/include -I/usr/
local/include \
-o obj/SimpleAgenda.obj/AlarmEditor.m.o
cc SoundBackend.m -c \
-MMD -MP -I/usr/local/include/gnustep -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1
-DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1
-DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions
-D_NATIVE_OBJC_EXCEPTI
ONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe
-fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString
-I. -I/simpleagenda-0.43_writes_to_HOME/GNUstep/Library/Headers
-I/usr/local/include -I/usr/
local/include \
-o obj/SimpleAgenda.obj/SoundBackend.m.o
In file included from SoundBackend.m:1:
/usr/local/include/AppKit/NSSound.h:57:1: error: unknown type name
'APPKIT_EXPORT_CLASS'
APPKIT_EXPORT_CLASS
^
1 error generated.
On 2023/02/25 12:40, Sebastian Reitenbach wrote:
> CVSROOT: /cvs
> Module name: ports
> Changes by: [email protected] 2023/02/25 12:40:01
>
> Modified files:
> x11/gnustep/make: Makefile distinfo
> x11/gnustep/make/patches: patch-Instance_framework_make
> patch-target_make
>
> Log message:
> update 2.9.0 -> 2.9.1
>
> for the time being, fetch from GitHub, as their FTP has problems.
>