New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #11538: patch-ncurses-5.6.diff

File patch-ncurses-5.6.diff, 3.9 KB (added by pipping@…, 6 years ago)

new patch - no devel variants, both ports combined

  • ncurses/files/patch-configure

     
     1--- configure.org       2006-12-17 19:33:38.000000000 +0300 
     2+++ configure   2007-02-14 07:44:48.000000000 +0300 
     3@@ -4922,7 +4922,7 @@ 
     4        darwin*) 
     5                EXTRA_CFLAGS="-no-cpp-precomp" 
     6                CC_SHARED_OPTS="-dynamic" 
     7-               MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${DESTDIR}${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@' 
     8+               MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@' 
     9                test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi 
     10                cf_cv_shlib_version_infix=yes 
     11                echo "$as_me:4928: checking if ld -search_paths_first works" >&5 
  • ncurses/Portfile

     
    33PortSystem 1.0 
    44 
    55name            ncurses 
    6 version         5.5 
    7 revision        1 
     6version         5.6 
    87categories      devel 
    98platforms       darwin 
    109maintainers     imajes@macports.org 
     
    1817 
    1918homepage        http://www.gnu.org/software/ncurses/ncurses.html 
    2019master_sites    gnu 
    21 checksums       md5 e73c1ac10b4bfc46db43b2ddfd6244ef 
     20checksums       md5 b6593abe1089d6aab1551c105c9300e3 \ 
     21                sha1 4d54d8ad0b90fffa2780a0a45edb6fcb027ef18d \ 
     22                rmd160 1a878819c43e6426500fd74ccedf0a032ef399d8 
    2223 
     24patchfiles      patch-configure 
     25 
    2326# required for terminfo 
    2427depends_run     port:ncursesw 
    2528 
    2629configure.args  --with-shared \ 
     30                --disable-rpath \ 
    2731                --without-debug  \ 
    2832                --without-ada \ 
    2933                --enable-safe-sprintf \ 
  • ncursesw/files/patch-configure

     
     1--- configure.org       2006-12-17 19:33:38.000000000 +0300 
     2+++ configure   2007-02-14 07:44:48.000000000 +0300 
     3@@ -4922,7 +4922,7 @@ 
     4        darwin*) 
     5                EXTRA_CFLAGS="-no-cpp-precomp" 
     6                CC_SHARED_OPTS="-dynamic" 
     7-               MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${DESTDIR}${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@' 
     8+               MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@' 
     9                test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi 
     10                cf_cv_shlib_version_infix=yes 
     11                echo "$as_me:4928: checking if ld -search_paths_first works" >&5 
  • ncursesw/Portfile

     
    33PortSystem 1.0 
    44 
    55name                    ncursesw 
    6 version                 5.5 
     6version                 5.6 
    77categories              devel 
    88platforms               darwin 
    99maintainers             imajes@macports.org 
     
    1919master_sites            gnu:ncurses 
    2020distname                ncurses-${version} 
    2121dist_subdir             ncurses 
    22 checksums               md5 e73c1ac10b4bfc46db43b2ddfd6244ef 
     22checksums       md5 b6593abe1089d6aab1551c105c9300e3 \ 
     23                sha1 4d54d8ad0b90fffa2780a0a45edb6fcb027ef18d \ 
     24                rmd160 1a878819c43e6426500fd74ccedf0a032ef399d8 
    2325 
     26patchfiles              patch-configure 
     27 
    2428configure.args  --enable-widec \ 
     29                                --disable-rpath \ 
    2530                                --with-shared \ 
    2631                                --without-debug  \ 
    2732                                --without-ada \ 
     
    3035                                --mandir=${prefix}/share/man 
    3136 
    3237platform darwin 8 { 
    33         configure.env   CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 
     38    configure.env-append    CC=/usr/bin/gcc-4.0 \ 
     39                            CPP=/usr/bin/cpp-4.0 \ 
     40                            CXX=/usr/bin/g++-4.0 
    3441}