aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portmaster
Commit message (Expand)AuthorAgeFilesLines
* Remove reference to obsolete INDEX files for FreeBSD7-9 and report buildStefan Eßer2018-10-273-9/+25
* Fix upgrades of moved ports.Stefan Eßer2018-10-222-3/+10
* Make portmaster use "pkg-static" instead of "pkg". This prevents problemsStefan Eßer2018-10-132-41/+390
* Fix quoting of optional FLAVOR argument in some make invocations, whichStefan Eßer2018-07-232-3/+3
* Make some sub-routines use "$@" instead of $* to correctly pass argumentsStefan Eßer2018-07-222-5/+36
* Fix building of specific qt4 ports after qt5 has become the default flavor.Stefan Eßer2018-06-222-5/+6
* Document --package-format=<fmt> option. I had implemented that option someStefan Eßer2018-05-212-1/+27
* Fix recursive building of ports (-r option). The match_flavor function wasStefan Eßer2018-05-202-26/+46
* Fix previous attempt to cache some parameters in environment variables.Stefan Eßer2018-05-182-28/+26
* Cache some build parameters in the environment that were recalculated overStefan Eßer2018-05-182-24/+83
* Make the -n option work better for non-root users.Stefan Eßer2018-04-292-18/+159
* Fix problem with debug output from export-flavor garbling the gen_dep_listStefan Eßer2018-02-123-21/+37
* Fix typo (missing dash in find argument list).Stefan Eßer2018-02-062-2/+2
* Fix build for ports that have a LICENSE if DISABLE_LICENSES is defined.Stefan Eßer2018-02-062-14/+11
* Fix a problem that could result in de-installation of a port that sharesStefan Eßer2018-01-292-4/+20
* Print different action list text for packages that are not going to beStefan Eßer2018-01-283-12/+76
* Fix previous commit (r459202) which introduced dependencies that specifyStefan Eßer2018-01-172-11/+30
* Add support for dependencies specified with a non-standard make target.Stefan Eßer2018-01-162-4/+145
* Test privileges early and complain if privileges are insufficient.Stefan Eßer2018-01-161-0/+21
* Update to version 3.19, which is identical to 3.18_12 with all port patchesStefan Eßer2018-01-144-392/+5
* Fix display of license acceptance menu if build logs are hidden with -H.Stefan Eßer2018-01-122-4/+14
* Fix problem with ports being converted from a non-flavored to a flavoredStefan Eßer2018-01-112-19/+53
* Small fix for directory accesses in find_dl_distfiles, which did not takeStefan Eßer2018-01-112-15/+26
* Generally path FLAVOR via the environment, not the "make" command line, toStefan Eßer2018-01-092-17/+92
* Fix version number ... I have to remember to manually fix-up this stringStefan Eßer2018-01-062-12/+1
* Remove spurious trace output left over from debugging.Stefan Eßer2018-01-062-13/+27
* Fix pm_islocked function, which could lead to a spurious error message ifStefan Eßer2018-01-032-13/+25
* Add undocumented option --package-format=<fmt>. I'm not sure, that this isStefan Eßer2018-01-022-14/+45
* Fix package name: the pattern that gets replaced with the actual versionStefan Eßer2018-01-021-9/+0
* Increment PORTREVISION, forgotten in previous commit.Stefan Eßer2018-01-021-1/+1
* Add --backup-format=<fmt> option to allow faster creation of packageStefan Eßer2018-01-022-8/+80
* ----------------------------------------------------------------------------Stefan Eßer2017-12-302-2/+11
* Bump PORT_REVISION, forgotten in previous commit.Stefan Eßer2017-12-291-1/+1
* Fix regression in kill_bad_children: add missing $ before progcmd ...Stefan Eßer2017-12-291-1/+17
* Fix installation from local or remote package including the --packages-buildStefan Eßer2017-12-232-2/+102
* Add PKG_DEPENDS, EXTRACT_DEPENDS, PATCH_DEPENDS and FETCH_DEPENDS to theStefan Eßer2017-12-212-0/+23
* Remove useless MASTER_SITES entriesBaptiste Daroussin2017-12-211-3/+0
* Update to version 3.18, which already contains all patches required for theStefan Eßer2017-12-213-354/+4
* Patch package version into the port and install man-page with patched pathStefan Eßer2017-12-212-31/+41
* Fix execution of portmaster in a port directory without any port or packageStefan Eßer2017-12-202-1/+10
* Add flavor support to routines that convert port origins to shell variableStefan Eßer2017-12-202-18/+64
* Add back local package installation support, which was disabled for PKG_NG.Stefan Eßer2017-12-192-10/+143
* Add all-depends-list case required for portmaster -t.Stefan Eßer2017-12-182-8/+22
* Remove stray double-quote character left from an incomplete edit of thatStefan Eßer2017-12-172-2/+2
* Add LIB_DEPENDS to dependencies relevant for installation of a package.Stefan Eßer2017-12-172-2/+3
* Add support for ports that have been upgraded with a change of bothStefan Eßer2017-12-171-11/+41
* Fix query for package to be replaced: This could lead to a wrong packageStefan Eßer2017-12-162-2/+11
* USe correct origin in multiport case (several packages specified on theStefan Eßer2017-12-162-6/+34
* Add another check for a flavor passed attached to the port directory.Stefan Eßer2017-12-152-2/+10
* Fix patch: The patch had been created from the version used to debug theStefan Eßer2017-12-152-7/+1