Bug 246097

Summary: science/libaec: Conflict with hdf5-szip
Product: Ports & Packages Reporter: Roger Leigh <rleigh>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (sunpoet)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Roger Leigh 2020-05-01 14:37:26 UTC
It is not possible to install hdf5, which depends upon hdf5-szip and libaec at the same time: both provide /usr/local/include/szlib.h.

Would it be possible to determine which is the canonical upstream and have it be provided only by that package?  Alternatively, could one of them rename the conflicting header if appropriate?

Thanks,
Roger
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-06-16 15:15:18 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=328ae4074233a5b85e0e38efece1af5dcc218160

commit 328ae4074233a5b85e0e38efece1af5dcc218160
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-16 15:06:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-16 15:13:01 +0000

    */*: Replace science/szip with science/libaec

    - Bump PORTREVISION of dependent ports for dependency change

    szip does not allow redistribution in binary form without proper commercial
    license. Its LICENSE_PERMS should be set to no-auto-accept which blocks building
    this port, therefore building dependent ports are also blocked. Switch all
    dependent ports to science/libaec to avoid conflicts and license issue.

    PR:             228743, 246097, 250165

 astro/oskar/Makefile             | 3 ++-
 audio/csound/Makefile            | 4 ++--
 biology/kallisto/Makefile        | 3 ++-
 cad/appcsxcad/Makefile           | 3 ++-
 cad/csxcad/Makefile              | 4 ++--
 cad/gmsh/Makefile                | 3 ++-
 graphics/alembic/Makefile        | 3 ++-
 graphics/qgis-ltr/Makefile       | 3 ++-
 graphics/qgis/Makefile           | 3 ++-
 graphics/vigra/Makefile          | 4 ++--
 graphics/vv/Makefile             | 4 ++--
 math/ambit/Makefile              | 3 ++-
 math/armadillo/Makefile          | 3 ++-
 math/flann/Makefile              | 3 ++-
 math/freefem++/Makefile          | 3 ++-
 math/labplot/Makefile            | 4 ++--
 math/mathgl/Makefile             | 4 ++--
 math/mdal/Makefile               | 3 ++-
 math/openturns/Makefile          | 4 ++--
 math/pdal/Makefile               | 4 ++--
 math/saga/Makefile               | 3 ++-
 misc/adios2/Makefile             | 3 ++-
 science/ALPSCore/Makefile        | 4 ++--
 science/InsightToolkit/Makefile  | 4 ++--
 science/abinit/Makefile          | 4 ++--
 science/ascent/Makefile          | 3 ++-
 science/avogadrolibs/Makefile    | 3 ++-
 science/axom/Makefile            | 3 ++-
 science/cdo/Makefile             | 3 ++-
 science/cgnslib/Makefile         | 4 +++-
 science/cgribex/Makefile         | 4 ++--
 science/chemps2/Makefile         | 3 ++-
 science/chrono/Makefile          | 4 ++--
 science/conduit/Makefile         | 3 ++-
 science/dakota/Makefile          | 4 ++--
 science/dynare/Makefile          | 3 ++-
 science/erkale/Makefile          | 3 ++-
 science/gnudatalanguage/Makefile | 4 ++--
 science/hdf/Makefile             | 3 ++-
 science/hdf5-18/Makefile         | 4 ++--
 science/hdf5/Makefile            | 3 ++-
 science/helfem/Makefile          | 4 ++--
 science/lammps/Makefile          | 3 ++-
 science/netcdf/Makefile          | 3 ++-
 science/openems/Makefile         | 4 ++--
 science/openmc/Makefile          | 3 ++-
 science/openmolcas/Makefile      | 3 ++-
 science/py-PyNE/Makefile         | 4 ++--
 science/qmcpack/Makefile         | 4 ++--
 science/rmf/Makefile             | 4 ++--
 science/votca/Makefile           | 4 ++--
 sysutils/slurm-wlm/Makefile      | 3 ++-
 52 files changed, 105 insertions(+), 74 deletions(-)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-06-16 15:20:31 UTC
Committed. Thanks!