Path to this page:
./
emulators/netbsd32_compat14,
32-bit shared libraries for NetBSD 1.4 (and earlier) compatibility
Branch: pkgsrc-2007Q2,
Version: 1.4.3.1nb1,
Package name: netbsd32_compat14-1.4.3.1nb1,
Maintainer: pkgsrc-usersThis package supplies the user files necessary for full compatibility with
dynamically linked executables compiled under NetBSD 1.4, on a 32-bit
platform, running on a 64-bit host.. You still need the options COMPAT_14
and COMPAT_NETBSD32 in your kernel configuration (and probably others; see
options(4) for more information) to make use of NetBSD 1.4 binaries.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2003/08/30 19:07:10 jlam Exp $
case ${STAGE} in
POST-DEINSTALL)
MACHINE_ARCH=@MACHINE_ARCH@
COMPAT_LIBDIR=@COMPAT_LIBDIR@
COMPAT_XLIBDIR=@COMPAT_XLIBDIR@
${RMDIR} -p ${PKG_PREFIX}/${COMPAT_LIBDIR} ${PKG_PREFIX}/${COMPAT_XLIBDIR} 2>/dev/null || ${TRUE}
# clean up the symlink
${RM} -f /emul/aout
# 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)
SHA1: 7c00ede3cf18bfc437e9262f0e583bde5f134004
RMD160: 7e1aba3308a3efec20384a1170f4b7b2d5e7ac72
Filesize: 1607.503 KB
Version history: (Expand)
- (2007-08-25) Package added to pkgsrc.se, version netbsd32_compat14-1.4.3.1nb1 (created)