M BUZZ CRAZE NEWS
// news

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

By Jessica Wood

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.

3 Answers

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).

1

"Problem Reports".

I found a link:

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.

explains all about PRs in FreeBSD.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy