Received: by mail.netbsd.org (Postfix, from userid 605) id 27E8584D6D; Sat, 16 May 2020 14:26:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A3BC884D59 for ; Sat, 16 May 2020 14:26:54 +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 rx0g8upagsYr for ; Sat, 16 May 2020 14:26:54 +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 EE23284D33 for ; Sat, 16 May 2020 14:26:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DB00EFB27; Sat, 16 May 2020 14:26:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158963921329080" MIME-Version: 1.0 Date: Sat, 16 May 2020 14:26:53 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/ham/trustedQSL To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20200516142653.DB00EFB27@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. --_----------=_158963921329080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sat May 16 14:26:53 UTC 2020 Modified Files: pkgsrc/ham/trustedQSL: Makefile Log Message: ham/tqsl: Update SUBST pattern to follow upstream Upstream changed the lib64 stuff a bit, making our SUBST pattern no longer match. (Either that, or we just got it wrong.) Adjust pattern. Pointed out by rillig@. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/ham/trustedQSL/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158963921329080 Content-Disposition: inline Content-Length: 883 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/ham/trustedQSL/Makefile diff -u pkgsrc/ham/trustedQSL/Makefile:1.48 pkgsrc/ham/trustedQSL/Makefile:1.49 --- pkgsrc/ham/trustedQSL/Makefile:1.48 Wed May 6 14:04:43 2020 +++ pkgsrc/ham/trustedQSL/Makefile Sat May 16 14:26:53 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2020/05/06 14:04:43 adam Exp $ +# $NetBSD: Makefile,v 1.49 2020/05/16 14:26:53 gdt Exp $ DISTNAME= tqsl-2.5.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= ham MASTER_SITES= http://www.arrl.org/files/file/LoTW%20Instructions/ @@ -32,7 +32,7 @@ SUBST_CLASSES+= lib-suffix SUBST_MESSAGE.lib-suffix= Removing $$(LIB_SUFFIX) from src/CMakeLists.txt SUBST_STAGE.lib-suffix= pre-configure SUBST_FILES.lib-suffix= src/CMakeLists.txt -SUBST_SED.lib-suffix= -e s/\$$\(LIB_SUFFIX\)// +SUBST_SED.lib-suffix= -e s/\$${\LIB_SUFFIX\}// do-configure: (cd ${WRKSRC} ; \ --_----------=_158963921329080--