FreeBSD Bugzilla – Attachment 72425 Details for
Bug 105284
[PATCH] www/lighttpd: add mod_magnet support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
lighttpd-1.4.13_1.patch
lighttpd-1.4.13_1.patch (text/plain), 1.04 KB, created by
Cheng-Lung Sung
on 2006-11-08 08:50:14 UTC
(
hide
)
Description:
lighttpd-1.4.13_1.patch
Filename:
MIME Type:
Creator:
Cheng-Lung Sung
Created:
2006-11-08 08:50:14 UTC
Size:
1.04 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/www/lighttpd/Makefile,v >retrieving revision 1.43 >diff -u -u -r1.43 Makefile >--- Makefile 31 Oct 2006 03:22:20 -0000 1.43 >+++ Makefile 8 Nov 2006 08:49:03 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= lighttpd > PORTVERSION= 1.4.13 >+PORTREVISION= 1 > CATEGORIES= www > MASTER_SITES= http://www.lighttpd.net/download/ \ > http://mirrors.cat.pdx.edu/lighttpd/ >@@ -34,6 +35,7 @@ > FAM "Enable fam/gamin support" off \ > GDBM "Enable gdbm storage support" off \ > IPV6 "Enable IPV6 support" on \ >+ MAGNET "Enable magnet support" off \ > MEMCACHE "Enable memcached storage support" off \ > MYSQL "Enable MYSQL support" off \ > OPENLDAP "Enable LDAP support" off \ >@@ -78,6 +80,12 @@ > CONFIGURE_ARGS+= --disable-ipv6 > .endif > >+.if defined(WITH_MAGNET) >+USE_LUA= 5.1+ >+CONFIGURE_ARGS+= --with-lua >+CONFIGURE_ENV+= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua" >+.endif >+ > .if defined(WITH_MEMCACHE) > CONFIGURE_ARGS+= --with-memcache > .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 105284
: 72425