Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6538B84DB9 for ; Wed, 9 Aug 2023 08:27:23 +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 Xzz-6lPi6_L1 for ; Wed, 9 Aug 2023 08:27:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BA5FC84CE8 for ; Wed, 9 Aug 2023 08:27:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B403AFBDB; Wed, 9 Aug 2023 08:27:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1691569642171690" MIME-Version: 1.0 Date: Wed, 9 Aug 2023 08:27:22 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/comms/hylafax To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20230809082722.B403AFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1691569642171690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Aug 9 08:27:22 UTC 2023 Modified Files: pkgsrc/comms/hylafax: Makefile Log Message: hylafax: Sprinkle MKPIE_SUPPORTED=no As with other packages, this one was previously overlooked, but a build failure surfaces with the new wrapper behaviour. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 pkgsrc/comms/hylafax/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1691569642171690 Content-Disposition: inline Content-Length: 674 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/comms/hylafax/Makefile diff -u pkgsrc/comms/hylafax/Makefile:1.77 pkgsrc/comms/hylafax/Makefile:1.78 --- pkgsrc/comms/hylafax/Makefile:1.77 Thu Jan 5 14:30:13 2023 +++ pkgsrc/comms/hylafax/Makefile Wed Aug 9 08:27:22 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2023/01/05 14:30:13 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2023/08/09 08:27:22 nia Exp $ DISTNAME= hylafax-6.0.7 PKGREVISION= 2 @@ -31,6 +31,9 @@ CONFIGURE_ENV+= VARBASE=${VARBASE} CHECK_PORTABILITY_SKIP= rpm/jobcontrol.sh MANCOMPRESSED= yes +# Relocations result in a linker error +MKPIE_SUPPORTED= no + FAXUSER?= uucp FAXGROUP?= dialer RCD_SCRIPTS= hfaxd faxq --_----------=_1691569642171690--