aboutsummaryrefslogtreecommitdiff
path: root/emulators/mtools
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2005-11-17 10:28:21 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2005-11-17 10:28:21 +0000
commit7f34547c252209c8670e87d6eebd92aa78ecdfca (patch)
tree229b219d257396a921b4b629c383a12b80450eb7 /emulators/mtools
parentc3946aca7ebab0d51ef52814a593ef7799bcf77d (diff)
downloadports-7f34547c252209c8670e87d6eebd92aa78ecdfca.tar.gz
ports-7f34547c252209c8670e87d6eebd92aa78ecdfca.zip
Upgrade to version 3.9.9.
Notes
Notes: svn path=/head/; revision=148566
Diffstat (limited to 'emulators/mtools')
-rw-r--r--emulators/mtools/files/patch-b13
-rw-r--r--emulators/mtools/files/patch-sysincludes.h10
2 files changed, 10 insertions, 13 deletions
diff --git a/emulators/mtools/files/patch-b b/emulators/mtools/files/patch-b
deleted file mode 100644
index 20eb0ba86364..000000000000
--- a/emulators/mtools/files/patch-b
+++ /dev/null
@@ -1,13 +0,0 @@
---- file.c.orig Wed May 6 21:59:40 1998
-+++ file.c Wed May 6 22:00:24 1998
-@@ -295,8 +295,10 @@
- #ifdef HAVE_TZSET
- {
- #ifndef OS_ultrix
-+#ifndef __FreeBSD__
- /* Ultrix defines this to be a different type */
- extern long timezone;
-+#endif
- #endif
- tzset();
- tzone = (long) timezone;
diff --git a/emulators/mtools/files/patch-sysincludes.h b/emulators/mtools/files/patch-sysincludes.h
new file mode 100644
index 000000000000..91b45332cf33
--- /dev/null
+++ b/emulators/mtools/files/patch-sysincludes.h
@@ -0,0 +1,10 @@
+--- sysincludes.h~ Wed May 1 12:17:51 2002
++++ sysincludes.h Wed Nov 16 23:57:42 2005
+@@ -239,7 +239,6 @@
+ #endif
+
+ #ifdef HAVE_MALLOC_H
+-# include <malloc.h>
+ #endif
+
+ #ifdef HAVE_SIGNAL_H