| non port: lang/tcc/Makefile |
|
CVSWeb
|
Number of commits found: 15 |
|
Mon, 24 Oct 2011
|
[ 04:05 dinoex ]
1.15 lang/tcc/Makefile
- honor PREFIX
PR: 161944
Submitted by: Nali Toja
|
|
Sun, 6 Dec 2009
|
[ 15:08 luigi ]
1.14 lang/tcc/Makefile
1.2 lang/tcc/files/README.tccelf
1.3 lang/tcc/files/patch-libtcc.c
1.1 lang/tcc/files/patch-z1-preproc
Update files/README.tccelf files/patch-libtcc.c to reflect some
fixes i made recently.
Add files/patch-z1-preproc which implements -include, -M and some
related preprocessing macros to improve portability
Bump portrevision accordingly
Should close PR/141185
|
|
Sun, 29 Nov 2009
|
[ 07:59 dinoex ]
1.13 lang/tcc/Makefile
1.1 lang/tcc/files/README.tccelf
1.2 lang/tcc/files/patch-libtcc.c
1.1 lang/tcc/files/patch-tccelf.c
- fix segfaults for linked elfs binaries
PR: 138481
Submitted by: Luigi Rizzo
|
|
Fri, 21 Aug 2009
|
[ 04:39 dinoex ]
1.12 lang/tcc/Makefile
1.5 lang/tcc/files/patch-Makefile
1.1 lang/tcc/files/patch-configure
1.1 lang/tcc/files/patch-libtcc.c
1.5 lang/tcc/pkg-plist
- add experimetal support for new archs
|
|
Thu, 21 May 2009
|
[ 04:42 dinoex ]
1.11 lang/tcc/Makefile
1.4 lang/tcc/distinfo
1.4 lang/tcc/files/patch-Makefile
- update to 0.9.25
http://bellard.org/tcc/changelog.html
|
|
Fri, 27 Feb 2009
|
[ 11:08 dinoex ]
1.10 lang/tcc/Makefile
- add CONFLICTS with lang/TenDRA
PR: 130167
|
|
Sun, 30 Nov 2008
|
[ 21:00 dinoex ]
1.9 lang/tcc/Makefile
- set ONLY_FOR_ARCHS i386
|
[ 14:03 dinoex ]
1.609 lang/Makefile
1.8 lang/tcc/Makefile
1.3 lang/tcc/distinfo
1.3 lang/tcc/files/patch-Makefile
1.3 lang/tcc/pkg-descr
1.4 lang/tcc/pkg-plist
1.1 lang/tcc/files/texi2pod.pl
Tiny C Compiler
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 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://bellard.org/tcc/
|
|
Mon, 19 Feb 2007
|
[ 09:37 gabor ]
1.1303 MOVED
1.541 lang/Makefile
1.7 lang/tcc/Makefile
1.2 lang/tcc/distinfo
1.17450 /CVSROOT/modules
1.2 lang/tcc/files/patch-Makefile
1.2 lang/tcc/pkg-descr
1.3 lang/tcc/pkg-plist
Remove expired port:
2006-12-01 lang/tcc: is only for i386, and you are running amd64.
Approved by: erwin (mentor, implicit)
|
|
Sat, 2 Sep 2006
|
[ 20:27 kris ]
1.7 deskutils/mhc-xemacs21-mule/Makefile
1.7 devel/callgrind/Makefile
1.18 devel/hs-crypto/Makefile
1.11 devel/stlport-icc/Makefile
1.4 games/flightgear-l410/Makefile
1.14 graphics/dvipng/Makefile
1.21 graphics/panorama/Makefile
1.27 japanese/dvi2ps/Makefile
1.6 lang/tcc/Makefile
1.5 mail/p5-Sendmail-Milter/Makefile
(Only the first 10 of 28 ports in this commit are shown above. )
Schedule these ignored ports for termination on 2006-12-01
|
|
Wed, 16 Aug 2006
|
[ 22:12 kris ]
1.5 lang/tcc/Makefile
Change BROKEN to IGNORE to prevent package build
|
|
Fri, 19 May 2006
|
[ 15:40 jkoshy ]
1.4 lang/tcc/Makefile
Register a conflict with TenDRA-4*.
Reminded by: Volker Stolz <stolz at i2.informatik.rwth-aachen.de>
|
[ 02:07 jkoshy ]
1.3 lang/tcc/Makefile
Mark this port as BROKEN till -c compilation is fixed.
Submitted by: <serge.gagnon at b2b2c.ca> Serge Gagnon,
Zahemszky Gábor <Gabor at Zahemszky.HU>
|
|
Thu, 18 May 2006
|
[ 02:48 jkoshy ]
1.2 lang/tcc/Makefile
1.2 lang/tcc/pkg-plist
Correct a plist error.
Reported by: kris
|
|
Tue, 16 May 2006
|
[ 01:42 jkoshy ]
1.485 lang/Makefile
1.1 lang/tcc/Makefile
1.1 lang/tcc/distinfo
1.1 lang/tcc/files/patch-Makefile
1.1 lang/tcc/pkg-descr
1.1 lang/tcc/pkg-plist
A new port for TinyCC, a small and fast C compiler.
Tcc's features include:
* 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.
|
Number of commits found: 15 |