Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
uberlord 07/09/15 14:47:56
Modified: gedit-2.18.1-fbsd.patch
Log:
Fix the fbsd patch for Makefile.am as well as we now autoreconf
(Portage version: 2.1.3.9)
Revision Changes Path
1.2 app-editors/gedit/files/gedit-2.18.1-fbsd.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gedit/files/gedit-2.18.1-fbsd.patch?rev=1.2&view=markup
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
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
Index: gedit-2.18.1-fbsd.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit/files/gedit-2.18.1-fbsd.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gedit-2.18.1-fbsd.patch 6 Jul 2007 00:50:26 -0000 1.1
+++ gedit-2.18.1-fbsd.patch 15 Sep 2007 14:47:55 -0000 1.2
@@ -1,7 +1,6 @@
-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
--- gedit-2.18.1.orig/plugins/externaltools/data/Makefile.in 2007-04-10 05:00:01.000000000 -0400
+++ gedit-2.18.1/plugins/externaltools/data/Makefile.in 2007-07-05 20:39:29.000000000 -0400
-@@ -475,7 +475,7 @@ uninstall-am: uninstall-info-am uninstal
+@@ -468,7 +468,7 @@
# (.desktop), which happens to be translated using intltool.
$(tools_SCRIPTS): %: %.tool.in %.desktop $(TOOL_MERGE)
perl $(TOOL_MERGE) -o $@ $< $(word 2,$^)
@@ -10,3 +9,14 @@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
+--- gedit-2.18.1.orig/plugins/externaltools/data/Makefile.am.orig 2007-09-15 15:26:32 +0100
++++ gedit-2.18.1.orig/plugins/externaltools/data/Makefile.am 2007-09-15 15:40:09 +0100
+@@ -17,7 +17,7 @@
+ # (.desktop), which happens to be translated using intltool.
+ $(tools_SCRIPTS): %: %.tool.in %.desktop $(TOOL_MERGE)
+ perl $(TOOL_MERGE) -o $@ $< $(word 2,$^)
+- chmod --reference=$< $@
++ chmod 0755 $@
+
+ EXTRA_DIST = \
+ $(desktop_in_files) \
--
gentoo-commits@g.o mailing list
|
|