aboutsummaryrefslogtreecommitdiff
path: root/devel/stlport
Commit message (Collapse)AuthorAgeFilesLines
* 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