aboutsummaryrefslogtreecommitdiff
path: root/news/tin/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-04-13 22:28:42 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-04-13 22:28:42 +0000
commitcfe1946604b0b57cb34fc6ceef4f7740eba4920d (patch)
treec2519777ff8bcc2d683bd65409a02fdde2bf7c7f /news/tin/files
parente295422c2335a5b66b0f4d50c893f8adfba7d4b8 (diff)
downloadports-cfe1946604b0b57cb34fc6ceef4f7740eba4920d.tar.gz
ports-cfe1946604b0b57cb34fc6ceef4f7740eba4920d.zip
Notes
Diffstat (limited to 'news/tin/files')
-rw-r--r--news/tin/files/patch-ad11
-rw-r--r--news/tin/files/patch-ae10
2 files changed, 21 insertions, 0 deletions
diff --git a/news/tin/files/patch-ad b/news/tin/files/patch-ad
new file mode 100644
index 000000000000..8c92cb2d8215
--- /dev/null
+++ b/news/tin/files/patch-ad
@@ -0,0 +1,11 @@
+--- src/keymap.c Thu Aug 3 13:26:37 2000
++++ src/keymap.c Sat Apr 14 00:12:27 2001
+@@ -916,6 +916,8 @@
+ snprintf(buff, sizeof(buf) - 1, "%s/.tin/keymap.%s", ptr2, map);
+ if (strfpath (buff, buf, sizeof(buf), &CURR_GROUP))
+ fp = fopen (buf, "r");
++ if (ptr)
++ *ptr = '.';
+ }
+ if (!fp) {
+ snprintf(buff, sizeof(buf) - 1, "%s/.tin/keymap", ptr2);
diff --git a/news/tin/files/patch-ae b/news/tin/files/patch-ae
new file mode 100644
index 000000000000..eacf58a2cc92
--- /dev/null
+++ b/news/tin/files/patch-ae
@@ -0,0 +1,10 @@
+--- include/autoconf.hin.bak Wed Jan 10 03:58:27 2001
++++ include/autoconf.hin Sat Apr 14 02:02:10 2001
+@@ -49,7 +49,6 @@
+
+ /* compiler, compilerflags, ... */
+ # undef TIN_CC
+-# undef TIN_CFLAGS
+ # undef TIN_CPP
+ # undef TIN_CPPFLAGS
+ # undef TIN_LD