- add USE_APACHE flag - build and install apache module - fix plist file How-To-Repeat: N/A
Dear maintainer of FreeBSD port www/py-webware, please take a look at http://www.freebsd.org/cgi/query-pr.cgi?q=85913 Do you approve this patch? -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> And now something completely different.
State Changed From-To: open->feedback Asked maintainer for approval
Responsible Changed From-To: freebsd-ports-bugs->pav Track
Hello Pav Thank you for your work on the port! :-) On 2005-09-10 22:19, Pav Lucistnik wrote: > Dear maintainer of FreeBSD port www/py-webware, please take a look at > > http://www.freebsd.org/cgi/query-pr.cgi?q=85913 > > Do you approve this patch? It seems that the patch _requires_ Apache. I had left out the Apache/mod_webkit support intentionally because I thought that someone might wish to use another webserver. After all, there's also a CGI adapter (see http://www.webwareforpython.org/Webware/WebKit/Docs/InstallGuide.html#cgi-adapter ) which could be used with other webservers. Given that Apache is (as I strongly assume) the most-used web server under FreeBSD, including mod_webkit makes sense. On the other hand, I would like the Apache (and thus mod_webkit) support to be optional. Another possibility would be to make mod_webkit a distinct port which _obviously_ would require Apache. In general, I prefer separate ports because they are easier to handle when doing an unattended install of several modules. If you don't want a default feature and don't know of it in advance, you will get the feature nonetheless. Long ago, I had worked on a mod_webkit port (see http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/42296 ) but when I was asked if it should be included, I said that it was rather old now (i. e. then). Perhaps you can use this port as a basis for an own. Something else: Since the Webware people use the term "adapter" instead of "adaptor", I would prefer the word "adapter" in your line @ ${ECHO} '---> Compiling apache adaptor' Stefan
State Changed From-To: feedback->closed Committed, thanks!