Received: by mail.netbsd.org (Postfix, from userid 605) id AC5A384F1B; Wed, 24 Jan 2024 17:35:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DAC6784F13 for ; Wed, 24 Jan 2024 17:35:54 +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 jQiR2ZgJ33iF for ; Wed, 24 Jan 2024 17:35:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 63E1A84CFF for ; Wed, 24 Jan 2024 17:35:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D9898FA42; Wed, 24 Jan 2024 17:35:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706117753208440" MIME-Version: 1.0 Date: Wed, 24 Jan 2024 17:35:53 +0000 From: "Dr. Thomas Orgis" Subject: CVS commit: pkgsrc/biology/libpll To: pkgsrc-changes@NetBSD.org Reply-To: thor@netbsd.org X-Mailer: log_accum Message-Id: <20240124173553.D9898FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706117753208440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: thor Date: Wed Jan 24 17:35:53 UTC 2024 Modified Files: pkgsrc/biology/libpll: Makefile Log Message: biology/libpll: only works on Linux To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/biology/libpll/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1706117753208440 Content-Disposition: inline Content-Length: 676 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/biology/libpll/Makefile diff -u pkgsrc/biology/libpll/Makefile:1.3 pkgsrc/biology/libpll/Makefile:1.4 --- pkgsrc/biology/libpll/Makefile:1.3 Wed Jan 24 16:37:10 2024 +++ pkgsrc/biology/libpll/Makefile Wed Jan 24 17:35:53 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2024/01/24 16:37:10 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2024/01/24 17:35:53 thor Exp $ DISTNAME= libpll-src-0.3.2 PKGNAME= ${DISTNAME:S/-src//} @@ -20,4 +20,8 @@ USE_TOOLS+= bison flex CONFIGURE_ARGS+= --disable-pdfman +# This assumes availability of sysinfo(), linux-specific +# resource monitoring. +ONLY_FOR_PLATFORM= Linux-*-* + .include "../../mk/bsd.pkg.mk" --_----------=_1706117753208440--