History log of /freebsd-current/usr.bin/fetch/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 13ef8134 14-Dec-2021 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Create a FreeBSD-fetch package

It's useful for small image to fetch some data but we don't want to
install utilities nor bloat runtime.

MFC after: 2 weeks
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D33463


# 94179175 16-Aug-2020 Xin LI <delphij@FreeBSD.org>

Don't explicitly specify c99 or gnu99 as the default is now gnu99.

MFC after: 2 weeks


# 3e11bd9e 25-Nov-2014 Baptiste Daroussin <bapt@FreeBSD.org>

Convert to usr.bin/ to LIBADD
Reduce overlinking


# c6063d0d 05-May-2014 Warner Losh <imp@FreeBSD.org>

Use src.opts.mk in preference to bsd.own.mk except where we need stuff
from the latter.


# 0e50a833 14-Sep-2012 Dag-Erling Smørgrav <des@FreeBSD.org>

Use libmd if and only if OpenSSL is not available.

PR: bin/171402
MFC after: 3 days


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# c59ee18a 26-Feb-2010 Ruslan Ermilov <ru@FreeBSD.org>

Fixed static linkage.


# b7946da9 02-Jan-2010 Ed Schouten <ed@FreeBSD.org>

Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# e1fe3dba 17-Mar-2006 Ruslan Ermilov <ru@FreeBSD.org>

Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)


# a2161735 21-Dec-2004 Ruslan Ermilov <ru@FreeBSD.org>

NOCRYPT -> NO_CRYPT


# d37df47d 06-Aug-2004 Colin Percival <cperciva@FreeBSD.org>

Join the 21st century: Cryptography is no longer an optional component
of releases. The -DNOCRYPT build option still exists for anyone who
really wants to build non-cryptographic binaries, but the "crypto"
release distribution is now part of "base", and anyone installing from a
release will get cryptographic binaries.

Approved by: re (scottl), markm
Discussed on: freebsd-current, in late April 2004


# 36317d68 22-Jul-2003 Ruslan Ermilov <ru@FreeBSD.org>

Make sure the crypto versions of libfetch and fetch(1) appear in
the "crypto" distribution.

Approved by: des


# 7691f66a 19-May-2003 Dag-Erling Smørgrav <des@FreeBSD.org>

Retire the useless NOSECURE knob.

Approved by: re (scottl)


# b06d75fd 01-May-2003 Dag-Erling Smørgrav <des@FreeBSD.org>

Mark fetch(1) as c99- and WARNS6-clean.


# 75c3973a 29-Oct-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

Clarify my feelings towards fetch / libfetch.


# 35945a74 28-Jul-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

fetch(1) is WARNS-5 clean (tested on i386 and Alpha)


# 6414f0b9 11-Jun-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

Reorder LDADD to fix static linking.


# 4093807d 06-Jun-2002 Ruslan Ermilov <ru@FreeBSD.org>

libfetch now depends on libcrypto and libssl.


# 1bf28f7e 05-Jun-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

Figures they had to call it NOCRYPT instead of NOCRYPTO.


# d9615d7d 05-Jun-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

During buildworld, "regular" libraries are built before crypto stuff, so
libfetch can't depend on lib{crypto,ssl}. Move the dependency to fetch
until we can figure out how to fix this.


# 91bd71d2 08-Feb-2002 Mark Murray <markm@FreeBSD.org>

Remove leaf node WARNS?=2 (that mainly I added). This should
help the GCC3 transition and CURRENT in general.


# 91404f38 17-Jul-2001 Dag-Erling Smørgrav <des@FreeBSD.org>

WARNS cleanup + remove an unused macro and an unused function argument.


# b39628e7 28-Jun-2000 Dag-Erling Smørgrav <des@FreeBSD.org>

New libfetch-based fetch.


# 78be3199 30-Jan-1997 Garrett Wollman <wollman@FreeBSD.org>

Here is my long-threatened revamping of fetch. Jean-Marc probably won't
recognize it any more. This makes the following significant changes:

- The main body of the program doesn't know a thing about URIs,
HTTP, or FTP. This makes it possible to easily plug in other
protocols. (The next revision will probably be able to dynamically
add new recognizers.)

- There are no longer arbitrary timeouts for the protocols. If you want
to set one for yourself, use the environment variables.

- FTP proxies are now supported (if I implemented it right).

- The HTTP implementation is much more complete, and can now do restarts,
preserve modtimes, and mrun in mirror mode. It's not yet up to 1.1,
but it's getting there.

- Transaction TCP is now used for sending HTTP requests. The HTTP/1.1 syntax
for requesting that the connection be closed after one request is
implemented.

In all of this, I have doubtless broken somebody. Please test it and tell me
about the bugs.


# 84b54bb4 26-Jun-1996 Gary Palmer <gpalmer@FreeBSD.org>

Add -Wall to CFLAGS


# 5e5a2c7f 19-Jun-1996 Satoshi Asami <asami@FreeBSD.org>

Jean-Marc's url fetch program, with Josh MacDonald's patches and
Jordan's ftpio library.

Submitted by: jmz, jkh, jmacd (three-j!)