Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Aug 2003 15:27:08 -0700
From:      "Dave Byrne" <dave-lists@glynjones.com>
To:        "Michael Edenfield" <kutulu@kutulu.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: HOLD_PKGS not working?
Message-ID:  <016601c366a1$06f393a0$886ed03f@glynjones.com>
References:  <009e01c3669b$b9725df0$886ed03f@glynjones.com> <20030819221442.GA8196@wombat.localnet>

next in thread | previous in thread | raw e-mail | index | archive | help
I got some ideas from pkg_glob(1) and tried:

 HOLD_PKGS = [
    '*linux*',
    'bsdpan-*',
    'jdk*',
  ]

-and-

 HOLD_PKGS = [
    'java/linux-sun-jdk*'
    'emulators/linux_base*',
    'bsdpan-*',
    'jdk*',
  ]

-and-

HOLD_PKGS = [
    'java/linux-sun-jdk',
    'emulators/linux_base',
    'bsdpan-*',
    'jdk*',
  ]

However none of the above are masking linux_base and linux-sun-jdk from
portversion.

any other ideas?

Thanks
Dave



----- Original Message ----- 
From: "Michael Edenfield" <kutulu@kutulu.org>
To: "Dave Byrne" <dave-lists@glynjones.com>
Cc: <freebsd-ports@freebsd.org>
Sent: Tuesday, August 19, 2003 3:14 PM
Subject: Re: HOLD_PKGS not working?

>* Dave Byrne <dave-lists@glynjones.com> [030819 18:06]:
>> I am trying to disable portupgrade from trying to upgrade my linux ports
>> (linux-base and linux-sun-jdk) by adding it to pkgtools.conf but it seems
to
>> not be working.
>
>>   HOLD_PKGS = [
>>     'bsdpan-*',
>>     'jdk*',
>>     'linux-sun-jdk',
>>     'linux_base'
>>   ]
>
>I beleive you need either a package name *or* a port origin.  That
>means you should be using either 'linux_base*' or
>'emulators/linux_base' here.
>
>--Mike




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?016601c366a1$06f393a0$886ed03f>