aboutsummaryrefslogtreecommitdiff
path: root/devel/stlport-icc
Commit message (Collapse)AuthorAgeFilesLines
* Second part of the stlport-icc fix for 4.x. [1]Alexander Leidinger2003-12-221-2/+3
| | | | | | | | | | | | | | This patch modifies some gcc parts too, but basically it makes the port respect CFLAGS. Because of bugs in combination with gcc 3.x and some optimization options the CFLAGS are hardcoded (better safe than sorry). I've tested the gcc part of the fix on 4-stable and two 5.x systems. Submitted by: Marius Strobl <marius@alchemy.franken.de> [1] Approved by: maintainer timeout (for devel/stlport) Notes: svn path=/head/; revision=96441
* Take over maintainership.Alexander Leidinger2003-08-221-1/+1
| | | | | | | Requested by: previous maintainer Notes: svn path=/head/; revision=87494
* Add back NO_PACKAGE with a description of the real reason that packagesKris Kennaway2003-07-311-0/+2
| | | | | | | | | | may not be distributed (distributing code created using icc requires a purchased license). Submitted by: Marius Strobl <marius@alchemy.franken.de> Notes: svn path=/head/; revision=86047
* No need to prevent package building of this port just because the icc portKris Kennaway2003-07-311-2/+0
| | | | | | | is NO_PACKAGE. Notes: svn path=/head/; revision=86007
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* Change maintainer from ports@.Alexander Leidinger2003-02-031-1/+1
| | | | Notes: svn path=/head/; revision=74586
* Fix homepageEdwin Groothuis2003-02-031-1/+1
| | | | | | | | PR: ports/47800 Submitted by: MA, Dunzi <tadaluch@s5.xrea.com> Notes: svn path=/head/; revision=74576
* Don't build a package, we don't have icc on the package building cluster.Alexander Leidinger2002-09-221-0/+2
| | | | | | | Approved by: kris Notes: svn path=/head/; revision=67029
* Slave port of devel/stlport for Intels C/C++ compiler.Alexander Leidinger2002-09-174-0/+414
This is a proof of concept and needs some improvements (it overwrites the includes of devel/stlport). It doesn't compile on -current at the moment because of some gcc specific system headers. Submitted by: marius@alchemy.franken.de Notes: svn path=/head/; revision=66504