Hal ----Xorg server

What version of fbsd are you running?

Is your ports tree up to date?
 
pe3sos said:
Ports are up to date

Are you sure? Hal should have a check to see if you're on 8 because of the new USB stack:

Code:
.if ${OSVERSION} >= 800063
PLIST_SUB+=	USB2=""
.else
PLIST_SUB+=	USB2="@comment "
.endif
 
NB: you'll have better luck if you upgrade to a recent -CURRENT (sometime after very late march, iirc)
Then
Code:
# pkg_delete /var/db/pkg/libusb\*
# pkgdb -F
# cd /usr/src && make delete-old && make delete-old-libs
Finally rebuild (open the pod-bay doors)hal and everything else you broke there (hopefully not much).
 
Back
Top