notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: ports-mgmt/portmaster/Makefile

Number of commits found: 198 (showing only 100 on this page)

1 | 2  »  

Wednesday, 6 Mar 2024
20:44 Tijl Coosemans (tijl) search for other commits by this committer
ports-mgmt/portmaster: Avoid make -D flag

Both FreeBSD make and GNU make pass command line flags to sub-makes
through the MAKEFLAGS environment variable, but the flags aren't
compatible and GNU make 4.4 exits with an error when it encounters
flags it doesn't understand, e.g. -D.

Avoid using the flag for now until ports run gmake with SETENVI.

PR:		272216, 277492
commit hash: 755d190db121778a25b45950c397163325d8e797 commit hash: 755d190db121778a25b45950c397163325d8e797 commit hash: 755d190db121778a25b45950c397163325d8e797 commit hash: 755d190db121778a25b45950c397163325d8e797 755d190
Wednesday, 10 Jan 2024
15:29 Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c e4610fc
Thursday, 30 Nov 2023
10:16 Stefan Eßer (se) search for other commits by this committer
ports-mgmt/portmaster: fix accidentially left in debug tracing

Remove "set -x" thathad been added to verify the previous fix.
commit hash: 6285a928cf5d051a3f2410eea6b06c4c4ed0eceb commit hash: 6285a928cf5d051a3f2410eea6b06c4c4ed0eceb commit hash: 6285a928cf5d051a3f2410eea6b06c4c4ed0eceb commit hash: 6285a928cf5d051a3f2410eea6b06c4c4ed0eceb 6285a92
Wednesday, 29 Nov 2023
19:36 Stefan Eßer (se) search for other commits by this committer
ports-mgmt/portmaster: upgrade to version 3.28

This version supports TRYBROKEN passed in the process environment or
in a Makefile (or, e.g., in /etc/make.conf as a per port setting) and
treats it as equivalent to the --try-broken option.

PR:		275307
commit hash: 202ed6ce2a2eeb154080bfbabe5ce57a74d1d6ec commit hash: 202ed6ce2a2eeb154080bfbabe5ce57a74d1d6ec commit hash: 202ed6ce2a2eeb154080bfbabe5ce57a74d1d6ec commit hash: 202ed6ce2a2eeb154080bfbabe5ce57a74d1d6ec 202ed6c
Friday, 22 Sep 2023
17:58 Stefan Eßer (se) search for other commits by this committer
ports-mgmt/portmaster: Fix issue when updating from packages only

When using the -P or --package option to portmaster and all updates
can be performed without building at least one port, the $DI_FILES
variable may be unset.

In this situation portmaster stops after the installation of each
port. Entering a CR makes it continue.

This was reported by Vlad Markov with a suggested fix that has been
applied (with a white-space change).

PR:		273660
Reported by:	dvoich@aim.com (Vlad Markov)
commit hash: a7ed2d6d98970d9415bd5eafbfa7addf3f25277c commit hash: a7ed2d6d98970d9415bd5eafbfa7addf3f25277c commit hash: a7ed2d6d98970d9415bd5eafbfa7addf3f25277c commit hash: a7ed2d6d98970d9415bd5eafbfa7addf3f25277c a7ed2d6
Tuesday, 30 May 2023
08:49 Stefan Eßer (se) search for other commits by this committer
ports-mgmt/portmaster: Make --clean-packages consider port flavors

This commit fixes GutHub issue #55 which affected the cleaning of
stale package files for  flavored ports.

Some ports have package names that are prefixed by e.g. an interpreter
version (or where the interpreter version follows the name), but do
not support flavors. Such packages are not dealt with by this update,
since there is no generic way to do so.

The fix does not apply to --clean-packages used with --index or
--index-only, since the	INDEX file does	not record port flavors.
commit hash: 98b39a93abb7a30809a3d9b42ae0f880fe921dad commit hash: 98b39a93abb7a30809a3d9b42ae0f880fe921dad commit hash: 98b39a93abb7a30809a3d9b42ae0f880fe921dad commit hash: 98b39a93abb7a30809a3d9b42ae0f880fe921dad 98b39a9
Sunday, 28 May 2023
11:20 Stefan Eßer (se) search for other commits by this committer
ports-mgmt/portmaster: update to version 3.25

The previous update attempted to fix the deletion of stale distfiles
that have names with blank characters or shell glob characters.
It introduced a regression that affected the deletion of some files,
and it has been found to be incomplete.

Testing revealed that the stale distfile check could start before the
full list of relevant distfiles had been read in the background. This
could have lead to distfiles being removed that are still relevant for
other ports.

This update should contain fixes for all these issues.

Reported by:	Dan Allen <danallen46@gmail.com>
commit hash: 8e53bb8846f369d2b79794a4ef07fe8e35ccc88e commit hash: 8e53bb8846f369d2b79794a4ef07fe8e35ccc88e commit hash: 8e53bb8846f369d2b79794a4ef07fe8e35ccc88e commit hash: 8e53bb8846f369d2b79794a4ef07fe8e35ccc88e 8e53bb8
Friday, 26 May 2023
13:22 Stefan Eßer (se) search for other commits by this committer
ports-mgmt/portmaster: fix 2 issues in --clean-distfiles

There was no need to deal with distfile names that contained embedded
blanks or characters with special meaning in file glob patterns, but
this has changed with file names derived from repository URIs or other
naming systems.

This update fixes 2 issues reported by Daniel Rossberg on GitHub:
- issue #75: --clean-distfiles cannot handle paths with spaces
- issue #76: --clean-distfiles with paths containing square brackets

Reported by:	Daniel Rossberg
commit hash: fe5636636625e9ac19bd1b4fa75d78fe07bd4c61 commit hash: fe5636636625e9ac19bd1b4fa75d78fe07bd4c61 commit hash: fe5636636625e9ac19bd1b4fa75d78fe07bd4c61 commit hash: fe5636636625e9ac19bd1b4fa75d78fe07bd4c61 fe56366
Friday, 5 May 2023
07:14 Stefan Eßer (se) search for other commits by this committer
ports-mgmt/portmaster: fix GitHub issue #38 (clean stale ports)

Version 1.19.1 of the pkg command removed a previously working
feature (combinations of "-e" with other options of "pkg query"),
causing the use of "pkg query -ae" to fail in "portmaster -Ds".

Reported by:	JulienDlq at GitHub
commit hash: addff84030a1f41832f5a88061cc3a43e0ca1749 commit hash: addff84030a1f41832f5a88061cc3a43e0ca1749 commit hash: addff84030a1f41832f5a88061cc3a43e0ca1749 commit hash: addff84030a1f41832f5a88061cc3a43e0ca1749 addff84
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Friday, 8 Jul 2022
11:38 Stefan Eßer (se) search for other commits by this committer
ports-mgmt/portmaster: Fix an issue with flavored dependencies

Flavored run dependencies of an unflavored port could cause the
installation of the port to fail after it had been successfully
built.

This issue should be fixed by this update, which executes a previously
commented out function call to update the FLAVOR in the environment of
the make command used to install the port.

I do not remember why I had commented out that function call, a long
time ago - but I do not expect it to cause any regressions, since the
same FLAVOR is now set enforced during "make install" as had been used
to build the port.

PR:		265084
Reported by:	alt2600 at icloud.com
commit hash: f15fe3ba81d8235a209530b478507efd28fe29b4 commit hash: f15fe3ba81d8235a209530b478507efd28fe29b4 commit hash: f15fe3ba81d8235a209530b478507efd28fe29b4 commit hash: f15fe3ba81d8235a209530b478507efd28fe29b4 f15fe3b
Saturday, 23 Apr 2022
20:59 Stefan Eßer (se) search for other commits by this committer
ports-mgmt/portmaster: update to version 3.21

Merge pull request #47 by Oleg Pudeyev:

Do not delete distfiles by default.

Merge pull request #59 by Babak Farrokhi:

Add -U alias for --update-if-newer

Merge pull request #71 by Kubilay Kocak:

Update IRC Channel Link (libera chat)

Fix issue #68 opened by Helmut1972

Make --no-confirm affect display of package messages

Any package messages of updated ports are displayed at the end of the
port updates, normally through a pager requiring conformation of each
page displayed.

This update makes --cno-confirm remove the need to confirm the display
of package messages.
commit hash: 78d6eee9a2bdc7724c6a494ff125b7f8b876758f commit hash: 78d6eee9a2bdc7724c6a494ff125b7f8b876758f commit hash: 78d6eee9a2bdc7724c6a494ff125b7f8b876758f commit hash: 78d6eee9a2bdc7724c6a494ff125b7f8b876758f 78d6eee
Thursday, 30 Dec 2021
20:30 Stefan Eßer (se) search for other commits by this committer
ports-mgmt/portmaster: update to version 3.20

Add "I" to the getopt pattern to enable use of the already present
functionality.

Reported as https://github.com/freebsd/portmaster/issues/67.

Reported by:	Michael Schmiedgen via Github
commit hash: 793d87945d69500ae167166722896d26aa073c03 commit hash: 793d87945d69500ae167166722896d26aa073c03 commit hash: 793d87945d69500ae167166722896d26aa073c03 commit hash: 793d87945d69500ae167166722896d26aa073c03 793d879
Thursday, 22 Jul 2021
14:14 Stefan Eßer (se) search for other commits by this committer
ports-mgmt/portmaster: Make compatible with pkg-1.17.0

The new pkg command uses the ".pkg" extension for all files,
independently of the archive format chosen.

This update adapts portmaster to that convention and removes all
support for other extensions. (This might be considered premature,
but supporting multiple extensions would require logic changes and
I expect all users to quickly convert their local repositories to
comply with the new naming.)

The package format can still be selected as before.

If you have package files in /usr/packages/* that you want to be
visible to portmaster, then rename them, e.g. from "*.txz" to "*.pkg".
(The "mmv" command (misc/mmv port) performs this renaming with the
following command in /usr/packages/All:

	  mmv "*.txz" =1.pkg
commit hash: 4812894fc19a4eb92315d4ad57b0d13ff1018453 commit hash: 4812894fc19a4eb92315d4ad57b0d13ff1018453 commit hash: 4812894fc19a4eb92315d4ad57b0d13ff1018453 commit hash: 4812894fc19a4eb92315d4ad57b0d13ff1018453 4812894
Friday, 9 Jul 2021
21:16 Stefan Eßer (se) search for other commits by this committer
ports-mgmt/portmaster: Fix syntax error introduced in last commit

A last minute change from "case" to "if" caused a syntax error since
I had forgotten to remove a now stray ";;" ...

Reported by:	bsd@dino.sk
commit hash: 22b261986aed507dc61926c83269056db127a7ba commit hash: 22b261986aed507dc61926c83269056db127a7ba commit hash: 22b261986aed507dc61926c83269056db127a7ba commit hash: 22b261986aed507dc61926c83269056db127a7ba 22b2619
18:59 Stefan Eßer (se) search for other commits by this committer
ports-mgmt/portmaster: make --no-confirm omit the PAGER

As requested in Github issue #64 the pager should not be used if
portmaster is executed within a script. In order to not introduce
a new option, --no-conform will now imply that output will not be
halted waiting for user input to proceed when displaying the package
messages.

Reported by:	Michael Osipov (michael-o on Github)
commit hash: 94eb8d09b19b60fdfefa99b8eeeb20884d6f9d8e commit hash: 94eb8d09b19b60fdfefa99b8eeeb20884d6f9d8e commit hash: 94eb8d09b19b60fdfefa99b8eeeb20884d6f9d8e commit hash: 94eb8d09b19b60fdfefa99b8eeeb20884d6f9d8e 94eb8d0
Thursday, 8 Apr 2021
20:31 Stefan Eßer (se) search for other commits by this committer
ports-mgmt/portmaster: make CONFLICTS change catch more cases

As a performance optimization the list of conflicting ports was only
fetched if the port's Makefile contained a CONFLICTS* entry.

There are ports that only set some option defaults and then include
the Makefile of some generic port. No conflicts change was performed
in that case.

Fix the behavior by always checking all CONFLICTS definitions that
apply, even for ports that do not have such a line in their direct
Makefile. This removes a performance optimization, but is required to
correctly build and install ports that have dependencies that can be
satisfied by an alternative (e.g. ImageMagick6 is installed and the
port being built has a dependency on ImageMagick6-nox11, which does
not contain a CONFLICTS definition it its Makefile).
commit hash: a18733148a22a230caabc9295ef99c5840bdc43d commit hash: a18733148a22a230caabc9295ef99c5840bdc43d commit hash: a18733148a22a230caabc9295ef99c5840bdc43d commit hash: a18733148a22a230caabc9295ef99c5840bdc43d a187331
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 26 Dec 2020
20:47 se search for other commits by this committer
Enable updating of locked ports

It was already possible to override the locked status of a package, but
the deinstallation of the old version failed and made the update fail.

After this change the package is temporarily unlocked during the upgrade.

Reported by:	rkoberman@gmail.com (Kevin Oberman)
Original commitRevision:559311 
Wednesday, 11 Nov 2020
18:27 se search for other commits by this committer
Correctly report package locks that prevent an upgrade

Reported by:	rkoberman@gmail.com (Kevin Oberman)
Original commitRevision:554907 
Thursday, 13 Feb 2020
08:34 se search for other commits by this committer
Fix regression that has been introduced in r524227

Revert part of the patch that introduced the --try-broken option, it
caused problems in combination with -m.

Submitted by:	Rudolf Cejka (cejkar at fit.vutbr.cz)
Approved by:	antoine (implicit)
Original commitRevision:526008 
Sunday, 26 Jan 2020
20:22 se search for other commits by this committer
Save the file with instructions how to restart portmaster after a failure
to non-world-writable directory.

Save this file in the user's home directory instead of in /tmp to prevent
a possible sym-link attack against the user.

PR:		233378
Submitted by:	Robert Schulze
Approved by:	antoine (implicit)
Original commitRevision:524231 
20:12 se search for other commits by this committer
Make the pre-build "make clean" use SU_CMD if appropriate.

Additionally document that PORTSDIR can be passed in the environment.

PR:		228439
Approved by:	antoine (implicit)
Original commitRevision:524230 
19:00 se search for other commits by this committer
Make portmaster fall back to other locations if invoked in, e.g., /sys/conf.

PR:		237061
Approved by:	antoine (implicit)
Original commitRevision:524228 
18:19 se search for other commits by this committer
Add option --try-broken

This option makes portmaster try to build ports that are marked as
BROKEN or IGNORE.

Passing this option implies the "-m -DTRYBROKEN" option.

The change is inspired by (but not based on) the patch suggested by
Walter Schwarzenfeld.

PR:		235793
Reported by:	Yasuhiro KIMURA
Approved by:	antoine (implicit)
Original commitRevision:524227 
Wednesday, 22 Jan 2020
18:58 se search for other commits by this committer
Do not re-build ports unneccessarily

The previous patch has not completely fixed the issue, according to some
reports (it did on my system and for my set of installed ports).

This version contains a further change suggested by Walter Schwarzenfeld.

Submitted by:	Walter Schwarzenfeld
Approved by:	antoine (implicit)
Original commitRevision:523835 
Tuesday, 21 Jan 2020
21:05 se search for other commits by this committer
Attempt to fix a problem that leads to repeated building of some ports

There are build dependencies, that were compiled again and again even
though the latest version was already installed.

This fix is based on a patch suggested by Tatsuki Makino, with a small
change to better comply with the existing style used in this program.

An extended patch has been provided by Walter Schwarzenfeld, but in my
tests it did not make a difference. If further testing shows a need for
the additional commands suggested by Walter, I'll add them (or a variation)
in a follow-up commit.

PR:		241227, 242086, 243432
Submitted by:	Tatsuki Makino
Approved by:	antoine (implicit)
Original commitRevision:523745 
Saturday, 27 Oct 2018
18:37 se search for other commits by this committer
Remove reference to obsolete INDEX files for FreeBSD7-9 and report build
time for successful builds, as suggested by Walter Schwarzenfeld.

Approved by:	antoine (implicit)
Original commitRevision:483167 
Monday, 22 Oct 2018
12:06 se search for other commits by this committer
Fix upgrades of moved ports.
Original commitRevision:482743 
Saturday, 13 Oct 2018
19:22 se search for other commits by this committer
Make portmaster use "pkg-static" instead of "pkg". This prevents problems
with inconsistent shared library references that may occur when openssl in
base is upgraded to version 1.1.1 with 1.0.x installed from a port.

Approved by:	antoine (implicit)
Original commitRevision:482006 
Monday, 23 Jul 2018
06:55 se search for other commits by this committer
Fix quoting of optional FLAVOR argument in some make invocations, which
were uncovered by fixed quoting in the pm_make* functions.

Reported by:	tatsuki_makino at hotmail.com (Tatsuki Makino)
Approved by:	antoine (implicit)
Original commitRevision:475149 
Sunday, 22 Jul 2018
07:24 se search for other commits by this committer
Make some sub-routines use "$@" instead of $* to correctly pass arguments
with blanks to invoked commands. This fixes clean-up of shared library
backups, where only one file was removed due to a parameter list being
terminated by the first blank within one parameter.

Reported by:	tatsuki_makino at hotmail.com (Tatsuki Makino)
Approved by:	antoine (implicit)
Original commitRevision:475089 
Friday, 22 Jun 2018
06:44 se search for other commits by this committer
Fix building of specific qt4 ports after qt5 has become the default flavor.

The ports infrastructure does not consistently deal with FLAVOR environment
variables set to an empty string. This caused the dependency check in
portmaster to fail for multimedia/phonon.

With FLAVOR="" in the environment, "make -V FLAVOR" returns "qt4", but the
dependency list produced by "make build-depends-list" assumes "qt5", even
though no user preferences for qt5 have been set.

Reported by:	Walter Schwarzenfeld <w.schwarzenfeld at utanet.at>
Approved by:	antoine (implicit)
Original commitRevision:473017 
Monday, 21 May 2018
12:42 se search for other commits by this committer
Document --package-format=<fmt> option. I had implemented that option some
time ago, but decided to not expose it in the man-page, since portmaster
will not necessarily install the latest version if installing from local
Jpackages is requested and there exist multiple package files that only
differ in archive format. But since a non-standard package format allows
to choose between an optimization for speed or for disk space, this is a
useful option that shall be described in the man page.

Approved by:	antoine (implicit)
Original commitRevision:470535 
Sunday, 20 May 2018
10:56 se search for other commits by this committer
Fix recursive building of ports (-r option). The match_flavor function was
called before being defined.

The issue and cause has been reported by Herbert J. Skuhra. (Thanks!)

PR:		227882
Reported by:	Herbert J. Skuhra <herbert@gojira.at>
Approved by:	antoine (implicit)
Original commitRevision:470451 
Friday, 18 May 2018
17:26 se search for other commits by this committer
Fix previous attempt to cache some parameters in environment variables.
The quoting was messed up by use of "eval" and the cached values did not
match what the ports system expected.

Submitted by:	tijl
Reported by:	tijl
Approved by:	antoine (implicit)
Original commitRevision:470312 
10:43 se search for other commits by this committer
Cache some build parameters in the environment that were recalculated over
and over for individual ports. This significantly reduces the time to scan
for updates if many ports with USES=compiler are present.

Based on a suggestion and code fragment provided by Tijl Coosemans.

While here commit a few changes present in my local version that should not
cause any functional change.

Submitted by:	tijl
Approved by:	antoine (implicit)
Original commitRevision:470286 
Sunday, 29 Apr 2018
05:56 se search for other commits by this committer
Make the -n option work better for non-root users.

Approved by:	antoine (implicit)
Original commitRevision:468603 
Monday, 12 Feb 2018
13:34 se search for other commits by this committer
Fix problem with debug output from export-flavor garbling the gen_dep_list
result. The solution is different from the patch suggested in the PR, since
the debug message was only meant to be used during early development of
flavors support. In my local development version of portmaster, all output
from pm_v is redirected to STDERR, but that change seemed to disruptive to
apply to the "published" version.

Unrelated changes: make pm_isdir_pd more robust and fix variable name of
BACKUP_FORMAT option in sample file.

PR:             225843
Reported by:    John Hein
Approved by:    antoine (implicit)
Original commitRevision:461586 
Tuesday, 6 Feb 2018
15:07 se search for other commits by this committer
Fix typo (missing dash in find argument list).

Reported by:	Martin Birgmeier
Approved by:	antoine (implicit)
Original commitRevision:461060 
13:12 se search for other commits by this committer
Fix build for ports that have a LICENSE if DISABLE_LICENSES is defined.

The behavior of the ask-license target should be to silently succeed instead
of returning an error, IMHO, but I can test for this condition and skip the
ask-license phase in portmaster, too.

While here, I'm slightly simplifying the fix implemented in r460294.

PR:		225699
Submitted by:	dewayne@heuristicsystems.com.au
Approved by:	antoine (implicit)
Original commitRevision:461041 
Monday, 29 Jan 2018
12:22 se search for other commits by this committer
Fix a problem that could result in de-installation of a port that shares
a prefix of the package name with a new port to be installed. The cause of
this bug was that a pattern was applied without anchor at the end.

Testing revealed that "pkg info -x" ignores an anchor at the end of the
pattern (which might be a bug in pkg), therefore the output of the query
is now additionally filtered with egrep to obtain the desired result.

PR:		225496
Reported by:	Martin Birgmeier
Approved by:	antoine (implicit)
Original commitRevision:460294 
Sunday, 28 Jan 2018
20:22 se search for other commits by this committer
Print different action list text for packages that are not going to be
installed (e.g. for make targets "extract", "patch" or "stage" in build
dependencies).
Limit depth of search for empty directories to reduce the scan time if
there are non-empty work directory sub-trees.
Add package format parameters to rc.sample file.

Approved by:	antoine (implicit)
Original commitRevision:460229 
Wednesday, 17 Jan 2018
22:43 se search for other commits by this committer
Fix previous commit (r459202) which introduced dependencies that specify
an optional make target. The patch file contained 2 typoes ("{$" instead
of "${").

Add clean phase for dependencies that are not installed but required when
the dependent port is built (e.g. because of references to source files of
that port, or because of static linking against libraries in the stage area
of such a dependency).

Approved by:	antoine (implicit)
Original commitRevision:459294 
Tuesday, 16 Jan 2018
18:49 se search for other commits by this committer
Add support for dependencies specified with a non-standard make target.

This is required for e.g. net/openntpd, which links against static libressl
libraries in that port's staging area.

In case of a port that is not fully installed, there is no clean phase for
the dependency's port directory. The dependency tracking does not maintain
the necessary state to perform this cleanup when the depending port is
finished.

PR:		213887
Reported by:	blackmore@pichove.org (Simeon Simeonov)
Approved by:	antoine (implicit)
Original commitRevision:459202 
Sunday, 14 Jan 2018
22:11 se search for other commits by this committer
Update to version 3.19, which is identical to 3.18_12 with all port patches
applied.

Approved by:	antoine (implicit)
Original commitRevision:459007 
Friday, 12 Jan 2018
21:59 se search for other commits by this committer
Fix display of license acceptance menu if build logs are hidden with -H.

PR:		206738
Reported by:	torsten.eichstaedt@web.de
Approved by:	antoine (implicit)
Original commitRevision:458881 
Thursday, 11 Jan 2018
13:48 se search for other commits by this committer
Fix problem with ports being converted from a non-flavored to a flavored
version, if PYTHON3_DEFAULT is set to anything but 3.6. Since the MOVED
file sets the new origin and flavor such that a Python-3.6 compatible
package is built, the original Python version for this port is ignored.

Reported by:	lev
Approved by:	antoine (implicit)
Original commitRevision:458736 
12:29 se search for other commits by this committer
Small fix for directory accesses in  find_dl_distfiles, which did not take
the optional flavor part of the passed argument into consideration.

Approved by:    antoine (implicit)
Original commitRevision:458724 
Tuesday, 9 Jan 2018
12:35 se search for other commits by this committer
Generally path FLAVOR via the environment, not the "make" command line, to
circumvent a check for an empty FLAVOR parameter being passed to certain
ports.

Reported by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Approved by:	antoine (implicit)
Original commitRevision:458524 
Saturday, 6 Jan 2018
22:43 se search for other commits by this committer
Fix version number ... I have to remember to manually fix-up this string
before each commit and I'll whether I can create a pre-commit script that
checks this for me.

Reported by:    Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Approved by:    antoine (implicit)
Original commitRevision:458299 
10:15 se search for other commits by this committer
Remove spurious trace output left over from debugging.

Reported by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Approved by:	antoine (implicit)
Original commitRevision:458239 
Wednesday, 3 Jan 2018
11:10 se search for other commits by this committer
Fix pm_islocked function, which could lead to a spurious error message if
used for a port that is not found in the package database.

Reported by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
Approved by:	antoine (implicit)
Original commitRevision:457952 
Tuesday, 2 Jan 2018
22:44 se search for other commits by this committer
Add undocumented option --package-format=<fmt>. I'm not sure, that this is
a useful feature, and the txz-format is currently hard-wired in a lot of
places in portmaster, but there has been a request to allow creation of
packages in a non-standard archive format.

Approved by:	antoine (implicit)
Original commitRevision:457932 
14:05 se search for other commits by this committer
Increment PORTREVISION, forgotten in previous commit.

Approved by:	antoine (implicit)
Original commitRevision:457855 
Saturday, 30 Dec 2017
22:14 se search for other commits by this committer
----------------------------------------------------------------------------
Fix spelling of OPTIONS_FILE.

Approved by:	antoine (implicit)
Original commitRevision:457645 
Friday, 29 Dec 2017
22:14 se search for other commits by this committer
Bump PORT_REVISION, forgotten in previous commit.

Approved by:	antoine (implicit)
Original commitRevision:457548 
Saturday, 23 Dec 2017
16:36 se search for other commits by this committer
Fix installation from local or remote package including the --packages-build
case. Partially based on patches supplied by Alexander Leidinger.

Reported by:	phk, netchild
Approved by:	antoine (implicit)
Original commitRevision:457067 
Thursday, 21 Dec 2017
21:44 se search for other commits by this committer
Add PKG_DEPENDS, EXTRACT_DEPENDS, PATCH_DEPENDS and FETCH_DEPENDS to the
make_dep_list function when called with parameter build-depends-list or
all-depends-list.

Reported by:	phk
Approved by:	antoine (implicit)
Original commitRevision:456949 
09:14 bapt search for other commits by this committer
Remove useless MASTER_SITES entries
Original commitRevision:456899 
09:11 se search for other commits by this committer
Update to version 3.18, which already contains all patches required for the
previous version.

Approved by:    antoine (implicit)
Original commitRevision:456898 
08:25 se search for other commits by this committer
Patch package version into the port and install man-page with patched path
for non-standard LOCALBASE. The port used to patch the man-page, but then
installed the unpatched version.

Approved by:	antoine (implicit)
Original commitRevision:456890 
Wednesday, 20 Dec 2017
20:05 se search for other commits by this committer
Fix execution of portmaster in a port directory without any port or package
parameters.

Reported by:	lenzi.sergio@gmail.com
Approved by:	antoine (implicit)
Original commitRevision:456849 
12:17 se search for other commits by this committer
Add flavor support to routines that convert port origins to shell variable
names. The character '@' is illegal in such names and must be converted to
a legal character same as [-+./].
remobve post processing of "pkg check -dn" output, which was a left-over
from pre-PKG_NG times.

Reported by:	koobs (invalid @), tatsuki_makino@hotmail.com (pkg check)
Approved by:	antoine (implicit)
Original commitRevision:456784 
Tuesday, 19 Dec 2017
12:25 se search for other commits by this committer
Add back local package installation support, which was disabled for PKG_NG.
The patch attached to PR 181450 did no longer apply cleanly, therefore I
edited portmaster to follow the intent and in part the letter of the patch.
This patch should not affect port building in any way. I have no use for
the feature (and I'm still considering to completely remove support for the
installation of packages in portmaster), and therefore did not test that
it performs as expected by the submitter.

PR:		181450
Submitted by:	rozhuk.im@gmail.com
Approved by:	antoine (implicit)
Original commitRevision:456715 
Monday, 18 Dec 2017
22:22 se search for other commits by this committer
Add all-depends-list case required for portmaster -t.

Approved by:	antoine (implicit)
Original commitRevision:456687 
Sunday, 17 Dec 2017
13:36 se search for other commits by this committer
Remove stray double-quote character left from an incomplete edit of that
line (result of directly editing the patch for a trivial change ...)

Approved by:	antoine (implicit)
Original commitRevision:456533 
13:32 se search for other commits by this committer
Add LIB_DEPENDS to dependencies relevant for installation of a package.

Approved by:	antoine (implicit)
Original commitRevision:456532 
Saturday, 16 Dec 2017
15:17 se search for other commits by this committer
Fix query for package to be replaced: This could lead to a wrong package
being identified and replaced when the new package is installed.

Add library dependencies to the list of build dependencies to consider.

Reported by:	Robert Huff
Approved by:	antoine (implicit)
Original commitRevision:456473 
14:05 se search for other commits by this committer
USe correct origin in multiport case (several packages specified on the
command line, which is different from passing "-a").

Reported by:	Robert Huff
Approved by:	antoine (implicit)
Original commitRevision:456469 
Friday, 15 Dec 2017
21:01 se search for other commits by this committer
Add another check for a flavor passed attached to the port directory.
Without this fix, the default flavor was built in specific situations.

Approved by:    antoine (implicit)
Original commitRevision:456417 
20:13 se search for other commits by this committer
Fix patch: The patch had been created from the version used to debug the
previous version's problem and I forgot to
Fix shbang: Remove the -x that had been added for debugging.

Reported by:    (Walter Schwarzenfeld) w.schwarzenfeld@utanet.at
Approved by:	antoine (implicit)
Original commitRevision:456415 
17:55 se search for other commits by this committer
Fix regression:	The find_new_port function is now invoked from an earlier
place than before flavor	support	was added. Move	its definition to an
appropriate place.

Silence	one pkq	query command that may be called for a non-existing
package	name.

Approved by:    antoine	(implicit)
Reported by:	Milan Obuch, Paul Beard
Original commitRevision:456411 
Thursday, 14 Dec 2017
20:32 se search for other commits by this committer
Add flavor support to portmaster. This version has been lightly tested and
supports upgrades from non-flavored port versions based on the information
in the MOVED file.

For initial installations of flavored ports, the flavor must be specified
as part of the port origin, e.g. "devel/py-py@py36" for the Python-3.6
version of that port. Dependent ports will automatically be installed with
the correct flavor passed via the dependency mechanism.

It is planned to add a --flavor option to ease flavor selection for ports
that are initially installed with portmaster.

Approved by:	antoine (implicit)
Original commitRevision:456351 
Friday, 8 Dec 2017
14:00 tz search for other commits by this committer
ports-mgmt/portmaster: Pass maintainer-ship to se@

Stefan will continue to maintain portmaster.
Original commitRevision:455782 
Friday, 3 Feb 2017
22:12 bdrewery search for other commits by this committer
- Update to 3.17.10
  Fixes --clean-distfiles trying to read in base/ [1]
  Saves port failures to TMPDIR/portmasterfail.txt [2]

PR:		212376 [1]
Reported by:	wblock [1]
Tested by:	wblock [1]
Submitted by:	Torsten Zuhlsdorff <t.zuehlsdorff@anymotion.de> [2]
Original commitRevision:433268 
Sunday, 24 Jul 2016
14:21 se search for other commits by this committer
Fix "portmaster --check-port-dbdir" broken by the previous commit. While
the variable $unique_list was created with identical content, its value was
only set within the implicit sub-shell (2nd command in a pipe) and lost on
exit from the while loop.

Reported by:	Jakub Laach
Original commitRevision:419005 
Saturday, 16 Jul 2016
13:03 se search for other commits by this committer
Bump PORTREVISION to have portmaster be re-installed with the fix commited
as SVN rev. 418619.

Reported by:	Herbert J. Skuhra (herbert at mailbox.org)
Original commitRevision:418629 
Friday, 10 Jun 2016
09:08 tz search for other commits by this committer
Change MAINTAINER from ports@toco-domains.de to tz@FreeBSD.org

Approved by:	junovitch (mentor)
Original commitRevision:416662 
Friday, 4 Mar 2016
16:50 adamw search for other commits by this committer
Enable BASH and ZSH options (install their completions) by default.
Also, add NO_ARCH. PORTREVISION bump for pkg change.

PR:		207075
Submitted by:	maintainer
Original commitRevision:410136 
Friday, 12 Feb 2016
15:46 mat search for other commits by this committer
Remove unneeded dependencies on bash and zsh.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:408737 
Wednesday, 10 Feb 2016
18:41 marino search for other commits by this committer
ports-mgmt/portmaster: Assign maintainership to Torsten Z.

Torsten has accepted the challenge of whipping portmaster back into
shape.  In addition to changing MAINTAINER, he's starting with fixing
both non-default options by providing their necessary RUN_DEPENDS.

PR:	207075
Original commitRevision:408642 
Friday, 5 Feb 2016
22:38 bdrewery search for other commits by this committer
Update to 3.17.9

Changes:
 - Update manpage for rebuilding ports with pkg.

PR:		191166
Submitted by:	wblock
Original commitRevision:408276 
Wednesday, 27 Jan 2016
15:19 marino search for other commits by this committer
Under strong objection and mandate by portmgr, remove DEPRECATION

I've been ordered by portmgr to remove DEPRECATION designation because
others have indicated they believe people should not be so directly
informed of its poor state.  Despite the fact that there was no expiration
date set and that functionality was not affected in any way (leaving now
informed people free to use this unmaintained port), it was considered a
disruptive change.

Let the record show that I strongly object to this decision and that I
firmly believe that portmaster is a port that *must* have a competent
maintainer that can *develop* it.  It should *not* be allowed to be
unmaintained and still maintain a presence in FreeBSD documentation.
Original commitRevision:407364 
Tuesday, 26 Jan 2016
11:23 marino search for other commits by this committer
ports-mgmt/portmaster: DEPRECATE without expiration date

The portmaster script hasn't had an official maintainer in 9 months and 2
years before that it was only patched in reaction to changes in the ports
framework.  There are many unclaimed PRs in the bugzilla database, many
known bugs, and several areas where portmaster no longer aligns with how
ports work today.  The problem isn't simply getting a maintainer; that
person has to be a ports framework expert and it appears that the people
with these qualifications don't want anything to do with this port.

Moreover, there are better options available.  All FreeBSD platforms
support ports-mgmt/poudriere (although some many struggle under the load)
and the most common amd64 and i386 platform users have the additional
option of ports-mgmt/synth which is user-friendly, lightweight, and aimed
at users of portmaster, portupgrade, and even poudriere.

Unless something drastic regarding portmaster occurs, it's nearing its
natural EOL, so it's users should evaluate alternatives and try to
migrate off of it.
Original commitRevision:407270 
Saturday, 10 Oct 2015
16:40 bapt search for other commits by this committer
Remove obsolete pkg-message
Original commitRevision:399007 
Thursday, 3 Sep 2015
17:13 bdrewery search for other commits by this committer
Update to 3.17.8.

Changes:
  - Fixes handling of PORTSDIR when /usr/ports is a symlink after head
    r272363 and stable/10 r287334.

Reported by:	dhw
Original commitRevision:396022 
Thursday, 20 Aug 2015
18:52 adamw search for other commits by this committer
Use OPTIONS helpers, add a newline to quiet a half dozen portlint
fatal messages, and make the installation commands more consistent.
Original commitRevision:394906 
Thursday, 9 Apr 2015
15:20 bdrewery search for other commits by this committer
I'm really not working on this. Please direct questions to ports@FreeBSD.org.

If someone else would like to maintain this please discuss with me and I will
get you access to the github account where the code lives.
Original commitRevision:383651 
Friday, 20 Mar 2015
01:42 bdrewery search for other commits by this committer
Convert my ports to the new USE_GITHUB
Original commitRevision:381704 
Thursday, 19 Mar 2015
16:44 bdrewery search for other commits by this committer
Update USE_GITHUB so it does not require GH_COMMIT.

Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
Original commitRevision:381618 
Saturday, 20 Dec 2014
19:30 bapt search for other commits by this committer
cleanup plist
Original commitRevision:375106 
Wednesday, 27 Aug 2014
16:33 bdrewery search for other commits by this committer
- Update to 3.17.7

Changes:
  * Use PM_SU_CMD for pkg set -o
Original commitRevision:366334 
Thursday, 19 Jun 2014
00:36 bdrewery search for other commits by this committer
- Update to 3.17.6

Changes:
  * Speedup --list-origins with pkg
  * Use proper /usr/local/etc/portmaster.rc path in portmaster.8
  * Fix running from deleted dirs.
  * Fix losing control of building run-depends of staged ports
    (thus breaking -g and counts). [1]

PR:		189398 [1]
Original commitRevision:358332 
Saturday, 24 May 2014
19:04 bdrewery search for other commits by this committer
- Update to 3.17.5

Changes:
  * Fix some issues with killing child processes
  * Use builtin kill(1)
Original commitRevision:355073 
Saturday, 15 Mar 2014
18:29 bdrewery search for other commits by this committer
- Update to 3.17.4

Changes:
  - Fix --check-depends with pkg [1]
  - Allow installing DEPRECATED ports

PR:		ports/186915 [1]
Submitted by:	kaltheat <kaltheat@gmail.com> [1] (based on)
Original commitRevision:348366 
Tuesday, 19 Nov 2013
15:05 bdrewery search for other commits by this committer
- Update to 3.17.3

Changes:
 * Fix with pkg-devel which has broken pkg-info -O compatibility
Original commitRevision:334323 
Monday, 23 Sep 2013
11:23 bdrewery search for other commits by this committer
- Support STAGEDIR
Original commitRevision:327975 
Friday, 20 Sep 2013
15:58 bdrewery search for other commits by this committer
- Add NO_STAGE until validated to be safe for upcoming staging support
Original commitRevision:327710 

Number of commits found: 198 (showing only 100 on this page)

1 | 2  »