From owner-svn-ports-head@freebsd.org Mon Jan 13 17:48:03 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4DB001E55C9; Mon, 13 Jan 2020 17:48:03 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47xLfC1Kxfz3Pvt; Mon, 13 Jan 2020 17:48:03 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2554D8596; Mon, 13 Jan 2020 17:48:03 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00DHm3RD090054; Mon, 13 Jan 2020 17:48:03 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00DHm2Re090052; Mon, 13 Jan 2020 17:48:02 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202001131748.00DHm2Re090052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Mon, 13 Jan 2020 17:48:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522946 - head/devel/dyncall X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/devel/dyncall X-SVN-Commit-Revision: 522946 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jan 2020 17:48:03 -0000 Author: fernape Date: Mon Jan 13 17:48:02 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) Modified: head/devel/dyncall/Makefile head/devel/dyncall/distinfo Modified: head/devel/dyncall/Makefile ============================================================================== --- head/devel/dyncall/Makefile Mon Jan 13 17:47:58 2020 (r522945) +++ head/devel/dyncall/Makefile Mon Jan 13 17:48:02 2020 (r522946) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dyncall -DISTVERSION= 1.0 +DISTVERSION= 1.1 CATEGORIES= devel MASTER_SITES= http://www.dyncall.org/r${DISTVERSION}/ \ http://www.potion-studios.com/ Modified: head/devel/dyncall/distinfo ============================================================================== --- head/devel/dyncall/distinfo Mon Jan 13 17:47:58 2020 (r522945) +++ head/devel/dyncall/distinfo Mon Jan 13 17:48:02 2020 (r522946) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524560484 -SHA256 (dyncall-1.0.tar.gz) = d1b6d9753d67dcd4d9ea0708ed4a3018fb5bfc1eca5f37537fba2bc4f90748f2 -SIZE (dyncall-1.0.tar.gz) = 482343 +TIMESTAMP = 1578789324 +SHA256 (dyncall-1.1.tar.gz) = cf97fa3f142db832ff34235caa4d69a7d5f16716573d446b2d95069126e88795 +SIZE (dyncall-1.1.tar.gz) = 530471