[Bug 270989] print/ghostscript10: adds libgs.so; connects to USES and DEFAULT_VERSIONS facilities; flavorized

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 17 Jun 2023 21:22:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270989

--- Comment #38 from Daniel Engberg <diizzy@FreeBSD.org> ---
Created attachment 242846
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=242846&action=edit
Patch for ghostscript10 (1+2 combined)

So this is 1+2 combined because of convenience

I've substituted some hardcoded values with variables instead to hopefully make
it easier to maintain and eventually update to next major version. For the sake
of readability we don't require a specific amount of tab (however less is
better) rather adopting style to when it's needed while trying to avoid
exceeding 78 columns if possible. I've adjusted a few indents where I think it
makes it easier to read. While portlint won't complain about it we in general
keep non options related stuff in sections above from where we define OPTIONS_
variables in the port Makefile so I've adjusted it accordingly.

Thanks for all the time and work all of you have put into this!

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