aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portmaster/files
Commit message (Expand)AuthorAgeFilesLines
* ports-mgmt/portmaster: make CONFLICTS change catch more casesStefan Eßer2021-04-081-38/+37
* Enable updating of locked portsStefan Eßer2020-12-261-74/+91
* Correctly report package locks that prevent an upgradeStefan Eßer2020-11-111-2/+78
* Fix regression that has been introduced in r524227Stefan Eßer2020-02-131-8/+1
* Save the file with instructions how to restart portmaster after a failureStefan Eßer2020-01-261-0/+15
* Make the pre-build "make clean" use SU_CMD if appropriate.Stefan Eßer2020-01-262-0/+17
* Make portmaster fall back to other locations if invoked in, e.g., /sys/conf.Stefan Eßer2020-01-261-0/+9
* Add option --try-brokenStefan Eßer2020-01-262-61/+125
* Do not re-build ports unneccessarilyStefan Eßer2020-01-221-53/+54
* Attempt to fix a problem that leads to repeated building of some portsStefan Eßer2020-01-211-53/+56
* Remove reference to obsolete INDEX files for FreeBSD7-9 and report buildStefan Eßer2018-10-272-8/+24
* Fix upgrades of moved ports.Stefan Eßer2018-10-221-2/+9
* Make portmaster use "pkg-static" instead of "pkg". This prevents problemsStefan Eßer2018-10-131-40/+389
* Fix quoting of optional FLAVOR argument in some make invocations, whichStefan Eßer2018-07-231-2/+2
* Make some sub-routines use "$@" instead of $* to correctly pass argumentsStefan Eßer2018-07-221-4/+35
* Fix building of specific qt4 ports after qt5 has become the default flavor.Stefan Eßer2018-06-221-4/+5
* Document --package-format=<fmt> option. I had implemented that option someStefan Eßer2018-05-211-0/+26
* Fix recursive building of ports (-r option). The match_flavor function wasStefan Eßer2018-05-201-25/+45
* Fix previous attempt to cache some parameters in environment variables.Stefan Eßer2018-05-181-27/+25
* Cache some build parameters in the environment that were recalculated overStefan Eßer2018-05-181-23/+82
* Make the -n option work better for non-root users.Stefan Eßer2018-04-291-17/+158
* Fix problem with debug output from export-flavor garbling the gen_dep_listStefan Eßer2018-02-122-20/+36
* Fix typo (missing dash in find argument list).Stefan Eßer2018-02-061-1/+1
* Fix build for ports that have a LICENSE if DISABLE_LICENSES is defined.Stefan Eßer2018-02-061-13/+10
* Fix a problem that could result in de-installation of a port that sharesStefan Eßer2018-01-291-3/+19
* Print different action list text for packages that are not going to beStefan Eßer2018-01-282-11/+75
* Fix previous commit (r459202) which introduced dependencies that specifyStefan Eßer2018-01-171-9/+28
* Add support for dependencies specified with a non-standard make target.Stefan Eßer2018-01-161-4/+144
* 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-142-386/+0
* Fix display of license acceptance menu if build logs are hidden with -H.Stefan Eßer2018-01-121-3/+13
* Fix problem with ports being converted from a non-flavored to a flavoredStefan Eßer2018-01-111-18/+52
* Small fix for directory accesses in find_dl_distfiles, which did not takeStefan Eßer2018-01-111-14/+25
* Generally path FLAVOR via the environment, not the "make" command line, toStefan Eßer2018-01-091-16/+91
* Fix version number ... I have to remember to manually fix-up this stringStefan Eßer2018-01-061-11/+0
* Remove spurious trace output left over from debugging.Stefan Eßer2018-01-061-12/+26
* Fix pm_islocked function, which could lead to a spurious error message ifStefan Eßer2018-01-031-12/+24
* Add undocumented option --package-format=<fmt>. I'm not sure, that this isStefan Eßer2018-01-021-13/+44
* Fix package name: the pattern that gets replaced with the actual versionStefan Eßer2018-01-021-9/+0
* Add --backup-format=<fmt> option to allow faster creation of packageStefan Eßer2018-01-022-8/+80
* ----------------------------------------------------------------------------Stefan Eßer2017-12-301-1/+10
* Fix regression in kill_bad_children: add missing $ before progcmd ...Stefan Eßer2017-12-291-1/+17
* Fix installation from local or remote package including the --packages-buildStefan Eßer2017-12-231-1/+101
* Add PKG_DEPENDS, EXTRACT_DEPENDS, PATCH_DEPENDS and FETCH_DEPENDS to theStefan Eßer2017-12-211-0/+22
* Update to version 3.18, which already contains all patches required for theStefan Eßer2017-12-211-349/+0
* Patch package version into the port and install man-page with patched pathStefan Eßer2017-12-211-26/+36
* Fix execution of portmaster in a port directory without any port or packageStefan Eßer2017-12-201-0/+9
* Add flavor support to routines that convert port origins to shell variableStefan Eßer2017-12-201-17/+63
* Add back local package installation support, which was disabled for PKG_NG.Stefan Eßer2017-12-191-9/+142
* Add all-depends-list case required for portmaster -t.Stefan Eßer2017-12-181-7/+21