diff options
author | gabor <gabor@FreeBSD.org> | 2007-02-19 17:37:14 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-02-19 17:37:14 +0800 |
commit | 727e10c801416d3c40bf4951d2a93fe39ca11917 (patch) | |
tree | 9c95da0682d59bb72936ac3f951aaf38c99593af /lang/tcc | |
parent | 6da2603097e3336031437fb5b170bb62a4d5cac9 (diff) | |
download | freebsd-ports-gnome-727e10c801416d3c40bf4951d2a93fe39ca11917.tar.gz freebsd-ports-gnome-727e10c801416d3c40bf4951d2a93fe39ca11917.tar.zst freebsd-ports-gnome-727e10c801416d3c40bf4951d2a93fe39ca11917.zip |
Remove expired port:
2006-12-01 lang/tcc: is only for i386, and you are running amd64.
Approved by: erwin (mentor, implicit)
Diffstat (limited to 'lang/tcc')
-rw-r--r-- | lang/tcc/Makefile | 32 | ||||
-rw-r--r-- | lang/tcc/distinfo | 3 | ||||
-rw-r--r-- | lang/tcc/files/patch-Makefile | 11 | ||||
-rw-r--r-- | lang/tcc/pkg-descr | 20 | ||||
-rw-r--r-- | lang/tcc/pkg-plist | 15 |
5 files changed, 0 insertions, 81 deletions
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 |