Bug 165270 - Ports keeps displaying useless 'License check disabled, port has not defined LICENSE'
Summary: Ports keeps displaying useless 'License check disabled, port has not defined ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-18 17:40 UTC by Simon L. B. Nielsen
Modified: 2012-06-26 16:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon L. B. Nielsen freebsd_committer freebsd_triage 2012-02-18 17:40:07 UTC
[root@blue:apache22] cd /usr/ports/www/apache22
[root@blue:apache22] make fetch-recursive |& grep 'License check disabled, port has not defined LICENSE'
===>  License check disabled, port has not defined LICENSE
===>  License check disabled, port has not defined LICENSE
===>  License check disabled, port has not defined LICENSE
===>  License check disabled, port has not defined LICENSE
===>  License check disabled, port has not defined LICENSE
===>  License check disabled, port has not defined LICENSE
===>  License check disabled, port has not defined LICENSE
===>  License check disabled, port has not defined LICENSE
===>  License check disabled, port has not defined LICENSE
===>  License check disabled, port has not defined LICENSE
===>  License check disabled, port has not defined LICENSE
===>  License check disabled, port has not defined LICENSE
===>  License check disabled, port has not defined LICENSE
===>  License check disabled, port has not defined LICENSE
===>  License check disabled, port has not defined LICENSE
[root@blue:apache22] make fetch-recursive | & grep 'License check disabled, port has not defined LICENSE' | wc -l
      15

I have not defined any license parameters in make.conf / ports.conf so it should be obvious that I don't care IMO about ports not knowing which license are present.

Unless the user has requested specific licence checks etc (I'm not sure what's possible) the above messages should just be silenced.
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2012-02-22 04:57:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr
Comment 2 Thomas Abthorpe freebsd_committer freebsd_triage 2012-02-27 18:03:43 UTC
Responsible Changed
From-To: portmgr->tabthorpe

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-06-26 16:28:08 UTC
tabthorpe    2012-06-26 15:27:54 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.licenses.db.mk bsd.licenses.mk 
  Log:
  - Set IGNORE if BATCH is set [1]
  - Silence some output, set LICENCE_VERBOSE to enable [2]
  - Add AGPLv3 as a license
  
  PR:             ports/164870 [1] ports/165270 [2] ports/166066 [3]
  Submitted by:   many
  Exp-run by:     linimon
  
  Revision  Changes    Path
  1.19      +5 -1      ports/Mk/bsd.licenses.db.mk
  1.13      +11 -10    ports/Mk/bsd.licenses.mk
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Thomas Abthorpe freebsd_committer freebsd_triage 2012-06-26 16:30:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!