| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=ei8ikdjrvntke0kq88us71saak; path=/
content-type: text/html; charset=UTF-8
date: Sun, 28 Dec 2025 22:50:10 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
compat13
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./emulators/compat13, Shared libraries for NetBSD 1.3 compatibility
[
Branch: CURRENT, Version: 1.3.3nb3, Package name: compat13-1.3.3nb3, Maintainer: pkgsrc-users
This package supplies the user files needed to run dynamically linked
executables compiled under NetBSD 1.3.
DEINSTALL [+/-]
Required to run:
[emulators/compat14]
Required to build:
[pkgtools/cwrappers]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
compat13filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./emulators/compat13, Shared libraries for NetBSD 1.3 compatibility
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 1.3.3nb3, Package name: compat13-1.3.3nb3, Maintainer: pkgsrc-users
This package supplies the user files needed to run dynamically linked
executables compiled under NetBSD 1.3.
DEINSTALL [+/-]
# $NetBSD: DEINSTALL,v 1.2 2003/08/30 18:57:03 jlam Exp $
case ${STAGE} in
POST-DEINSTALL)
MACHINE_ARCH=@MACHINE_ARCH@
COMPAT_LIBDIR=@COMPAT_LIBDIR@
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} 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
case ${STAGE} in
POST-DEINSTALL)
MACHINE_ARCH=@MACHINE_ARCH@
COMPAT_LIBDIR=@COMPAT_LIBDIR@
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} 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/compat14]
Required to build:
[pkgtools/cwrappers]
Master sites: (Expand)
- https://cdn.NetBSD.org/pub/pkgsrc/distfiles/LOCAL_PORTS/ (Download)
- https://ftp.fr.NetBSD.org/pub/pkgsrc/distfiles/LOCAL_PORTS/ (Download)
- https://ftp.NetBSD.org/pub/pkgsrc/distfiles/LOCAL_PORTS/ (Download)
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2017-11-23) Package has been reborn
- (2007-12-26) Updated to version: compat13-1.3.3nb3
CVS history: (Expand)
| 2021-11-15 18:43:56 by Thomas Klausner | Files touched by this commit (21) |
Log message: compat*: use BLAKE2s |
| 2021-10-07 15:49:53 by Nia Alarie | Files touched by this commit (289) |
Log message: emulators: Remove SHA1 hashes for distfiles |
| 2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message: all: migrate several HOMEPAGEs to https pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU. |
| 2019-04-27 15:14:41 by Thomas Klausner | Files touched by this commit (1) |
Log message: compat13: add SH512 checksums |
| 2009-06-14 19:51:11 by Joerg Sonnenberger | Files touched by this commit (120) |
Log message: Remove @dirrm entries from PLISTs |
| 2007-10-07 14:59:16 by OKANO Takayoshi | Files touched by this commit (33) |
Log message: fix obsolete URLs for www.NetBSD.org close PR pkg/37071 reviewd by xtraeme@ |
| 2006-10-19 21:37:38 by Thomas Klausner | Files touched by this commit (5) |
Log message: Mark as NO_SRC_ON_FTP -- files are already in MASTER_SITE_LOCAL. |
| 2006-05-23 00:22:05 by Johnny C. Lam | Files touched by this commit (49) |
Log message: Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set. |
