Ticket #29813: nvi-patches.diff
File nvi-patches.diff, 2.5 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
files/patch-common__db.h
1 --- ../common/db.h.orig 2009-09-13 23:17:35.000000000 -07002 +++ ../common/db.h 2009-09-13 23:18:27.000000000 -07001 --- common/db.h.orig 2009-09-13 23:17:35.000000000 -0700 2 +++ common/db.h 2009-09-13 23:18:27.000000000 -0700 3 3 @@ -16,7 +16,10 @@ 4 4 (env)->remove(env, path, NULL, flags) 5 5 #endif -
files/patch-common__key.h
1 --- ../common/key.h.orig 2009-09-14 11:42:00.000000000 -07002 +++ ../common/key.h 2009-09-14 11:42:10.000000000 -07001 --- common/key.h.orig 2009-09-14 11:42:00.000000000 -0700 2 +++ common/key.h 2009-09-14 11:42:10.000000000 -0700 3 3 @@ -196,19 +196,6 @@ 4 4 (KEYS_WAITING(sp) && \ 5 5 FL_ISSET((sp)->wp->i_event[(sp)->wp->i_next].e_flags, CH_MAPPED)) -
files/patch-ex_script.c.diff
1 --- ../ex/ex_script.c2007-11-18 10:41:42.000000000 -06002 +++ ../ex/ex_script.c 2007-12-23 07:24:58.000000000 -06001 --- 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 3 3 @@ -12,6 +12,10 @@ 4 4 5 5 #include "config.h" -
files/patch-dist__port.h.in
1 --- port.h.in.orig 2009-09-14 11:37:02.000000000 -07002 +++ port.h.in 2009-09-14 11:37:12.000000000 -07001 --- 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 3 3 @@ -184,10 +184,6 @@ 4 4 #endif 5 5 #endif -
Portfile
19 19 master_sites http://www.kotnet.org/~skimo/nvi/devel/ 20 20 checksums md5 88d1e23115ee9f2961186b62e55f5704 21 21 use_bzip2 yes 22 worksrcdir ${name}-${version}/dist23 22 23 configure.dir ${worksrcpath}/dist 24 build.dir ${configure.dir} 25 24 26 set my_db_version db47 25 27 26 28 depends_lib port:ncurses port:${my_db_version}