summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-07-11 06:54:38 +0000
committerijliao <ijliao@FreeBSD.org>2002-07-11 06:54:38 +0000
commit5e4d55bb0210fcf39437a9eec79d08cc35f3a427 (patch)
tree4ed29b8d4a953937f2fcaa324e66643b881564c2 /lang
parent7f2c6fe9703af7294704e2b7b0d312ee36139bd5 (diff)
downloadFreeBSD-ports-5e4d55bb0210fcf39437a9eec79d08cc35f3a427.zip
FreeBSD-ports-5e4d55bb0210fcf39437a9eec79d08cc35f3a427.tar.gz
upgrade to 6.10.5
PR: 40435 Submitted by: maintainer
Diffstat (limited to 'lang')
-rw-r--r--lang/t3x/Makefile8
-rw-r--r--lang/t3x/distinfo2
-rw-r--r--lang/t3x/files/patch-Config7
-rw-r--r--lang/t3x/files/patch-txx.h16
4 files changed, 5 insertions, 28 deletions
diff --git a/lang/t3x/Makefile b/lang/t3x/Makefile
index 6b63f78..c289148 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 502aed6..f44b902 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 cf6272b..0000000
--- 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 edae28c..0000000
--- 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
OpenPOWER on IntegriCloud