Port details |
- bugzilla50 Bug-tracking system developed by Mozilla Project
- 5.0.4_5 devel =2 5.0.4_4Version of this port present on the latest quarterly branch.
- Maintainer: bz-ports@FreeBSD.org
- Port Added: 2015-07-12 07:55:44
- Last Update: 2024-12-28 19:11:59
- Commit Hash: 46099ee
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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:
-
- bugzilla50>0:devel/bugzilla50
- Conflicts:
- CONFLICTS_INSTALL:
- bugzilla5[^0].*
- bugzilla4*
- To install the port:
- cd /usr/ports/devel/bugzilla50/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/bugzilla50
- pkg install bugzilla50
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bugzilla50
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1518801572
SHA256 (bugzilla/bugzilla-5.0.4.tar.gz) = 6b3eb93d20bdfb170803748682d04cb1b6dc60019d7d16c29c4b7f97d2b85bee
SIZE (bugzilla/bugzilla-5.0.4.tar.gz) = 3994094
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-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>=2.24 : 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
- This port is required by:
- for Run
-
- japanese/bugzilla50
Configuration Options:
- ===> The following configuration options are available for bugzilla50-5.0.4_5:
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_bugzilla50
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0.4_5 28 Dec 2024 19:11:59 |
Gleb Popov (arrowd) Author: Mark Linimon |
devel/bugzilla50: Depend on security/p5-Digest-SHA
While here, clarify which Bugzilla (ours) the PRs are part of.
Pull Request: https://github.com/freebsd/freebsd-ports/pull/336 |
5.0.4_4 07 Apr 2024 09:36:13 |
Florian Smeets (flo) |
databases/p5-DBD-mysql: Fix for MariaDB users
Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES
where required. DBD_MYSQL will automatically set the correct DBD dependency.
In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the
support for MariaDB was removed and only MySQL >= 8.0 is supported.
In the 4.x releases MariaDB is still supported, according to upstream 4.x
will still be supported for a while [1], so use that for now when we detect
that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in
d95f49cb3b54.
DBD:MariaDB would be another alternative, but migrating to it might need
more analysis than just staying with the 4.x releases of p5-DBD-mysql. This (Only the first 15 lines of the commit message are shown above ) |
5.0.4_3 30 Apr 2023 11:10:42 |
Felix Palmen (zirias) |
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit) |
5.0.4_2 15 Apr 2023 13:14:58 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove pointers to EOLed pgsql versions
- Remove dotted pgsql versions
Approved by: portmgr |
5.0.4_2 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.0.4_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
5.0.4_2 11 Dec 2021 13:50:53 |
Tobias C. Berner (tcberner) |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
5.0.4_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.0.4_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.0.4_2 26 Jun 2020 11:55:23 |
sunpoet |
Move devel/p5-IO-stringy to devel/p5-IO-Stringy and update to 2.113
- Fix LICENSE_FILE
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for dependency change
Changes: https://metacpan.org/changes/distribution/IO-Stringy |
5.0.4_1 15 Nov 2019 10:12:08 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
5.0.4_1 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
5.0.4_1 10 Nov 2018 19:57:08 |
kwm |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
5.0.4_1 03 Jul 2018 14:46:08 |
rene |
devel/bugzilla[44,50]: remove optional and expired SSL dependency |
5.0.4_1 29 Jun 2018 22:45:57 |
feld |
devel/bugzilla50: Backport patch to fix buggy attachment download filenames
PR: 228644
Approved by: maintainer (timeout) |
5.0.4 15 May 2018 09:34:06 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
5.0.4 17 Feb 2018 09:50:54 |
ohauer |
- update to 5.0.4
- remove p5-File-Slurp dependency (see Bugzilla/Install/Requirements.pm)
MFH: 2018Q1
Security: CVE-2018-5123
Security: vid: 22283b8c-13c5-11e8-a861-20cf30e32f6d |
5.0.3 27 Jul 2017 00:22:25 |
dbaio |
devel/bugzilla[44|50]: Update license
Approved by: portmgr (blanket) |
5.0.3 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
5.0.3 18 May 2016 19:12:04 |
ohauer |
- update to 5.0.3
Thanks to Mokhi for review latest 5.0.x PR's and patches!
Security: CVE-2016-2803
Security: 036d6c38-1c5b-11e6-b9e0-20cf30e32f6d |
5.0.2_2 27 Apr 2016 18:03:45 |
ohauer |
- fix build with PostgreSQL (s/91/9.1/) as default db
(PD error: cannot install: unknown PostgreSQL version: 91+)
MFH: 2016Q2 |
5.0.2_2 25 Apr 2016 16:13:39 |
mat |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
5.0.2_2 23 Apr 2016 06:58:19 |
sunpoet |
- Remove unnecessary PERL_LEVEL check
- Add NO_ARCH
- Convert to new options helper
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
With hat: perl
Approved by: portmgr (blanket) |
5.0.2_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
5.0.2_2 16 Feb 2016 19:35:36 |
ohauer |
- add new OPTIONS_GROUP_EXTENSIONS (MoreBugUrl and Voting)
- add patch so MoreBugUrl has support for Phabricator URL's [1]
- PORTREVISION bump not requied, new OPTIONS are OFF by default
[1] Upstream PR: https://bugzilla.mozilla.org/show_bug.cgi?id=1128119
Special Thanks goes to Mahdi Mokhtari for the patches and
improving the FreeBSD Bugzilla integration!
PR: 207216
Submitted by: Mahdi Mokhtari |
5.0.2_2 10 Jan 2016 17:04:47 |
ohauer |
- Backport upstream bug #1235395
PR: 206103
Submitted by: Mahdi Mokhtari <mokhi64 _at_ gmail.com>
Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=1235395
MFH: 2016Q1 |
5.0.2_1 28 Dec 2015 09:47:03 |
ohauer |
- Set submitter_id before calling _check_data() [1]
- bump PORTREVISION
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1235270
PR: 205657
Submitted by: mokhi64(_at_)gmail.com
Reviewed by: koobs@ |
5.0.2 23 Dec 2015 11:22:41 |
ohauer |
- update to 5.0.2
This release fixes two security issues.
See the Security Advisory for details. [1]
This release also contains the following bug fixes:
o mod_perl now works correctly with mod_access_compat turned off on
Apache 2.4. To regenerate the .htaccess files, you must first delete
all existing ones in subdirectories:
find . -mindepth 2 -name .htaccess -exec rm -f {} \;
You must then run checksetup.pl again to recreate them with the correct
syntax.
(Bug 1223790)
(Only the first 15 lines of the commit message are shown above ) |
5.0.1 14 Sep 2015 04:10:55 |
ohauer |
- update bugzilla ports to 5.0.1 / 4.4.10
o Users whose login name is not an email address could not log in on
installations which use LDAP to authenticate users.
o If a mandatory custom field was hidden, it was not possible to create a
new bug or to edit existing ones.
o A user editing his login name to point to a non-existent email address
could cause Bugzilla to stop working, causing a denial of service.
o Emails generated during a transaction made PostgreSQL stop working.
o Bugs containing a comment with a reference to a bug ID larger than 2^31
could not be displayed anymore using PostgreSQL.
o Emails sent by Bugzilla are now correctly encoded as UTF-8.
o The date picker in the "Time Summary" page was broken.
o If Test::Taint or any other Perl module required to use the JSON-RPC API
was not installed or was too old, the UI to tag comments was displayed
anyway, you could tag comments, but tags were not persistent (they were
lost on page reload). Now the UI to tag comments is not displayed at all
until the missing Perl modules are installed and up-to-date.
o Custom fields of type INTEGER now accept negative integers.
MFH: 2015Q3
Security: CVE-2015-4499
Security: ea893f06-5a92-11e5-98c0-20cf30e32f6d |
5.0 12 Jul 2015 07:57:48 |
ohauer |
- add bugzilla 5.0
Release Notes:
https://www.bugzilla.org/releases/5.0/release-notes.html |
4.4.9_1 12 Jul 2015 07:55:38 |
ohauer |
- svn copy bugzilla44 to bugzilla50
Update to 5.x will be done with the next commit because of pre-commit hook!
svn: E165001: Commit blocked by pre-commit hook (exit code 1) with output:
Do not replace a file. This can lose history. Path:
"/head/devel/bugzilla50/Makefile"
== Additional errors may compound and may not be accurate == |