History log of /freebsd-13.1/lib/libunbound/Makefile (Results 1 – 12 of 12)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0
# 6692aa84 13-Jan-2020 Cy Schubert <[email protected]>

Unbound's config.h is manually maintained, using a ./configure produced
config.h as a guide. In practice contributed software maintains a copy
of config.h within its build directory tree containing i

Unbound's config.h is manually maintained, using a ./configure produced
config.h as a guide. In practice contributed software maintains a copy
of config.h within its build directory tree containing its Makefile.
usr.sbin/unbound is the home for its config.h.

MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D22983

show more ...


Revision tags: release/12.1.0, release/11.3.0, release/12.0.0
# 0eb26fa3 10-Oct-2018 Dag-Erling Smørgrav <[email protected]>

Update Makefile for 1.8.0, apologies for the breakage.

Approved by: re (kib)


Revision tags: release/11.2.0
# d7d1dffb 12-May-2018 Dag-Erling Smørgrav <[email protected]>

Upgrade Unbound to 1.6.1. More to follow.


Revision tags: release/10.4.0, release/11.1.0
# a8f5f987 20-Jan-2017 Enji Cooper <[email protected]>

Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones

This implifies pathing in make/displayed output

MFC after: 3 weeks
Sponsored by: Dell EMC Isilon


Revision tags: release/11.0.1, release/11.0.0, release/10.3.0
# bf081e99 11-Mar-2016 Justin Hibbits <[email protected]>

Add to CFLAGS, rather than replacing.

This allows additional CFLAGS, as set in bsd.cpu.mk, to go through.


# a70cba95 04-Feb-2016 Glen Barber <[email protected]>

First pass through library packaging.

Sponsored by: The FreeBSD Foundation


Revision tags: release/10.2.0
# cac05815 05-Mar-2015 Baptiste Daroussin <[email protected]>

Add libunbound to the unbound package


# 7a37b5fc 16-Jan-2015 Will Andrews <[email protected]>

Add a ${CP} alias for copying files in the build.

Some users build FreeBSD as non-root in Perforce workspaces. By default,
Perforce sets files read-only unless they're explicitly being edited.
As a

Add a ${CP} alias for copying files in the build.

Some users build FreeBSD as non-root in Perforce workspaces. By default,
Perforce sets files read-only unless they're explicitly being edited.
As a result, the -f argument must be used to cp in order to override the
read-only flag when copying source files to object directories. Bare use of
'cp' should be avoided in the future.

Update all current users of 'cp' in the src tree.

Reviewed by: emaste
MFC after: 1 week
Sponsored by: Spectra Logic

show more ...


# 6b129086 25-Nov-2014 Baptiste Daroussin <[email protected]>

Convert libraries to use LIBADD
While here reduce a bit overlinking


Revision tags: release/10.1.0
# ce2dea2a 18-Sep-2014 Will Andrews <[email protected]>

Fix incremental builds involving non-root users with read-only source files.
This is a followup commit to r271771.

MFC after: 1 month


# e8263e18 19-Jul-2014 Dag-Erling Smørgrav <[email protected]>

Clean up the libunbound build to avoid accidentally regenerating the
configuration lexer and parser during buildworld. Instead of being
included in the source as it is in the upstream distribution,

Clean up the libunbound build to avoid accidentally regenerating the
configuration lexer and parser during buildworld. Instead of being
included in the source as it is in the upstream distribution, the code is
now always generated (in ${.OBJDIR}) at build time.

PR: 190739
MFC after: 1 week

show more ...


Revision tags: release/9.3.0, release/10.0.0, release/9.2.0
# 8f8790cd 15-Sep-2013 Dag-Erling Smørgrav <[email protected]>

Build and install the Unbound caching DNS resolver daemon.

Approved by: re (blanket)