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/Makefile

Number of commits found: 38

Tuesday, 9 Jan 2024
15:41 Baptiste Daroussin (bapt) search for other commits by this committer
MAN[1-5]PREFIX: eleminate its usage  and move man to share/man
commit hash: e10e2022a9b32f3a8011a08e3929fa263a7bdb5d commit hash: e10e2022a9b32f3a8011a08e3929fa263a7bdb5d commit hash: e10e2022a9b32f3a8011a08e3929fa263a7bdb5d commit hash: e10e2022a9b32f3a8011a08e3929fa263a7bdb5d e10e202
Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 10 Nov 2018
18:12 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
Original commitRevision:484628 
Monday, 8 Jan 2018
15:34 cpm search for other commits by this committer
Back to the pool
Original commitRevision:458428 
Friday, 7 Apr 2017
16:03 amdmi3 search for other commits by this committer
- Remove always true OSVERSION condition
- While here, minor consmetic fixes

Approved by:	portmgr blanket
Original commitRevision:437935 
Tuesday, 27 Dec 2016
12:20 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
Original commitRevision:429612 
Tuesday, 26 Jul 2016
16:34 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
Original commitRevision:419127 
Wednesday, 1 Jun 2016
13:15 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
Original commitRevision:416242 
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, 5 Aug 2015
13:18 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
Original commitRevision:393585 
Friday, 24 Jul 2015
04:28 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)
Original commitRevision:392768 
Saturday, 23 Aug 2014
15:58 sunpoet search for other commits by this committer
- Update MAINTAINER

PR:		ports/192902
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
Original commitRevision:365746 
Tuesday, 29 Jul 2014
14:33 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)
Original commitRevision:363329 
Thursday, 19 Jun 2014
20:13 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)
Original commitRevision:358463 
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 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
Saturday, 3 Aug 2013
13:44 mat search for other commits by this committer
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Original commitRevision:324191 
Saturday, 2 Mar 2013
15:24 sunpoet search for other commits by this committer
- Restore PORTREVISION
Original commitRevision:313264 
14:52 miwi search for other commits by this committer
- Update to 0.9.25

PR:		176551
Submitted by:	Ports Fury
Original commitRevision:313251 
Thursday, 18 Oct 2012
19:13 dinoex search for other commits by this committer
- drop maintainership
Feature safe: yes
Original commitRevision:306082 
Saturday, 13 Oct 2012
13:39 dinoex search for other commits by this committer
- cleanup comments
Feature safe: yes
Original commitRevision:305832 
Monday, 24 Oct 2011
04:05 dinoex search for other commits by this committer
- honor PREFIX
PR:             161944
Submitted by:   Nali Toja
Original commit
Sunday, 6 Dec 2009
15:08 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
Original commit
Sunday, 29 Nov 2009
07:59 dinoex search for other commits by this committer
- fix segfaults for linked elfs binaries
PR:             138481
Submitted by:   Luigi Rizzo
Original commit
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
Friday, 27 Feb 2009
11:08 dinoex search for other commits by this committer
- add CONFLICTS with lang/TenDRA
PR:             130167
Original commit
Sunday, 30 Nov 2008
21:00 dinoex search for other commits by this committer
- set ONLY_FOR_ARCHS i386
Original commit
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
Saturday, 2 Sep 2006
20:27 kris search for other commits by this committer
Schedule these ignored ports for termination on 2006-12-01
Original commit
Wednesday, 16 Aug 2006
22:12 kris search for other commits by this committer
Change BROKEN to IGNORE to prevent package build
Original commit
Friday, 19 May 2006
15:40 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>
Original commit
02:07 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>
Original commit
Thursday, 18 May 2006
02:48 jkoshy search for other commits by this committer
Correct a plist error.

Reported by:    kris
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: 38