Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (26m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-27 21:11:42 UTC Now

2017-11-08 16:29:39 UTC MAIN commitmail json YAML

p5-FFI-CheckLib: update to 0.18.

0.18      2017-10-25 10:00:47 -0400
  - Production version identical to 0.17_02

0.17_02  2017-10-14 01:03:04 -0400
  - Fix Windows testing regression introduced in 0.17_01

0.17_01  2017-10-13 15:58:30 -0400
  - Filter out broken and recursive symlinks
  - Better handle symlinked .so files on platforms that support that.

    Previously, we preferred the longer .so names (ie, libfoo.so.1.2.3)
    over the shorter .so names (libfoo.so) since the latter is usually a
    symlink, and the former may have useful "version" information in the
    filename.  That is a problem when a system is using symlinks to indicate
    a preference, (for example, if there are both libfoo.so.1.2.3,
    libfoo.so.1.2.4 and libfoo.so is a symlink to one of those).

    Now we still endevour to return the long .so name, but use the short
    name to see which one is preferred by the operating system, or user.

    In the absense of any symlinks to disambiguate two libraries with the
    same name, we prefer the one with a newer version number.  That is
    libfoo.so.2.3.4 would be preferred over libfoo.so.1.2.3

  - Slightly more consistent diagnostic messages.
  - Added functions: which, where, has_symbols
    None are exported by default, but may be requested.

(wiz)