FreeBSD Bugzilla – Attachment 37929 Details for
Bug 60188
[maintainer update]: www/notftp support for Apache2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
notftp.diff
notftp.diff (text/plain), 667 bytes, created by
Ryan Grove
on 2003-12-12 20:00:34 UTC
(
hide
)
Description:
notftp.diff
Filename:
MIME Type:
Creator:
Ryan Grove
Created:
2003-12-12 20:00:34 UTC
Size:
667 bytes
patch
obsolete
>diff -ruN /usr/ports/www/notftp/Makefile ./notftp/Makefile >--- /usr/ports/www/notftp/Makefile Sun Feb 23 23:00:19 2003 >+++ ./notftp/Makefile Fri Dec 12 11:33:56 2003 >@@ -13,7 +13,15 @@ > MAINTAINER= ryan@wonko.com > COMMENT= An easy to use Web to FTP gateway written in PHP > >-RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 >+.if exists(${LOCALBASE}/include/apache2/os.h) >+WITH_APACHE2= yes >+.endif >+ >+.if defined(WITH_APACHE2) >+RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4 >+.else >+RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 >+.endif > > PREFIX= ${LOCALBASE} > WEBOWN?= www
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 60188
: 37929