cvs commit: ports/sysutils/megacli Makefile

Eitan Adler eadler at freebsd.org
Wed Nov 30 12:33:59 UTC 2011


2011/11/30 Paweł Pękala <pawel at freebsd.org>:
> I'm not doing that. The port first fetches some kind of cookie in
> pre-fetch that you refer to and then actual distfile. Yes I know it's
> hackish but at least it works. Hopefully this is last time we have to
> fix fetch in this port, but history is against us ;/

Yes, but you use fetch(1) directly instead of using FETCH_CMD

%make -V FETCH_CMD
/usr/bin/fetch -AFpr

Does changing
        @${EXEC} fetch -o /dev/null
http://www.lsi.com/magic.axd?x=e&file=http%3A//www.lsi.com/downloads/Public/MegaRAID%2520Common%2520Files/8.02.16_MegaCLI.zip
to
        @${EXEC} ${FETCH_CMD} -o /dev/null
http://www.lsi.com/magic.axd?x=e&file=http%3A//www.lsi.com/downloads/Public/MegaRAID%2520Common%2520Files/8.02.16_MegaCLI.zip

not work?
-- 
Eitan Adler
Ports committer
X11, Bugbusting teams


More information about the cvs-ports mailing list