From owner-freebsd-enlightenment@freebsd.org Wed Mar 16 14:45:56 2016 Return-Path: Delivered-To: freebsd-enlightenment@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67F72AD2049 for ; Wed, 16 Mar 2016 14:45:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 539643A0 for ; Wed, 16 Mar 2016 14:45:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 52EB1AD2048; Wed, 16 Mar 2016 14:45:56 +0000 (UTC) Delivered-To: enlightenment@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52984AD2047 for ; Wed, 16 Mar 2016 14:45:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 29FEA39E for ; Wed, 16 Mar 2016 14:45:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2GEjurs067072 for ; Wed, 16 Mar 2016 14:45:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: enlightenment@FreeBSD.org Date: Wed, 16 Mar 2016 14:45:56 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: enlightenment@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Subject: E on FreeBSD: maintainer-feedback requested: [Bug 208063] devel/efl must depend on doxygen X-BeenThere: freebsd-enlightenment@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Enlightenment for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 14:45:56 -0000 Mikhail T. has reassigned Bugzilla Automation 's request for maintainer-feedback to FreeBSD Enlightenment : Bug 208063: devel/efl must depend on doxygen https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208063 --- Description --- Trying to build devel/efl without doxygen already installed results in the following error during configure: ... checking for doxygen... no WARNING: The doxygen program was not found in your execute You may have doxygen installed somewhere not covered by your path. If this is the case make sure you have the packages installed, AND that the doxygen program is in your execute path (see your shell manual page on setting the $PATH environment variable), OR alternatively, specify the program to use with --with-doxygen. configure: WARNING: Warning: no doxygen detected. Documentation will not be built configure: error: pkg-config missing openssl =3D=3D=3D> Script "configure" failed unexpectedly. Please report the problem to enlightenment@FreeBSD.org [maintainer] and att= ach the "/mi/ports/devel/efl/work/efl-1.16.1/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /opt/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make[3]: stopped in /mi/ports/devel/efl *** Error code 1 Ideally, the documentation will not even be built -- nor doxygen be require= d -- if one chooses to build without documentation (such as by setting WITHOUT+=3DDOCS).