Page MenuHomeFreeBSD

D16450.diff
No OneTemporary

D16450.diff

Index: head/Mk/Scripts/qa.sh
===================================================================
--- head/Mk/Scripts/qa.sh
+++ head/Mk/Scripts/qa.sh
@@ -918,7 +918,9 @@
{
local lic autoaccept pkgmirror #distsell distmirror pkgsell
- if [ -n "$LICENSE" ]; then
+ if [ -n "$DISABLE_LICENSES" ]; then
+ warn "You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks"
+ elif [ -n "$LICENSE" ]; then
for lic in $LICENSE_PERMS; do
case "$lic" in
auto-accept) autoaccept=1 ;;
Index: head/Mk/bsd.port.mk
===================================================================
--- head/Mk/bsd.port.mk
+++ head/Mk/bsd.port.mk
@@ -1633,6 +1633,7 @@
PKGBASE=${PKGBASE} \
LICENSE="${LICENSE}" \
LICENSE_PERMS="${_LICENSE_PERMS}" \
+ DISABLE_LICENSES="${DISABLE_LICENSES:Dyes}" \
PORTNAME=${PORTNAME} \
NO_ARCH=${NO_ARCH} \
"NO_ARCH_IGNORE=${NO_ARCH_IGNORE}" \

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 11, 12:09 PM (8 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31289681
Default Alt Text
D16450.diff (922 B)

Event Timeline