[csw-devel] SF.net SVN: gar:[13939] csw/mgar/pkg/phpmode/trunk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Fri Mar 25 02:33:32 CET 2011
Revision: 13939
http://gar.svn.sourceforge.net/gar/?rev=13939&view=rev
Author: bdwalton
Date: 2011-03-25 01:33:32 +0000 (Fri, 25 Mar 2011)
Log Message:
-----------
phpmode/trunk: patch a usr/share reference
Modified Paths:
--------------
csw/mgar/pkg/phpmode/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/phpmode/trunk/files/0001-Patch-out-usr-share-refs-in-the-texi-file.patch
Modified: csw/mgar/pkg/phpmode/trunk/Makefile
===================================================================
--- csw/mgar/pkg/phpmode/trunk/Makefile 2011-03-24 22:11:44 UTC (rev 13938)
+++ csw/mgar/pkg/phpmode/trunk/Makefile 2011-03-25 01:33:32 UTC (rev 13939)
@@ -10,6 +10,7 @@
MASTER_SITES = $(SF_MIRRORS)
DISTFILES = $(NAME)-$(VERSION).tar.gz
DISTFILES += php-mode.el
+PATCHFILES += 0001-Patch-out-usr-share-refs-in-the-texi-file.patch
BUILD_DEP_PKGS = CSWemacs
Added: csw/mgar/pkg/phpmode/trunk/files/0001-Patch-out-usr-share-refs-in-the-texi-file.patch
===================================================================
--- csw/mgar/pkg/phpmode/trunk/files/0001-Patch-out-usr-share-refs-in-the-texi-file.patch (rev 0)
+++ csw/mgar/pkg/phpmode/trunk/files/0001-Patch-out-usr-share-refs-in-the-texi-file.patch 2011-03-25 01:33:32 UTC (rev 13939)
@@ -0,0 +1,32 @@
+From e9c8780d26d35d277467469c4daee0166a1f2b59 Mon Sep 17 00:00:00 2001
+From: Ben Walton <bwalton at opencsw.org>
+Date: Fri, 25 Mar 2011 02:31:29 +0100
+Subject: [PATCH] Patch out /usr/share refs in the texi file.
+
+No good replacement, so s/usr\/share/path\/to/.
+
+Signed-off-by: Ben Walton <bwalton at opencsw.org>
+---
+ php-mode.texi | 4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/php-mode.texi b/php-mode.texi
+index 639af93..89d3510 100644
+--- a/php-mode.texi
++++ b/php-mode.texi
+@@ -851,10 +851,10 @@ setting its value in your Emacs initialization file
+ To create a file that can be set for
+ @code{php-completion-file}, create with the following shell
+ commands with the HTML version of the PHP manual installed
+-at @file{/usr/share/doc/php-manual/en/html}.
++at @file{/path/to/doc/php-manual/en/html}.
+
+ @example
+-$ cd /usr/share/doc/php-manual/en/html
++$ cd /path/to/doc/php-manual/en/html
+ $ ls -1 function*.html \
+ | sed -e 's/^function\.\([-a-zA-Z_0-9]*\)\.html/\1/' \
+ | tr - _ \
+--
+1.7.3.2
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list