public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/nvi/files: nvi-1.81.6-db44.patch nvi-1.81.6-db.patch nvi-1.81.6-perl-shortnames.patch nvi-1.81.6-perl-as-needed.patch
@ 2012-06-17 22:37 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2012-06-17 22:37 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/06/17 22:37:22

  Modified:             nvi-1.81.6-db44.patch nvi-1.81.6-db.patch
                        nvi-1.81.6-perl-shortnames.patch
                        nvi-1.81.6-perl-as-needed.patch
  Log:
  QA: Fix patches so that they don't use ../ .
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-editors/nvi/files/nvi-1.81.6-db44.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nvi/files/nvi-1.81.6-db44.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nvi/files/nvi-1.81.6-db44.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nvi/files/nvi-1.81.6-db44.patch?r1=1.1&r2=1.2

Index: nvi-1.81.6-db44.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nvi/files/nvi-1.81.6-db44.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nvi-1.81.6-db44.patch	28 Dec 2008 00:09:59 -0000	1.1
+++ nvi-1.81.6-db44.patch	17 Jun 2012 22:37:22 -0000	1.2
@@ -1,8 +1,8 @@
 
   First part is from http://cvsweb.se.netbsd.org/cgi-bin/bsdweb.cgi/pkgsrc/editors/nvi/patches/patch-aa?rev=1.3;content-type=text/plain
 
---- ../common/db.h
-+++ ../common/db.h
+--- common/db.h
++++ common/db.h
 @@ -16,7 +16,10 @@
      (env)->remove(env, path, NULL, flags)
  #endif
@@ -15,8 +15,8 @@
  #define db_open(db,file,type,flags,mode)				\
      (db)->open(db, NULL, file, NULL, type, flags, mode)
  #else
---- ../common/msg.c
-+++ ../common/msg.c
+--- common/msg.c
++++ common/msg.c
 @@ -724,7 +724,8 @@
  		p = buf;
  	} else



1.2                  app-editors/nvi/files/nvi-1.81.6-db.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nvi/files/nvi-1.81.6-db.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nvi/files/nvi-1.81.6-db.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nvi/files/nvi-1.81.6-db.patch?r1=1.1&r2=1.2

Index: nvi-1.81.6-db.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nvi/files/nvi-1.81.6-db.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nvi-1.81.6-db.patch	26 Sep 2009 08:47:52 -0000	1.1
+++ nvi-1.81.6-db.patch	17 Jun 2012 22:37:22 -0000	1.2
@@ -1,5 +1,5 @@
---- ../common/exf.c
-+++ ../common/exf.c
+--- common/exf.c
++++ common/exf.c
 @@ -228,13 +228,18 @@
  		/*
  		 * XXX



1.2                  app-editors/nvi/files/nvi-1.81.6-perl-shortnames.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nvi/files/nvi-1.81.6-perl-shortnames.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nvi/files/nvi-1.81.6-perl-shortnames.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nvi/files/nvi-1.81.6-perl-shortnames.patch?r1=1.1&r2=1.2

Index: nvi-1.81.6-perl-shortnames.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nvi/files/nvi-1.81.6-perl-shortnames.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nvi-1.81.6-perl-shortnames.patch	10 Oct 2009 22:48:35 -0000	1.1
+++ nvi-1.81.6-perl-shortnames.patch	17 Jun 2012 22:37:22 -0000	1.2
@@ -1,5 +1,5 @@
---- ../perl_api/perlsfio.c
-+++ ../perl_api/perlsfio.c
+--- perl_api/perlsfio.c
++++ perl_api/perlsfio.c
 @@ -32,6 +32,7 @@
  /* perl redefines them
   * avoid warnings
@@ -8,8 +8,8 @@
  #undef USE_DYNAMIC_LOADING
  #undef DEBUG
  #undef PACKAGE
---- ../perl_api/perl.xs
-+++ ../perl_api/perl.xs
+--- perl_api/perl.xs
++++ perl_api/perl.xs
 @@ -38,6 +38,7 @@
  /* perl redefines them
   * avoid warnings



1.2                  app-editors/nvi/files/nvi-1.81.6-perl-as-needed.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nvi/files/nvi-1.81.6-perl-as-needed.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nvi/files/nvi-1.81.6-perl-as-needed.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nvi/files/nvi-1.81.6-perl-as-needed.patch?r1=1.1&r2=1.2

Index: nvi-1.81.6-perl-as-needed.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nvi/files/nvi-1.81.6-perl-as-needed.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nvi-1.81.6-perl-as-needed.patch	8 Oct 2009 19:54:17 -0000	1.1
+++ nvi-1.81.6-perl-as-needed.patch	17 Jun 2012 22:37:22 -0000	1.2
@@ -1,5 +1,5 @@
---- ../dist/configure.in
-+++ ../dist/configure.in
+--- dist/configure.in
++++ dist/configure.in
 @@ -105,7 +105,7 @@
  
  dnl A/UX has a broken getopt(3), strpbrk(3).
@@ -72,8 +72,8 @@
  "other RE")
  	;;
  esac
---- ../dist/Makefile.am
-+++ ../dist/Makefile.am
+--- dist/Makefile.am
++++ dist/Makefile.am
 @@ -169,12 +169,15 @@
  	$(visrcdir)/common/pthread.c \
  	$(visrcdir)/common/vi_auto.c \






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-17 22:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-17 22:37 [gentoo-commits] gentoo-x86 commit in app-editors/nvi/files: nvi-1.81.6-db44.patch nvi-1.81.6-db.patch nvi-1.81.6-perl-shortnames.patch nvi-1.81.6-perl-as-needed.patch Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox