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 on branch 2022Q2
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.

There are no commits on branch 2022Q2 for this port