> I have no clue if the other options are installing correctly so far.
> As far as I see there is no documentation for the BSD-specific options
> such as:

> This would make things better for new users to FreeBSD - Where else 
> could you find out about these options?
As you know, they are options that effect configuration parameters used  
somewhere  in Makefile.
I will try to explain from Makefile 

> CLAMAV_DEVEL
It is about using devel version of clamav.
RUN_DEPENDS+=   clamav-devel>=0:${PORTSDIR}/security/clamav-devel


> MYSQL_COMPRESS
It is about enabling --enable-client-compression option. But it seems that it 
was removed in new version.
I removed also from Makefile now.

       if defined(WITH_MYSQL_COMPRESS)
CONFIGURE_ARGS+=        --enable-client-compression
.       endif

It seems that this option is not exist anymore. 

http://sourceforge.net/tracker/?func=detail&aid=2874775&group_id=250683&atid=1126467

Date: 2009-10-08 19:00
Sender: sbajic 
I have to pass the ball to someone else having FreeBSD. I only run DSPAM
with Linux and can't help much with FreeBSD. btw: The switch
"--enable-client-compression" does not exist anymore (replaced by
"MySQLCompress" in dspam.conf).




> CLAMAV_LOCAL
> MYSQL_LOCAL
> POSTGRESQL_LOCAL
They are determining whether local clamav,mysql,pgsql are used or not. If you 
don't
sent them, FreeBSD will not install those packages before installing dspam.

More information can be found at 
http://ftp.freepark.org/pub/freebsd/development/FreeBSD-CVS/ports/mail/dspam-devel/pkg-message,v

From  Ion-Mihai:
 "Since we could be running clamd on an other server make CLAMAV* options to 
only
enable clam support in dspam and provide an other option CLAMAV_LOCAL to
RUN_DEPEND on it locally; for POLA make this option default to on. RUN_DEPENDS
on package instead of clamd.conf in CLAMAV_LOCAL case.

Add MYSQL_LOCAL and POSTGRESQL_LOCAL options to RUN_DEPEND on servers.

REQUIRE mysql, postgresql or clam in rc script only if WITH_LOCAL_* is defined."

> LIGHTTPD
Installing lighttpd server instead of apache for CGI
.ifdef(WITH_CGI)
.       if defined(WITH_LIGHTTPD)
RUN_DEPENDS+=   ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd
.       else
USE_APACHE=     1.3+









--
Ismail YENIGUL
Endersys Ltd.
Proje Yöneticisi / Project Manager

Phone :+90 216-4709423 | Mobile:+90 533 747 36 65
Fax   :+90 216-4709508 | web: http://www.endersys.com.tr
Blog:  http://blog.endersys.com Twitter:  http://www.twitter.com/endersys 
LPI: The #1 Linux Certification for IT Professionals
LPI (Linux Professional Institute) Turkey http://www.lpi-turkey.com
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Dspam-devel mailing list
Dspam-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-devel

Reply via email to