Re: Checking SNMP lib (Quagga port maintainer)

From: Tobias (c4_at_jolt.nu)
Date: 11/13/03

  • Next message: Bjoern A. Zeeb: "Re: buildworld failed for RELENG_5_1"
    Date: Thu, 13 Nov 2003 16:35:49 +0100
    To: freebsd-stable@freebsd.org
    
    

    well... one way would be to run pkg_version...
    (c4@tonij:~) pkg_version -s automake
    automake = (= means that it's the current
    version according to the package index, < older, > newer ie: new packages &
    old indexes)

    (c4@tonij:~) pkg_version -s f00
    pkg_version: no packages match pattern

    This works... but I bet there is a better way

    At 14:50 2003-11-13, you wrote:
    >Hello!
    >
    > I'm sorry if I'm writing wrong list. I'm a Quagga port maintainer and
    > want to simplify user selection of SNMP lib via DIALOG. As I found, there
    > are only to ports of SNMP lib for FreeBSD - NetSNMP v5 and old UCD-SNMP
    > v4. I want to check what version of SNMP lib user have installed and
    > precheck apropriate option. Is there a RIGHT way to do that?
    >
    >Yours truly,
    > Boris Kovalenko
    >
    >
    >_______________________________________________
    >freebsd-stable@freebsd.org mailing list
    >http://lists.freebsd.org/mailman/listinfo/freebsd-stable
    >To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"

    _______________________________________________
    freebsd-stable@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-stable
    To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"


  • Next message: Bjoern A. Zeeb: "Re: buildworld failed for RELENG_5_1"