Bug 243282

Summary: devel/dyncall: Update to 1.1
Product: Ports & Packages Reporter: Tassilo Philipp <tphilipp>
Component: Individual Port(s)Assignee: Fernando ApesteguĂ­a <fernape>
Status: Closed FIXED    
Severity: Affects Some People CC: fernape
Priority: --- Keywords: buildisok, needs-qa
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
devel/dyncall 1.0 -> 1.1 tphilipp: maintainer-approval+

Description Tassilo Philipp 2020-01-12 00:50:08 UTC
Created attachment 210646 [details]
devel/dyncall 1.0 -> 1.1

Straightforward update of devel/dyncall from 1.0 to 1.1, only version number and checksums change.
Comment 1 Automation User 2020-01-12 01:04:59 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/108648434
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-01-13 17:48:57 UTC
A commit references this bug:

Author: fernape
Date: Mon Jan 13 17:48:03 UTC 2020
New revision: 522946
URL: https://svnweb.freebsd.org/changeset/ports/522946

Log:
  devel/dyncall: Update to 1.1

  From ChangeLog: http://hg.dyncall.org/pub/dyncall/dyncall/file/5ac53b2d5f1e/ChangeLog

  dyncall:
    * support for soft-float MIPS o32 & n64 (big- and little-endian, each)
    * x64 System V syscall support
  dyncallback:
    * support for soft-float MIPS o32 & n64 (big- and little-endian, each)
  dynload:
    * added UTF-8 support for pathnames on windows
    * reliability/stability fix for dlGetLibraryPath() on glibc based platforms (avoiding
      internal use of glibc's bad impl of dlinfo() which doesn't do any error checking at all)
    * Darwin/macos fix for dlGetLibraryPath() to correctly fail on bogus handles (did return
      paths to random libraries under some circumstances, instead of returning an error)
    * support for dlGetLibraryPath() on glibc platforms with glibc vesions <= 2.3.3
    * dlGetLibraryPath() now accepts NULL as argument to return path to executable
    * dlLoadLibrary() on windows: no more auto-suffixing of the .dll file ext anymore, to be
      more in line with other platforms (not affecting OS specific library search behaviour)
  doc:
    * more detail in support matrix for bi-endian platforms
    * improvements/corrections to calling convention appendix
    * PPC64 calling convention description
    * MIPS64/N32 calling convention description
    * man page additions for clarity
  tests:
    * dynload_plain test extended to test UTF-8 library paths
    * better output for plain test
    * better output and *nix fix for plain_c++ test
  buildsys:
    * default ./configure: FreeBSD/mips*hf needed -mhard-float compiler flag set explicitly
    * better MacOS Mojave support in ./configure (Mojave dropped i386 builds)

  PR:	243282
  Submitted by:	tphilipp@potion-studios.com (maintainer)

Changes:
  head/devel/dyncall/Makefile
  head/devel/dyncall/distinfo
Comment 3 Fernando ApesteguĂ­a freebsd_committer freebsd_triage 2020-01-13 17:51:49 UTC
Committed,

Thanks!