Opened 14 years ago
Closed 14 years ago
#25223 closed update (fixed)
update hatari port
Reported by: | christer.solskogen@… | Owned by: | drkp (Dan Ports) |
---|---|---|---|
Priority: | Not set | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch maintainer | Cc: | |
Port: | hatari |
Description
A new version of hatari is out! And this time it use cmake for building.
Attachments (1)
Change History (8)
Changed 14 years ago by christer.solskogen@…
Attachment: | hatari-1.4.0.patch added |
---|
comment:1 Changed 14 years ago by mf2k (Frank Schima)
Keywords: | haspatch maintainer added |
---|---|
Port: | hatari added |
Version: | 1.9.0 |
comment:2 Changed 14 years ago by drkp (Dan Ports)
Owner: | changed from macports-tickets@… to dports@… |
---|---|
Status: | new → assigned |
comment:3 Changed 14 years ago by drkp (Dan Ports)
Patch seems fine for non-universal builds, but when I tried to install it +universal I got an error:
---> Configuring hatari DEBUG: Using compiler 'Mac OS X gcc 4.2' DEBUG: configure phase started at Sat Jun 12 17:44:48 EDT 2010 DEBUG: Executing org.macports.configure (hatari) DEBUG: Environment: CPATH='/opt/local/include' CFLAGS='-O3 -pipe -fomit-frame-pointer -arch x86_64 -arch i386' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2 -arch x86_64 -arch i386' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6' CXX='/usr/bin/g++-4.2' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_emulators_hatari/work/.CC_PRINT_OPTIONS' F90FLAGS='-O2' LDFLAGS='-L/opt/local/lib -arch x86_64 -arch i386' OBJC='/usr/bin/gcc-4.2' FCFLAGS='-O2' INSTALL='/usr/bin/install -c' OBJCFLAGS='-O2 -arch x86_64 -arch i386' FFLAGS='-O2' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.2' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_emulators_hatari/work/hatari-1.4.0" && ./configure --prefix=/opt/local --disable-dependency-tracking --disable-osx-bundle' Invalid argument: --disable-dependency-tracking Run ./configure --help for a list of valid parameters. shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_emulators_hatari/work/hatari-1.4.0" && ./configure --prefix=/opt/local --disable-dependency-tracking --disable-osx-bundle " returned error 2 Error: Target org.macports.configure returned: configure failure: shell command failed DEBUG: Backtrace: configure failure: shell command failed while executing "$procedure $targetname" Warning: the following items did not execute (for hatari): org.macports.build org.macports.configure
I'm assuming this is because your patch removed configure.universal_args-delete --disable-dependency-tracking
-- is there a reason for that?
comment:4 follow-up: 5 Changed 14 years ago by christer.solskogen@…
Yes, that option for configure is not available anymore. A quote from above: "Invalid argument: --disable-dependency-tracking"
comment:5 Changed 14 years ago by drkp (Dan Ports)
Replying to christer.solskogen@…:
Yes, that option for configure is not available anymore. A quote from above: "Invalid argument: --disable-dependency-tracking"
So we should not pass --disable-dependency-tracking, i.e. leave the configure.args-delete line in?
comment:6 Changed 14 years ago by christer.solskogen@…
gah! of course! I had to much wine yesterday :)
comment:7 Changed 14 years ago by drkp (Dan Ports)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Applied in r68770 with that line readded (and some minor whitespace tweaks). Thanks.
patch for updating hatari to the latest version