aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portmaster
Commit message (Expand)AuthorAgeFilesLines
* ports-mgmt/portmaster: update to version 3.21Stefan Eßer2022-04-232-4/+4
* ports-mgmt/portmaster: update to version 3.20Stefan Eßer2021-12-305-1217/+5
* ports-mgmt/portmaster: Make compatible with pkg-1.17.0Stefan Eßer2021-07-222-9/+93
* ports-mgmt/portmaster: Fix syntax error introduced in last commitStefan Eßer2021-07-092-2/+2
* ports-mgmt/portmaster: make --no-confirm omit the PAGERStefan Eßer2021-07-092-79/+91
* ports-mgmt/portmaster: make CONFLICTS change catch more casesStefan Eßer2021-04-082-39/+38
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Enable updating of locked portsStefan Eßer2020-12-262-75/+92
* Correctly report package locks that prevent an upgradeStefan Eßer2020-11-112-3/+79
* Fix regression that has been introduced in r524227Stefan Eßer2020-02-132-9/+2
* Save the file with instructions how to restart portmaster after a failureStefan Eßer2020-01-262-1/+16
* Make the pre-build "make clean" use SU_CMD if appropriate.Stefan Eßer2020-01-263-1/+18
* Make portmaster fall back to other locations if invoked in, e.g., /sys/conf.Stefan Eßer2020-01-262-1/+10
* Add option --try-brokenStefan Eßer2020-01-263-62/+126
* Do not re-build ports unneccessarilyStefan Eßer2020-01-222-54/+55
* Attempt to fix a problem that leads to repeated building of some portsStefan Eßer2020-01-212-54/+57
* - Update WWWDmitry Marakasov2019-04-201-1/+1
* 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