summaryrefslogtreecommitdiff
path: root/textproc/source-highlight/files
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2008-08-19 07:56:41 +0000
committerKevin Lo <kevlo@FreeBSD.org>2008-08-19 07:56:41 +0000
commitb1370d81a2fa2f636996eb1b4c7ccd9322695404 (patch)
treec703ce6e607fce4143295ae5b7b504c7b8740129 /textproc/source-highlight/files
parent- Update to 3.5.9 (both forgot yesterday) (diff)
Update to 2.10
Notes
Notes: svn path=/head/; revision=218818
Diffstat (limited to 'textproc/source-highlight/files')
-rw-r--r--textproc/source-highlight/files/patch-configure11
-rw-r--r--textproc/source-highlight/files/patch-src-cmdline.c11
2 files changed, 22 insertions, 0 deletions
diff --git a/textproc/source-highlight/files/patch-configure b/textproc/source-highlight/files/patch-configure
new file mode 100644
index 000000000000..5c45ef6fb813
--- /dev/null
+++ b/textproc/source-highlight/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2008-08-19 14:41:57.000000000 +0800
++++ configure 2008-08-19 14:42:09.000000000 +0800
+@@ -23377,7 +23377,7 @@
+ fi
+
+
+-for ac_prog in ctags exuberant-ctags
++for ac_prog in exctags exuberant-ctags
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
diff --git a/textproc/source-highlight/files/patch-src-cmdline.c b/textproc/source-highlight/files/patch-src-cmdline.c
new file mode 100644
index 000000000000..15b90af60624
--- /dev/null
+++ b/textproc/source-highlight/files/patch-src-cmdline.c
@@ -0,0 +1,11 @@
+--- src/cmdline.c.orig 2008-08-19 15:33:35.000000000 +0800
++++ src/cmdline.c 2008-08-19 15:35:06.000000000 +0800
+@@ -194,7 +194,7 @@
+ args_info->gen_references_orig = NULL;
+ args_info->ctags_file_arg = gengetopt_strdup ("tags");
+ args_info->ctags_file_orig = NULL;
+- args_info->ctags_arg = gengetopt_strdup ("ctags --excmd=n --tag-relative=yes");
++ args_info->ctags_arg = gengetopt_strdup ("exctags --excmd=n --tag-relative=yes");
+ args_info->ctags_orig = NULL;
+ args_info->gen_version_flag = 1;
+ args_info->check_lang_arg = NULL;