summaryrefslogtreecommitdiffstats
path: root/devel/stlport
Commit message (Collapse)AuthorAgeFilesLines
* Since kris marked this port broken on amd64, the port has been updated.arved2005-01-251-2/+2
| | | | | I can build the new version on amd64, and i couldn't find a recent pointyhat errorlog, so remove BROKEN for amd64
* - Utilize a new gcc featuresem2004-12-121-7/+6
| | | | | PR: ports/74550 Submitted by: Sepherosa Ziehau <sepherosa(at)softhome.net>
* - Reset longterm inactive maintainerpav2004-11-201-1/+1
|
* - Update to 4.6.2pav2004-11-2013-80/+88
| | | | | | PR: ports/73604 Submitted by: Sepherosa Ziehau <sepherosa@softhome.net> Approved by: maintainer timeout (2 weeks)
* Unbreak slave port devel/stlport-iccahze2004-10-311-4/+4
| | | | Approved by: adamw (mentor)
* BROKEN on 5.x: Does not compilekris2004-09-261-0/+4
| | | | Approved by: portmgr (self)
* Add size data, approved by maintainers.trevor2004-03-201-0/+1
|
* BROKEN on alpha and amd64: Segfault during buildkris2004-02-231-0/+4
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* Follow-Up commit: Document the reason for the hardcoded flags andnetchild2003-12-221-2/+3
| | | | use the correct defaults...
* Second part of the stlport-icc fix for 4.x. [1]netchild2003-12-226-38/+76
| | | | | | | | | | | 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)
* Before committing the previous BROKEN changes I carefully checked the statuskris2003-10-161-4/+0
| | | | | | | | | of each port on bento and for recent fixes. Unfortunately at some point I got confused and switched to the wrong list :-) As a result I picked up a number of ports that were fixed a while ago. Sorry for the false alarm, maintainers. Pointy hat to: kris
* BROKEN on 5.x: does not compilekris2003-10-161-0/+4
|
* I forgot to remove the now empty cwchar patch in my last commit...netchild2003-10-051-0/+0
| | | | Reminded by: Marius Strobl <marius@alchemy.franken.de>
* Fix stlport:netchild2003-10-054-26/+45
| | | | | | | | | | | | | | | | | | | | ---snip--- The patch is tested (and works) on FreeBSD/i386 -stable and -current with GCC. Although there are no ICC-specific changes I verified that it doesn't break lang/stlport-icc. On FreeBSD/alpha and FreeBSD/sparc64 -current lang/stlport compiles with this patch however the exception handling test fails. On alpha this looks like a GCC-bug, on sparc64 it could be also a bug in FreeBSD however GCC is known to have bugs there. The patch has also a small fix for the Makefile of the port to allow concurrent buils with `make -jX`. The wchar-related part of the patch (which is also needed to fix compilation on -current) is obtained from the STLport CVS repository. ---snip--- PR: 57267 Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: maintainer
* Update WWW.kuriyama2003-08-171-1/+1
| | | | | PR: ports/54925 Submitted by: Jens Rehsack <rehsack@liwing.de>
* Use pre-everything:: instead of pre-everything: to avoid conflict withkris2003-02-281-1/+1
| | | | targets in bsd.port.mk
* De-pkg-comment.knu2003-02-212-2/+2
|
* This change only affects the icc part of stlport:netchild2002-09-222-4/+4
| | | | | | | - link with the threaded libc (the gcc case does this already) Submitted by: marius@alchemy.franken.de Approved by: kris
* Patch to be able to make a slave port for Intels C/C++ compiler.netchild2002-09-179-10/+198
| | | | | Submitted by: marius@alchemy.franken.de Approved by: Paul Marquis <pmarquis@pobox.com> (maintainer)
* Warn of potential exception handling bugs in FreeBSD versions < 4.6.kevlo2002-06-281-1/+13
| | | | | PR: 39921 Submitted by: MAINTAINER
* Unbreak build for gcc-2.95.4ijliao2002-06-261-3/+3
| | | | | PR: 39826, 39872 Submitted by: maintainer
* style cleanupsijliao2002-06-255-13/+16
| | | | | | | remove *.orig to make PLIST right PR: 39838 Submitted by: maintainer
* - -D_REENTRANT is still needed. For STABLE and CURRENT.mbr2002-06-073-19/+5
| | | | - Delete obsoleted patch
* - Respect USE_GCC=mbr2002-06-074-2/+70
| | | | | | - Make the library really threadsafe. This has been broken in CURRENT since the port exists. - Add a gcc31 workaround
* Fix compile for gcc3. On CURRENT, the exception tests are failing. Thismbr2002-06-062-0/+38
| | | | | works fine on STABLE with gcc3. This is also the reason for the non working Openoffice port, which depends on this port.
* Do not tinker with the ALL_TARGET. The existing version makes cleanmi2002-03-102-1/+12
| | | | | | | before all, which will restart the whole build every time you interrupt it... Run the bundled tests after in post-build. Obey the CXXFLAGS. Approved by: maintainer
* The tests are only working if compiled without -O. With -Ombr2002-03-051-0/+14
| | | | | we get a bus error. This may be true for other code who uses the STLport.
* Update to 4.5.3pat2002-02-172-2/+2
| | | | | PR: 35054 Submitted by: maintainer
* - update to 4.5.1petef2001-12-247-230/+11
| | | | | | | | | - remove unnecessary master site - fix typo in BROKEN (requires -> Requires) - fix typo in INSTALLS_SHLIB (ye -> yes) PR: 33152 Submitted by: maintainer
* upgrade to 4.5ijliao2001-12-218-106/+345
| | | | | | | assign maintainer PR: 31053 Submitted by: Paul Marquis <pmarquis@pobox.com> (new maintainer)
* Mark broken for FreeBSD < 4.4.obrien2001-10-171-0/+4
| | | | | Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> PR: 30890
* o fix installation permissions in do-install targetlioux2001-10-042-14/+16
| | | | | | | | o un"echo" installation (less noise) o add missing entry in PLIST PR: 31016 Submitted by: Patrick Li <pat@databits.net>
* The wchar.h header required by this port seems to have been addedtrevor2001-08-311-1/+8
| | | | | | | | to -STABLE without a change in __FreeBSD_version . Check for the existence of the header, and mark BROKEN if it is missing. PR: 30121 Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* Fix the STLport. It now compiles on 5-current and RELENG_4 !!obrien2001-08-212-8/+1
|
* Remove duplicate words where appropriate.dd2001-06-241-1/+1
| | | | Approved by: sobomax, obrien
* Mark this broken with "YES I _KNOW_ THIS IS BROKEN. DO **NOT** EMAIL ME ↵obrien2001-05-301-0/+2
| | | | | | ABOUT THIS PORT UNLESS YOU ARE FUNISHING A PATCH TO FIX IT." I am sick and tired of getting usless email about this port.
* Upgrade the STLport to version 4.0.obrien2001-05-174-85/+367
| | | | With help from: NetBSD, Tim Tretyak <timothy@umc.com.ua>
* Upgrade to version 4.0.obrien2001-03-213-22/+7
|
* fix WWW: formattin'obrien2001-03-211-1/+1
|
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-3/+3
|
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* Style nits in the ports I maintain.obrien2000-02-131-4/+4
|
* Adopt ports I care about.obrien1999-10-261-0/+3
|
* Remove josh@quick.net as MAINTAINER. Email to josh@quick.net hasfenner1999-10-211-2/+0
| | | | | | | | | been bouncing with: <josh@quick.net>: host mx.quick.net said: 550 <josh@quick.net>... User unknown for over 2 months.
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* Import of stlport:jseger1998-12-186-0/+155
STLport is an 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. PR: ports/8939 Submitted by: josh@quick.net
OpenPOWER on IntegriCloud