aboutsummaryrefslogtreecommitdiff
path: root/devel/stlport
Commit message (Collapse)AuthorAgeFilesLines
* Use pre-everything:: instead of pre-everything: to avoid conflict withKris Kennaway2003-02-281-1/+1
| | | | | | | targets in bsd.port.mk Notes: svn path=/head/; revision=76674
* De-pkg-comment.Akinori MUSHA2003-02-212-2/+2
| | | | Notes: svn path=/head/; revision=76032
* This change only affects the icc part of stlport:Alexander Leidinger2002-09-222-4/+4
| | | | | | | | | | - link with the threaded libc (the gcc case does this already) Submitted by: marius@alchemy.franken.de Approved by: kris Notes: svn path=/head/; revision=67030
* Patch to be able to make a slave port for Intels C/C++ compiler.Alexander Leidinger2002-09-179-10/+198
| | | | | | | | Submitted by: marius@alchemy.franken.de Approved by: Paul Marquis <pmarquis@pobox.com> (maintainer) Notes: svn path=/head/; revision=66503
* Warn of potential exception handling bugs in FreeBSD versions < 4.6.Kevin Lo2002-06-281-1/+13
| | | | | | | | PR: 39921 Submitted by: MAINTAINER Notes: svn path=/head/; revision=62145
* Unbreak build for gcc-2.95.4Ying-Chieh Liao2002-06-261-3/+3
| | | | | | | | PR: 39826, 39872 Submitted by: maintainer Notes: svn path=/head/; revision=61974
* style cleanupsYing-Chieh Liao2002-06-255-13/+16
| | | | | | | | | | remove *.orig to make PLIST right PR: 39838 Submitted by: maintainer Notes: svn path=/head/; revision=61950
* - -D_REENTRANT is still needed. For STABLE and CURRENT.Martin Blapp2002-06-073-19/+5
| | | | | | | - Delete obsoleted patch Notes: svn path=/head/; revision=60759
* - Respect USE_GCC=Martin Blapp2002-06-074-2/+70
| | | | | | | | | - Make the library really threadsafe. This has been broken in CURRENT since the port exists. - Add a gcc31 workaround Notes: svn path=/head/; revision=60757
* Fix compile for gcc3. On CURRENT, the exception tests are failing. ThisMartin Blapp2002-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. Notes: svn path=/head/; revision=60725
* Do not tinker with the ALL_TARGET. The existing version makes cleanMikhail Teterin2002-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 Notes: svn path=/head/; revision=55837
* The tests are only working if compiled without -O. With -OMartin Blapp2002-03-051-0/+14
| | | | | | | | we get a bus error. This may be true for other code who uses the STLport. Notes: svn path=/head/; revision=55556
* Update to 4.5.3Patrick Li2002-02-172-2/+2
| | | | | | | | PR: 35054 Submitted by: maintainer Notes: svn path=/head/; revision=54830
* - update to 4.5.1Pete Fritchman2001-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 Notes: svn path=/head/; revision=52123
* upgrade to 4.5Ying-Chieh Liao2001-12-218-106/+345
| | | | | | | | | | assign maintainer PR: 31053 Submitted by: Paul Marquis <pmarquis@pobox.com> (new maintainer) Notes: svn path=/head/; revision=51945
* Mark broken for FreeBSD < 4.4.David E. O'Brien2001-10-171-0/+4
| | | | | | | | Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> PR: 30890 Notes: svn path=/head/; revision=48872
* o fix installation permissions in do-install targetMario Sergio Fujikawa Ferreira2001-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> Notes: svn path=/head/; revision=48420
* The wchar.h header required by this port seems to have been addedTrevor Johnson2001-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> Notes: svn path=/head/; revision=47237
* Fix the STLport. It now compiles on 5-current and RELENG_4 !!David E. O'Brien2001-08-212-8/+1
| | | | Notes: svn path=/head/; revision=46618
* Remove duplicate words where appropriate.Dima Dorfman2001-06-241-1/+1
| | | | | | | Approved by: sobomax, obrien Notes: svn path=/head/; revision=44392
* Mark this broken with "YES I _KNOW_ THIS IS BROKEN. DO **NOT** EMAIL ME ↵David E. O'Brien2001-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. Notes: svn path=/head/; revision=43329
* Upgrade the STLport to version 4.0.David E. O'Brien2001-05-174-85/+367
| | | | | | | With help from: NetBSD, Tim Tretyak <timothy@umc.com.ua> Notes: svn path=/head/; revision=42687
* Upgrade to version 4.0.David E. O'Brien2001-03-213-22/+7
| | | | Notes: svn path=/head/; revision=40135
* fix WWW: formattin'David E. O'Brien2001-03-211-1/+1
| | | | Notes: svn path=/head/; revision=40134
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-3/+3
| | | | Notes: svn path=/head/; revision=27505
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-4/+4
| | | | Notes: svn path=/head/; revision=25734
* Adopt ports I care about.David E. O'Brien1999-10-261-0/+3
| | | | Notes: svn path=/head/; revision=22651
* Remove josh@quick.net as MAINTAINER. Email to josh@quick.net hasBill Fenner1999-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. Notes: svn path=/head/; revision=22561
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Import of stlport:Justin M. Seger1998-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 Notes: svn path=/head/; revision=15407