Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=FgcCvWrB; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=UuM4RvIt Received: by mail.netbsd.org (Postfix, from userid 605) id C26A884D68; Fri, 26 Apr 2024 16:18:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714148297; bh=C6VjgavlIvYUKCrVbF84UroWRVm9j5CpKIQI62XZVxk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=FgcCvWrB/lsWY9AZbeumu0/RWvTia1F3l+LJHnwpXrjEU33lDe0TWc3vGtL0l2lvb jSiD84Y/gN03E7nS/pXlJsRkboIpoKHBfv9YWR0d7cKQznrewo7HV2SxNleZJt1G4k ZNs7yvoZgCS7rHawPi7Op3CO4iDyPGwvmm5JMG+A= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B2BA684D5F for ; Fri, 26 Apr 2024 16:18:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 xYR8S7Yl2SAA for ; Fri, 26 Apr 2024 16:18:16 +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 399BC84CC9 for ; Fri, 26 Apr 2024 16:18:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714148296; bh=C6VjgavlIvYUKCrVbF84UroWRVm9j5CpKIQI62XZVxk=; h=Date:From:Subject:To:Reply-To; b=UuM4RvIt8CktzmcVYEitP7OpXJ7TLzyK7KfIWtYG3vjotkSeDUtnMDH2UmG2896mK tFjebid7Cp2iCBsI7M7ECgEhlLdBpuAM/oWzI/ZLG34SPdjBBmhAMX+rV5WXpgktbT 6lN7XaLBTZsaQFq+b963GsBsbfTNWG9qW8XHRIhw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2386CFA2C; Fri, 26 Apr 2024 16:18:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714148296196020" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 16:18:16 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/ki18n To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240426161816.2386CFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714148296196020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Apr 26 16:18:16 UTC 2024 Modified Files: pkgsrc/devel/ki18n: Makefile Log Message: ki18n: try fixing Darwin build by explicitly pointing to libintl To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/ki18n/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714148296196020 Content-Disposition: inline Content-Length: 671 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ki18n/Makefile diff -u pkgsrc/devel/ki18n/Makefile:1.65 pkgsrc/devel/ki18n/Makefile:1.66 --- pkgsrc/devel/ki18n/Makefile:1.65 Sat Apr 6 08:05:02 2024 +++ pkgsrc/devel/ki18n/Makefile Fri Apr 26 16:18:15 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2024/04/06 08:05:02 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2024/04/26 16:18:15 wiz Exp $ DISTNAME= ki18n-${KF5VER} PKGREVISION= 1 @@ -10,6 +10,8 @@ LICENSE= modified-bsd AND gnu-lgpl-v2.1 USE_TOOLS+= msgfmt +CMAKE_ARGS+= -DLibIntl_INCLUDE_DIRS=${BUILDLINK_PREFIX.gettext}/include + .include "../../meta-pkgs/kde/kf5.mk" .include "../../devel/gettext-lib/buildlink3.mk" --_----------=_1714148296196020--