Port details |
- bugzilla52 Bug-tracking system developed by Mozilla Project
- 5.2 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: bz-ports@FreeBSD.org
 - Port Added: 2025-04-14 18:51:04
- Last Update: 2025-04-14 18:49:59
- Commit Hash: 62f7d96
- License: MPL20
- WWW:
- https://www.bugzilla.org/
- Description:
- Bugzilla is one example of a class of programs called "Defect Tracking
Systems", or, more commonly, "Bug-Tracking Systems". Defect Tracking
Systems allow individual or groups of developers to keep track of
outstanding bugs in their product effectively.
Bugzilla has matured immensely, and now boasts many advanced features.
These include:
* integrated, product-based granular security schema
* inter-bug dependencies and dependency graphing
* advanced reporting capabilities
* a robust, stable RDBMS back-end
* extensive configurability
* a very well-understood and well-thought-out natural bug resolution
protocol
* email, XML, console, and HTTP APIs
* available integration with automated software configuration
management systems, including Perforce and CVS (through the
Bugzilla email interface and checkin/checkout scripts)
* too many more features to list
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bugzilla52>0:devel/bugzilla52
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/bugzilla52/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/bugzilla52
- pkg install bugzilla52
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bugzilla52
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1736053912
SHA256 (bugzilla/bugzilla-5.2.tar.gz) = 6a2d66352456695fcdd1d0d7a9afe62fc2a94cc6217ebccc2b9b474d5c047b74
SIZE (bugzilla/bugzilla-5.2.tar.gz) = 85692063
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- p5-CGI>=3.51 : www/p5-CGI
- p5-Class-XSAccessor>0 : devel/p5-Class-XSAccessor
- p5-DBI>=1.614 : databases/p5-DBI
- p5-DateTime-TimeZone>=1.64 : devel/p5-DateTime-TimeZone
- p5-DateTime>=0.75 : devel/p5-DateTime
- p5-Digest-SHA>=0 : security/p5-Digest-SHA
- p5-Email-MIME>=1.904 : mail/p5-Email-MIME
- p5-Email-Sender>=1.300011 : mail/p5-Email-Sender
- p5-Encode-Detect>=0 : converters/p5-Encode-Detect
- p5-JSON-XS>=2.01 : converters/p5-JSON-XS
- p5-List-MoreUtils>=0.32 : lang/p5-List-MoreUtils
- p5-Math-Random-ISAAC>=1.001 : math/p5-Math-Random-ISAAC
- p5-Module-Pluggable>=5.1 : devel/p5-Module-Pluggable
- p5-Template-Toolkit>=3.008 : www/p5-Template-Toolkit
- p5-Text-Tabs+Wrap>=2013.0523 : textproc/p5-Text-Tabs+Wrap
- p5-TimeDate>=2.23 : devel/p5-TimeDate
- p5-URI>=1.55 : net/p5-URI
- p5-Chart>=2.4.10 : graphics/p5-Chart
- p5-GD>=1.20 : graphics/p5-GD
- p5-GD-Graph>=0 : graphics/p5-GD-Graph
- p5-GD-TextUtil>=0 : graphics/p5-GD-TextUtil
- p5-Template-GD>=0 : www/p5-Template-GD
- p5-HTML-Parser>=3.67 : www/p5-HTML-Parser
- p5-HTML-Scrubber>=0 : www/p5-HTML-Scrubber
- p5-PatchReader>=0.9.6 : devel/p5-PatchReader
- interdiff : misc/patchutils
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for bugzilla52-5.2:
MODPERL=off: mod_perl protocol support
====> Options available for the group UI
PATCH_VIEWER=on: Patch Viewer
MORE_HTML=on: More HTML in Product/Group Descriptions
====> Database Engine
MYSQL=off: MySQL database support
PGSQL=off: PostgreSQL database support
SQLITE=off: SQLite database support
MEMCACHED=off: Memcached Support
====> Reports and Charts
GRAPHVIZ=off: Graphviz graph drawing support
GRAPH_REPORTS=on: Graphical Reports
CHARTING_MODULES=on: Bug charting support
====> Attachment handling
BMP2PNG=off: BMP Attachments to PNGs
MIME_SNIFF=off: Sniff MIME type of attachments
====> Email handling
INBOUND_EMAIL=off: Inbound Email
MAIL_QUEUEING=off: Mail Queueing
SMTP_AUTH=off: SMTP Authentication
====> Web Services
XMLRPC=off: XML-RPC Interface
JSONRPC=off: JSON-RPC Interface
REST=off: REST Interface
====> Alternative Authentication
LDAP=off: LDAP protocol support
RADIUS=off: RADIUS protocol support
====> Administration
MOVE_BUGZ=off: Move Bugs Between Installations
EXPORT_IMPORT=off: Import/export bugs (via XML)
CONTRIB=on: Install user-contributed scripts
====> Extensions
MOREBUGURL=off: See Also Extensions
VOTING=off: Bug Voting Extension
===> Use 'make config' to modify these settings
- Options name:
- devel_bugzilla52
- USES:
- cpe perl5
- pkg-message:
- For install:
- Bugzilla has now been installed. To quick setup you have to:
1. Create database user who has rights on bugs database manipulation
by following mysql commands (for MySQL 4.0 or later):
GRANT SELECT, INSERT, UPDATE, DELETE, INDEX, ALTER, CREATE, LOCK TABLES,
CREATE TEMPORARY TABLES, DROP, REFERENCES
ON <database>.* TO <dbuser>@<host>
IDENTIFIED BY '<password>';
FLUSH PRIVILEGES;
where <database> is a bugs database name; <dbuser> is a bugs database
owner; <host> is a host there bugzilla is being setup;
<password> is a database owner's password;
2. Change working directory to /usr/local/www/bugzilla
3. Run "./checksetup.pl" script as root user
4. Read output carefully and follow all instructions
For more complete database setup and post-installation instructions
and security tips/notes please read "Bugzilla Guide" in
/usr/local/share/doc/bugzilla/en/html/ (chapter 2: "Installing Bugzilla")
- For install:
- For upgrades:
0. Back up your data.
1. Run the command inside /usr/local/www/bugzilla
find . -mindepth 2 -name .htaccess -exec rm -f {} \;
2. Run "./checksetup.pl" inside /usr/local/www/bugzilla. You may need to
run it several times.
3. Restart your Web server, especially if you're using mod_perl: this
will save you from a number of troubles.
- Master Sites:
|