From owner-freebsd-ports-bugs@freebsd.org Sun Apr 25 19:21:17 2021 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A484D5E4397 for ; Sun, 25 Apr 2021 19:21:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4FSyYn42t9z4RHs for ; Sun, 25 Apr 2021 19:21:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 890905E3EF4; Sun, 25 Apr 2021 19:21:17 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 88C4E5E4481 for ; Sun, 25 Apr 2021 19:21:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FSyYn3PYrz4RC6 for ; Sun, 25 Apr 2021 19:21:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5E01C19541 for ; Sun, 25 Apr 2021 19:21:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 13PJLHnX049584 for ; Sun, 25 Apr 2021 19:21:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 13PJLHCf049583 for ports-bugs@FreeBSD.org; Sun, 25 Apr 2021 19:21:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 255400] graphics/ufraw: Fixes for several options and some other stuff Date: Sun, 25 Apr 2021 19:21:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: rhurlin@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2021 19:21:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255400 Bug ID: 255400 Summary: graphics/ufraw: Fixes for several options and some other stuff Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Ports Framework Assignee: portmgr@FreeBSD.org Reporter: rhurlin@FreeBSD.org CC: ports-bugs@FreeBSD.org Created attachment 224427 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D224427&action= =3Dedit Fixes for several options Thanks for the update of graphics/ufraw to version 0.22.20210424. Because I got an installation error, when I tried to build and install outs= ide of Poudriere with all options enabled, I investigated a bit ;) This is wht= I found and tried to solve: (1) When building and installing on a real box (not in Poudriere), it turned out that the EXIV2 and LENSFUN options are installed even when disabled, if= the associated libraries are already present on the system. Both can be solved = by manipulating configure.ac in such a way that already installed libraries are not found (if options disabled). (2) The FITS option, on the other hand, wasn't installed in the enabled sta= te. (3) ufraw.schemas (in option GNOME) could not be installed because share/gconf/schemas was used instead of etc/gconf/schemas. (4) In the CONFIGURE_ARGS I added --enable-jasper, because otherwise the po= rt cannot use JPEG2000 files. (5) Since it was not clear to me what use PC_FALSE has in the options VARS,= I removed these lines (as a suggestion, of course). (6) The GIMP option was missing several dependencies and an entry in pkg-pl= ist, which Poudriere found while in test mode. (7) I did not do the suggestion of 'portclippy' to reorder several Makefile entries, as is the convention on FreeBSD. This would have made my other cha= nges more confusing ... In the attachment area you will find a patch, which includes a working patc= h. All options can be disabled or enabled now without any error, I think. Hope this is useful for you :) --=20 You are receiving this mail because: You are on the CC list for the bug.=