aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/portmaster
Commit message (Expand)AuthorAgeFilesLines
* - Update WWWamdmi32019-04-231-1/+1
* Remove reference to obsolete INDEX files for FreeBSD7-9 and report buildse2018-10-283-9/+25
* Fix upgrades of moved ports.se2018-10-222-3/+10
* Make portmaster use "pkg-static" instead of "pkg". This prevents problemsse2018-10-142-41/+390
* Fix quoting of optional FLAVOR argument in some make invocations, whichse2018-07-232-3/+3
* Make some sub-routines use "$@" instead of $* to correctly pass argumentsse2018-07-222-5/+36
* Fix building of specific qt4 ports after qt5 has become the default flavor.se2018-06-222-5/+6
* Document --package-format=<fmt> option. I had implemented that option somese2018-05-212-1/+27
* Fix recursive building of ports (-r option). The match_flavor function wasse2018-05-202-26/+46
* Fix previous attempt to cache some parameters in environment variables.se2018-05-192-28/+26
* Cache some build parameters in the environment that were recalculated overse2018-05-182-24/+83
* Make the -n option work better for non-root users.se2018-04-292-18/+159
* Fix problem with debug output from export-flavor garbling the gen_dep_listse2018-02-123-21/+37
* Fix typo (missing dash in find argument list).se2018-02-062-2/+2
* Fix build for ports that have a LICENSE if DISABLE_LICENSES is defined.se2018-02-062-14/+11
* Fix a problem that could result in de-installation of a port that sharesse2018-01-292-4/+20
* Print different action list text for packages that are not going to bese2018-01-293-12/+76
* Fix previous commit (r459202) which introduced dependencies that specifyse2018-01-182-11/+30
* Add support for dependencies specified with a non-standard make target.se2018-01-172-4/+145
* Test privileges early and complain if privileges are insufficient.se2018-01-171-0/+21
* Update to version 3.19, which is identical to 3.18_12 with all port patchesse2018-01-154-392/+5
* Fix display of license acceptance menu if build logs are hidden with -H.se2018-01-132-4/+14
* Fix problem with ports being converted from a non-flavored to a flavoredse2018-01-112-19/+53
* Small fix for directory accesses in find_dl_distfiles, which did not takese2018-01-112-15/+26
* Generally path FLAVOR via the environment, not the "make" command line, tose2018-01-092-17/+92
* Fix version number ... I have to remember to manually fix-up this stringse2018-01-072-12/+1
* Remove spurious trace output left over from debugging.se2018-01-062-13/+27
* Fix pm_islocked function, which could lead to a spurious error message ifse2018-01-032-13/+25
* Add undocumented option --package-format=<fmt>. I'm not sure, that this isse2018-01-032-14/+45
* Fix package name: the pattern that gets replaced with the actual versionse2018-01-021-9/+0
* Increment PORTREVISION, forgotten in previous commit.se2018-01-021-1/+1
* Add --backup-format=<fmt> option to allow faster creation of packagese2018-01-022-8/+80
* ----------------------------------------------------------------------------se2017-12-312-2/+11
* Bump PORT_REVISION, forgotten in previous commit.se2017-12-301-1/+1
* Fix regression in kill_bad_children: add missing $ before progcmd ...se2017-12-301-1/+17
* Fix installation from local or remote package including the --packages-buildse2017-12-242-2/+102
* Add PKG_DEPENDS, EXTRACT_DEPENDS, PATCH_DEPENDS and FETCH_DEPENDS to these2017-12-222-0/+23
* Remove useless MASTER_SITES entriesbapt2017-12-211-3/+0
* Update to version 3.18, which already contains all patches required for these2017-12-213-354/+4
* Patch package version into the port and install man-page with patched pathse2017-12-212-31/+41
* Fix execution of portmaster in a port directory without any port or packagese2017-12-212-1/+10
* Add flavor support to routines that convert port origins to shell variablese2017-12-202-18/+64
* Add back local package installation support, which was disabled for PKG_NG.se2017-12-192-10/+143
* Add all-depends-list case required for portmaster -t.se2017-12-192-8/+22
* Remove stray double-quote character left from an incomplete edit of thatse2017-12-172-2/+2
* Add LIB_DEPENDS to dependencies relevant for installation of a package.se2017-12-172-2/+3
* Add support for ports that have been upgraded with a change of bothse2017-12-171-11/+41
* Fix query for package to be replaced: This could lead to a wrong packagese2017-12-162-2/+11
* USe correct origin in multiport case (several packages specified on these2017-12-162-6/+34
* Add another check for a flavor passed attached to the port directory.se2017-12-162-2/+10
* Fix patch: The patch had been created from the version used to debug these2017-12-162-7/+1
* Fix regression: The find_new_port function is now invoked from an earlierse2017-12-162-0/+68
* Add flavor support to portmaster. This version has been lightly tested andse2017-12-153-73/+4
* ports-mgmt/portmaster: Pass maintainer-ship to se@tz2017-12-081-1/+1
* - Update to 3.17.10bdrewery2017-02-042-4/+4
* Fix "portmaster --check-port-dbdir" broken by the previous commit. Whilese2016-07-242-4/+6
* Bump PORTREVISION to have portmaster be re-installed with the fix commitedse2016-07-161-1/+1
* A read lock on the sqlite file used by pkg can lock out writers forse2016-07-161-0/+67
* Change MAINTAINER from ports@toco-domains.de to tz@FreeBSD.orgtz2016-06-101-1/+1
* Enable BASH and ZSH options (install their completions) by default.adamw2016-03-051-1/+4
* Remove unneeded dependencies on bash and zsh.mat2016-02-121-3/+1
* ports-mgmt/portmaster: Assign maintainership to Torsten Z.marino2016-02-111-3/+5
* Update to 3.17.9bdrewery2016-02-062-4/+4
* Under strong objection and mandate by portmgr, remove DEPRECATIONmarino2016-01-271-10/+0
* ports-mgmt/portmaster: DEPRECATE without expiration datemarino2016-01-261-0/+10
* Remove obsolete pkg-messagebapt2015-10-112-10/+1
* Update to 3.17.8.bdrewery2015-09-042-4/+3
* Use OPTIONS helpers, add a newline to quiet a half dozen portlintadamw2015-08-211-15/+8
* I'm really not working on this. Please direct questions to ports@FreeBSD.org.bdrewery2015-04-091-1/+1
* For the new USE_GITHUB with only GH_TAGNAME set default DISTNAME tobdrewery2015-03-211-2/+2
* Convert my ports to the new USE_GITHUBbdrewery2015-03-202-4/+4
* Update USE_GITHUB so it does not require GH_COMMIT.bdrewery2015-03-201-1/+1
* cleanup plistbapt2014-12-211-2/+0
* - Update to 3.17.7bdrewery2014-08-282-4/+4
* - Update to 3.17.6bdrewery2014-06-192-5/+5
* - Update to 3.17.5bdrewery2014-05-252-4/+4
* - Update to 3.17.4bdrewery2014-03-162-8/+5
* - Update to 3.17.3bdrewery2013-11-192-4/+4
* - Support STAGEDIRbdrewery2013-09-231-12/+13
* - Add NO_STAGE until validated to be safe for upcoming staging supportbdrewery2013-09-201-0/+1
* - Update to 3.17.2bdrewery2013-09-142-4/+4
* - Update to 3.17.1bdrewery2013-07-222-5/+5
* - Update to 3.17bdrewery2013-06-232-4/+4
* - Remove temporary WRKSRC hackbdrewery2013-06-082-8/+6
* - Fix build with temporary fixbdrewery2013-06-041-0/+2
* Update MASTER_SITE to github.com/freebsdbdrewery2013-06-032-3/+3
* - Update to 3.16bdrewery2013-03-302-6/+4
* Mark BROKEN as I fix a reported regressionbdrewery2013-03-301-0/+2
* - Update to 3.15bdrewery2013-03-307-131/+7
* Remove standard descriptions for BASH/ZSHbdrewery2013-03-231-2/+0
* - Enable pkgng support by default. This is safe forbdrewery2013-03-231-2/+0
* - Remove use of bsd.port.pre.mkbdrewery2013-03-152-8/+8
* Make it clear that pkgng is optionaleadler2013-02-061-5/+5
* - Fix all cases of 'No newline at end of file' in ports treeak2013-02-011-1/+1
* - Don't force pkg as a RUN_DEPENDS. The patch should bebdrewery2013-01-261-4/+1
* - Add upstream patch for fixing bash completions with PKGNGbdrewery2012-12-072-1/+47
* - Fix PKGNG patch trying to call pkg(8) when notbdrewery2012-10-302-1/+21
* - Update ZSH completions to work on CURRENT with pkgng [1]bdrewery2012-10-212-5/+7
* - Fix WITH_PKGNG detection on CURRENT, as it maybdrewery2012-10-193-2/+16
* - Update ZSH completions with pkgng support [1]bdrewery2012-10-162-1/+37
* - Add ports-mgmt/pkg as a RUN_DEPENDS if enabling pkgng supportbdrewery2012-10-162-1/+15
* - Rename PKGNG option to PKGNGPATCH to fixbdrewery2012-10-151-4/+4
* - Add backup non-https mirrorbdrewery2012-10-152-1/+12
* - Move to new home, http://github.com/portmasterbdrewery2012-10-103-24/+29
* Add a temporary mirrorcs2012-10-081-1/+1
* Throw my ports back in the pool, and make my intentions clear for thedougb2012-10-082-4/+2
* Fix the problem of background fetches hanging forever when the backgrounddougb2012-10-012-10/+6
* Update to 3.13.13:dougb2012-07-252-5/+5
* Update to version 3.13.1dougb2012-07-172-5/+5
* Upgrade to version 3.13dougb2012-07-072-5/+5
* Minor improvementsdougb2012-06-262-5/+5
* Upgrade to 3.12.1, removes pgrep since it's not safe to use on olderdougb2012-06-152-5/+5
* New Featuresdougb2012-06-132-6/+5
* Fix plist for bash completion file. Bump PORTREVISION for it as well.dougb2012-01-241-2/+2
* Move the Bash completion file to ${PREFIX}/etc/bash_completion.ddougb2012-01-202-8/+6
* New Featuresdougb2011-12-132-5/+5
* Remove no-longer relevant commentdougb2011-10-021-3/+0
* New Featuresdougb2011-09-122-5/+5
* Update to 3.9.1, a minor bugfix version:dougb2011-06-082-5/+5
* New Features:dougb2011-05-022-5/+5
* Clean up zsh-related directories if the zsh completions are includeddougb2011-04-261-0/+1
* Release version 3.8:dougb2011-04-162-5/+5
* New Features:dougb2011-04-112-5/+5
* Remove FreeBSD 6.x specific commentdougb2011-04-111-2/+0
* Update to version 3.6.1, a bugfix to the formatting for user inputdougb2011-01-162-5/+5
* Update to verion 3.6dougb2011-01-032-5/+5
* Fix a minor bug:dougb2010-12-082-5/+5
* Bug Fixesdougb2010-11-102-5/+5
* Use PM_NEEDS_UPDATE to fix the problem introduced in 3.1 of ports being builtdougb2010-11-032-5/+5
* Upgrade to version 3.2dougb2010-11-012-5/+5
* Update to version 3.1. In addition to the features listed below there aredougb2010-10-302-7/+5
* Update to version 3.0dougb2010-08-082-10/+23
* Remove portmaster from the ports treedougb2010-08-084-4594/+0
* Update for version 2.32dougb2010-06-181-1/+1
* build_l also needs to be unset in pm_make_s()dougb2010-06-181-1/+1
* Unset build_l in pm_make()dougb2010-06-181-1/+1
* Update for version 2.30dougb2010-06-181-1/+1
* If the user specified --no-confirm don't build the list. With a lot ofdougb2010-06-181-1/+6
* Add LICENSE information to my ports where the right answer is obviousdougb2010-06-142-0/+4
* Update for version 2.29dougb2010-06-131-1/+1
* There is no reason for uniquify_list() to reverse the entries,dougb2010-06-131-2/+11
* Update for version 2.28dougb2010-06-111-1/+1
* In delete_all_distfiles() when there is no $origin (such as when a portdougb2010-06-111-4/+11
* Update for version 2.27dougb2010-05-181-1/+1
* Minor Fixes And Optimizationsdougb2010-05-181-6/+19
* Update for version 2.26dougb2010-05-111-1/+1
* Document the --packages-local option for version 2.26dougb2010-05-112-1/+3
* Document the --packages-local option for version 2.26dougb2010-05-111-4/+15
* New Featuredougb2010-05-111-64/+98
* Update for version 2.25dougb2010-05-041-1/+1
* Document the --no-index-fetch option for 2.25dougb2010-05-043-2/+10
* New Featuredougb2010-05-041-53/+58
* Update for version 2.24dougb2010-05-031-1/+1
* Minor Bug Fixes and Adjustments:dougb2010-05-031-11/+11
* Update for version 2.23dougb2010-05-011-1/+1
* Document --index-first for version 2.23dougb2010-05-013-6/+13
* New Featuresdougb2010-05-011-166/+206
* Update for version 2.22dougb2010-04-121-1/+1
* When NOT using --index-only the rundep list still needs to be parsed thedougb2010-04-121-2/+4
* Update for version 2.21 part 2: Document necessary environment variablesdougb2010-04-101-0/+17
* Update for version 2.21dougb2010-04-101-1/+1
* Update for version 2.21:dougb2010-04-102-1/+3
* Update for version 2.21:dougb2010-04-101-6/+33
* New Featuresdougb2010-04-101-192/+405
* Update for version 2.20dougb2010-03-291-1/+1
* Document the --delete-packages option for version 2.20dougb2010-03-293-3/+13
* New Featuredougb2010-03-291-48/+98
* Help out users of cons* terminals other than cons25 by making thedougb2010-02-092-2/+2
* Update for version 2.18dougb2010-02-081-1/+1
* Update for version 2.18 by documenting the --no-term-title optiondougb2010-02-082-1/+8
* Update through version 2.17 [1]dougb2010-02-081-12/+19
* New Featuresdougb2010-02-081-18/+50
* Update for version 2.17dougb2010-01-241-1/+1
* Update copyright datedougb2010-01-241-22/+32
* Update for version 2.17, add the --no-confirm optiondougb2010-01-241-1/+1
* Update the copyright datedougb2010-01-241-68/+227
* Update for version 2.16dougb2009-12-311-1/+1
* Update for version 2.16:dougb2009-12-311-5/+5
* Two minor bug fixes:dougb2009-12-311-3/+9
* Update for version 2.15dougb2009-12-191-1/+1
* Update for version 2.15:dougb2009-12-191-3/+1
* This is svn version r200709dougb2009-12-191-72/+86
* Update for version 2.14dougb2009-12-111-1/+1
* Bug Fixesdougb2009-12-111-37/+75
* 1. Show that -v can be used with --check-port-dbdirdougb2009-12-111-3/+5
* Update for version 2.13dougb2009-12-073-5/+8
* This is svn version r200201dougb2009-12-071-17/+152
* Introducing portmaster with package support!dougb2009-12-071-86/+510
* Update for version 2.12dougb2009-09-153-2/+116
* Update for version 2.12:dougb2009-09-151-10/+18
* New Featuresdougb2009-09-151-96/+132
* Update for version 2.11dougb2009-08-251-1/+1
* 1. Add a "quick start" note to the top of the man page that directsdougb2009-08-251-6/+25
* In the previous update I did s/$globlist/$glob_dirs/ in multiport()dougb2009-08-251-2/+2
* Update for version 2.10dougb2009-08-211-1/+1
* Bug Fixesdougb2009-08-211-19/+25
* Update for version 2.9dougb2009-08-071-1/+1
* In multiport() add a check_interactive() for every port in the listdougb2009-08-071-1/+3
* Update for version 2.8dougb2009-07-301-1/+1
* Update for version 2.8:dougb2009-07-301-16/+23
* Feature Updatesdougb2009-07-301-43/+58
* Update for version 2.7dougb2009-02-061-1/+1
* Update for version 2.7:dougb2009-02-061-11/+36
* New Featuredougb2009-02-061-44/+138
* Update for version 2.6dougb2008-07-291-1/+1
* Update to reflect the ability to specify multiple glob patternsdougb2008-07-291-4/+5
* New Featuresdougb2008-07-291-24/+77
* Update for version 2.5dougb2008-06-131-1/+1
* Bug Fixesdougb2008-06-131-6/+14
* Document the potentially useful variables for rc filesdougb2008-06-131-3/+49
* Add "rm -rf /usr/local/lib/compat/pkg" to the list of steps todougb2008-06-121-1/+2
* Update for version 2.4dougb2008-06-121-1/+1
* Minor New Featuredougb2008-06-121-7/+36
* Update for version 2.3dougb2008-06-051-1/+1
* Update for version 2.3:dougb2008-06-051-15/+26
* New Featuresdougb2008-06-051-146/+151
* Update for version 2.2dougb2008-03-201-1/+1
* New Implementationdougb2008-03-201-21/+17
* In the example about using portmaster to do a complete re-install ofdougb2008-03-201-2/+2
* Update for the 2.1 versiondougb2008-01-301-1/+1
* 1. Add explanatory text about some issues that have caused confusion:dougb2008-01-301-14/+46
* Cosmetic fix for the code: Only expand the $FreeBSD tag oncedougb2008-01-301-3/+3
* Update for version 2.0dougb2008-01-242-40/+213
* The code for this 2.0 version has been totally reorganized, anddougb2008-01-241-1375/+1701
* Update for version 1.27dougb2008-01-041-1/+1
* Restore the canonical order of installing run-depends before the parentdougb2008-01-041-11/+10
* Update for version 1.26dougb2007-12-131-1/+1
* New Featuresdougb2007-12-131-2/+5
* Update for version 1.25dougb2007-10-311-1/+1
* Small bug fixesdougb2007-10-311-3/+6
* Update for version 1.24dougb2007-10-301-1/+1
* These changes are the result of some regression testing, plus a topdougb2007-10-301-35/+52
* Update for version 1.23dougb2007-10-211-1/+1
* Two small bug fixesdougb2007-10-211-2/+3
* Update for version 1.22dougb2007-10-151-1/+1
* Bug Fixesdougb2007-10-151-31/+50
* Update for version 1.21dougb2007-10-021-1/+1
* New Featuresdougb2007-10-021-37/+75
* Update for version 1.20dougb2007-08-281-1/+1
* Improvementdougb2007-08-281-13/+21
* Update for version 1.19dougb2007-08-051-1/+1
* 1. Change to 'make -f/usr/share/mk/bsd.port.mk' in several places due todougb2007-08-051-19/+27
* 1. Update for version 1.18dougb2007-07-081-4/+1
* Bug Fixesdougb2007-07-081-3/+4
* Update for version 1.17dougb2007-05-272-33/+80
* New Featuresdougb2007-05-271-102/+290
* Fix a test in find_and_delete_distfiles() introduced in the lastdougb2007-03-102-2/+2
* Update for version 1.15dougb2007-03-091-1/+1
* Document --show-work option for 1.15dougb2007-03-091-9/+18
* New Featuresdougb2007-03-091-7/+40