WANT_SDL/HAVE_SDL macros allow a port to check which SDL components are installed.
These go against the policy of avoiding automatic dependencies, and there are also no cases in the portstree where it is used properly.
So, remove these knobs.
Differential D4093
Kill WANT_SDL/HAVE_SDL AMDmi3 on Nov 6 2015, 9:05 AM. Authored by Tags None Referenced Files
Subscribers
Details
WANT_SDL/HAVE_SDL macros allow a port to check which SDL components are installed. These go against the policy of avoiding automatic dependencies, and there are also no cases in the portstree where it is used properly. So, remove these knobs. Tested all affected ports with poudriere
Diff Detail
Event TimelineComment Actions Shouldn't some of these ports be switched to USE_SDL ?
Comment Actions No. If they use SDL, they already use USE_SDL. WANT_SDL does nothing unless you check for HAVE_SDL. Apart from noegnud*, which checked it for no reason, no port checks HAVE_SDL at all.
|