FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 12:12 PM BST
non port: lang/tcc/Makefile
CVSWeb

Number of commits found: 15

Mon, 24 Oct 2011
[ 04:05 dinoex ] Original commit 
1.15 lang/tcc/Makefile
- honor PREFIX
PR:             161944
Submitted by:   Nali Toja
Sun, 6 Dec 2009
[ 15:08 luigi ] Original commit 
1.14 lang/tcc/Makefile
1.2 lang/tcc/files/README.tccelf
1.3 lang/tcc/files/patch-libtcc.c
1.1 lang/tcc/files/patch-z1-preproc
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
Sun, 29 Nov 2009
[ 07:59 dinoex ] Original commit 
1.13 lang/tcc/Makefile
1.1 lang/tcc/files/README.tccelf
1.2 lang/tcc/files/patch-libtcc.c
1.1 lang/tcc/files/patch-tccelf.c
- fix segfaults for linked elfs binaries
PR:             138481
Submitted by:   Luigi Rizzo
Fri, 21 Aug 2009
[ 04:39 dinoex ] Original commit 
1.12 lang/tcc/Makefile
1.5 lang/tcc/files/patch-Makefile
1.1 lang/tcc/files/patch-configure
1.1 lang/tcc/files/patch-libtcc.c
1.5 lang/tcc/pkg-plist
- add experimetal support for new archs
Thu, 21 May 2009
[ 04:42 dinoex ] Original commit 
1.11 lang/tcc/Makefile
1.4 lang/tcc/distinfo
1.4 lang/tcc/files/patch-Makefile
- update to  0.9.25
http://bellard.org/tcc/changelog.html
Fri, 27 Feb 2009
[ 11:08 dinoex ] Original commit 
1.10 lang/tcc/Makefile
- add CONFLICTS with lang/TenDRA
PR:             130167
Sun, 30 Nov 2008
[ 21:00 dinoex ] Original commit 
1.9 lang/tcc/Makefile
- set ONLY_FOR_ARCHS i386
[ 14:03 dinoex ] Original commit 
1.609 lang/Makefile
1.8 lang/tcc/Makefile
1.3 lang/tcc/distinfo
1.3 lang/tcc/files/patch-Makefile
1.3 lang/tcc/pkg-descr
1.4 lang/tcc/pkg-plist
1.1 lang/tcc/files/texi2pod.pl
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/
Mon, 19 Feb 2007
[ 09:37 gabor ] Original commit 
1.1303 MOVED
1.541 lang/Makefile
1.7 lang/tcc/Makefile
1.2 lang/tcc/distinfo
1.17450 /CVSROOT/modules
1.2 lang/tcc/files/patch-Makefile
1.2 lang/tcc/pkg-descr
1.3 lang/tcc/pkg-plist
Remove expired port:

2006-12-01 lang/tcc: is only for i386, and you are running amd64.

Approved by:    erwin (mentor, implicit)
Sat, 2 Sep 2006
[ 20:27 kris ] Original commit 
1.7 deskutils/mhc-xemacs21-mule/Makefile
1.7 devel/callgrind/Makefile
1.18 devel/hs-crypto/Makefile
1.11 devel/stlport-icc/Makefile
1.4 games/flightgear-l410/Makefile
1.14 graphics/dvipng/Makefile
1.21 graphics/panorama/Makefile
1.27 japanese/dvi2ps/Makefile
1.6 lang/tcc/Makefile
1.5 mail/p5-Sendmail-Milter/Makefile

(Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Schedule these ignored ports for termination on 2006-12-01
Wed, 16 Aug 2006
[ 22:12 kris ] Original commit 
1.5 lang/tcc/Makefile
Change BROKEN to IGNORE to prevent package build
Fri, 19 May 2006
[ 15:40 jkoshy ] Original commit 
1.4 lang/tcc/Makefile
Register a conflict with TenDRA-4*.

Reminded by:    Volker Stolz <stolz at i2.informatik.rwth-aachen.de>
[ 02:07 jkoshy ] Original commit 
1.3 lang/tcc/Makefile
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>
Thu, 18 May 2006
[ 02:48 jkoshy ] Original commit 
1.2 lang/tcc/Makefile
1.2 lang/tcc/pkg-plist
Correct a plist error.

Reported by:    kris
Tue, 16 May 2006
[ 01:42 jkoshy ] Original commit 
1.485 lang/Makefile
1.1 lang/tcc/Makefile
1.1 lang/tcc/distinfo
1.1 lang/tcc/files/patch-Makefile
1.1 lang/tcc/pkg-descr
1.1 lang/tcc/pkg-plist
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: 15

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23675
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 5
new 48 hours19
new 7 days62
new fortnight184
new month256

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.24 seconds.