Items exist in ports, but not as packages.

Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default Items exist in ports, but not as packages.

    Hi,
    I've been trying to install a few packages using 'pkg_add -r' but I
    have found that there are a few which only exist as ports, and not
    packages. The main one which I am missing is 'vtk-tcl'.

    Is it generally the case that the precompiled packages are not always
    available when the ports are? According to freshports.org I should be
    able to use 'pkg_add -r' for vtk-tcl.

    Unfortunately I am only allowed (by the girlfriend) to play with
    FreeBSD on an old 1 gig disk and so I don't have the space to install
    ports. Are there any other sources of precompiled packages which I
    could use? Is there a way to install just the portion of the ports
    tree which I need?



    --
    Paul Richards
    Paul Richards Guest

  2. Similar Questions and Discussions

    1. Creating master page where global items arearranged ABOVE local items
      When you create a mater page, obviously all the items are arranged below anything on the individual pages. Is there a way of creating a master...
    2. Selecting items from DataSet items collection that werechanged
      hello. how to choose items from DataSet items collection that were changed (for example added to collection, changed)?
    3. possible for publishers to edit Library Items /recurrent items like navigation?
      I'd love to see this possibility too, but I think it's not possible.
    4. possible for publishers to edit Library Items / recurrent items like navigation?
      No, you have to use an include of some sort. If you don't want to use SSI you can do it with Javascript. Search Google with the keyword "Javascript...
  3. #2

    Default Re: Items exist in ports, but not as packages.

    Paul Richards <paul.richards@gmail.com> wrote:
    > Hi,
    > I've been trying to install a few packages using 'pkg_add -r' but I
    > have found that there are a few which only exist as ports, and not
    > packages. The main one which I am missing is 'vtk-tcl'.
    >
    > Is it generally the case that the precompiled packages are not always
    > available when the ports are? According to freshports.org I should be
    > able to use 'pkg_add -r' for vtk-tcl.
    Pretty much. There's no guarantee that all ports are available as
    packages.
    > Unfortunately I am only allowed (by the girlfriend) to play with
    > FreeBSD on an old 1 gig disk and so I don't have the space to install
    > ports. Are there any other sources of precompiled packages which I
    > could use? Is there a way to install just the portion of the ports
    > tree which I need?
    You can work with an incomplete ports tree sometimes. The ports tree
    is heavily dependent on the fact that make can jump to different
    directories to install dependencies and such ... that being said,
    I have been able to use partial ports trees in the past. It's a
    bit of a gamble.

    --
    Bill Moran
    Potential Technologies
    [url]http://www.potentialtech.com[/url]
    Bill Moran Guest

  4. #3

    Default Re: Items exist in ports, but not as packages.

    On Mon, 21 Feb 2005 10:50:12 +0000
    Paul Richards <paul.richards@gmail.com> wrote:
    > Hi,
    > I've been trying to install a few packages using 'pkg_add -r' but I
    > have found that there are a few which only exist as ports, and not
    > packages. The main one which I am missing is 'vtk-tcl'.
    >
    > Is it generally the case that the precompiled packages are not always
    > available when the ports are? According to freshports.org I should be
    > able to use 'pkg_add -r' for vtk-tcl.
    >
    > Unfortunately I am only allowed (by the girlfriend) to play with
    > FreeBSD on an old 1 gig disk and so I don't have the space to install
    > ports. Are there any other sources of precompiled packages which I
    > could use? Is there a way to install just the portion of the ports
    > tree which I need?
    Portcheckout might be useful in some fashion.

    /usr/ports/devel/portcheckout/pkg-descr reads:

    The portcheckout(1) reads the /usr/ports/INDEX file and checks-out
    a given port and its dependencies. This makes it easy to use the
    ports system without having a full and up-to-date /usr/ports tree.

    A typical use would be to connect to the Internet, possibly download
    a new INDEX and ports upgrade kit, download a port skeleton with
    portcheckout(1), and then build the port.

    I was thinking that some possibilities exist here for building a
    custom ports tree. I also have some older machines that take a
    long time to build INDEX as well as limited disk space.

    YMMV. I'm sure that the possibilities for shooting one's self
    the foot also exists ;-)

    Randy
    --
    Randy Pratt Guest

  5. #4

    Default Re: Items exist in ports, but not as packages.

    Paul Richards <paul.richards@gmail.com> wrote:
    > So I should try just untarring the relevant bit of the ports tree, and
    > just copy in extra bits whenever I find it failing.. ? Is that a
    > reasonable way to approach this?
    It's a PITA, and it can be time-consuming, but it's worked for me.
    > On Mon, 21 Feb 2005 09:00:46 -0500, Bill Moran <wmoran@potentialtech.com> wrote:
    > > Paul Richards <paul.richards@gmail.com> wrote:
    > > > Hi,
    > > > I've been trying to install a few packages using 'pkg_add -r' but I
    > > > have found that there are a few which only exist as ports, and not
    > > > packages. The main one which I am missing is 'vtk-tcl'.
    > > >
    > > > Is it generally the case that the precompiled packages are not always
    > > > available when the ports are? According to freshports.org I should be
    > > > able to use 'pkg_add -r' for vtk-tcl.
    > >
    > > Pretty much. There's no guarantee that all ports are available as
    > > packages.
    > >
    > > > Unfortunately I am only allowed (by the girlfriend) to play with
    > > > FreeBSD on an old 1 gig disk and so I don't have the space to install
    > > > ports. Are there any other sources of precompiled packages which I
    > > > could use? Is there a way to install just the portion of the ports
    > > > tree which I need?
    > >
    > > You can work with an incomplete ports tree sometimes. The ports tree
    > > is heavily dependent on the fact that make can jump to different
    > > directories to install dependencies and such ... that being said,
    > > I have been able to use partial ports trees in the past. It's a
    > > bit of a gamble.
    > >
    > > --
    > > Bill Moran
    > > Potential Technologies
    > > [url]http://www.potentialtech.com[/url]
    > >
    >
    >
    > --
    > Paul Richards
    > [url]http://www.pauldoo.net[/url]

    --
    Bill Moran
    Potential Technologies
    [url]http://www.potentialtech.com[/url]
    Bill Moran Guest

  6. #5

    Default Re: Items exist in ports, but not as packages.

    On Mon, Feb 21, 2005 at 10:50:12AM +0000, Paul Richards wrote:
    > Hi,
    > I've been trying to install a few packages using 'pkg_add -r' but I
    > have found that there are a few which only exist as ports, and not
    > packages. The main one which I am missing is 'vtk-tcl'.
    >
    > Is it generally the case that the precompiled packages are not always
    > available when the ports are? According to freshports.org I should be
    > able to use 'pkg_add -r' for vtk-tcl.
    [url]http://pointyhat.freebsd.org[/url] shows that this port is currently broken.

    Kris

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.4.0 (FreeBSD)

    iD8DBQFCGjc2Wry0BWjoQKURAqDHAJ0aOLOPwcNcoUeMfdf2y9 jHGCLNSgCgjBke
    SUUBnk43RGxG/ng6XJP8zqk=
    =/Swz
    -----END PGP SIGNATURE-----

    Kris Kennaway Guest

  7. #6

    Default Re: Items exist in ports, but not as packages.

    Well I hit a few compile errors which I had to tweak the source code
    to fix. My ports tree is the stock one which comes on the 5.3-RELEASE
    cds and so perhaps it's a little old.

    There's no harm in having to tweak source every now and again. :) It
    builds character.


    On Mon, 21 Feb 2005 11:32:06 -0800, Kris Kennaway <kris@obsecurity.org> wrote:
    > On Mon, Feb 21, 2005 at 10:50:12AM +0000, Paul Richards wrote:
    > > Hi,
    > > I've been trying to install a few packages using 'pkg_add -r' but I
    > > have found that there are a few which only exist as ports, and not
    > > packages. The main one which I am missing is 'vtk-tcl'.
    > >
    > > Is it generally the case that the precompiled packages are not always
    > > available when the ports are? According to freshports.org I should be
    > > able to use 'pkg_add -r' for vtk-tcl.
    >
    > [url]http://pointyhat.freebsd.org[/url] shows that this port is currently broken.
    >
    > Kris
    >
    >
    >

    --
    Paul Richards
    [url]http://www.pauldoo.net[/url]
    Paul Richards Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139