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