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 CFCC87A26E for ; Sat, 3 Jun 2017 18:09:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7CDB684DBF; Sat, 3 Jun 2017 18:09:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0A48184DBD for ; Sat, 3 Jun 2017 18:09:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id eaZHBpKg9UDZ for ; Sat, 3 Jun 2017 18:09:50 +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 6AFED84CDD for ; Sat, 3 Jun 2017 18:09:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 65168FBEE; Sat, 3 Jun 2017 18:09:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149651339029550" MIME-Version: 1.0 Date: Sat, 3 Jun 2017 18:09:50 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2017Q1] pkgsrc/lang/guile20 To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20170603180950.65168FBEE@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. --_----------=_149651339029550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sat Jun 3 18:09:50 UTC 2017 Modified Files: pkgsrc/lang/guile20 [pkgsrc-2017Q1]: Makefile Log Message: Pullup ticket #5453 - requested by sevan lang/guile20: FreeSD build fix Revisions pulled up: - lang/guile20/Makefile 1.13 --- Module Name: pkgsrc Committed By: ryoon Date: Wed May 17 12:06:20 UTC 2017 Modified Files: pkgsrc/lang/guile20: Makefile Log Message: Fix packaging under FreeBSD/amd64 10.2 and 11.0 At least under 10.2, 10.3-RC3 and 11.0, GUILE_LIBNAME is so.22.8.1 like other platforms. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.12.2.1 pkgsrc/lang/guile20/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149651339029550 Content-Disposition: inline Content-Length: 682 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/guile20/Makefile diff -u pkgsrc/lang/guile20/Makefile:1.12 pkgsrc/lang/guile20/Makefile:1.12.2.1 --- pkgsrc/lang/guile20/Makefile:1.12 Thu Mar 16 10:07:27 2017 +++ pkgsrc/lang/guile20/Makefile Sat Jun 3 18:09:50 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2017/03/16 10:07:27 wiz Exp $ +# $NetBSD: Makefile,v 1.12.2.1 2017/06/03 18:09:50 bsiegert Exp $ DISTNAME= guile-2.0.14 PKGNAME= ${DISTNAME:S/guile/guile20/} @@ -50,7 +50,6 @@ SUBST_MESSAGE.tools= Fixing path to pkg- OPSYSVARS+= GUILE_LIBNAME GUILE_LIBNAME.Darwin= a -GUILE_LIBNAME.FreeBSD= so.30 GUILE_LIBNAME.*= so.22.8.1 PLIST_SUBST+= GUILE_LIBNAME=${GUILE_LIBNAME} --_----------=_149651339029550--