FreeBSD Bugzilla – Attachment 63171 Details for
Bug 94288
[PATCH] misc/tinderbox: OPTIONaly depend on c[v]sup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tinderbox.diff
tinderbox.diff (text/x-patch), 1.16 KB, created by
Ion-Mihai " IOnut " Tetcu
on 2006-03-10 02:32:04 UTC
(
hide
)
Description:
tinderbox.diff
Filename:
MIME Type:
Creator:
Ion-Mihai " IOnut " Tetcu
Created:
2006-03-10 02:32:04 UTC
Size:
1.16 KB
patch
obsolete
>? tinderbox.diff >Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/misc/tinderbox/Makefile,v >retrieving revision 1.13 >diff -u -r1.13 Makefile >--- Makefile 24 Feb 2006 02:28:02 -0000 1.13 >+++ Makefile 10 Mar 2006 02:28:45 -0000 >@@ -6,7 +6,7 @@ > > PORTNAME= tinderbox > PORTVERSION= 2.3.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= misc > MASTER_SITES= http://tinderbox.marcuscom.com/ > >@@ -19,7 +19,9 @@ > cvsup:${PORTSDIR}/net/cvsup-without-gui > > OPTIONS= PGSQL "With pgsql" On \ >- MYSQL "With mysql" Off >+ MYSQL "With mysql" Off \ >+ CSUP "Use CSUP for updates" On \ >+ CVSUP "Use CVSUP for updates" Off > > NO_BUILD= yes > USE_APACHE= yes >@@ -43,7 +45,15 @@ > .if defined(WITH_MYSQL) > USE_PHP+= mysql > USE_MYSQL= yes >-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql >+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} >+.endif >+ >+.if defined(WITH_CSUP) >+RUN_DEPENDS+= csup:${PORTSDIR}/net/csup >+.endif >+ >+.if defined(WITH_CVSUP) >+RUN_DEPENDS+= cvsup:${PORTSDIR}/net/cvsup-without-gui > .endif > > .include "${PORTSDIR}/Mk/bsd.php.mk"
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 94288
:
63170
| 63171