FreeBSD Bugzilla – Attachment 60760 Details for
Bug 91151
[PATCH] misc/tinderbox: correct PHP depends.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tinderbox.diff
tinderbox.diff (text/x-patch; charset=iso-8859-1), 827 bytes, created by
Andrey Slusar
on 2006-01-02 23:48:29 UTC
(
hide
)
Description:
tinderbox.diff
Filename:
MIME Type:
Creator:
Andrey Slusar
Created:
2006-01-02 23:48:29 UTC
Size:
827 bytes
patch
obsolete
>Index: ports/misc/tinderbox/Makefile >=================================================================== >RCS file: /home/pcvs/ports/misc/tinderbox/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- ports/misc/tinderbox/Makefile 2 Jan 2006 06:36:34 -0000 1.4 >+++ ports/misc/tinderbox/Makefile 2 Jan 2006 23:42:37 -0000 >@@ -23,18 +23,20 @@ > > NO_BUILD= yes > USE_APACHE= yes >-USE_PHP= pgsql mysql session >+USE_PHP= session > SUB_FILES= pkg-message > PKGMESSAGE= ${WRKDIR}/pkg-message > > .include <bsd.port.pre.mk> > > .if defined(WITH_PGSQL) >+USE_PHP+= pgsql > USE_PGSQL= yes > RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg > .endif > > .if defined(WITH_MYSQL) >+USE_PHP+= mysql > USE_MYSQL= yes > RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql > .endif
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 91151
:
60759
| 60760 |
60761