Re: install app without ports

2007-08-13 Thread Beech Rintoul
On Monday 13 August 2007, Jean-Paul Natola said:
> Hi all,
>
> I was just old today that SpamAssassin 3.2.3 has the fix I need to
> run it on FreeBSD-
>
> The problem is that it has not yet been updated in the ports tree,
> so I downloaded it from the apache website-
>
> But I do not know how to install it, as I have always installed the
> applications from the ports ( make install)
>
> How do I go about installing it on FreeBSD 6.2 ?

The port has been updated, please update your ports tree.

Beech


-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/"\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: install app without ports

2007-08-13 Thread Beech Rintoul
On Monday 13 August 2007, Jean-Paul Natola said:
> Hi all,
>
> I was just old today that SpamAssassin 3.2.3 has the fix I need to
> run it on FreeBSD-
>
> The problem is that it has not yet been updated in the ports tree,
> so I downloaded it from the apache website-
>
> But I do not know how to install it, as I have always installed the
> applications from the ports ( make install)
>
> How do I go about installing it on FreeBSD 6.2 ?
>
The update is waiting approval, and will be in the tree shortly. In 
the mean time you can download the patch here and apply it from the 
SpamAssassin directory:

http://people.freebsd.org/~beech/diffs/SpamAssassin.diff

Cheers,

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/"\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: install app without ports

2007-08-13 Thread Gaye Abdoulaye Walsimou

Jean-Paul Natola a écrit :


But I do not know how to install it, as I have always installed the
applications from the ports ( make install)

How do I go about installing it on FreeBSD 6.2 ?

  


$tar xvfz Mail-SpamAssassin-3.2.3.tar.gz
$perl Makefile.PL PREFIX=/usr/local/spamassassin
$make
$make disttest
$su
password:
#make install



You will have spamassassin installed in /usr/local/spamassassin

regards

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: install app without ports

2007-08-13 Thread Andrew Greenwood

Jean-Paul Natola wrote:

Hi all,

I was just old today that SpamAssassin 3.2.3 has the fix I need to run it on
FreeBSD-

The problem is that it has not yet been updated in the ports tree, so I
downloaded it from the apache website-

But I do not know how to install it, as I have always installed the
applications from the ports ( make install)

How do I go about installing it on FreeBSD 6.2 ?











Jean-Paul Natola
Network Administrator
Information Technology
Family Care International
588 Broadway Suite 503
New York, NY 10012
Phone:212-941-5300 xt 36
Fax:  212-941-5563
Mailto: [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
  
If you're lucky, you can follow the default installation guide given 
with the app. Keep in mind though, that it may install by default to a 
location other than /usr/local and won't have the fbsd-specific rc.d 
script(s). Assuming that the app hasn't changed much since the ports 
version, you can probably keep using the old rc script though. If you 
have trouble, seek guidance from the porters handbook. 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


install app without ports

2007-08-13 Thread Jean-Paul Natola
Hi all,

I was just old today that SpamAssassin 3.2.3 has the fix I need to run it on
FreeBSD-

The problem is that it has not yet been updated in the ports tree, so I
downloaded it from the apache website-

But I do not know how to install it, as I have always installed the
applications from the ports ( make install)

How do I go about installing it on FreeBSD 6.2 ?











Jean-Paul Natola
Network Administrator
Information Technology
Family Care International
588 Broadway Suite 503
New York, NY 10012
Phone:212-941-5300 xt 36
Fax:  212-941-5563
Mailto: [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"