Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BACBA84D61 for ; Wed, 20 Sep 2023 16:27:38 +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 7gK3vm2-d-TG for ; Wed, 20 Sep 2023 16:27:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1B7AF84CC8 for ; Wed, 20 Sep 2023 16:27:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14BF2FBDB; Wed, 20 Sep 2023 16:27:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169522725854030" MIME-Version: 1.0 Date: Wed, 20 Sep 2023 16:27:38 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/racket To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230920162738.14BF2FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169522725854030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Sep 20 16:27:38 UTC 2023 Modified Files: pkgsrc/lang/racket: Makefile Log Message: racket: skip portability check for rpm Makefile To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 pkgsrc/lang/racket/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169522725854030 Content-Disposition: inline Content-Length: 820 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/racket/Makefile diff -u pkgsrc/lang/racket/Makefile:1.94 pkgsrc/lang/racket/Makefile:1.95 --- pkgsrc/lang/racket/Makefile:1.94 Sun Sep 3 22:46:58 2023 +++ pkgsrc/lang/racket/Makefile Wed Sep 20 16:27:37 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2023/09/03 22:46:58 riastradh Exp $ +# $NetBSD: Makefile,v 1.95 2023/09/20 16:27:37 wiz Exp $ DISTNAME= racket-8.10-src PKGNAME= ${DISTNAME:S/-src$//} @@ -42,6 +42,7 @@ CPPFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANT LDFLAGS.DragonFly+= -rdynamic CHECK_RELRO_SKIP= bin/mred bin/mzscheme +CHECK_PORTABILITY_SKIP= src/ChezScheme/rpm/Makefile .for f in use-c-printf.rkt use-crypt.rkt use-esd.rkt use-magick.rkt use-sndfile.rkt use-tcl.rkt use-xmmsctrl.rkt use-xosd.rkt REPLACE_RACKET+= share/pkgs/racket-doc/ffi/examples/${f} --_----------=_169522725854030--