What is a "PR"? What does PR stand for in the context of FreeBSD Ports

3

2

Compare:

A specific "PR":

Does it stand for Portability Report? or something similar? I can tell it has to do with tracking bug reports and build problems for specific ports but the acronym is baffling me.

It may also be used in the Linux world but Googling for "Linux PR" only yields results related to Public Relations. Apparently FreeBSD has PRs and Linux has Public Relations.

Jared Updike

Posted 2009-07-15T20:29:20.107

Reputation: 874

Answers

3

To FreeBSD a PR is a "ticket" containing either (or both) a bug report or a feature request or a patch (to be thoughtfully tried and eventually committed by someone with the proper permissions).

It's used to track problems and their resolution ("closing" a PR usually means the underlying problem was solved).

lapo

Posted 2009-07-15T20:29:20.107

Reputation: 381

1BTW: a PR is not specific to the context of FreeBSD Ports, but FreeBSD in general; "ports" is just one of the many categories a PR can have. – lapo – 2009-09-04T05:01:35.750

6

"Problem Reports".

I found a link:

Jared Updike

Posted 2009-07-15T20:29:20.107

Reputation: 874

5

A PR is a Problem Report. It's not only used for problems but as a way to track any user-submitted issues including bugs, ideas and patches related to the base system (src) and ports.

http://www.freebsd.org/doc/en/articles/pr-guidelines/article.html explains all about PRs in FreeBSD.

BCran

Posted 2009-07-15T20:29:20.107

Reputation: 196