<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre, #msg p { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[32269] trunk/dports/editors/nvi</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.macosforge.org/projects/macports/changeset/32269">32269</a></dd>
<dt>Author</dt> <dd>ryandesign@macports.org</dd>
<dt>Date</dt> <dd>2007-12-23 05:50:00 -0800 (Sun, 23 Dec 2007)</dd>
</dl>
<h3>Log Message</h3>
<pre>nvi: update to 1.81.6; see #13680</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportseditorsnviPortfile">trunk/dports/editors/nvi/Portfile</a></li>
</ul>
<h3>Added Paths</h3>
<ul>
<li><a href="#trunkdportseditorsnvifilespatchex_scriptcdiff">trunk/dports/editors/nvi/files/patch-ex_script.c.diff</a></li>
</ul>
<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkdportseditorsnvifilespatchex__ex_scriptc">trunk/dports/editors/nvi/files/patch-ex__ex_script.c</a></li>
<li><a href="#trunkdportseditorsnvifilespatch_configure">trunk/dports/editors/nvi/files/patch_configure</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportseditorsnviPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/editors/nvi/Portfile (32268 => 32269)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/editors/nvi/Portfile        2007-12-23 13:44:49 UTC (rev 32268)
+++ trunk/dports/editors/nvi/Portfile        2007-12-23 13:50:00 UTC (rev 32269)
</span><span class="lines">@@ -2,7 +2,7 @@
</span><span class="cx">
</span><span class="cx"> PortSystem 1.0
</span><span class="cx"> name nvi
</span><del>-version 1.81.5
</del><ins>+version 1.81.6
</ins><span class="cx"> categories editors
</span><span class="cx"> maintainers nomaintainer
</span><span class="cx"> description A vi/ex clone
</span><span class="lines">@@ -13,15 +13,16 @@
</span><span class="cx"> homepage http://www.bostic.com/vi/
</span><span class="cx"> platforms darwin
</span><span class="cx"> master_sites        http://www.kotnet.org/~skimo/nvi/devel/
</span><del>-checksums md5 5cc674f049054f3e8f7600df8d8d5cf4
</del><ins>+checksums md5 88d1e23115ee9f2961186b62e55f5704
+use_bzip2 yes
</ins><span class="cx"> worksrcdir        ${name}-${version}/dist
</span><span class="cx"> depends_lib        port:db3
</span><span class="cx">
</span><del>-patchfiles         patch_configure patch-ex__ex_script.c
</del><ins>+patchfiles        patch-ex_script.c.diff
</ins><span class="cx"> configure.args        --program-prefix=n --with-db3=${prefix} --without-x \
</span><span class="cx">                 --mandir=${prefix}/share/man
</span><ins>+configure.cppflags-append -I${prefix}/include/db3
</ins><span class="cx">
</span><del>-#build.target
</del><span class="cx"> variant x11 {
</span><span class="cx"> configure.args-delete --without-x
</span><span class="cx"> configure.args-append --with-x
</span></span></pre></div>
<a id="trunkdportseditorsnvifilespatchex__ex_scriptc"></a>
<div class="delfile"><h4>Deleted: trunk/dports/editors/nvi/files/patch-ex__ex_script.c (32268 => 32269)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/editors/nvi/files/patch-ex__ex_script.c        2007-12-23 13:44:49 UTC (rev 32268)
+++ trunk/dports/editors/nvi/files/patch-ex__ex_script.c        2007-12-23 13:50:00 UTC (rev 32269)
</span><span class="lines">@@ -1,24 +0,0 @@
</span><del>---- ../ex/ex_script.c.orig        2005-09-28 19:37:10.000000000 -0700
-+++ ../ex/ex_script.c        2005-09-28 19:37:23.000000000 -0700
-@@ -12,6 +12,10 @@
-
- #include "config.h"
-
-+#ifdef __APPLE__
-+#undef HAVE_SYS5_PTY
-+#endif
-+
- #ifndef lint
- static const char sccsid[] = "$Id: patch-ex__ex_script.c,v 1.1 2005/09/29 02:56:02 toby Exp $ (Berkeley) $Date: 2005/09/29 02:56:02 $";
- #endif /* not lint */
-@@ -45,6 +49,10 @@
- #include "script.h"
- #include "pathnames.h"
-
-+#ifdef __APPLE__
-+#undef HAVE_SYS5_PTY
-+#endif
-+
- static void        sscr_check __P((SCR *));
- static int        sscr_getprompt __P((SCR *));
- static int        sscr_init __P((SCR *));
</del></span></pre></div>
<a id="trunkdportseditorsnvifilespatchex_scriptcdifffromrev32259trunkdportseditorsnvifilespatchex__ex_scriptc"></a>
<div class="copfile"><h4>Copied: trunk/dports/editors/nvi/files/patch-ex_script.c.diff (from rev 32259, trunk/dports/editors/nvi/files/patch-ex__ex_script.c) (0 => 32269)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/editors/nvi/files/patch-ex_script.c.diff         (rev 0)
+++ trunk/dports/editors/nvi/files/patch-ex_script.c.diff        2007-12-23 13:50:00 UTC (rev 32269)
</span><span class="lines">@@ -0,0 +1,24 @@
</span><ins>+--- ../ex/ex_script.c        2007-11-18 10:41:42.000000000 -0600
++++ ../ex/ex_script.c        2007-12-23 07:24:58.000000000 -0600
+@@ -12,6 +12,10 @@
+
+ #include "config.h"
+
++#ifdef __APPLE__
++#undef HAVE_SYS5_PTY
++#endif
++
+ #ifndef lint
+ static const char sccsid[] = "$Id: ex_script.c,v 10.38 2001/06/25 15:19:19 skimo Exp $ (Berkeley) $Date: 2001/06/25 15:19:19 $";
+ #endif /* not lint */
+@@ -45,6 +49,10 @@
+ #include "script.h"
+ #include "pathnames.h"
+
++#ifdef __APPLE__
++#undef HAVE_SYS5_PTY
++#endif
++
+ static void        sscr_check __P((SCR *));
+ static int        sscr_getprompt __P((SCR *));
+ static int        sscr_init __P((SCR *));
</ins></span></pre></div>
<a id="trunkdportseditorsnvifilespatch_configure"></a>
<div class="delfile"><h4>Deleted: trunk/dports/editors/nvi/files/patch_configure (32268 => 32269)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/editors/nvi/files/patch_configure        2007-12-23 13:44:49 UTC (rev 32268)
+++ trunk/dports/editors/nvi/files/patch_configure        2007-12-23 13:50:00 UTC (rev 32269)
</span><span class="lines">@@ -1,42 +0,0 @@
</span><del>---- configure.org        Wed Jul 23 15:11:42 2003
-+++ configure        Wed Jul 23 15:13:51 2003
-@@ -3560,7 +3560,7 @@
- ;;
-
- darwin* | rhapsody*)
-- allow_undefined_flag='-undefined suppress'
-+ allow_undefined_flag='-undefined suppress -flat_namespace'
- # FIXME: Relying on posixy $() will cause problems for
- # cross-compilation, but unfortunately the echo tests do not
- # yet detect zsh echo's removal of \ escapes.
-@@ -10676,17 +10676,17 @@
- saveLDFLAGS="$LDFLAGS"
- if test "x$with_db3" != "x"; then
-         LDFLAGS="-L$with_db3/lib $LDFLAGS"
--        CFLAGS="-I$with_db3/include $CFLAGS"
-+        CFLAGS="-I$with_db3/include/db3 $CFLAGS"
- fi;
-
--echo $ac_n "checking for db_create in -ldb""... $ac_c" 1>&6
--echo "configure:10684: checking for db_create in -ldb" >&5
-+echo $ac_n "checking for db_create in -ldb-3.3""... $ac_c" 1>&6
-+echo "configure:10684: checking for db_create in -ldb-3.3" >&5
- ac_lib_var=`echo db'_'db_create | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-ldb $LIBS"
-+LIBS="-ldb-3.3 $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 10692 "configure"
- #include "confdefs.h"
-@@ -10835,7 +10835,7 @@
-         dl_src=../common/dldb.c
-         LIBS="-ldl $LIBS"
- else
--        LIBS="-ldb $LIBS"
-+        LIBS="-ldb-3.3 $LIBS"
-         if test "X$with_db3" != "X"; then
-                 LDFLAGS="`echo $with_db3/lib | sed "$LRscript"` $LDFLAGS"
-         fi
</del></span></pre>
</div>
</div>
</body>
</html>