DragonFlyBSD / DPorts

The dedicated application build system for DragonFly BSD
Other
89 stars 44 forks source link

x11-drivers/xorg-drivers doesn't install xf86-video-intel #62

Closed ftigeot closed 11 years ago

ftigeot commented 11 years ago

x11-drivers/xorg-drivers/Makefile contains these lines:

OPTIONS_DEFAULT_i386= INTEL OPENCHROME

OPTIONS_DEFINE_x86_64:= ${OPTIONS_DEFINE_i386} OPTIONS_DEFAULT_amd64:= ${OPTIONS_DEFAULT_i386}

since OPTIONS_DEFINE and OPTIONS_DEFAULT are not for the same architecture, the intel driver is never installed.

Some ports are likely to have the same OPTIONS_DEFINE/OPTIONS_DEFAULT architecture mismatch issue. I'm not sure how to fix it since the x86_64 lines are generated automatically.

jrmarino commented 11 years ago

Merge script fixed. Latest version in staged branch is correct. Will be merged soon.