tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: quoting hell with space in download location



Roland Illig schrieb:
> Matthias Drochner schrieb:
>>  ${MASTER_SITE_SOURCEFORGE:=liferea/Liferea Stable/1.6.0/}
> 
> ${MASTER_SITE_SOURCEFORGE:@ms@${ms}liferea/Liferea%20Stable/1.6.0/@}

${MASTER_SITE_SOURCEFORGE:%=%liferea/Liferea%20Stable/1.6.0/}

(see devel/bmake/files/str.c, function Str_SYSVSubst; only the first '%'
is substituted.)

${MASTER_SITE_SOURCEFORGE:S,$,liferea/Liferea%20Stable/1.6.0/,}

${MASTER_SITE_SOURCEFORGE:C,$,liferea/Liferea%20Stable/1.6.0/,}

Maybe there exist some more.

Roland


Home | Main Index | Thread Index | Old Index