# /usr/ports/x11-drivers/Makefile.local by jhs@berklix .if ( defined(BERKLIX_MINIMAL) || \ defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) || \ defined(BERKLIX_SERVER) || defined(BERKLIX_AMBITIOUS ) ) #{ .undef SUBDIR .endif #} .if defined(BERKLIX_CLIENT) #{ # SUBDIR += xf86-video-kbd # host=lapd 7.0 (EE) Failed to load # module "kbd" (module does not exist, # 0) No ports/x*/*kbd* Exists: # x11/libgnomekbd x11/xvkbd # SUBDIR += xf86-video-mouse # # host=lapd 7.0 (EE) Failed to load # # module "mouse" (module does not # # exist, 0) No ports/x*/ SUBDIR += xf86-input-mouse # x11-drivers/xf86-input-vmmouse SUBDIR += xf86-video-chips # host=lapd 7.0 (EE) Failed to load # # module "chips" (module does not exist, 0) SUBDIR += xf86-video-fbdev # host=lapd 7.0 (EE) Failed to load # # module "fbdev" (module does not exist, 0) SUBDIR += xf86-video-neomagic # for host=lapn, # xinit FreeBSD-7.2-RELEASE: # (EE) Failed to load module "neomagic" (module does not exist, 0) SUBDIR += xf86-video-vesa # host=lapd 7.0 (EE) Failed to load # # module "vesa" (module does not exist, 0) # SUBDIR += xf86-video-vga # host=lapd 7.0 (EE) Failed to load # # module "vga" (module does not exist, 0) # 7.2 reports: # xf86-video-vga-4.1.0_4 is marked as broken: Needs to be removed. .endif #}