mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
149ee339e5
- 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
93 lines
1.9 KiB
Makefile
93 lines
1.9 KiB
Makefile
# $FreeBSD$
|
|
|
|
OPTIONS_SUB= yes
|
|
OPTIONS_DEFINE= \
|
|
MODPERL
|
|
|
|
OPTIONS_GROUP= UI DBBACKEND REPORTING ATTACHMENT EMAIL WEBSERVICE AUTH ADMIN EXTENSIONS
|
|
|
|
OPTIONS_GROUP_ADMIN= \
|
|
MOVE_BUGZ \
|
|
EXPORT_IMPORT \
|
|
CONTRIB
|
|
|
|
OPTIONS_GROUP_ATTACHMENT=\
|
|
BMP2PNG \
|
|
MIME_SNIFF
|
|
|
|
OPTIONS_GROUP_AUTH= \
|
|
LDAP \
|
|
RADIUS
|
|
|
|
OPTIONS_GROUP_DBBACKEND= \
|
|
MYSQL \
|
|
PGSQL \
|
|
SQLITE \
|
|
MEMCACHED
|
|
|
|
OPTIONS_GROUP_EMAIL= \
|
|
INBOUND_EMAIL \
|
|
MAIL_QUEUEING \
|
|
SMTP_AUTH \
|
|
SMTP_SSL
|
|
|
|
OPTIONS_GROUP_REPORTING= \
|
|
GRAPHVIZ \
|
|
GRAPH_REPORTS \
|
|
CHARTING_MODULES
|
|
|
|
OPTIONS_GROUP_WEBSERVICE= \
|
|
XMLRPC \
|
|
JSONRPC \
|
|
REST
|
|
|
|
OPTIONS_GROUP_UI= \
|
|
PATCH_VIEWER \
|
|
MORE_HTML
|
|
|
|
OPTIONS_GROUP_EXTENSIONS=\
|
|
MOREBUGURL \
|
|
VOTING
|
|
|
|
OPTIONS_DEFAULT= \
|
|
CHARTING_MODULES\
|
|
CONTRIB \
|
|
GRAPH_REPORTS \
|
|
MORE_HTML \
|
|
PATCH_VIEWER
|
|
|
|
# Note: XML-RPC and JSON-RPC are deprecated in favor of REST and
|
|
# will likely be removed in the Bugzilla 7.0 release.
|
|
BMP2PNG_DESC= BMP Attachments to PNGs
|
|
CHARTING_MODULES_DESC= Bug charting support
|
|
CONTRIB_DESC= Install user-contributed scripts
|
|
EXPORT_IMPORT_DESC= Import/export bugs (via XML)
|
|
GRAPH_REPORTS_DESC= Graphical Reports
|
|
INBOUND_EMAIL_DESC= Inbound Email
|
|
JSONRPC_DESC= JSON-RPC Interface
|
|
MAIL_QUEUEING_DESC= Mail Queueing
|
|
MIME_SNIFF_DESC= Sniff MIME type of attachments
|
|
MORE_HTML_DESC= More HTML in Product/Group Descriptions
|
|
MOVE_BUGZ_DESC= Move Bugs Between Installations
|
|
PATCH_VIEWER_DESC= Patch Viewer
|
|
REST_DESC= REST Interface
|
|
SMTP_AUTH_DESC= SMTP Authentication
|
|
SMTP_SSL_DESC= SSL Support for SMTP
|
|
XMLRPC_DESC= XML-RPC Interface
|
|
MEMCACHED_DESC= Memcached Support
|
|
|
|
# Option group description
|
|
ADMIN_DESC= Administration
|
|
ATTACHMENT_DESC= Attachment handling
|
|
AUTH_DESC= Alternative Authentication
|
|
DBBACKEND_DESC= Database Engine
|
|
EMAIL_DESC= Email handling
|
|
REPORTING_DESC= Reports and Charts
|
|
WEBSERVICE_DESC= Web Services
|
|
EXTENSIONS_DESC= Extensions
|
|
|
|
# Extensions
|
|
MOREBUGURL_DESC= See Also Extensions
|
|
VOTING_DESC= Bug Voting Extension
|
|
|