FreeBSD Bugzilla – Attachment 160666 Details for
Bug 202865
[patch] databases/mantis - add missing dependency; fix wrong dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to add dependency and options
mantis-xml-and-options.diff (text/plain), 900 bytes, created by
Torsten Zühlsdorff
on 2015-09-03 08:50:52 UTC
(
hide
)
Description:
patch to add dependency and options
Filename:
MIME Type:
Creator:
Torsten Zühlsdorff
Created:
2015-09-03 08:50:52 UTC
Size:
900 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (Revision 395931) >+++ Makefile (Arbeitskopie) >@@ -3,7 +3,6 @@ > > PORTNAME= mantis > PORTVERSION= 1.2.19 >-PORTREVISION= 0 > CATEGORIES= databases www > MASTER_SITES= SF/${PORTNAME}bt/${PORTNAME}-stable/${PORTVERSION} > DISTNAME= mantisbt-${PORTVERSION} >@@ -12,14 +11,23 @@ > COMMENT= Bug tracking system written in PHP > > NO_BUILD= yes >-USE_PHP= hash pcre session >-USES= pgsql >+USE_PHP= hash pcre session xml > >+OPTIONS_MULTI= DB >+OPTIONS_MULTI_DB= MYSQL PGSQL >+ >+MYSQL_DESC= MySQL support >+PGSQL_DESC= PostgreSQL support (disadvised) >+ >+OPTIONS_DEFAULT= MYSQL >+ >+MYSQL_USE= mysql=yes php=mysql >+PGSQL_USE= pgsql=yes php=pgsql >+ > SUB_FILES= pkg-message > > PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} > >- > do-install: > ${MKDIR} ${STAGEDIR}${WWWDIR} > cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202865
:
160666
|
163263