Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151761755
D16450.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
922 B
Referenced Files
None
Subscribers
None
D16450.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D16450: Tell people who disabled LICENSE processing that it then cannot be checked.
Attached
Detach File
Event Timeline
Log In to Comment