Ticket #29813: nvi-patches.diff

File nvi-patches.diff, 2.5 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)

proposed patch

  • files/patch-common__db.h

     
    1 --- ../common/db.h.orig 2009-09-13 23:17:35.000000000 -0700
    2 +++ ../common/db.h      2009-09-13 23:18:27.000000000 -0700
     1--- common/db.h.orig    2009-09-13 23:17:35.000000000 -0700
     2+++ common/db.h 2009-09-13 23:18:27.000000000 -0700
    33@@ -16,7 +16,10 @@
    44     (env)->remove(env, path, NULL, flags)
    55 #endif
  • files/patch-common__key.h

     
    1 --- ../common/key.h.orig        2009-09-14 11:42:00.000000000 -0700
    2 +++ ../common/key.h     2009-09-14 11:42:10.000000000 -0700
     1--- common/key.h.orig   2009-09-14 11:42:00.000000000 -0700
     2+++ common/key.h        2009-09-14 11:42:10.000000000 -0700
    33@@ -196,19 +196,6 @@
    44        (KEYS_WAITING(sp) &&                                            \
    55            FL_ISSET((sp)->wp->i_event[(sp)->wp->i_next].e_flags, CH_MAPPED))
  • files/patch-ex_script.c.diff

     
    1 --- ../ex/ex_script.c   2007-11-18 10:41:42.000000000 -0600
    2 +++ ../ex/ex_script.c   2007-12-23 07:24:58.000000000 -0600
     1--- ex/ex_script.c.orig 2007-11-18 10:41:42.000000000 -0600
     2+++ ex/ex_script.c      2007-12-23 07:24:58.000000000 -0600
    33@@ -12,6 +12,10 @@
    44 
    55 #include "config.h"
  • files/patch-dist__port.h.in

     
    1 --- port.h.in.orig      2009-09-14 11:37:02.000000000 -0700
    2 +++ port.h.in   2009-09-14 11:37:12.000000000 -0700
     1--- dist/port.h.in.orig 2009-09-14 11:37:02.000000000 -0700
     2+++ dist/port.h.in      2009-09-14 11:37:12.000000000 -0700
    33@@ -184,10 +184,6 @@
    44 #endif
    55 #endif
  • Portfile

     
    1919master_sites    http://www.kotnet.org/~skimo/nvi/devel/
    2020checksums       md5 88d1e23115ee9f2961186b62e55f5704
    2121use_bzip2       yes
    22 worksrcdir      ${name}-${version}/dist
    2322
     23configure.dir   ${worksrcpath}/dist
     24build.dir       ${configure.dir}
     25
    2426set my_db_version db47
    2527
    2628depends_lib     port:ncurses port:${my_db_version}