[Bug 270989] print/ghostscript10: adds libgs.so; connects to USES and DEFAULT_VERSIONS facilities; flavorized
Date: Mon, 24 Apr 2023 19:22:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270989 --- Comment #12 from Michael Osipov <michael.osipov@siemens.com> --- Created attachment 241707 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=241707&action=edit Patch for point 3 + 5 Here is a patch for 3 + 5, based on Chad's patch. Here is one thing which bugs me I am not certain how to properly solve it: One port requires ghostscript10@default another one ghostscript10@x11. My patch: both cannot coexist since they install into the same space and both contain statically linked drivers which is now favorized by GS devs. Chad's patch: Installs base with statically linked drivers, but X11 compiles dynamically which is useless, IMHO, since the actual gs executable has been built for static drivers which obviously won't load the X11.so driver. Thoughts? Am I wrong? Ideas? -- You are receiving this mail because: You are the assignee for the bug.