Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3BE147A1FF for ; Sat, 10 Jun 2017 22:02:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7813B84D8D; Sat, 10 Jun 2017 22:02:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 06A5C84D85 for ; Sat, 10 Jun 2017 22:02:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id C8dalDSb4cbW for ; Sat, 10 Jun 2017 22:02:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 825AE84CDD for ; Sat, 10 Jun 2017 22:02:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 755C9FAA8; Sat, 10 Jun 2017 22:02:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149713215695000" MIME-Version: 1.0 Date: Sat, 10 Jun 2017 22:02:36 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/devel/slibtool To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20170610220236.755C9FAA8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149713215695000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiedi Date: Sat Jun 10 22:02:36 UTC 2017 Modified Files: pkgsrc/devel/slibtool: Makefile distinfo Log Message: Update slibtool to 0.5.13 0.5.13: This patch release ensures successful installation of a shared library with which no accompanying static archive was created. The release also includes two improvements in slibtool's own build system. - link mode: create an archive /dev/null symlink placeholder as needed. - PE soname support: added the designated LDFLAGS_SONAME variable. - build system: configure: pass --sysroot to the linker as a compiler argument. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/slibtool/Makefile \ pkgsrc/devel/slibtool/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149713215695000 Content-Disposition: inline Content-Length: 1646 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/slibtool/Makefile diff -u pkgsrc/devel/slibtool/Makefile:1.1 pkgsrc/devel/slibtool/Makefile:1.2 --- pkgsrc/devel/slibtool/Makefile:1.1 Sat Dec 3 23:54:56 2016 +++ pkgsrc/devel/slibtool/Makefile Sat Jun 10 22:02:36 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2016/12/03 23:54:56 wiedi Exp $ +# $NetBSD: Makefile,v 1.2 2017/06/10 22:02:36 wiedi Exp $ -DISTNAME= slibtool-0.5.12 +DISTNAME= slibtool-0.5.13 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=midipix-project/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/devel/slibtool/distinfo diff -u pkgsrc/devel/slibtool/distinfo:1.1 pkgsrc/devel/slibtool/distinfo:1.2 --- pkgsrc/devel/slibtool/distinfo:1.1 Sat Dec 3 23:54:56 2016 +++ pkgsrc/devel/slibtool/distinfo Sat Jun 10 22:02:36 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/12/03 23:54:56 wiedi Exp $ +$NetBSD: distinfo,v 1.2 2017/06/10 22:02:36 wiedi Exp $ -SHA1 (slibtool-0.5.12.tar.gz) = 7f958fc5d1662cfc6a57b45326b430c20a15ed16 -RMD160 (slibtool-0.5.12.tar.gz) = 97e5bee99ac5fc9c811bffdbc9e5e2bf8c696e38 -SHA512 (slibtool-0.5.12.tar.gz) = 70e800449080656d34f0f9e017541f18020e210414dceea6332a3e2b323a08226bd5ec18310a62aaefbdb3dbcbb2b66f0979f79d3130f6837fbf06c4702b1c91 -Size (slibtool-0.5.12.tar.gz) = 60423 bytes +SHA1 (slibtool-0.5.13.tar.gz) = 1131686a61839fc4158451f60e81437e6e4a6908 +RMD160 (slibtool-0.5.13.tar.gz) = 713682258c075fb337cc64401d539fc18186571f +SHA512 (slibtool-0.5.13.tar.gz) = 4efcd6cf11f98179c692c7de20f88c6be302ae2a5712f046665898cc071d5dc160d1f97f8b4d16975128933e561df4f4c1223873c73a3aeb7d7788af6866f3db +Size (slibtool-0.5.13.tar.gz) = 60608 bytes --_----------=_149713215695000--