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.

non port: lang/tcc/files/patch-Makefile

Number of commits found: 8

Friday, 13 May 2016
03:11 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
Original commitRevision:415095 
Wednesday, 29 Jan 2014
15:26 danfe search for other commits by this committer
Stafigy; clean up the Makefile and port description while here.
Original commitRevision:341749 
Saturday, 2 Mar 2013
14:52 miwi search for other commits by this committer
- Update to 0.9.25

PR:		176551
Submitted by:	Ports Fury
Original commitRevision:313251 
Friday, 21 Aug 2009
04:39 dinoex search for other commits by this committer
- add experimetal support for new archs
Original commit
Thursday, 21 May 2009
04:42 dinoex search for other commits by this committer
- update to  0.9.25
http://bellard.org/tcc/changelog.html
Original commit
Sunday, 30 Nov 2008
14:03 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/
Original commit
Monday, 19 Feb 2007
09:37 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)
Original commit
Tuesday, 16 May 2006
01:42 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.
Original commit

Number of commits found: 8