Changes between Initial Version and Version 4 of Ticket #2846


Ignore:
Timestamp:
Mar 24, 2016, 3:01:15 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2846

    • Property Status changed from new to closed
    • Property Summary changed from ncurses dynamic library not installed to ncurses dynamic library not installed
    • Property Owner changed from darwinports-bugs@… to mww@…
    • Property Resolution changed from to fixed
    • Property Port ncurses added
  • Ticket #2846 – Description

    initial v4  
    11devel/ncurses - dynamic library not compiled and not installed
    22
    3 to cure - fix Portfile to add a configure option
    4 fix misc/shlib to set DYLD_LIBRARY_PATH and enable destroot install
     3to cure - fix Portfile to add a configure option\\
     4fix misc/shlib to set DYLD_LIBRARY_PATH and enable destroot install\\
    55(the later bug reported to the ncurses developer, fix adapted from the development
    6  version of ncurses)
     6version of ncurses)
    77
    88Portfile diff
     9{{{
    910--- Portfile.orig       Fri Feb 25 16:16:19 2005
    1011+++ Portfile    Mon Apr  4 05:50:15 2005
     
    1819+       patchfiles      patch-shlib
    1920 }
     21}}}
    2022
    2123patch-shlib
     24{{{
    2225--- misc/shlib.orig     Sun Jul 20 02:58:14 2003
    2326+++ misc/shlib  Mon Apr  4 06:08:47 2005
     
    114117 
    115118 eval "$*"
     119}}}