summaryrefslogtreecommitdiff
path: root/ports-mgmt/portmaster
AgeCommit message (Expand)Author
2022-09-07Remove WWW entries moved into port MakefilesStefan Eßer
2022-09-07Add WWW entries to port MakefilesStefan Eßer
2022-07-08ports-mgmt/portmaster: Fix an issue with flavored dependenciesStefan Eßer
2022-04-23ports-mgmt/portmaster: update to version 3.21Stefan Eßer
2021-12-30ports-mgmt/portmaster: update to version 3.20Stefan Eßer
2021-07-22ports-mgmt/portmaster: Make compatible with pkg-1.17.0Stefan Eßer
2021-07-09ports-mgmt/portmaster: Fix syntax error introduced in last commitStefan Eßer
2021-07-09ports-mgmt/portmaster: make --no-confirm omit the PAGERStefan Eßer
2021-04-08ports-mgmt/portmaster: make CONFLICTS change catch more casesStefan Eßer
2021-04-07One more small cleanup, forgotten yesterday.Mathieu Arnold
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold
2020-12-26Enable updating of locked portsStefan Eßer
2020-11-11Correctly report package locks that prevent an upgradeStefan Eßer
2020-02-13Fix regression that has been introduced in r524227Stefan Eßer
2020-01-26Save the file with instructions how to restart portmaster after a failureStefan Eßer
2020-01-26Make the pre-build "make clean" use SU_CMD if appropriate.Stefan Eßer
2020-01-26Make portmaster fall back to other locations if invoked in, e.g., /sys/conf.Stefan Eßer
2020-01-26Add option --try-brokenStefan Eßer
2020-01-22Do not re-build ports unneccessarilyStefan Eßer
2020-01-21Attempt to fix a problem that leads to repeated building of some portsStefan Eßer
2019-04-20- Update WWWDmitry Marakasov
2018-10-27Remove reference to obsolete INDEX files for FreeBSD7-9 and report buildStefan Eßer
2018-10-22Fix upgrades of moved ports.Stefan Eßer
2018-10-13Make portmaster use "pkg-static" instead of "pkg". This prevents problemsStefan Eßer
2018-07-23Fix quoting of optional FLAVOR argument in some make invocations, whichStefan Eßer
2018-07-22Make some sub-routines use "$@" instead of $* to correctly pass argumentsStefan Eßer
2018-06-22Fix building of specific qt4 ports after qt5 has become the default flavor.Stefan Eßer
2018-05-21Document --package-format=<fmt> option. I had implemented that option someStefan Eßer
2018-05-20Fix recursive building of ports (-r option). The match_flavor function wasStefan Eßer
2018-05-18Fix previous attempt to cache some parameters in environment variables.Stefan Eßer
2018-05-18Cache some build parameters in the environment that were recalculated overStefan Eßer
2018-04-29Make the -n option work better for non-root users.Stefan Eßer
2018-02-12Fix problem with debug output from export-flavor garbling the gen_dep_listStefan Eßer
2018-02-06Fix typo (missing dash in find argument list).Stefan Eßer
2018-02-06Fix build for ports that have a LICENSE if DISABLE_LICENSES is defined.Stefan Eßer
2018-01-29Fix a problem that could result in de-installation of a port that sharesStefan Eßer
2018-01-28Print different action list text for packages that are not going to beStefan Eßer
2018-01-17Fix previous commit (r459202) which introduced dependencies that specifyStefan Eßer
2018-01-16Add support for dependencies specified with a non-standard make target.Stefan Eßer
2018-01-16Test privileges early and complain if privileges are insufficient.Stefan Eßer
2018-01-14Update to version 3.19, which is identical to 3.18_12 with all port patchesStefan Eßer
2018-01-12Fix display of license acceptance menu if build logs are hidden with -H.Stefan Eßer
2018-01-11Fix problem with ports being converted from a non-flavored to a flavoredStefan Eßer
2018-01-11Small fix for directory accesses in find_dl_distfiles, which did not takeStefan Eßer
2018-01-09Generally path FLAVOR via the environment, not the "make" command line, toStefan Eßer
2018-01-06Fix version number ... I have to remember to manually fix-up this stringStefan Eßer
2018-01-06Remove spurious trace output left over from debugging.Stefan Eßer
2018-01-03Fix pm_islocked function, which could lead to a spurious error message ifStefan Eßer
2018-01-02Add undocumented option --package-format=<fmt>. I'm not sure, that this isStefan Eßer
2018-01-02Fix package name: the pattern that gets replaced with the actual versionStefan Eßer