Path to this page:
./
cross/freemint-pml,
PML math library for FreeMiNT
Branch: CURRENT,
Version: 2.03nb1,
Package name: cross-freemint-pml-2.03nb1,
Maintainer: ryoonPML for FreeMiNT (OS for Atari ST) cross-compile environment.
Required to run:[
shells/bash] [
math/mpfr] [
devel/gmp] [
math/mpcomplex] [
cross/freemint-binutils] [
cross/freemint-mintbin] [
cross/freemint-mintlib]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 51.517 KB
Version history: (Expand)
- (2018-01-28) Updated to version: cross-freemint-pml-2.03nb1
- (2013-09-12) Package added to pkgsrc.se, version cross-freemint-pml-2.03 (created)
CVS history: (Expand)
2025-01-22 00:54:39 by Thomas Klausner | Files touched by this commit (5) |
Log message:
freemint-pml: fix build
Fix some texinfo errors, mark as not RELRO/STACKCHECK compatible.
|
2021-11-18 17:05:28 by Nia Alarie | Files touched by this commit (2) |
Log message:
freemint-*: disable MKPIE some more
|
2021-10-26 12:07:57 by Nia Alarie | Files touched by this commit (59) |
Log message:
cross: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (some may be fetched
conditionally):
./cross/avr-gcc/distinfo isl-0.24.tar.bz2
|
2021-10-07 15:30:28 by Nia Alarie | Files touched by this commit (60) |
Log message:
cross: Remove SHA1 hashes for distfiles
|
2020-08-07 14:42:07 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(cross/freemint-pml) Fix build by adding the same patches as freemint-mintlib
|
2018-01-28 17:24:15 by Thomas Klausner | Files touched by this commit (71) |
Log message:
recursive bump after mpfr shlib major bump
|
2016-12-19 14:35:53 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Fix texinfo syntax.
|
2015-11-25 13:49:12 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
Remove mk/find-prefix.mk usage from the cross category.
The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.
Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.
Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.
|