Path to this page:
./
emulators/compat14,
Shared libraries for NetBSD 1.4 compatibility
Branch: CURRENT,
Version: 1.4.3.1nb2,
Package name: compat14-1.4.3.1nb2,
Maintainer: pkgsrc-usersThis package supplies the user files needed to run dynamically linked
executables compiled under NetBSD 1.4.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2003/08/30 19:02:33 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
Required to run:[
emulators/netbsd32_compat15]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 1587.841 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2007-12-26) Updated to version: compat14-1.4.3.1nb2
- (2007-09-09) Updated to version: netbsd32_compat14-1.4.3.1nb2
- (2007-08-30) Updated to version: netbsd32_compat14-1.4.3.1nb2
- (2007-08-25) Updated to version: netbsd32_compat14nb2
- (2007-08-22) Updated to version: netbsd32_compat14nb2
CVS history: (Expand)