Port details |
- stlport-icc Adaptation of SGI's Standard Template Library for ICC
- 4.6.2 devel
=3 4.6.2Version of this port present on the latest quarterly branch. DEPRECATED: does not work with stlport 4.6.2
This port expired on: 2006-12-01
IGNORE: does not work with stlport 4.6.2
- Maintainer: netchild@FreeBSD.org
 - Port Added: 2002-09-17 13:01:42
- Last Update: 2006-12-20 13:51:16
- SVN Revision: UNKNOWN
- People watching this port, also watch:: aspell, python
- License: not specified in port
- WWW:
- http://www.sgi.com/tech/stl/
- Description:
- STLport is an adaptation of SGI's Standard Template Library.
The goal of the STLport effort is to make SGI's STL
implementation usable with most compilers while retaining full
functionality.
The Standard Template Library is a C++ library of container
classes, algorithms, and iterators providing many of the basic
algorithms and data structures of computer science.
WWW: http://www.sgi.com/tech/stl/
--
Josh Gilliam <josh@quick.net>
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- stlport-icc>0:devel/stlport-icc
- No installation instructions:
- This port has been deleted.
- PKGNAME: there is no package for this port: NO_PACKAGE = Software compiled with icc may not be redistributed without a purchased license
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Master port: devel/stlport
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- icc : lang/icc
- icpc : lang/icc
- gmake : devel/gmake
- Runtime dependencies:
-
- ldconfig : misc/ldconfig_compat
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: devel/stlport |
Commit | Credits | Log message |
4.6.2 20 Dec 2006 13:51:16
 |
vd  |
Remove expired leaf port:
2006-12-01 devel/stlport-icc: does not work with stlport 4.6.2 |
4.6.2 02 Sep 2006 20:27:12
 |
kris  |
Schedule these ignored ports for termination on 2006-12-01 |
4.5.3 20 Nov 2004 16:03:21
 |
pav  |
- Mark IGNORE, this does not work with new version of stlport, yet.
Submitted by: icc cabal |
4.5.3_3 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
4.5.3_2 22 Dec 2003 15:28:18
 |
netchild  |
Second part of the stlport-icc fix for 4.x. [1]
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) |
4.5.3_1 22 Aug 2003 11:33:00
 |
netchild  |
Take over maintainership.
Requested by: previous maintainer |
4.5.3_1 31 Jul 2003 11:49:31
 |
kris  |
Add back NO_PACKAGE with a description of the real reason that packages
may not be distributed (distributing code created using icc requires
a purchased license).
Submitted by: Marius Strobl <marius@alchemy.franken.de> |
4.5.3_1 31 Jul 2003 03:53:57
 |
kris  |
No need to prevent package building of this port just because the icc port
is NO_PACKAGE. |
4.5.3_1 21 Feb 2003 11:23:04
 |
knu  |
De-pkg-comment. |
4.5.3_1 03 Feb 2003 14:42:28
 |
netchild  |
Change maintainer from ports@. |
4.5.3_1 03 Feb 2003 13:45:57
 |
edwin  |
Fix homepage
PR: ports/47800
Submitted by: MA, Dunzi <tadaluch@s5.xrea.com> |
4.5.3_1 22 Sep 2002 13:10:48
 |
netchild  |
Don't build a package, we don't have icc on the package building cluster.
Approved by: kris |
4.5.3_1 17 Sep 2002 13:01:26
 |
netchild  |
Slave port of devel/stlport for Intels C/C++ compiler.
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 |