Bug 149837 - bsd.licenses.mk: a bit better way of optional license framework
Summary: bsd.licenses.mk: a bit better way of optional license framework
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: 2010-08-20 16:40 UTC by Dmitry Marakasov
Modified: 2011-03-31 04:40 UTC (History)
0 users

See Also:


Attachments
licenses.patch (1.24 KB, patch)
2010-08-20 16:40 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2010-08-20 16:40:02 UTC

Fix: Minor improvement over original way of making license framework optional - now it doesn't include bsd.licenses.mk on DISABLE_LICENSES, which should save time on parsing.
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2010-08-23 21:29:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

Portmgr territory
Comment 2 Thomas Abthorpe freebsd_committer freebsd_triage 2011-03-27 05:32:23 UTC
Responsible Changed
From-To: portmgr->tabthorpe

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-03-31 04:37:28 UTC
tabthorpe    2011-03-31 03:37:14 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.licenses.mk bsd.port.mk 
  Log:
  - Disable license checking with DISABLE_LICENSES [1]
  - Remove temp files from /tmp when build is interrupted [2]
  
  PR:             ports/149837 [1], ports/155890 [2]
  
  Revision  Changes    Path
  1.8       +10 -6     ports/Mk/bsd.licenses.mk
  1.677     +3 -1      ports/Mk/bsd.port.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 2011-03-31 04:37:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!