2011/11/30 Pawe=C5=82 P=C4=99kala <pawel@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=3De&file=3Dhttp%3A//www.lsi.com/downloads/Pu=
blic/MegaRAID%2520Common%2520Files/8.02.16_MegaCLI.zip
to
@${EXEC} ${FETCH_CMD} -o /dev/null
http://www.lsi.com/magic.axd?x=3De&file=3Dhttp%3A//www.lsi.com/downloads/Pu=
blic/MegaRAID%2520Common%2520Files/8.02.16_MegaCLI.zip
not work?
--=20
Eitan Adler
Ports committer
X11, Bugbusting teams
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"