Hi,
I wanted to get rid of a MODRUBY_BIN_SUFFIX for the installed binaries, on a
couple of ruby ports, so added
GEM_FLAGS = --no-format-executable
however, then, as I was pointed out by jeremy@, ruby25 and ruby26 flavored
packages
conflict.
So he recommended to additionally add
MODRUBY_HANDLE_FLAVORS =No
With that, the package name changes from:
ruby2X-hiera-eyaml to
hiera-eyaml.
however, this still conflicts. I read up on pkgpath and packages-specs,
however, adding
@pkgpath or @conflict in a diverse set of variations didn't work out.
The package either conflicts the old one.
jermey@ pointed me to the quirks, so I added an entry to:
$stem_extensions
like this:
'ruby25-hiera-eyaml' => 'hiera-eyaml',
'ruby26-hiera-eyaml' => 'hiera-eyaml',
however, pkg_add doens't seem to pick it up.
I fear the problem is that the FLAVOR is prepended to the package name,
any idea how to work around it?
cheers,
Sebastian