Subject: CVS commit: pkgsrc/lang
From: Johnny C. Lam
Date: 2004-09-08 12:22:01
Message id: 20040908102201.D58B12DA1D@cvs.netbsd.org

Log Message:
GCC generates and uses its own libtool to build shared libraries, and
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.

Files:
RevisionActionfile
1.2modifypkgsrc/lang/gcc3/language.mk
1.5modifypkgsrc/lang/gcc3-c++/PLIST
1.4modifypkgsrc/lang/gcc3-f77/PLIST
1.4modifypkgsrc/lang/gcc3-java/PLIST
1.3modifypkgsrc/lang/gcc3-objc/PLIST