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