notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
tcc Tiny C Compiler
0.9.26_7 lang on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.9.26_6Version 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 search for ports maintained by this maintainer
Port Added: 2006-05-16 01:43:48
Last Update: 2024-01-09 15:41:04
Commit Hash: e10e202
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (28 items)
Collapse this list.
  1. /usr/local/share/licenses/tcc-0.9.26_7/catalog.mk
  2. /usr/local/share/licenses/tcc-0.9.26_7/LICENSE
  3. /usr/local/share/licenses/tcc-0.9.26_7/LGPL21
  4. bin/tcc
  5. include/libtcc.h
  6. lib/libtcc.a
  7. lib/tcc/include/float.h
  8. lib/tcc/include/stdarg.h
  9. lib/tcc/include/stdbool.h
  10. lib/tcc/include/stddef.h
  11. lib/tcc/include/tcclib.h
  12. lib/tcc/include/varargs.h
  13. lib/tcc/bcheck.o
  14. @comment lib/tcc/alloca86.o
  15. @comment lib/tcc/alloca86-bt.o
  16. lib/tcc/alloca86_64.o
  17. lib/tcc/libtcc1.o
  18. lib/tcc/libtcc1.a
  19. share/man/man1/tcc.1.gz
  20. share/doc/tcc/tcc-doc.html
  21. share/examples/tcc/ex1.c
  22. share/examples/tcc/ex2.c
  23. share/examples/tcc/ex3.c
  24. share/examples/tcc/ex4.c
  25. share/examples/tcc/ex5.c
  26. @owner
  27. @group
  28. @mode
Collapse this list.
Dependency lines:
  • tcc>0:lang/tcc
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):
tcc
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-0.9.26_7--0.9.26_7---
FreeBSD:13:quarterly-0.9.26_6--0.9.26_6---
FreeBSD:14:latest-0.9.26_7--0.9.26_7---
FreeBSD:14:quarterly-0.9.26_6--0.9.26_6---
FreeBSD:15:latest-0.9.26_7n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. makeinfo : print/texinfo
  3. perl5>=5.36<5.37 : lang/perl5.36
Runtime dependencies:
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/TinyCC/tinycc/tar.gz/release_0_9_26?dummy=/
Collapse this list.

Number of commits found: 42

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9.26_7
09 Jan 2024 15:41:04
commit hash: e10e2022a9b32f3a8011a08e3929fa263a7bdb5dcommit hash: e10e2022a9b32f3a8011a08e3929fa263a7bdb5dcommit hash: e10e2022a9b32f3a8011a08e3929fa263a7bdb5dcommit hash: e10e2022a9b32f3a8011a08e3929fa263a7bdb5d files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
MAN[1-5]PREFIX: eleminate its usage  and move man to share/man
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.9.26_6
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.9.26_6
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.9.26_6
10 Nov 2018 18:12:58
Revision:484628Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:458428Original commit files touched by this commit
cpm search for other commits by this committer
Back to the pool
0.9.26_5
26 Jun 2017 19:36:33
Revision:444394Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix WWW

Approved by:	portmgr (blanket)
0.9.26_5
07 Apr 2017 16:03:05
Revision:437935Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Remove always true OSVERSION condition
- While here, minor consmetic fixes

Approved by:	portmgr blanket
0.9.26_5
27 Dec 2016 12:20:41
Revision:429612Original commit files touched by this commit
amdmi3 search for other commits by this committer
- 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
Revision:419127Original commit files touched by this commit
cpm search for other commits by this committer
- 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
Revision:416242Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:415095Original commit files touched by this commit
cpm search for other commits by this committer
- 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
Revision:393585Original commit files touched by this commit
robak search for other commits by this committer
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
Revision:392768Original commit files touched by this commit
pi search for other commits by this committer
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
Revision:371587Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.9.26_1
23 Aug 2014 15:58:13
Revision:365746Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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
Revision:363329Original commit files touched by this commit
madpilot search for other commits by this committer
- 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
Revision:358463Original commit files touched by this commit
marino search for other commits by this committer
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
Revision:341749Original commit files touched by this commit
danfe search for other commits by this committer
Stafigy; clean up the Makefile and port description while here.
0.9.25_2
20 Sep 2013 19:53:10
Revision:327741Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:324191Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
0.9.25_2
02 Mar 2013 15:24:46
Revision:313264Original commit files touched by this commit
sunpoet search for other commits by this committer
- Restore PORTREVISION
0.9.25
02 Mar 2013 14:52:46
Revision:313251Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.9.25

PR:		176551
Submitted by:	Ports Fury
0.9.25_2
18 Oct 2012 19:13:11
Revision:306082Original commit files touched by this commit
dinoex search for other commits by this committer
- drop maintainership
Feature safe: yes
0.9.25_2
13 Oct 2012 13:39:59
Revision:305832Original commit files touched by this commit
dinoex search for other commits by this committer
- cleanup comments
Feature safe: yes
0.9.25_2
24 Oct 2011 04:05:11
Original commit files touched by this commit
dinoex search for other commits by this committer
- honor PREFIX
PR:             161944
Submitted by:   Nali Toja
0.9.25_2
03 Jul 2011 13:45:36
Original commit files touched by this commit
ohauer search for other commits by this committer
- remove MD5
0.9.25_2
06 Dec 2009 15:08:37
Original commit files touched by this commit
luigi search for other commits by this committer
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
Original commit files touched by this commit
dinoex search for other commits by this committer
- fix segfaults for linked elfs binaries
PR:             138481
Submitted by:   Luigi Rizzo
0.9.25
21 Aug 2009 04:39:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- add experimetal support for new archs
0.9.25
21 May 2009 04:42:25
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to  0.9.25
http://bellard.org/tcc/changelog.html
0.9.24
27 Feb 2009 11:08:47
Original commit files touched by this commit
dinoex search for other commits by this committer
- add CONFLICTS with lang/TenDRA
PR:             130167
0.9.24
30 Nov 2008 21:00:42
Original commit files touched by this commit
dinoex search for other commits by this committer
- set ONLY_FOR_ARCHS i386
0.9.24
30 Nov 2008 14:03:58
Original commit files touched by this commit
dinoex search for other commits by this committer
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
Original commit files touched by this commit
gabor search for other commits by this committer
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
Original commit files touched by this commit
kris search for other commits by this committer
Schedule these ignored ports for termination on 2006-12-01
0.9.23_1
16 Aug 2006 22:12:53
Original commit files touched by this commit
kris search for other commits by this committer
Change BROKEN to IGNORE to prevent package build
0.9.23_1
19 May 2006 15:40:47
Original commit files touched by this commit
jkoshy search for other commits by this committer
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
Original commit files touched by this commit
jkoshy search for other commits by this committer
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
Original commit files touched by this commit
jkoshy search for other commits by this committer
Correct a plist error.

Reported by:    kris
0.9.23
16 May 2006 01:42:47
Original commit files touched by this commit
jkoshy search for other commits by this committer
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: 42