Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 May 2021 12:27:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 255592] graphics/gdal: Uses EXR option, even if disabled, if OpenEXR is present
Message-ID:  <bug-255592-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255592

            Bug ID: 255592
           Summary: graphics/gdal: Uses EXR option, even if disabled, if
                    OpenEXR is present
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: rhurlin@FreeBSD.org
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

Created attachment 224659
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D224659&action=
=3Dedit
Patch to fix disabling option EXR

In a discussion on ports@ LuMiWa <lumiwa@dismail.de> (02.05.2021, 19:55)
presented a breakage in the build of graphics/gdal, if option EXR is disabl=
ed,
but graphics/openexr is present on the system.

The Makefile uses EXR_CONFIGURE_ON=3D--with-exr, so this switch is not supp=
ressed
if the option is deselected.

If EXR_CONFIGURE_WITH=3Dexr is used instead, --with-exr is not used in the
configure script if the option is deselected.

The attached patch contains the corresponding change ;)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255592-7788>