Path to this page:
./
emulators/compat12,
Shared libraries for NetBSD 1.2 (and earlier) compatibility
Branch: pkgsrc-2007Q2,
Version: 1.2.1,
Package name: compat12-1.2.1,
Maintainer: pkgsrc-usersThis package supplies the user files necessary for full compatibility with
dynamically linked executables compiled under NetBSD 1.1 through 1.2.1.
You still need the option COMPAT_12 in your kernel configuration (and
probably others; see options(4) for more information) to make use of
NetBSD 1.2 binaries.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2003/08/30 18:53:07 jlam Exp $
case ${STAGE} in
POST-DEINSTALL)
COMPAT_LIBDIR=@COMPAT_LIBDIR@
${RMDIR} -p ${PKG_PREFIX}/${COMPAT_LIBDIR} 2>/dev/null || ${TRUE}
# Regenerate the shared library cache. This should work on either
# a.out or on ELF with the 1.5 release.
#
( @LDCONFIG@ || ${TRUE} ) >/dev/null 2>&1
;;
esac
Master sites: (Expand)
Version history: (Expand)
- (2007-08-25) Package added to pkgsrc.se, version compat12-1.2.1 (created)