summaryrefslogtreecommitdiff
path: root/lang/gcc3-c++/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2004-09-08GCC generates and uses its own libtool to build shared libraries, andjlam1-6/+1
the resulting shared library names don't necessarily match the NetBSD names. Instead of hardcoding the shared library names in the PLISTs, only list the libtool archives in the PLISTs and dynamically determine the shared library names at post-install time and insert them into the PLIST. This fixes PLIST errors on non-NetBSD platforms. All of the magic is done in pkgsrc/lang/gcc3/language.mk. This should probably be generalized into something that could be used by all packages that use libtool.
2004-07-02update to 3.3.4drochner1-2/+2
bugfixes only afaict, no new features, no new files
2003-08-11update to 3.3.1drochner1-2/+2
2003-07-08some cleanup:drochner1-208/+208
-USE_NEW_TEXINFO, saves some patches -symlink libiberty.a into build tree instead of buildlink/lib, saves some patches -put common make rules into Makefile.common (for all) and buildaddon.mk (for all but the base "c" pkg)
2003-07-06Split the gcc3 pkg into per-language pieces.drochner1-0/+208
Needs some cleanup and integration; eventually lang/gcc3 can turn into a meta-pkg.