Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B5A684CF9 for ; Thu, 31 Aug 2023 19:50:55 +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 vE41kD05l6bI for ; Thu, 31 Aug 2023 19:50:55 +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 E79BD84CDC for ; Thu, 31 Aug 2023 19:50:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D3F67FBDB; Thu, 31 Aug 2023 19:50:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693511454255950" MIME-Version: 1.0 Date: Thu, 31 Aug 2023 19:50:54 +0000 From: "Paolo Vincenzo Olivo" Subject: CVS commit: pkgsrc/multimedia/bsdav To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: vins@netbsd.org X-Mailer: log_accum Message-Id: <20230831195054.D3F67FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693511454255950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: vins Date: Thu Aug 31 19:50:54 UTC 2023 Modified Files: pkgsrc/multimedia/bsdav: Makefile Log Message: bsdav: mark as not RELRO safe. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/multimedia/bsdav/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693511454255950 Content-Disposition: inline Content-Length: 630 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/bsdav/Makefile diff -u pkgsrc/multimedia/bsdav/Makefile:1.6 pkgsrc/multimedia/bsdav/Makefile:1.7 --- pkgsrc/multimedia/bsdav/Makefile:1.6 Sun Dec 8 02:56:22 2013 +++ pkgsrc/multimedia/bsdav/Makefile Thu Aug 31 19:50:54 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/12/08 02:56:22 dholland Exp $ +# $NetBSD: Makefile,v 1.7 2023/08/31 19:50:54 vins Exp $ # DISTNAME= bsdav-1.4 @@ -12,6 +12,8 @@ COMMENT= BSD Audio/Video library and too ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-* DragonFly-*-* +RELRO_SUPPORTED= no + USE_BSD_MAKEFILE= yes NO_CONFIGURE= yes --_----------=_1693511454255950--