Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3F01E1A9217 for ; Tue, 12 Jan 2021 15:58:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E492B84D62; Tue, 12 Jan 2021 15:58:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2B92F84D58 for ; Tue, 12 Jan 2021 15:58:32 +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 cWw0cU-Kn5nB for ; Tue, 12 Jan 2021 15:58:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A678A84D2C for ; Tue, 12 Jan 2021 15:58:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9F6ACFA9D; Tue, 12 Jan 2021 15:58:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161046711154360" MIME-Version: 1.0 Date: Tue, 12 Jan 2021 15:58:31 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/x11/wxGTK30 To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20210112155831.9F6ACFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161046711154360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue Jan 12 15:58:31 UTC 2021 Modified Files: pkgsrc/x11/wxGTK30: distinfo pkgsrc/x11/wxGTK30/patches: patch-configure Log Message: wxGTK30: Don't use non-standard library names on SunOS. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/wxGTK30/distinfo cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/wxGTK30/patches/patch-configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161046711154360 Content-Disposition: inline Content-Length: 1931 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/wxGTK30/distinfo diff -u pkgsrc/x11/wxGTK30/distinfo:1.22 pkgsrc/x11/wxGTK30/distinfo:1.23 --- pkgsrc/x11/wxGTK30/distinfo:1.22 Sun Nov 29 22:08:56 2020 +++ pkgsrc/x11/wxGTK30/distinfo Tue Jan 12 15:58:31 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.22 2020/11/29 22:08:56 dbj Exp $ +$NetBSD: distinfo,v 1.23 2021/01/12 15:58:31 jperkin Exp $ SHA1 (wxWidgets-3.0.5.1.tar.bz2) = 406ac736f61d88a3a866aa501e01e408a642c6e7 RMD160 (wxWidgets-3.0.5.1.tar.bz2) = 931ddabfbc54e20ced14c81c74e451be8073dee5 SHA512 (wxWidgets-3.0.5.1.tar.bz2) = 0a789fc5e71d414e43f75b5c16076fe8b1bcd7671be0770e4269dcef66d830c1bc74e183f49db270b928862f13472666c283fe2aa98b9006681722e06100725d Size (wxWidgets-3.0.5.1.tar.bz2) = 19739206 bytes -SHA1 (patch-configure) = da4e1f00cb2786a5f3190a090e5eed279e204e82 +SHA1 (patch-configure) = 9baeab2e231b3f334065acc8a615ba6c3443fd68 SHA1 (patch-misc_scripts_makeosxtags.sh) = a18e1c44f1cbc0e81cb75ae9df1eedd3643446c4 SHA1 (patch-src_unix_fswatcher__kqueue.cpp) = fe34102b241f84f8add08ed69d8c9c1c9c2df771 Index: pkgsrc/x11/wxGTK30/patches/patch-configure diff -u pkgsrc/x11/wxGTK30/patches/patch-configure:1.8 pkgsrc/x11/wxGTK30/patches/patch-configure:1.9 --- pkgsrc/x11/wxGTK30/patches/patch-configure:1.8 Sun Nov 29 22:08:56 2020 +++ pkgsrc/x11/wxGTK30/patches/patch-configure Tue Jan 12 15:58:31 2021 @@ -1,4 +1,4 @@ -$NetBSD: patch-configure,v 1.8 2020/11/29 22:08:56 dbj Exp $ +$NetBSD: patch-configure,v 1.9 2021/01/12 15:58:31 jperkin Exp $ Remove install program overrides on Darwin Tweak SEARCH_LIB. @@ -51,3 +51,13 @@ Avoid -Werror. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ +@@ -39056,7 +39044,8 @@ fi + *-*-solaris2* ) + SONAME_FLAG="-h " + USE_SOVERSION=1 +- USE_SOVERSOLARIS=1 ++ USE_SOVERLINUX=1 ++ USE_SOTWOSYMLINKS=1 + ;; + + *-*-darwin* ) --_----------=_161046711154360--