summaryrefslogtreecommitdiff
path: root/lang/gcc3-f77/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2004-09-08GCC generates and uses its own libtool to build shared libraries, andjlam1-5/+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.
2003-07-08oops, I was assuming the .info files are put into the packlistdrochner1-1/+2
automatically. Not true appearently.
2003-07-08some cleanup:drochner1-13/+12
-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/+13
Needs some cleanup and integration; eventually lang/gcc3 can turn into a meta-pkg.