Gentoo Archives: gentoo-commits

From: "Roy Marples (uberlord)" <uberlord@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/gedit/files: gedit-2.18.1-fbsd.patch
Date: Sat, 15 Sep 2007 14:55:26
Message-Id: E1IWYw8-0001dU-E0@stork.gentoo.org
1 uberlord 07/09/15 14:47:56
2
3 Modified: gedit-2.18.1-fbsd.patch
4 Log:
5 Fix the fbsd patch for Makefile.am as well as we now autoreconf
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 app-editors/gedit/files/gedit-2.18.1-fbsd.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gedit/files/gedit-2.18.1-fbsd.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gedit/files/gedit-2.18.1-fbsd.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gedit/files/gedit-2.18.1-fbsd.patch?r1=1.1&r2=1.2
14
15 Index: gedit-2.18.1-fbsd.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit/files/gedit-2.18.1-fbsd.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gedit-2.18.1-fbsd.patch 6 Jul 2007 00:50:26 -0000 1.1
22 +++ gedit-2.18.1-fbsd.patch 15 Sep 2007 14:47:55 -0000 1.2
23 @@ -1,7 +1,6 @@
24 -diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN gedit-2.18.1.orig/plugins/externaltools/data/Makefile.in gedit-2.18.1/plugins/externaltools/data/Makefile.in
25 --- gedit-2.18.1.orig/plugins/externaltools/data/Makefile.in 2007-04-10 05:00:01.000000000 -0400
26 +++ gedit-2.18.1/plugins/externaltools/data/Makefile.in 2007-07-05 20:39:29.000000000 -0400
27 -@@ -475,7 +475,7 @@ uninstall-am: uninstall-info-am uninstal
28 +@@ -468,7 +468,7 @@
29 # (.desktop), which happens to be translated using intltool.
30 $(tools_SCRIPTS): %: %.tool.in %.desktop $(TOOL_MERGE)
31 perl $(TOOL_MERGE) -o $@ $< $(word 2,$^)
32 @@ -10,3 +9,14 @@
33 # Tell versions [3.59,3.63) of GNU make to not export all variables.
34 # Otherwise a system limit (for SysV at least) may be exceeded.
35 .NOEXPORT:
36 +--- gedit-2.18.1.orig/plugins/externaltools/data/Makefile.am.orig 2007-09-15 15:26:32 +0100
37 ++++ gedit-2.18.1.orig/plugins/externaltools/data/Makefile.am 2007-09-15 15:40:09 +0100
38 +@@ -17,7 +17,7 @@
39 + # (.desktop), which happens to be translated using intltool.
40 + $(tools_SCRIPTS): %: %.tool.in %.desktop $(TOOL_MERGE)
41 + perl $(TOOL_MERGE) -o $@ $< $(word 2,$^)
42 +- chmod --reference=$< $@
43 ++ chmod 0755 $@
44 +
45 + EXTRA_DIST = \
46 + $(desktop_in_files) \
47
48
49
50 --
51 gentoo-commits@g.o mailing list