some suggestions:

>   cd /usr/local/build/spamassassin
>   perl Makefile.PL \
>    PREFIX=/usr/local \
>    DATADIR=/usr/local/etc/SA/Dist \
>    CONFDIR=/usr/local/etc/SA/Local \
>    LOCALSTATEDIR=/usr/local/etc/SA/Updates \
>    ENABLE_SSL="yes"

so far so good...

>   cd /usr/local/build/spamassassin/spamc
>   perl version.h.pl
>   ./configure --enable-ssl
>   cd ../

those should not be necessary.  Makefile.PL will call the spamc
configure script with the appropriate
args (including a few you're missing)...

--j.

>   make
>   make install
>
> kind of odd that the CFLAGS spec is req'd ... don't know whether
> that's expected behavior &/or something that can/should be
> accommodated in the port.
>
> cheers!
>
>

Reply via email to