Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 01D0384D46 for ; Thu, 25 May 2023 19:42:07 +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 3zQPJCL5DaQC for ; Thu, 25 May 2023 19:42:06 +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 4D12184D44 for ; Thu, 25 May 2023 19:42:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 39FB6FA87; Thu, 25 May 2023 19:42:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168504372630460" MIME-Version: 1.0 Date: Thu, 25 May 2023 19:42:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/libproxy To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230525194206.39FB6FA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168504372630460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu May 25 19:42:06 UTC 2023 Modified Files: pkgsrc/www/libproxy: Makefile Log Message: libproxy: fix testing on Darwin To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/www/libproxy/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168504372630460 Content-Disposition: inline Content-Length: 753 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/libproxy/Makefile diff -u pkgsrc/www/libproxy/Makefile:1.41 pkgsrc/www/libproxy/Makefile:1.42 --- pkgsrc/www/libproxy/Makefile:1.41 Wed May 24 17:07:10 2023 +++ pkgsrc/www/libproxy/Makefile Thu May 25 19:42:06 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2023/05/24 17:07:10 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2023/05/25 19:42:06 adam Exp $ DISTNAME= libproxy-0.5.1 CATEGORIES= www gnome @@ -16,6 +16,8 @@ USE_TOOLS+= bash:build pkg-config PKGCONFIG_OVERRIDE+= output/meson-private/libproxy-1.0.pc PKGCONFIG_OVERRIDE_STAGE= post-configure +# For Darwin +TEST_ENV+= DYLD_LIBRARY_PATH=${WRKSRC}/output/src/backend:${WRKSRC}/output/src/libproxy TEST_TARGET= test REPLACE_BASH+= data/check-code-style --_----------=_168504372630460--