aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.licenses.mk
Commit message (Collapse)AuthorAgeFilesLines
* - Set IGNORE if BATCH is set [1]Thomas Abthorpe2012-06-261-9/+10
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=300021
* - Remove emacs mode, -*- mode: ...; -*- [1]Martin Wilke2012-05-231-1/+1
| | | | | | | | | | | | | | | | | | | - Comments for BUILD_ and RUN_DEPENDS fail to mention alternate means to specify dependencie [2] - Fix make reinstall [3] - Trivial comment change for PORTDATA [4] PR: 151954 [1] 161314 [2] 167085 [3] 167465 [4] Submitted by: Anonymous <swell.k@gmail.com> [1] dougb@ and Chris Rees <utisoft@gmail.com> [2] Garrett Cooper <yanegomi@gmail.com> [3] "Bryan Drewery" <bryan@shatow.net> [4] Tested via: phw Notes: svn path=/head/; revision=297274
* Minor English correctionEitan Adler2012-03-131-1/+1
| | | | | | | | Submitted by: Mel Flynn <rflynn@acsalaska.net> Feature safe: yes Notes: svn path=/head/; revision=293251
* - Add code to support standard licenses [1]Thomas Abthorpe2012-02-271-6/+16
| | | | | | | | | | | | - Properly cleanup files in /tmp [2] - Bring back --hline [3] PR: ports/163640 [1], ports/155890 [2], ports/164403 [3] Submitted by: crees [1], Pan Tsu [2], Jan Beich [3] Exp run by: pav Notes: svn path=/head/; revision=292315
* - Make pkg_add honour -p/-PThomas Abthorpe2012-01-091-1/+2
| | | | | | | | | PR: ports/153573 Submitted by: ohauer Exp run by: pav Notes: svn path=/head/; revision=288822
* - Disable license checking with DISABLE_LICENSES [1]Thomas Abthorpe2011-03-311-5/+9
| | | | | | | | | - Remove temp files from /tmp when build is interrupted [2] PR: ports/149837 [1], ports/155890 [2] Notes: svn path=/head/; revision=272028
* - Claim ownership for portmgrThomas Abthorpe2011-03-171-0/+3
| | | | | | | Reviewed by: pav Notes: svn path=/head/; revision=271118
* Use --title instead of -hline as the latter is no longer supportedErwin Lansing2011-02-071-2/+2
| | | | | | | | | | | in the latest imported dialog. PR: 154121 Submitted by: Anonymous <swell.k@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=268753
* - Added the license name to some of the informational messages displayed toGreg Larkin2011-01-071-4/+4
| | | | | | | | | | | | | | the user. See http://people.freebsd.org/~glarkin/logs/pecl-drizzle-0.4.2.log for an example (e.g. "License PHP301 accepted by the user") PR: ports/152964 Submitted by: glarkin Tested on: pointyhat exp-run Approved by: miwi (portmgr hat) Approved by: alepulver (maintainer) Notes: svn path=/head/; revision=267472
* We shouldn't trust vendor that their license filename is unique and willErwin Lansing2010-09-281-4/+4
| | | | | | | | | | | | | not cause collisions for different licenses as well as for _LICENSE_REPORT. The patch also makes it clear what license file belongs to what license in an installed package. PR: 148808 Submitted by: Anonymous <swell.k@gmail.com> Tested on: pointyhat Notes: svn path=/head/; revision=262011
* - Fix plist leftovers when using LICENSE framework and having @cwd command inPav Lucistnik2010-08-201-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plist PR: ports/147296 Submitted by: beat - Provide end-user DISABLE_LICENSES knob to disable licensing framework PR: ports/149070 Submitted by: amdmi3 - Include bsd.gnome.mk when INSTALLS_ICONS is defined PR: ports/148051 Submitted by: amdmi3 - Disable xz memory limit to fix port builds on low-memory systems PR: ports/148250 Submitted by: Warren Block <wblock@wonkity.com> - Remove compatibility shim for 6.3-RELEASE and older in describe target PR: ports/146067 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> - Remove INSTALLS_SHLIB PR: ports/146351 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> - Remove last trace of APACHE_COMPAT PR: ports/147114 Submitted by: pgollucci - Allow ports to override _MAKE_JOBS PR: ports/148754 Submitted by: Anonymous <swell.k@gmail.com> - Fixes to comments block PR: ports/135649, ports/148190 Submitted by: pgollucci, gcooper Notes: svn path=/head/; revision=259629
* - Add entry in CHANGES about bsd.licenses*.mk.Alejandro Pulver2010-05-261-2/+2
| | | | | | | - Fix typo in bsd.licenses.mk (_LICENGE_ERROR -> _LICENSE_ERROR). Notes: svn path=/head/; revision=255098
* - Add ports license framework, from GSoc 2008/2009.Alejandro Pulver2010-05-251-0/+768
- Feel free to populate bsd.licenses.db.mk and adjust the variables: NO_LICENSES_INSTALL and NO_LICENSES_DIALOGS (default to off). - For more information see http://wiki.freebsd.org/PortsLicenseInfrastructure Reviewed by: erwin Notes: svn path=/head/; revision=255014