packages: Rename unbound to local-unbound
This more accurately reflects its purpose, and its contents, since everything in the package is prefixed with "local-". While here, add a message on upgrade about regenerating the config. MFC after: 3 seconds Requested by: des Reviewed by: des Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53056
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
PACKAGE=lib${LIB}
|
||||
# Vendor sources and generated files
|
||||
LDNSDIR= ${SRCTOP}/contrib/ldns
|
||||
UNBOUNDDIR= ${SRCTOP}/contrib/unbound
|
||||
@@ -6,9 +5,10 @@ UNBOUNDDIR= ${SRCTOP}/contrib/unbound
|
||||
# Hold my beer and watch this
|
||||
.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/cachedb ${UNBOUNDDIR}/dns64 ${UNBOUNDDIR}/iterator ${UNBOUNDDIR}/sldns ${UNBOUNDDIR}/libunbound ${UNBOUNDDIR}/services ${UNBOUNDDIR}/services/cache ${UNBOUNDDIR}/util ${UNBOUNDDIR}/util/data ${UNBOUNDDIR}/respip ${UNBOUNDDIR}/util/storage ${UNBOUNDDIR}/validator
|
||||
|
||||
LIB= unbound
|
||||
PACKAGE= local-unbound
|
||||
|
||||
LIB= unbound
|
||||
PRIVATELIB=
|
||||
PACKAGE= unbound
|
||||
|
||||
CFLAGS+= -I${UNBOUNDDIR} -I${LDNSDIR} -I${.OBJDIR} -I${.CURDIR}
|
||||
CFLAGS+= -DOPENSSL_API_COMPAT=0x10100000L
|
||||
|
||||
Reference in New Issue
Block a user