aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
Commit message (Expand)AuthorAgeFilesLines
* Make package-depends-list accept dependency entries without ${PORTSDIR}Baptiste Daroussin2015-08-251-0/+4
* Make build-depends-list and run-depends-list accept dependency lines withoutBaptiste Daroussin2015-08-251-6/+14
* Add an optional error message for opt_PREVENTS, opt_PREVENTS_MSG.Mathieu Arnold2015-08-241-0/+3
* Introduce <opt>_IMPLIES and <opt>_PREVENTS to register dependencies, orMathieu Arnold2015-08-181-1/+19
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-44/+10
* Rewrite the target ordering code.Mathieu Arnold2015-08-171-40/+81
* Re-commit ofAlexander Leidinger2015-08-091-0/+17
* Add a note about not changing MASTER_SITE_BACKUP.Mathieu Arnold2015-07-281-1/+2
* Unbreak INDEX, reverting r392921Antoine Brodin2015-07-261-17/+0
* 64 bit linuxulator support (not activated by default):Alexander Leidinger2015-07-261-0/+17
* Pass PKGBASE to qa.shBaptiste Daroussin2015-07-191-1/+2
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.Koop Mast2015-07-161-73/+0
* Rewite CLEAN-DEPENDS*Baptiste Daroussin2015-07-041-81/+9
* Remove support for distfiles in cdromBaptiste Daroussin2015-07-021-17/+0
* Remove useless @ in ALL-DEPENDS-LISTBaptiste Daroussin2015-07-011-1/+1
* Move all-depends-list to a regular scriptBaptiste Daroussin2015-07-011-29/+6
* Introduce target option helpers.Mathieu Arnold2015-07-011-14/+14
* Refactor dependency checks and installationBaptiste Daroussin2015-06-281-167/+23
* - Add support for BROKEN_${OPSYS}_${OSREL:R}_${ARCH} patternDmitry Marakasov2015-06-271-0/+9
* Fix documentation: all the ports are installed in LOCALBASE include x11 oneBaptiste Daroussin2015-06-221-1/+1
* Remove AUTOMATIC_PLIST documentation from bsd.port.mk it belong to bsd.linux*.mkBaptiste Daroussin2015-06-221-3/+0
* Simplify test on zipped PATCHFILESBaptiste Daroussin2015-06-221-3/+1
* Factorize the fake for convenience targetsBaptiste Daroussin2015-06-221-7/+4
* Remove add-plist-buildinfo it has been unhooked for a while and prevent us fromBaptiste Daroussin2015-06-221-7/+0
* factorize add-plist-docs and add-plist-examplesBaptiste Daroussin2015-06-221-20/+8
* Make fetch-url-list an empty target depending on fetch-url-list-intBaptiste Daroussin2015-06-221-2/+1
* Make package-noinstall an alias of make packageBaptiste Daroussin2015-06-221-2/+1
* Garbage collect unused command definitionBaptiste Daroussin2015-06-221-2/+0
* Make USE_RC_SUBR install rc.d scripts in /etc/rc.d if PREFIX is /usrBaptiste Daroussin2015-06-221-18/+7
* Have make showconfig fail if the config is incorrect.Mathieu Arnold2015-06-131-1/+1
* Support .zip files in PATCHFILES and EXTRA_PATCHES.Mathieu Arnold2015-06-131-0/+2
* Document check-plist and check-sanity targets.Erwin Lansing2015-06-121-0/+3
* Remove NEED_ROOT, the last customer has been modified to be able to properlyBaptiste Daroussin2015-06-041-21/+0
* bsd.port.mk: Implement BROKEN_${OPSYS} and BROKEN_${OPSYS}_${OSREL:R}John Marino2015-06-021-3/+18
* This was not supposed to escape my ports tree.Mathieu Arnold2015-05-291-1/+1
* Introduce USE_GITHUB=nodefault to allow fetching additional distfilesMathieu Arnold2015-05-291-2/+2
* USE_GITHUB can now fetch multiple distfiles. It uses a grouping featureMathieu Arnold2015-05-281-8/+2
* Remove GH_COMMIT support.Mathieu Arnold2015-05-211-5/+1
* Use the same, working, logic for DIST/PATCH group parsing everywhere.Mathieu Arnold2015-05-141-5/+25
* USE_GITHUB: Fix WRKSRC to contain the full DISTVERSION prefix/suffx when GH_T...Bryan Drewery2015-05-041-4/+0
* Remove _*OWNGRP, with staging it's not useful anymoreAntoine Brodin2015-05-041-24/+7
* Remove unintended change from r385384 those will come laterBaptiste Daroussin2015-05-041-7/+18
* Mark NEED_ROOT as deprecated, It was a wrong idea as people are abusing it.Baptiste Daroussin2015-05-041-18/+7
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.Bryan Drewery2015-04-281-1/+7
* Do not error on dependency on ${NONEXISTENT}:dir:target when STRICT_DEPENDSAntoine Brodin2015-04-281-1/+3
* Add a STRICT_DEPENDS feature which validates dependencies are installed, doesBryan Drewery2015-04-211-5/+20
* Remove the destination of a copy before copying to it because it may beTijl Coosemans2015-04-211-2/+4
* - Display a stage-qa warning when ports use PREFIX/var instead of /varTijl Coosemans2015-04-201-1/+6
* Abstract ${WRKDIR}/pkg/${PKGNAME}${PKG_SUFX} which appears five timesGerald Pfeifer2015-04-191-4/+5
* Improve the OSVERSION==UNAME_r validation from r369644 by skipping itBryan Drewery2015-04-151-0/+3