From 4fb56e683ea6f1c375a8f768e6c2eaba37caa48f Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 13 Sep 2006 23:27:31 +0000 Subject: Use &cprompt; and &rprompt; Add section for people with too much time on their hands. --- doc/guide/files/faq.xml | 59 ++++++++++++++++++++++++++++++++++--------------- 1 file changed, 41 insertions(+), 18 deletions(-) (limited to 'doc') diff --git a/doc/guide/files/faq.xml b/doc/guide/files/faq.xml index eaeda479b6a..f668efe99ed 100644 --- a/doc/guide/files/faq.xml +++ b/doc/guide/files/faq.xml @@ -1,4 +1,4 @@ - + Frequently Asked Questions @@ -378,9 +378,9 @@ transfers. How to fetch all distfiles at once -You would like to download all the distfiles in a single batch from -work or university, where you can't run a make fetch. -There is an archive of distfiles on You would like to download all the distfiles in a single batch +from work or university, where you can't run a make +fetch. There is an archive of distfiles on ftp.NetBSD.org, but downloading the entire directory may not be appropriate. @@ -393,30 +393,30 @@ URL: At home: -% cd /usr/pkgsrc -% make fetch-list FETCH_CMD=wget DISTDIR=/tmp/distfiles >/tmp/fetch.sh -% scp /tmp/fetch.sh work:/tmp +&cprompt; cd /usr/pkgsrc +&cprompt; make fetch-list FETCH_CMD=wget DISTDIR=/tmp/distfiles >/tmp/fetch.sh +&cprompt; scp /tmp/fetch.sh work:/tmp At work: -% sh /tmp/fetch.sh +&cprompt; sh /tmp/fetch.sh then tar up /tmp/distfiles and take it home. If you have a machine running NetBSD, and you want to get -all distfiles (even ones that aren't for your machine -architecture), you can do so by using the above-mentioned make -fetch-list approach, or fetch the distfiles directly by -running: +all distfiles (even ones that aren't for your +machine architecture), you can do so by using the above-mentioned +make fetch-list approach, or fetch the distfiles +directly by running: -% make mirror-distfiles +&cprompt; make mirror-distfiles If you even decide to ignore NO_{SRC,BIN}_ON_{FTP,CDROM}, then you can get everything by running: -% make fetch NO_SKIP=yes +&cprompt; make fetch NO_SKIP=yes @@ -449,8 +449,8 @@ environment or in /etc/mk.conf. when you installed your NetBSD machine. Please get and install it, by extracting it in /: -# cd / -# tar --unlink -zxvpf .../comp.tgz +&rprompt; cd / +&rprompt; tar --unlink -zxvpf .../comp.tgz comp.tgz is part of every NetBSD release. Get the one that corresponds to your release (determine via uname @@ -584,7 +584,7 @@ check. -A package does not build. What shall I do? +A package does not build. What shall I do? @@ -608,6 +608,29 @@ check. pkgsrc-users mailing list. - + + + + I have a little time to kill. What shall I do? + + This is not really an FAQ yet, but here's the answer + anyway. + + + Run pkg_chk -N (from the + pkgtools/pkg_chk package). It + will tell you about newer versions of installed packages that are + available, but not yet updated in pkgsrc. + + Browse pkgsrc/doc/TODO + — it contains a list of suggested new packages and a list of + cleanups and enhancements for pkgsrc that would be nice to + have. + + Review packages for which review was requested on + the pkgsrc-wip review + mailing list. + -- cgit v1.2.3