Received: by mail.netbsd.org (Postfix, from userid 605) id 0179584DCB; Tue, 1 Oct 2019 14:39:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F35084D8A for ; Tue, 1 Oct 2019 14:39:08 +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 itjKDPIPk6EM for ; Tue, 1 Oct 2019 14:39:08 +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 D549284CE8 for ; Tue, 1 Oct 2019 14:39:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C91CAFBF4; Tue, 1 Oct 2019 14:39:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1569940747141210" MIME-Version: 1.0 Date: Tue, 1 Oct 2019 14:39:07 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/lang/openjdk11 To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20191001143907.C91CAFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1569940747141210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Tue Oct 1 14:39:07 UTC 2019 Modified Files: pkgsrc/lang/openjdk11: Makefile Log Message: openjdk11: delete GCC>=6 workaround; configure has equivalent logic To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/openjdk11/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1569940747141210 Content-Disposition: inline Content-Length: 928 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/openjdk11/Makefile diff -u pkgsrc/lang/openjdk11/Makefile:1.1 pkgsrc/lang/openjdk11/Makefile:1.2 --- pkgsrc/lang/openjdk11/Makefile:1.1 Tue Oct 1 12:36:34 2019 +++ pkgsrc/lang/openjdk11/Makefile Tue Oct 1 14:39:07 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/10/01 12:36:34 tnn Exp $ +# $NetBSD: Makefile,v 1.2 2019/10/01 14:39:07 tnn Exp $ DISTNAME= openjdk-jdk11u-${GITHUB_TAG:C/\+/-/} PKGNAME= openjdk11-1.${GITHUB_TAG:C/\+/./:C/jdk-([.0-9]+).*/\1/} @@ -78,12 +78,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME} .include "../../mk/compiler.mk" -# Fix segfault under NetBSD/amd64 8.99 with GCC 6.4.0 -.if !empty(CC_VERSION:Mgcc-[67].*) -CFLAGS+= -fno-lifetime-dse -CFLAGS+= -fno-delete-null-pointer-checks -.endif - .if !empty(PKGSRC_COMPILER:Mclang) CONFIGURE_ARGS+= --with-toolchain-type=clang _WRAP_EXTRA_ARGS.CC+= -Wno-format-nonliteral -Wno-sign-compare -Wno-char-subscripts --_----------=_1569940747141210--