aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--lang/Makefile1
-rw-r--r--lang/tcc/Makefile32
-rw-r--r--lang/tcc/distinfo3
-rw-r--r--lang/tcc/files/patch-Makefile11
-rw-r--r--lang/tcc/pkg-descr20
-rw-r--r--lang/tcc/pkg-plist15
7 files changed, 1 insertions, 82 deletions
diff --git a/MOVED b/MOVED
index 07d2018df8f6..305d4d28c2b6 100644
--- a/MOVED
+++ b/MOVED
@@ -2838,3 +2838,4 @@ textproc/ruby-htmlcompact||2007-02-18|Has expired: distfile and homepage disappe
textproc/ruby-rwv2||2007-02-18|Has expired: distfile disappeared and has no homepage
net/happystats||2007-02-18|Has expired: Disappeared from the internet
www/drupal-pubcookie||2007-02-19|Has expired: No maintainer
+lang/tcc||2007-02-19|Has expired: is unusable; tcc -run works, but little else
diff --git a/lang/Makefile b/lang/Makefile
index a0f68f53be21..94be1cd829be 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -303,7 +303,6 @@
SUBDIR += swi-pl
SUBDIR += sxm
SUBDIR += t3x
- SUBDIR += tcc
SUBDIR += tcl-manual
SUBDIR += tcl80
SUBDIR += tcl81-thread
diff --git a/lang/tcc/Makefile b/lang/tcc/Makefile
deleted file mode 100644
index edd9d571e1e7..000000000000
--- a/lang/tcc/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: tcc
-# Date created: 16 May 2006
-# Whom: Joseph Koshy <jkoshy@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tcc
-PORTVERSION= 0.9.23
-PORTREVISION= 1
-CATEGORIES= lang
-MASTER_SITES= http://fabrice.bellard.free.fr/tcc/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= jkoshy
-
-MAINTAINER= jkoshy@FreeBSD.org
-COMMENT= A small and fast C compiler
-
-USE_GMAKE= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX}
-MAN1= tcc.1
-
-CONFLICTS= TenDRA-4*
-
-ONLY_FOR_ARCHS= i386
-
-IGNORE= is unusable; tcc -run works, but little else
-DEPRECATED= ${IGNORE}
-EXPIRATION_DATE=2006-12-01
-
-.include <bsd.port.mk>
diff --git a/lang/tcc/distinfo b/lang/tcc/distinfo
deleted file mode 100644
index eea158908959..000000000000
--- a/lang/tcc/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (tcc-0.9.23.tar.gz) = ba925bf241b0980a581bbc6ad3d5b9a1
-SHA256 (tcc-0.9.23.tar.gz) = 074632c574116004c63b32798048c73c184d123d8cf96cce849765296b255991
-SIZE (tcc-0.9.23.tar.gz) = 423807
diff --git a/lang/tcc/files/patch-Makefile b/lang/tcc/files/patch-Makefile
deleted file mode 100644
index 3ff9ff28867a..000000000000
--- a/lang/tcc/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig Tue May 16 06:33:17 2006
-+++ Makefile Tue May 16 06:33:28 2006
-@@ -5,7 +5,7 @@
-
- CFLAGS=-O2 -g -Wall
- ifndef CONFIG_WIN32
--LIBS=-ldl
-+#LIBS=-ldl
- BCHECK_O=bcheck.o
- endif
- CFLAGS_P=$(CFLAGS) -pg -static -DCONFIG_TCC_STATIC
diff --git a/lang/tcc/pkg-descr b/lang/tcc/pkg-descr
deleted file mode 100644
index 134443e67448..000000000000
--- a/lang/tcc/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-Tcc is a small and fast C compiler with the following features:
- * Small: You can compile and execute C code everywhere, for
- example on rescue disks (about 100KB for x86 TCC executable,
- including C preprocessor, C compiler, assembler and linker).
- * Fast: tcc generates optimized x86 code. No byte code overhead.
- Compile, assemble and link several times faster than GCC.
- * Unlimited: Any C dynamic library can be used directly. TCC is
- heading torward full ISOC99 compliance. TCC can of course compile
- itself.
- * Safe: tcc includes an optional memory and bound checker. Bound
- checked code can be mixed freely with standard code.
- * Compile and execute C source directly. No linking or assembly
- necessary. Full C preprocessor and GNU-like assembler included.
- * C script supported : just add '#!/usr/local/bin/tcc -run' at
- the first line of your C source, and execute it directly from the
- command line.
- * With libtcc, you can use TCC as a backend for dynamic code
- generation.
-
-WWW: http://www.tinycc.org/
diff --git a/lang/tcc/pkg-plist b/lang/tcc/pkg-plist
deleted file mode 100644
index 01dd1d1d48a2..000000000000
--- a/lang/tcc/pkg-plist
+++ /dev/null
@@ -1,15 +0,0 @@
-bin/tcc
-include/libtcc.h
-lib/tcc/include/stdarg.h
-lib/tcc/include/stddef.h
-lib/tcc/include/stdbool.h
-lib/tcc/include/float.h
-lib/tcc/include/varargs.h
-lib/tcc/include/tcclib.h
-lib/tcc/libtcc1.a
-lib/tcc/bcheck.o
-lib/libtcc.a
-%%DOCSDIR%%/tcc-doc.html
-@dirrm %%DOCSDIR%%
-@dirrm lib/tcc/include
-@dirrm lib/tcc