From owner-freebsd-ports@freebsd.org Sat Jun 23 01:41:40 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 E7ED41009140 for ; Sat, 23 Jun 2018 01:41:39 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from tatiana.utanet.at (tatiana.utanet.at [IPv6:2001:938:1337:25::25:46]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64AFE8CE0C for ; Sat, 23 Jun 2018 01:41:39 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Type:MIME-Version:Date:Message-ID:Subject:From:To; bh=YmvCRFeM3qiATLGnkrxsJHd2ddvBJqWwDgEFVzcb2Bo=; b=Whz+BIpUKgULw58lVob58Cf69ycWobLdR8U0zN9UPJF71uk+Ghgbf4HNDoa9zxh/rNSFSYDT/NKDaxYJDWK1vQg/DJspwO4QROg1SIeNIQf1b1FNjgf8nj+6bkgILLHEDtGCOQTK49s9LQ7h8Mtwf6/IYBRk4S6eiz0Sl6iOCF8=; Received: from patricia.xoc.tele2net.at ([213.90.36.9]) by tatiana.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1fWXYY-0000G6-1i for freebsd-ports@freebsd.org; Sat, 23 Jun 2018 03:41:38 +0200 Received: from 194-96-180-58.adsl.highway.telekom.at ([194.96.180.58] helo=[10.0.0.93]) by patricia.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1fWXYX-0000f3-TG for freebsd-ports@freebsd.org; Sat, 23 Jun 2018 03:41:38 +0200 To: freebsd-ports@freebsd.org From: Walter Schwarzenfeld Subject: icedtea-web broken after removal of libxul Message-ID: Date: Sat, 23 Jun 2018 03:41:35 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Language: en-US X-TELE2-Authenticated-As: cf62768e218b4d81d95cc5390f1bd9dfc8b05683 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.26 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:41:40 -0000 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