aboutsummaryrefslogtreecommitdiff
path: root/converters/trans/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-05-05 16:54:14 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-05-05 16:54:14 +0000
commit80a0b0a76218af6c8ba0df6e314597acd0f8fc48 (patch)
tree5f741819e38ad2986ac2a0ee1ba9f2f41a1deaeb /converters/trans/files
parent1c3779d427cf8012a280db1d359518dd31b89bb4 (diff)
downloadports-80a0b0a76218af6c8ba0df6e314597acd0f8fc48.tar.gz
ports-80a0b0a76218af6c8ba0df6e314597acd0f8fc48.zip
Upgrade to 1.12
Notes
Notes: svn path=/head/; revision=6416
Diffstat (limited to 'converters/trans/files')
-rw-r--r--converters/trans/files/patch-aa25
-rw-r--r--converters/trans/files/patch-ac29
2 files changed, 40 insertions, 14 deletions
diff --git a/converters/trans/files/patch-aa b/converters/trans/files/patch-aa
index 9b29b1d85561..307c3a78004e 100644
--- a/converters/trans/files/patch-aa
+++ b/converters/trans/files/patch-aa
@@ -1,7 +1,7 @@
-*** Makefile.orig Sat Jun 1 04:11:00 1996
---- Makefile Wed Nov 27 13:01:22 1996
+*** Makefile.orig Thu May 1 03:12:00 1997
+--- Makefile Mon May 5 20:16:45 1997
***************
-*** 30,43 ****
+*** 33,46 ****
#
# CC = bcc
# CC = cl
@@ -16,7 +16,7 @@
#
# LOPTS are linker options (if any)
#
---- 30,44 ----
+--- 33,47 ----
#
# CC = bcc
# CC = cl
@@ -32,3 +32,20 @@
#
# LOPTS are linker options (if any)
#
+***************
+*** 94,100 ****
+ #
+
+ bintab:
+! mkbintab
+
+ #
+ ###############################################################################
+--- 95,101 ----
+ #
+
+ bintab:
+! PATH=".:$$PATH" ./mkbintab
+
+ #
+ ###############################################################################
diff --git a/converters/trans/files/patch-ac b/converters/trans/files/patch-ac
index c831ee767d76..3e2e46b5b24f 100644
--- a/converters/trans/files/patch-ac
+++ b/converters/trans/files/patch-ac
@@ -1,12 +1,21 @@
-*** bin/trans.h.bak Sat Jun 1 04:11:00 1996
---- bin/trans.h Wed Nov 27 12:52:37 1996
+*** bin/trans.h.bak Thu May 1 03:12:00 1997
+--- bin/trans.h Mon May 5 19:35:52 1997
***************
-*** 96,98 ****
---- 96,102 ----
- NeXTSTEP -DUSE_UTIMBUF -DNO_UTIMBUF
+*** 81,87 ****
+ /*
+ if you want to use non-ANSI utime (), uncomment the following line
+ */
+! /* #define USE_UTIMBUF */
- *****************************************************************************/
-+
-+ #ifdef __FreeBSD__
-+ #define USE_UTIMBUF
-+ #endif
+ /*
+ if your compiler doesn't define utimbuf, ...
+--- 81,89 ----
+ /*
+ if you want to use non-ANSI utime (), uncomment the following line
+ */
+! #ifdef __FreeBSD__
+! #define USE_UTIMBUF
+! #endif
+
+ /*
+ if your compiler doesn't define utimbuf, ...