No description
  • Perl 83.6%
  • JavaScript 11.7%
  • CSS 4.1%
  • Shell 0.6%
Find a file
Mark Linimon 8ce8c83dcf
Merge pull request #13 from linimon/freebsd-local
update news.html.tmpl again.
2025-01-04 15:56:45 -06:00
contrib Previously untracked script to rename one user to another. 2024-05-22 20:19:42 +00:00
extensions Suppress extra complaints in FBSDAutoAssign 2024-12-31 05:41:04 -06:00
images Another image found on production. 2024-12-31 17:04:20 +00:00
skins/contrib/FreeBSD - Add Bugzilla 5 compatibility to the web front-end 2015-11-08 10:13:27 +01:00
template/en/custom Announce upcoming upgrade to 5.0.4.1. 2025-01-04 20:59:47 +00:00
.gitignore - Ignore temporary files 2014-09-12 09:28:15 +02:00
monthlyexprun.pl Previously untracked scripts invoked by cron, from production. 2024-12-31 08:43:35 +00:00
news.html.tmpl Clarify that the upgrade to production is pending. 2025-01-04 21:49:48 +00:00
README.md Update README.md 2025-01-02 14:00:35 -06:00
sync_freebsd_committers.pl Previously untracked scripts invoked by cron, from production. 2024-12-31 08:43:35 +00:00
weeklyreminder.pl Change weeklyreminder.pl to reflect that 12 is out of support. 2024-01-11 13:48:58 +00:00

What is freebsd/bugzilla?

freebsd/bugzilla is a set of changes and extensions for Bugzilla being used by the FreeBSD project. Those usually map a Bugzilla source package layout in a 1:1 fashion.

How do I use it?

freebsd/bugzilla will refer to a certain bugzilla package from the FreeBSD ports, usually the latest stable one (devel/bugzilla50 as of now).

Thus, if you install devel/bugzilla50, you can simply copy freebsd/bugzilla over ${PREFIX}/www/bugzilla to have a Bugzilla implementation that resembles what the FreeBSD project uses at https://bugs.freebsd.org/bugzilla.

In short:

  • cd /usr/ports/devel/bugzilla50 && make install clean
  • Download the latest stable freebsd/bugzilla release from https://github.com/freebsd/bugzilla
  • tar -C /usr/local/www/bugzilla --strip-components=1 -xjvf (filename).tar.gz
  • cd /usr/local/www/bugzilla && checksetup.pl