1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Mk/bsd.port.mk: use the WARNING framework to reduce the spam

This commit is contained in:
Baptiste Daroussin 2021-07-22 14:29:22 +02:00
parent 35c4572d6a
commit c580a81e15

View File

@ -1216,7 +1216,7 @@ _PKG_BEFORE_PKGEXT!= ${PKG_BIN} version -t ${_PKG_VERSION:C/-.*//g} 1.17.0
.if ${_PKG_BEFORE_PKGEXT} == "<"
_PKG_TRANSITIONING_TO_NEW_EXT= yes
_EXPORTED_VARS+= _PKG_TRANSITIONING_TO_NEW_EXT
.warning "It is strongly recommended to upgrade to a newer version of pkg first"
WARNING+= "It is strongly recommended to upgrade to a newer version of pkg first"
.endif
# XXX End of hack
_PKG_STATUS!= ${PKG_BIN} version -t ${_PKG_VERSION:C/-.*//g} ${MINIMAL_PKG_VERSION}
@ -2246,7 +2246,7 @@ PKG_COMPRESSION_FORMAT?= ${PKG_SUFX:S/.//}
.else
.if defined(PKG_SUFX)
PKG_COMPRESSION_FORMAT?= ${PKG_SUFX:S/.//}
.warning PKG_SUFX is defined, it should be replaced with PKG_COMPRESSION_FORMAT
WARNING+= "PKG_SUFX is defined, if should be replaced with PKG_COMPRESSION_FORMAT"
.endif
PKG_SUFX= .pkg
.endif