Changes between Initial Version and Version 10 of Ticket #4136


Ignore:
Timestamp:
Mar 24, 2016, 11:29:43 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4136

    • Property Status changed from new to closed
    • Property Cc markd@… added
    • Property Summary changed from Fortune will not run to BUG: Fortune will not compile; missing regex.h
    • Property Owner changed from darwinports-bugs@… to toby@…
    • Property Resolution changed from to fixed
    • Property Port fortune added
  • Ticket #4136 – Description

    initial v10  
    33When I run /opt/local/bin/nethack now, I get the following output (and no nethack):
    44
    5 /opt/local/bin/nethack: line 51: cd: /opt/local/var/db/dports/build/
    6 file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_games_nethack/
    7 work/destroot/opt/local/share/nethackdir: No such file or directory
    8 /opt/local/bin/nethack: line 57: /opt/local/var/db/dports/build/
    9 file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_games_nethack/
    10 work/destroot/opt/local/share/nethackdir/nethack: No such file or directory
    11 /opt/local/bin/nethack: line 57: exec: /opt/local/var/db/dports/build/
    12 file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_games_nethack/
    13 work/destroot/opt/local/share/nethackdir/nethack: cannot execute: No such file or directory
    14 
     5{{{
     6/opt/local/bin/nethack: line 51: cd: /opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_games_nethack/work/destroot/opt/local/share/nethackdir: No such file or directory
     7/opt/local/bin/nethack: line 57: /opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_games_nethack/work/destroot/opt/local/share/nethackdir/nethack: No such file or directory
     8/opt/local/bin/nethack: line 57: exec: /opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_games_nethack/work/destroot/opt/local/share/nethackdir/nethack: cannot execute: No such file or directory
     9}}}
    1510
    1611I made it work  by manually hacking /opt/local/bin/nethack thusly:
    1712
     13{{{
    1814--- nethack~    2005-07-27 01:19:06.000000000 +1000
    1915+++ nethack     2005-07-27 01:17:58.000000000 +1000
     
    2218 #      SCCS Id: @(#)nethack.sh 3.4     1990/02/26
    2319 
    24 -HACKDIR=/opt/local/var/db/dports/build/
    25 file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_games_nethack/
    26 work/destroot/opt/local/share/nethackdir
     20-HACKDIR=/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_games_nethack/work/destroot/opt/local/share/nethackdir
    2721+HACKDIR=/opt/local/share/nethackdir
    2822 export HACKDIR
    2923 HACK=$HACKDIR/nethack
    3024 MAXNROFPLAYERS=4
     25}}}
    3126
    3227I'm pretty sure the manual hacking I did on termcap.c didn't cause this, so I thought I'd post the
     
    3530
    3631
    37 Thanks,
     32Thanks,\\
    3833-s