summaryrefslogtreecommitdiff
path: root/devel/stlport
AgeCommit message (Collapse)AuthorFilesLines
2002-05-20Add NetBSD tags.cjep2-0/+2
2002-03-01Added some .if ... .endif glue to detect the gcc version. Now systems withmartti1-1/+6
gcc 2.95.3 in /usr/bin don't need to build lang/gcc (pkg/15620).
2002-02-25gcc 2.95.2 was ABI incompatible (C++ symbol names were mangled with "."mrauch1-3/+3
instead of "$"). Set requirement to gcc-2.95.3
2002-01-08* Patches for two header files to adjust path fragments in #includemrauch2-2/+6
statements for NetBSD * __unix is not any longer defined in new-toolchain gcc's so add __NetBSD__ to make it compile again Bumped version number as a package without the first fix may break other ones.
2002-01-08* Patches for two header files to adjust path fragments in #includemrauch3-0/+39
statements for NetBSD * __unix is not any longer defined in new-toolchain gcc's so add __NetBSD__ to make it compile again Bumped version number as a package without the first fix may break other ones.
2001-12-15Libraries are found as lib/libstlport* (not lib/stlport*)martti1-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-26Add buildlink.mk file for use by other package Makefiles. Provided injlam1-0/+35
pkg/13999 by Martti Kuparinen <martti.kuparinen@iki.fi>.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-08Don't keep re-evaluating GCC_BINDIR -- preserve its value in MAKEFLAGS andjlam1-5/+3
don't compute its value if it's already defined.
2001-04-30Fix --tag errors associated with building with the latest libtool.jlam3-35/+36
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-11/+9
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-26Use whichever of gcc or pgcc is installed during compilation. Also modifyjlam1-5/+16
the dependency to allow either gcc or pgcc of the appropriate version.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-13Add trailing slash to HOMEPAGE.jlam1-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+7
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-27STLport - a complete C++ standard library implementation, base on the freejlam12-0/+627
SGI STL implementation, with emphasis on cross-platform and cross-compiler portability. This package is base on the submission by Emmanuel Dreyfus <p99dreyf@criens.u-psud.fr> in PR#11810, but modified by me to use libtool for library generation and to install the complete set of headers.