1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Remove expired port:

2006-12-01 lang/tcc: is only for i386, and you are running amd64.

Approved by:	erwin (mentor, implicit)
This commit is contained in:
Gabor Kovesdan 2007-02-19 09:37:14 +00:00
parent 731944ace1
commit bf1e204fc3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185506
7 changed files with 1 additions and 82 deletions

1
MOVED
View File

@ -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

View File

@ -303,7 +303,6 @@
SUBDIR += swi-pl
SUBDIR += sxm
SUBDIR += t3x
SUBDIR += tcc
SUBDIR += tcl-manual
SUBDIR += tcl80
SUBDIR += tcl81-thread

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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/

View File

@ -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