summaryrefslogtreecommitdiff
path: root/devel/stlport
AgeCommit message (Collapse)AuthorFilesLines
2004-04-27Convert to buildlink3.snj1-3/+3
2004-04-26Unused.wiz1-23/+0
2004-02-14This package also needs plain C.mrauch1-2/+2
2004-02-02These packages need a C++ compiler.jlam1-2/+2
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-05Update to version 4.6:mrauch16-325/+311
* support for compilation with gcc3 added * ANSI conformance fixes * smaller bugfixes and performance optimisations see etc/ChangeLog for a full list E-mail to MAINTAINER bounces, therefore reset to default value
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant1-3/+2
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-6/+6
2002-10-01Provide BUILDLINK_CPPFLAGS.stlport to locate stlport headers.jlam1-1/+3
2002-09-30Use >=4.0bn1 for additional fixes.jlam1-2/+2
2002-09-30Remove unused buildlink.mk file.jlam1-35/+0
2002-09-30Default to a build dependency on stlport as most software just needs itsjlam1-1/+2
STL headers, not the extra iostream library.
2002-09-30Use buildlink2 and use gcc/buildlink2.mk instead of homegrown GCC detectionjlam3-31/+19
code. We lose the ability to build with PGCC, but that will be added back into gcc/buildlink2.mk soon.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam3-2/+22
buildlink2.mk files back into the main trunk.
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.