Ticket #724: patch_portfile_nvi

File patch_portfile_nvi, 1.2 KB (added by ole_guldberg@…, 21 years ago)

patch to update to 1.81.5

Line 
1--- Portfile.org        Wed Jul 23 16:17:14 2003
2+++ Portfile    Wed Jul 23 14:43:39 2003
3@@ -2,18 +2,25 @@
4 
5 PortSystem 1.0
6 name            nvi
7-version         1.79
8+version         1.81.5
9 homepage        http://www.bostic.com/vi/
10 description     A vi/ex clone
11 categories      editors
12 maintainers     jkh@opendarwin.org
13-master_sites   http://www.cpan.org/src/misc/ \
14-               http://gd.tuwien.ac.at/editors/nvi/
15-checksums       md5 52549f8e390db06f9366ee83e59f64de
16-configure.post_args    --host=powerpc--bsd44
17-worksrcdir     ${name}-${version}/build
18+master_sites   http://www.kotnet.org/~skimo/nvi/devel/
19+checksums       md5 5cc674f049054f3e8f7600df8d8d5cf4
20+worksrcdir     ${name}-${version}/dist
21+depends_lib    lib:libdb:db3
22 
23-variant x11 { configure.args-append --with-x }
24-variant nox { configure.args-append --with-x=no }
25+#variant x11 { configure.args-append --with-x }
26+#variant nox { configure.args-append --with-x=no }
27+
28+patchfiles     patch_configure
29+
30+configure.args --prefix=${prefix} --with-db3=${prefix}
31+
32+build.target   {}
33+
34+install.destroot        prefix=${destroot}/${prefix}/
35 
36 long_description       Nvi is an implementation of the ex/vi text editor originally distributed as part of the Fourth Berkeley Software Distribution (4BSD), by the University of California, Berkeley.