View | Details | Raw Unified | Return to bug 200238
Collapse All | Expand All

(-)comms/owfs/Makefile (-1 / +1 lines)
Lines 66-72 Link Here
66
# XXX Broken due to -lgcc_p
66
# XXX Broken due to -lgcc_p
67
PROFILING_CONFIGURE_ENABLE=	profiling
67
PROFILING_CONFIGURE_ENABLE=	profiling
68
68
69
# XXX: Not tested, it compiles, but not sure if fusefs actually works
69
# work on 10.1 amd64, USB DS9097, --passive=/dev/cuaU0
70
OWFS_CONFIGURE_ENABLE=		owfs
70
OWFS_CONFIGURE_ENABLE=		owfs
71
OWFS_USES=			fuse
71
OWFS_USES=			fuse
72
72
(-)comms/owfs/Makefile.options (-1 / +2 lines)
Lines 46-52 Link Here
46
OWPYTHON_DESC=		Enable Python binding 
46
OWPYTHON_DESC=		Enable Python binding 
47
OWTCL_DESC=		Enable TCL binding
47
OWTCL_DESC=		Enable TCL binding
48
PROFILING_DESC=		Enable profiling (BROKEN)
48
PROFILING_DESC=		Enable profiling (BROKEN)
49
OWFS_DESC=		Enable FUSE support (UNTESTED)
49
OWFS_DESC=		Enable FUSE support
50
ZERO_DESC=		Enable Zeroconf/bonjour (UNTESTED)
50
ZERO_DESC=		Enable Zeroconf/bonjour (UNTESTED)
51
USB_DESC=		Enable 1-Wire usb DS2490 support
51
USB_DESC=		Enable 1-Wire usb DS2490 support
52
52
Lines 61-65 Link Here
61
	OWFTPD\
61
	OWFTPD\
62
	OWSERVER\
62
	OWSERVER\
63
	OWCAPI\
63
	OWCAPI\
64
	OWFS\
64
	USB
65
	USB
65
66

Return to bug 200238