MHA152 Aug 8, 2013 #1 Hello everybody! I want to know which arguments are used in fetch by default. How can I change the arguments to improve it?
Hello everybody! I want to know which arguments are used in fetch by default. How can I change the arguments to improve it?
SirDice Administrator Staff member Administrator Moderator Aug 8, 2013 #2 MHA152 said: I want to know which arguments are used in fetch by default. How can I change the arguments to improve it? Click to expand... Have you tried reading the man page? fetch(1).
MHA152 said: I want to know which arguments are used in fetch by default. How can I change the arguments to improve it? Click to expand... Have you tried reading the man page? fetch(1).
OP MHA152 Aug 8, 2013 Thread Starter #3 SirDice said: Have you tried reading the man page? fetch(1). Click to expand... Yes I read it but it doesn't say anything about arguments it used by default for downloading ports.
SirDice said: Have you tried reading the man page? fetch(1). Click to expand... Yes I read it but it doesn't say anything about arguments it used by default for downloading ports.
Amzo Aug 8, 2013 #4 The ports use -Fpr for the fetch arguments. Code: /usr/ports/Mk/bsd.port.mk:FETCH_BINARY?= /usr/bin/fetch /usr/ports/Mk/bsd.port.mk:FETCH_CMD?= ${FETCH_BINARY} ${FETCH_ARGS} /usr/ports/Mk/bsd.sites.mk:FETCH_ARGS= -Fpr
The ports use -Fpr for the fetch arguments. Code: /usr/ports/Mk/bsd.port.mk:FETCH_BINARY?= /usr/bin/fetch /usr/ports/Mk/bsd.port.mk:FETCH_CMD?= ${FETCH_BINARY} ${FETCH_ARGS} /usr/ports/Mk/bsd.sites.mk:FETCH_ARGS= -Fpr