FreeBSD Bugzilla – Attachment 72399 Details for
Bug 105259
misc/tinderbox: Make Apache dependency optional
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tinderbox.diff
tinderbox.diff (text/plain), 752 bytes, created by
Shaun Amott
on 2006-11-07 22:10:23 UTC
(
hide
)
Description:
tinderbox.diff
Filename:
MIME Type:
Creator:
Shaun Amott
Created:
2006-11-07 22:10:23 UTC
Size:
752 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/misc/tinderbox/Makefile,v >retrieving revision 1.21 >diff -u -r1.21 Makefile >--- Makefile 14 Oct 2006 21:02:49 -0000 1.21 >+++ Makefile 7 Nov 2006 22:05:29 -0000 >@@ -21,13 +21,18 @@ > CVSUP "Use cvsup for updates" Off > > NO_BUILD= yes >-USE_APACHE= 1.3+ > SUB_FILES= pkg-message > PKGMESSAGE= ${WRKDIR}/pkg-message > > MAN1= tc-configCcache.1 tc-configDistfile.1 tc-configGet.1 \ > tc-configJail.1 tc-configTinderd.1 tc-init.1 > >+.if defined(WITH_APACHE) >+USE_APACHE= 1.3+ >+.elif defined(WITH_LIGHTTPD) >+RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd >+.endif >+ > .include <bsd.port.pre.mk> > > .if defined(WITHOUT_PGSQL) && defined(WITHOUT_MYSQL)
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 105259
: 72399