summaryrefslogtreecommitdiff
path: root/devel/stlport
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-02-04Fixed the do-install target for unprivileged users. The directories hadrillig1-14/+19
been installed without execute permission. While here, fixed almost all pkglint warnings.
2006-02-04Sorted PLIST.rillig1-73/+73
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-3/+3
NO_BUILD, USE_LIBTOOL.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-04Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changedjlam1-3/+4
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to the configure and build processes.
2004-11-12Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're addedjlam3-7/+8
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-9/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
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.