Path to this page:
./
emulators/compat14-crypto,
Shared libraries for NetBSD 1.4 (and earlier) compatibility
Branch: pkgsrc-2007Q2,
Version: 1.4.3.1nb1,
Package name: compat14-crypto-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. You still need
the option COMPAT_14 in your kernel configuration (and probably others;
see options(4) for more information) to make use of NetBSD 1.4 binaries.
This package includes the crypto-enabled "domestic" set libraries.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2003/08/30 19:00:03 jlam Exp $
case ${STAGE} in
POST-DEINSTALL)
MACHINE_ARCH=@MACHINE_ARCH@
COMPAT_LIBDIR=@COMPAT_LIBDIR@
COMPAT_XLIBDIR=@COMPAT_XLIBDIR@
if [ "${MACHINE_ARCH}" = "mipsel" ]
then
${RM} -f ${PKG_PREFIX}/libexec/ld.so
${RMDIR} -p ${PKG_PREFIX}/libexec 2>/dev/null || ${TRUE}
fi
${RMDIR} -p ${PKG_PREFIX}/${COMPAT_LIBDIR} ${PKG_PREFIX}/${COMPAT_XLIBDIR} 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 compat14-crypto-1.4.3.1nb1 (created)