2015-04-23 1:19 GMT-07:00 <rmott...@users.sourceforge.net>: > +#we depend on these packages at runtime > +# we want at least two archivers to be present, zip and gnu tar. Others > are optional > +CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWgtar > +CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWzip > +CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWgnustep-base > +CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWgnustep-back > +CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWgnustep-make > +CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWgnustep-gui >
if you add e.g. CSWgnustep-base as a dependency, it will not be optional: Solaris packages don't have a notion of an optional dependency. if they're optional, you remove them from RUNTIME_DEP_PKGS and rely on the user doing the right thing. Maciej