| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update to version 3.18, which already contains all patches required for the | Stefan Eßer | 2017-12-21 | 3 | -354/+4 |
* | Patch package version into the port and install man-page with patched path | Stefan Eßer | 2017-12-21 | 2 | -31/+41 |
* | Fix execution of portmaster in a port directory without any port or package | Stefan Eßer | 2017-12-20 | 2 | -1/+10 |
* | Add flavor support to routines that convert port origins to shell variable | Stefan Eßer | 2017-12-20 | 2 | -18/+64 |
* | Add back local package installation support, which was disabled for PKG_NG. | Stefan Eßer | 2017-12-19 | 2 | -10/+143 |
* | Add all-depends-list case required for portmaster -t. | Stefan Eßer | 2017-12-18 | 2 | -8/+22 |
* | Remove stray double-quote character left from an incomplete edit of that | Stefan Eßer | 2017-12-17 | 2 | -2/+2 |
* | Add LIB_DEPENDS to dependencies relevant for installation of a package. | Stefan Eßer | 2017-12-17 | 2 | -2/+3 |
* | Add support for ports that have been upgraded with a change of both | Stefan Eßer | 2017-12-17 | 1 | -11/+41 |
* | Fix query for package to be replaced: This could lead to a wrong package | Stefan Eßer | 2017-12-16 | 2 | -2/+11 |
* | USe correct origin in multiport case (several packages specified on the | Stefan Eßer | 2017-12-16 | 2 | -6/+34 |
* | Add another check for a flavor passed attached to the port directory. | Stefan Eßer | 2017-12-15 | 2 | -2/+10 |
* | Fix patch: The patch had been created from the version used to debug the | Stefan Eßer | 2017-12-15 | 2 | -7/+1 |