diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-11 06:54:38 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-11 06:54:38 +0000 |
commit | 6b950a1acd9c6397372008b444671501648a0cf5 (patch) | |
tree | b08c61ab9a1dba41ffe424665fc2660c5912edd3 /lang/t3x | |
parent | 491c474236a9b3648a0cf4679cace77bf7b11342 (diff) | |
download | ports-6b950a1acd9c6397372008b444671501648a0cf5.tar.gz ports-6b950a1acd9c6397372008b444671501648a0cf5.zip |
Notes
Diffstat (limited to 'lang/t3x')
-rw-r--r-- | lang/t3x/Makefile | 8 | ||||
-rw-r--r-- | lang/t3x/distinfo | 2 | ||||
-rw-r--r-- | lang/t3x/files/patch-Config | 7 | ||||
-rw-r--r-- | lang/t3x/files/patch-txx.h | 16 |
4 files changed, 5 insertions, 28 deletions
diff --git a/lang/t3x/Makefile b/lang/t3x/Makefile index 6b63f789cc79..c28914876264 100644 --- a/lang/t3x/Makefile +++ b/lang/t3x/Makefile @@ -6,11 +6,11 @@ # PORTNAME= t3x -PORTVERSION= 6.10.2 +PORTVERSION= 6.10.5 CATEGORIES= lang devel -MASTER_SITES= http://www.t3x.org/Compiler/ \ - http://www.homepages.de/home/nmh/T3X/Compiler/ -DISTNAME= t3x-6A2 +MASTER_SITES= http://www.not-compatible.org/files/ \ + http://www.t3x.org/files/ +DISTNAME= t3x-6A5 MAINTAINER= nmh@t3x.org diff --git a/lang/t3x/distinfo b/lang/t3x/distinfo index 502aed610525..f44b90212975 100644 --- a/lang/t3x/distinfo +++ b/lang/t3x/distinfo @@ -1 +1 @@ -MD5 (t3x-6A2.tar.gz) = 7263901444be7cee58b10b21e05edd0e +MD5 (t3x-6A5.tar.gz) = a47c6a50babd23761ba78c44a19a4b56 diff --git a/lang/t3x/files/patch-Config b/lang/t3x/files/patch-Config deleted file mode 100644 index cf6272b95e36..000000000000 --- a/lang/t3x/files/patch-Config +++ /dev/null @@ -1,7 +0,0 @@ ---- ports/FreeBSD.elf/Config.orig Mon Jan 29 14:44:37 2001 -+++ ports/FreeBSD.elf/Config Sat Mar 31 02:45:39 2001 -@@ -15 +14,0 @@ --CFLAGS='-O2 -g' -@@ -29 +28 @@ -- SYMLINK_CMD CC_CMD CFLAGS SHL_SUPPORT LD_SHL_CMD AR_CMD RANLIB_CMD \ -+ SYMLINK_CMD CC_CMD SHL_SUPPORT LD_SHL_CMD AR_CMD RANLIB_CMD \ diff --git a/lang/t3x/files/patch-txx.h b/lang/t3x/files/patch-txx.h deleted file mode 100644 index edae28c5627f..000000000000 --- a/lang/t3x/files/patch-txx.h +++ /dev/null @@ -1,16 +0,0 @@ ---- compiler/txx.h.orig Thu Dec 21 12:01:13 2000 -+++ compiler/txx.h Sat Mar 31 02:50:51 2001 -@@ -17,8 +17,12 @@ - #define ulong unsigned long - - #ifdef __FreeBSD__ -- #ifdef i386 -+ #ifdef __i386__ - #define HOST32 -+ #define NL_IS_LF -+ #endif -+ #ifdef __alpha__ -+ #define HOST64 - #define NL_IS_LF - #endif - #endif |