mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 00:45:17 -04:00
since ports are not supposed to be broken during the process of
conversion to ELF -- please proceed with caution.)
(2) Support for checking file size before fetching. The essential
parts are commented out for now, so I won't lose the submission
while we discuss how to do it.
Submitted by: se (mostly)
(3) Don't run "fetch" twice. It was due to the change in checksum
target chaining. It used to be fetch -> checksum -> extract,
after 1.285 it was fetch -> checksum and checksum was also
explicitly called from extract. Fix it by not calling fetch from
checksum when it's invoked by extract.
Noticed by: pre-fetch target of lesstif being run twice
(4) Don't try to remove non-existent distfiles and patchfiles in
distclean.
Submitted by: anto@netscape.net
PR: 7988
|
||
|---|---|---|
| .. | ||
| bsd.dep.mk | ||
| bsd.doc.mk | ||
| bsd.docb.mk | ||
| bsd.info.mk | ||
| bsd.kern.mk | ||
| bsd.kmod.mk | ||
| bsd.lib.mk | ||
| bsd.libnames.mk | ||
| bsd.man.mk | ||
| bsd.obj.mk | ||
| bsd.own.mk | ||
| bsd.port.mk | ||
| bsd.port.subdir.mk | ||
| bsd.prog.mk | ||
| bsd.README | ||
| bsd.sgml.mk | ||
| bsd.subdir.mk | ||
| Makefile | ||
| sys.mk | ||