[83610] trunk/dports/editors/nvi

ryandesign at macports.org ryandesign at macports.org
Wed Sep 7 02:19:18 PDT 2011


Revision: 83610
          http://trac.macports.org/changeset/83610
Author:   ryandesign at macports.org
Date:     2011-09-07 02:19:18 -0700 (Wed, 07 Sep 2011)
Log Message:
-----------
nvi: avoid .. components in patches; see #29813 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/editors/nvi/Portfile
    trunk/dports/editors/nvi/files/patch-common__db.h
    trunk/dports/editors/nvi/files/patch-common__key.h
    trunk/dports/editors/nvi/files/patch-dist__port.h.in
    trunk/dports/editors/nvi/files/patch-ex_script.c.diff

Modified: trunk/dports/editors/nvi/Portfile
===================================================================
--- trunk/dports/editors/nvi/Portfile	2011-09-07 09:11:54 UTC (rev 83609)
+++ trunk/dports/editors/nvi/Portfile	2011-09-07 09:19:18 UTC (rev 83610)
@@ -19,8 +19,10 @@
 master_sites    http://www.kotnet.org/~skimo/nvi/devel/
 checksums       md5 88d1e23115ee9f2961186b62e55f5704
 use_bzip2       yes
-worksrcdir      ${name}-${version}/dist
 
+configure.dir   ${worksrcpath}/dist
+build.dir       ${configure.dir}
+
 set my_db_version db47
 
 depends_lib     port:ncurses port:${my_db_version}

Modified: trunk/dports/editors/nvi/files/patch-common__db.h
===================================================================
--- trunk/dports/editors/nvi/files/patch-common__db.h	2011-09-07 09:11:54 UTC (rev 83609)
+++ trunk/dports/editors/nvi/files/patch-common__db.h	2011-09-07 09:19:18 UTC (rev 83610)
@@ -1,5 +1,5 @@
---- ../common/db.h.orig	2009-09-13 23:17:35.000000000 -0700
-+++ ../common/db.h	2009-09-13 23:18:27.000000000 -0700
+--- common/db.h.orig	2009-09-13 23:17:35.000000000 -0700
++++ common/db.h	2009-09-13 23:18:27.000000000 -0700
 @@ -16,7 +16,10 @@
      (env)->remove(env, path, NULL, flags)
  #endif

Modified: trunk/dports/editors/nvi/files/patch-common__key.h
===================================================================
--- trunk/dports/editors/nvi/files/patch-common__key.h	2011-09-07 09:11:54 UTC (rev 83609)
+++ trunk/dports/editors/nvi/files/patch-common__key.h	2011-09-07 09:19:18 UTC (rev 83610)
@@ -1,5 +1,5 @@
---- ../common/key.h.orig	2009-09-14 11:42:00.000000000 -0700
-+++ ../common/key.h	2009-09-14 11:42:10.000000000 -0700
+--- common/key.h.orig	2009-09-14 11:42:00.000000000 -0700
++++ common/key.h	2009-09-14 11:42:10.000000000 -0700
 @@ -196,19 +196,6 @@
  	(KEYS_WAITING(sp) &&						\
  	    FL_ISSET((sp)->wp->i_event[(sp)->wp->i_next].e_flags, CH_MAPPED))

Modified: trunk/dports/editors/nvi/files/patch-dist__port.h.in
===================================================================
--- trunk/dports/editors/nvi/files/patch-dist__port.h.in	2011-09-07 09:11:54 UTC (rev 83609)
+++ trunk/dports/editors/nvi/files/patch-dist__port.h.in	2011-09-07 09:19:18 UTC (rev 83610)
@@ -1,5 +1,5 @@
---- port.h.in.orig	2009-09-14 11:37:02.000000000 -0700
-+++ port.h.in	2009-09-14 11:37:12.000000000 -0700
+--- dist/port.h.in.orig	2009-09-14 11:37:02.000000000 -0700
++++ dist/port.h.in	2009-09-14 11:37:12.000000000 -0700
 @@ -184,10 +184,6 @@
  #endif
  #endif

Modified: trunk/dports/editors/nvi/files/patch-ex_script.c.diff
===================================================================
--- trunk/dports/editors/nvi/files/patch-ex_script.c.diff	2011-09-07 09:11:54 UTC (rev 83609)
+++ trunk/dports/editors/nvi/files/patch-ex_script.c.diff	2011-09-07 09:19:18 UTC (rev 83610)
@@ -1,5 +1,5 @@
---- ../ex/ex_script.c	2007-11-18 10:41:42.000000000 -0600
-+++ ../ex/ex_script.c	2007-12-23 07:24:58.000000000 -0600
+--- ex/ex_script.c.orig	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"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110907/ea994490/attachment.html>


More information about the macports-changes mailing list