From owner-freebsd-ports@freebsd.org Sat Jun 23 01:56:52 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E3CB1009E17 for ; Sat, 23 Jun 2018 01:56:52 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA1A78D7AE for ; Sat, 23 Jun 2018 01:56:51 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id E366621470; Fri, 22 Jun 2018 21:56:50 -0400 (EDT) Received: from web1 ([10.202.2.211]) by compute4.internal (MEProxy); Fri, 22 Jun 2018 21:56:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=jQaRz9 6DDr0X4ycJ9wgHM49WtEfQIGwzumJH/uif0GM=; b=DCbYO891pOASVWXTsl5ffJ 0dxWeV7ky9VyCF9CAdkIKbtTbktuTznT2J4XzIMfr2uUgwtlW2Uv027Sp2FGnG1R 96hPWbXx851VCRlRWzMKVt1sWs6MP0LlDJISEdmS5aoYrjByBmVWNULN7cKDmBWp pZJFMYD90NspTeK+SRX0qh13HP9XkcQSP92vIykKp+vcAWmaaabZ4yFUE2M6xUl+ RKoHyKCGvvCIRpn1R1gKU4+QyJ5qhXE9Dt705xO8LXbbSVLBglYxAdG3Gd3x/b0Z cN/Bu0EZnG4k8K8zrLA1tBmZiGYFawEC1u+cGmdyZz/NQG9D8RhKNM6bLUCEoL2Q == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 949AB940FE; Fri, 22 Jun 2018 21:56:50 -0400 (EDT) Message-Id: <1529719010.2429342.1417573064.688E82EE@webmail.messagingengine.com> From: Tobias Kortkamp To: Walter Schwarzenfeld , freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-0d8ea36c Date: Sat, 23 Jun 2018 03:56:50 +0200 References: In-Reply-To: Subject: Re: icedtea-web broken after removal of libxul X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2018 01:56:52 -0000 On Sat, Jun 23, 2018, at 03:41, Walter Schwarzenfeld wrote: > After remove of libxul, icedtea-web does not configure > > configure: error: Package requirements (mozilla-plugin) were not met: > Package 'mozilla-plugin', required by 'virtual:world', not found > > After a (weak) try with make MOZILLA_LIBS=/usr/local/lib/libxul > MOZILLA_CFLAGS=-I//usr/local/include/libxul: > > It fails missing npapi.h or other headers. > > Mark it as broken, remove it or revert the remove of libxul. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229242 Try adding CONFIGURE_ARGS+=--disable-plugin to the port.