>> from web ports I have see   (
>> http://www.freebsd.org/cgi/ports.cgi?query=nagios-3&stype=all&sektion=all)
>> that is relased the version nagios-3.0.4_1 of nagios but I have on my system
>> the version nagios-3.0.3.
>>
>> Now if i try to update nagios from cvsup I run the follow comands:
>>
>> cd /usr/ports/ ; make update ; make fetchindex
>>
>> When the upgrade is finished, i run:
>> portversion -l '<' -v | grep nagios
>>
>> but nagios-3.0.4_1 is not present.
>>
>> This is my /etc/make.conf file:
>>
>> #############make.conf#################
>> CPUTYPE=                i686
>> CFLAGS=                 -O -pipe
>> INSTALL=                install -C
>> SUP_UPDATE=             yes
>> SUP=                    /usr/local/bin/cvsup
>> SUPFLAGS=               -g -L 2
>> SUPHOST=                cvsup18.FreeBSD.org
>> SUPFILE=                /usr/share/examples/cvsup/stable-supfile
>> PORTSSUPFILE=           /usr/share/examples/cvsup/ports-supfile
>> DOCSUPFILE=             /usr/share/examples/cvsup/doc-supfile
>> WRKDIRPREFIX=           /var/tmp
>> WITHOUT_GNOME=          true
>> WANT_OPENSSL_MANPAGES=  true
>> MAKE_IDEA=              YES
>> WITH_OPTIMIZED_CFLAGS=  yes
>> PERL_ARCH=              mach
>> NOPERL=                 yo
>> NO_PERL=                yo
>> NO_PERL_WRAPPER=        yo
>> #############make.conf#################
>>
>>
>> cvsup18.FreeBSD.org has not yet updated ? Have you an idea ?

>cvsup18 has the latest.  You're obviously having trouble with the
>index file, because that (or a database derived therefrom) is what
>portversion is looking at to determine what's out of date.

>Check the ports-mgmt/nagios/Makefile to be sure it is in fact showing
>the new version.

I had the same thing, the makefile has the latest, butpkg_version did not 
detect the new nagios.
What I did was going to /usr/port/net-mgmt/nagios
And did a:
 make FORCE_PKG_REGISTER=yes install clean
It installed nagios 3.0.4

Regards,
Johan Hendriks

No virus found in this outgoing message.
Checked by AVG - http://www.avg.com 
Version: 8.0.175 / Virus Database: 270.9.0/1771 - Release Date: 6-11-2008 7:58
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to