./emulators/compat60, Shared libraries for NetBSD 6.0 compatibility

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.0, Package name: compat60-6.0, Maintainer: pkgsrc-users

This package supplies the shared library files needed to run dynamically
linked executables compiled under NetBSD 6.0 on a later NetBSD.

This package bridges the gap to NetBSD 6.1.


Required to run:
[emulators/compat61]

Required to build:
[pkgtools/cwrappers]

Package options: x11

Master sites: (Expand)


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:39:20 by Thomas Klausner | Files touched by this commit (1)
Log message:
compat60: add SHA512 checksums
   2015-05-03 17:01:12 by S.P.Zeidler | Files touched by this commit (25)
Log message:
fix compat60 (and strip down a lot to a backward compatibility package
	to NetBSD 6.1)
introduce compat61 (and compat61-x11 with it) as a backward compatibility
	package to NetBSD 7
add compat61* to mk/emulator/netbsd-compat.mk and emulators/Makefile

some sort of version for the binary compat packages might have been
useful, maybe abusing the DIST_SUBDIR? compat61 is likely to change
if/when NetBSD 6.2 is released
   2013-02-17 18:24:09 by S.P.Zeidler | Files touched by this commit (37)
Log message:
NetBSD compat packages. They chain each other so if you're on NetBSD-6.0
and want NetBSD-5.0 compatibility, compat50 will depend on compat51 to
bridge the gap. There is currently no need for a compat52, nor for a
compat60-x11.

The compat tarballs may be larger than strictly necessary.
Testing was 'lightly', so there's probably Room for Improvement (tm).