Page MenuHomeFreeBSD

D16450.id45861.diff
No OneTemporary

D16450.id45861.diff

Index: Mk/Scripts/qa.sh
===================================================================
--- Mk/Scripts/qa.sh
+++ 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: Mk/bsd.port.mk
===================================================================
--- Mk/bsd.port.mk
+++ 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
Fri, Jul 31, 3:26 AM (19 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35763453
Default Alt Text
D16450.id45861.diff (892 B)

Event Timeline