Port details |
- tcc Tiny C Compiler
- 0.9.26_7 lang =2 0.9.26_7Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2006-05-16 01:43:48
- Last Update: 2024-01-09 15:41:04
- Commit Hash: e10e202
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- https://github.com/TinyCC/tinycc
- Description:
- Tiny C Compiler is perhaps the smallest ANSI C compiler, by Fabrice Bellard.
- It is small: you can compile and execute C code everywhere, for example
on rescue disks;
- It is fast! TCC generates optimized x86 code. No byte code overhead.
Compile, assemble, and link about 7 times faster than 'gcc -O0';
- Any C dynamic library can be used directly. TCC is heading towards
full ISO C99 compliance. TCC can of course compile itself;
- It is safe! TCC includes 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 is
necessary. Full C preprocessor included;
- C script supported: just add '#!/bin/env tcc -run' at the first line
of your C source, and execute it directly from the command line.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/tcc/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/tcc
- pkg install tcc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tcc
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- TIMESTAMP = 1464776684
SHA256 (TinyCC-tinycc-release_0_9_26_GH0.tar.gz) = 332e337718edcc001c70f70bda2ce10681e4f008bed2ce95084f937c791d1f47
SIZE (TinyCC-tinycc-release_0_9_26_GH0.tar.gz) = 600103
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- makeinfo : print/texinfo
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for tcc-0.9.26_7:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- lang_tcc
- USES:
- gmake makeinfo perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.26_7 09 Jan 2024 15:41:04 |
Baptiste Daroussin (bapt) |
MAN[1-5]PREFIX: eleminate its usage and move man to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.26_6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.26_6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.9.26_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.26_6 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
0.9.26_5 08 Jan 2018 15:34:23 |
cpm |
Back to the pool |
0.9.26_5 26 Jun 2017 19:36:33 |
sunpoet |
Fix WWW
Approved by: portmgr (blanket) |
0.9.26_5 07 Apr 2017 16:03:05 |
amdmi3 |
- Remove always true OSVERSION condition
- While here, minor consmetic fixes
Approved by: portmgr blanket |
0.9.26_5 27 Dec 2016 12:20:41 |
amdmi3 |
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes
Approved by: portmgr blanket |
0.9.26_5 26 Jul 2016 16:34:55 |
cpm |
- Add LICENSE_FILE
- Add PORTSCOUT to ignore invalid version
- Update WWW in pkg-descr
- Bump PORTREVISION
Reviewed by: feld (mentor)
Approved by: feld (mentor)
Differential Revision: D7292 |
0.9.26_4 01 Jun 2016 13:15:37 |
mat |
Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight |
0.9.26_4 13 May 2016 03:11:06 |
cpm |
- Fetch from GITHUB
- Update MAINTAINER to my @FreeBSD.org address
- Fix tcc-doc.html generation
- Remove CONFLICTS because TenDRA port was deprecated some time ago
- Use post-install-DOCS-on target
- Use post-install-EXAMPLES-on target
- Bump PORTREVISION
Reviewed by: amdmi3, junovitch (mentors)
Approved by: amdmi3, junovitch (mentors)
Differential Revision: D6314 |
0.9.26_3 05 Aug 2015 13:18:22 |
robak |
lang/tcc: fix stdio.h bug
PR: 202093
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
MFH: 2015Q3 |
0.9.26_2 24 Jul 2015 04:28:41 |
pi |
lang/tcc: add amd64 support
- Add amd64 support
- Fix shebang in texi2pod.pl
- Fix pkg-plist
- Bump PORTVERSION
PR: 201749
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer) |
0.9.26_1 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
0.9.26_1 23 Aug 2014 15:58:13 |
sunpoet |
- Update MAINTAINER
PR: ports/192902
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer) |
0.9.26_1 29 Jul 2014 14:33:17 |
madpilot |
- Fix plist
- Add INFO macro and USES=makeinfo to make it also work on revent head
- Clean up Makefile
PR: 192137
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> (maintainer) |
0.9.26 19 Jun 2014 20:13:42 |
marino |
lang/tcc: Update version 0.9.25 => 0.9.26 and assign maintainer
PR: 191154
Submitted by: Carlos Jacobo Puga Medina
Verified by: Redports x4 (i386-only) |
0.9.25_2 29 Jan 2014 15:26:02 |
danfe |
Stafigy; clean up the Makefile and port description while here. |
0.9.25_2 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
0.9.25_2 03 Aug 2013 13:44:01 |
mat |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.9.25_2 02 Mar 2013 15:24:46 |
sunpoet |
- Restore PORTREVISION |
0.9.25 02 Mar 2013 14:52:46 |
miwi |
- Update to 0.9.25
PR: 176551
Submitted by: Ports Fury |
0.9.25_2 18 Oct 2012 19:13:11 |
dinoex |
- drop maintainership
Feature safe: yes |
0.9.25_2 13 Oct 2012 13:39:59 |
dinoex |
- cleanup comments
Feature safe: yes |
0.9.25_2 24 Oct 2011 04:05:11 |
dinoex |
- honor PREFIX
PR: 161944
Submitted by: Nali Toja |
0.9.25_2 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
0.9.25_2 06 Dec 2009 15:08:37 |
luigi |
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 |
0.9.25_1 29 Nov 2009 07:59:08 |
dinoex |
- fix segfaults for linked elfs binaries
PR: 138481
Submitted by: Luigi Rizzo |
0.9.25 21 Aug 2009 04:39:28 |
dinoex |
- add experimetal support for new archs |
0.9.25 21 May 2009 04:42:25 |
dinoex |
- update to 0.9.25
http://bellard.org/tcc/changelog.html |
0.9.24 27 Feb 2009 11:08:47 |
dinoex |
- add CONFLICTS with lang/TenDRA
PR: 130167 |
0.9.24 30 Nov 2008 21:00:42 |
dinoex |
- set ONLY_FOR_ARCHS i386 |
0.9.24 30 Nov 2008 14:03:58 |
dinoex |
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/ |
0.9.23_1 19 Feb 2007 09:37:14 |
gabor |
Remove expired port:
2006-12-01 lang/tcc: is only for i386, and you are running amd64.
Approved by: erwin (mentor, implicit) |
0.9.23_1 02 Sep 2006 20:27:12 |
kris |
Schedule these ignored ports for termination on 2006-12-01 |
0.9.23_1 16 Aug 2006 22:12:53 |
kris |
Change BROKEN to IGNORE to prevent package build |
0.9.23_1 19 May 2006 15:40:47 |
jkoshy |
Register a conflict with TenDRA-4*.
Reminded by: Volker Stolz <stolz at i2.informatik.rwth-aachen.de> |
0.9.23_1 19 May 2006 02:07:30 |
jkoshy |
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> |
0.9.23_1 18 May 2006 02:48:35 |
jkoshy |
Correct a plist error.
Reported by: kris |
0.9.23 16 May 2006 01:42:47 |
jkoshy |
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. |