Page MenuHomeFreeBSD

Move Objective-C ports to the v2 GNUstep ABI.
Needs ReviewPublic

Authored by theraven on Dec 31 2018, 3:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 9, 8:48 AM
Unknown Object (File)
Feb 19 2024, 3:59 PM
Unknown Object (File)
Jan 18 2024, 1:21 AM
Unknown Object (File)
Jan 10 2024, 3:36 AM
Unknown Object (File)
Dec 23 2023, 10:35 AM
Unknown Object (File)
Nov 27 2023, 7:43 AM
Unknown Object (File)
Jun 24 2023, 3:57 AM
Unknown Object (File)
Jun 24 2023, 3:52 AM
Subscribers

Details

Reviewers
bapt
Group Reviewers
portmgr
Summary

Move Objective-C ports to the v2 GNUstep ABI.

    
* GNUstep-back does not work with lld, so mark it to use Gold (BFD LD
  doesn't seem able to link Objective-C things).
* Turn off some annoying debug logs in GNUstep back, which generate
  several messages per second when you move the mouse.  These should
  never have been enabled in a release build anyway.
* Downgrade Cenon to 4.0.2.  This was the last version to actually work
  with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep
  can't parse).
* Update gorm to git head. The current release doesn't work with the
  new Objective-C ABI, but -head has the patches to fix it.
* Update PikoPixel and add it to the gnustep-app meta-package.
* Update GNUstep -gui to the latest release.
* Update gnumail and pantomime to the latest release and fix a linking
  error with the new ABI.
* Update GNUstep FTP to the latest version.

It's been a while since I made any ports commits, so review would be appreciated.

This depends on https://reviews.freebsd.org/D18672 being committed.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped