| Commit message (Expand) | Author | Age | Files | Lines |
* | ports-mgmt/portmaster: make CONFLICTS change catch more cases | Stefan Eßer | 2021-04-08 | 2 | -39/+38 |
* | One more small cleanup, forgotten yesterday. | Mathieu Arnold | 2021-04-07 | 1 | -1/+0 |
* | Remove # $FreeBSD$ from Makefiles. | Mathieu Arnold | 2021-04-06 | 1 | -1/+0 |
* | Enable updating of locked ports | Stefan Eßer | 2020-12-26 | 2 | -75/+92 |
* | Correctly report package locks that prevent an upgrade | Stefan Eßer | 2020-11-11 | 2 | -3/+79 |
* | Fix regression that has been introduced in r524227 | Stefan Eßer | 2020-02-13 | 2 | -9/+2 |
* | Save the file with instructions how to restart portmaster after a failure | Stefan Eßer | 2020-01-26 | 2 | -1/+16 |
* | Make the pre-build "make clean" use SU_CMD if appropriate. | Stefan Eßer | 2020-01-26 | 3 | -1/+18 |
* | Make portmaster fall back to other locations if invoked in, e.g., /sys/conf. | Stefan Eßer | 2020-01-26 | 2 | -1/+10 |
* | Add option --try-broken | Stefan Eßer | 2020-01-26 | 3 | -62/+126 |
* | Do not re-build ports unneccessarily | Stefan Eßer | 2020-01-22 | 2 | -54/+55 |
* | Attempt to fix a problem that leads to repeated building of some ports | Stefan Eßer | 2020-01-21 | 2 | -54/+57 |
* | - Update WWW | Dmitry Marakasov | 2019-04-20 | 1 | -1/+1 |
* | Remove reference to obsolete INDEX files for FreeBSD7-9 and report build | Stefan Eßer | 2018-10-27 | 3 | -9/+25 |
* | Fix upgrades of moved ports. | Stefan Eßer | 2018-10-22 | 2 | -3/+10 |
* | Make portmaster use "pkg-static" instead of "pkg". This prevents problems | Stefan Eßer | 2018-10-13 | 2 | -41/+390 |
* | Fix quoting of optional FLAVOR argument in some make invocations, which | Stefan Eßer | 2018-07-23 | 2 | -3/+3 |
* | Make some sub-routines use "$@" instead of $* to correctly pass arguments | Stefan Eßer | 2018-07-22 | 2 | -5/+36 |
* | Fix building of specific qt4 ports after qt5 has become the default flavor. | Stefan Eßer | 2018-06-22 | 2 | -5/+6 |
* | Document --package-format=<fmt> option. I had implemented that option some | Stefan Eßer | 2018-05-21 | 2 | -1/+27 |
* | Fix recursive building of ports (-r option). The match_flavor function was | Stefan Eßer | 2018-05-20 | 2 | -26/+46 |
* | Fix previous attempt to cache some parameters in environment variables. | Stefan Eßer | 2018-05-18 | 2 | -28/+26 |
* | Cache some build parameters in the environment that were recalculated over | Stefan Eßer | 2018-05-18 | 2 | -24/+83 |
* | Make the -n option work better for non-root users. | Stefan Eßer | 2018-04-29 | 2 | -18/+159 |
* | Fix problem with debug output from export-flavor garbling the gen_dep_list | Stefan Eßer | 2018-02-12 | 3 | -21/+37 |
* | Fix typo (missing dash in find argument list). | Stefan Eßer | 2018-02-06 | 2 | -2/+2 |
* | Fix build for ports that have a LICENSE if DISABLE_LICENSES is defined. | Stefan Eßer | 2018-02-06 | 2 | -14/+11 |
* | Fix a problem that could result in de-installation of a port that shares | Stefan Eßer | 2018-01-29 | 2 | -4/+20 |
* | Print different action list text for packages that are not going to be | Stefan Eßer | 2018-01-28 | 3 | -12/+76 |
* | Fix previous commit (r459202) which introduced dependencies that specify | Stefan Eßer | 2018-01-17 | 2 | -11/+30 |
* | Add support for dependencies specified with a non-standard make target. | Stefan Eßer | 2018-01-16 | 2 | -4/+145 |
* | Test privileges early and complain if privileges are insufficient. | Stefan Eßer | 2018-01-16 | 1 | -0/+21 |
* | Update to version 3.19, which is identical to 3.18_12 with all port patches | Stefan Eßer | 2018-01-14 | 4 | -392/+5 |
* | Fix display of license acceptance menu if build logs are hidden with -H. | Stefan Eßer | 2018-01-12 | 2 | -4/+14 |
* | Fix problem with ports being converted from a non-flavored to a flavored | Stefan Eßer | 2018-01-11 | 2 | -19/+53 |
* | Small fix for directory accesses in find_dl_distfiles, which did not take | Stefan Eßer | 2018-01-11 | 2 | -15/+26 |
* | Generally path FLAVOR via the environment, not the "make" command line, to | Stefan Eßer | 2018-01-09 | 2 | -17/+92 |
* | Fix version number ... I have to remember to manually fix-up this string | Stefan Eßer | 2018-01-06 | 2 | -12/+1 |
* | Remove spurious trace output left over from debugging. | Stefan Eßer | 2018-01-06 | 2 | -13/+27 |
* | Fix pm_islocked function, which could lead to a spurious error message if | Stefan Eßer | 2018-01-03 | 2 | -13/+25 |
* | Add undocumented option --package-format=<fmt>. I'm not sure, that this is | Stefan Eßer | 2018-01-02 | 2 | -14/+45 |
* | Fix package name: the pattern that gets replaced with the actual version | Stefan Eßer | 2018-01-02 | 1 | -9/+0 |
* | Increment PORTREVISION, forgotten in previous commit. | Stefan Eßer | 2018-01-02 | 1 | -1/+1 |
* | Add --backup-format=<fmt> option to allow faster creation of package | Stefan Eßer | 2018-01-02 | 2 | -8/+80 |
* | ---------------------------------------------------------------------------- | Stefan Eßer | 2017-12-30 | 2 | -2/+11 |
* | Bump PORT_REVISION, forgotten in previous commit. | Stefan Eßer | 2017-12-29 | 1 | -1/+1 |
* | Fix regression in kill_bad_children: add missing $ before progcmd ... | Stefan Eßer | 2017-12-29 | 1 | -1/+17 |
* | Fix installation from local or remote package including the --packages-build | Stefan Eßer | 2017-12-23 | 2 | -2/+102 |
* | Add PKG_DEPENDS, EXTRACT_DEPENDS, PATCH_DEPENDS and FETCH_DEPENDS to the | Stefan Eßer | 2017-12-21 | 2 | -0/+23 |
* | Remove useless MASTER_SITES entries | Baptiste Daroussin | 2017-12-21 | 1 | -3/+0 |