Commit graph

4 commits

Author SHA1 Message Date
jlam
8397afdb4f * Strongly buildlinkify.
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
* Remove build dependencies on autoconf/automake by providing patches to
  the generated files as well.  This allows our other automatic changes at
  pre-configure time in bsd.pkg.mk to succeed.
2001-11-13 21:26:58 +00:00
bouyer
e28cc06623 Add patch from Nick Hudson to detect util.h and getrawpartition() in libutil.
Chnage patch to cddata.cpp to use getrawpartition(), and enclose
NetBSD-specific changes in #ifdef __NetBSD/#endif so that it's easier
to send back to KDE folks.
2001-06-13 12:41:09 +00:00
bouyer
13de9c340a Thomas is rigth, we can't use /dev/rcd?d on all platform.
#ifdef __i386
use /dev/rcd%dd
#else
use /dev/rcd%dc
#endif
2001-06-11 17:57:59 +00:00
bouyer
c6cc549cb3 Handle device scan more in the NetBSD way: instead of using cdrecord -scanbus
use scsictl identify, looping on /dev/rcd0d -> /dev/rcd7d.
This allows to store the real name of the device, instead of scsibus/target/lun
which is hard to use.
2001-06-11 17:40:48 +00:00