Opened 6 years ago

Closed 3 years ago

#55163 closed update (fixed)

supertux: Update to version 0.5.1

Reported by: mf2k (Frank Schima) Owned by: ken-cunningham-webuse
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: kurthindenburg (Kurt Hindenburg)
Port: supertux

Description

I am attempting to update supertux to the latest version, but I am running into a configure problem. I am attaching my portfile diff which uses the GitHub and cmake portgroups. Apparently it is having issues with physfs. Maybe that port needs to be updated to the latest version 3.0.0?

Attachments (2)

Portfile-supertux.diff (1.5 KB) - added by mf2k (Frank Schima) 6 years ago.
main.log (174.1 KB) - added by mf2k (Frank Schima) 6 years ago.

Download all attachments as: .zip

Change History (7)

Changed 6 years ago by mf2k (Frank Schima)

Attachment: Portfile-supertux.diff added

comment:1 Changed 6 years ago by mf2k (Frank Schima)

Here is the configure error:

:info:configure -- Found PhysFS: /opt/local/lib/libphysfs.dylib  
:info:configure -- Looking for PHYSFS_getPrefDir
:info:configure -- Looking for PHYSFS_getPrefDir - not found
:info:configure CMake Error at CMakeLists.txt:185 (message):
:info:configure   physfs submodule is not checked out or
:info:configure   /opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_macports_macports-ports_games_supertux/supertux/work/SuperTux-supertux-e2ecf3c/external/physfs/CMakeLists.txt
:info:configure   is missing
:info:configure -- Configuring incomplete, errors occurred!
Last edited 6 years ago by mf2k (Frank Schima) (previous) (diff)

Changed 6 years ago by mf2k (Frank Schima)

Attachment: main.log added

comment:2 Changed 6 years ago by kencu (Ken)

Yes indeed. It looks like it wants version 3.x of physfs for the getPrefDir function, but we have version physfs @2.0.3_2

Last edited 6 years ago by kencu (Ken) (previous) (diff)

comment:3 in reply to:  description Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to mf2k:

Apparently it is having issues with physfs. Maybe that port needs to be updated to the latest version 3.0.0?

Filed #55172 for that.

comment:4 Changed 6 years ago by kurthindenburg (Kurt Hindenburg)

Cc: kurthindenburg added

I updated physfs, but supertux still has a lot of errors including the getPrefDir. I would suspect it will require a lot of work.

comment:5 Changed 3 years ago by ken-cunningham-webuse

Owner: set to ken-cunningham-webuse
Resolution: fixed
Status: newclosed

In a2a9b090fa9cc07e5ba89939b422b51463b1c9db/macports-ports (master):

supertux: update to 0.6.2

  • significant changes compared to old 0.1.3 version
  • uses cmake
  • generates it's own bundle
  • many upstream changes since last MacPorts version

closes: #55163

Note: See TracTickets for help on using tickets.