./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 [+/-]

Required to run:
[emulators/compat14]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 323.616 KB

Version history: (Expand)


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.