Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Aug 2005 18:20:22 +0300
From:      Ion-Mihai Tetcu <itetcu@apropo.ro>
To:        Jayton Garnett <jay@codegurus.org>
Cc:        freebsd-gnome@freebsd.org
Subject:   Re: custom packages
Message-ID:  <20050806182022.6f647d51@it.buh.tecnik93.com>
In-Reply-To: <42F4B930.8010206@codegurus.org>

index | next in thread | previous in thread | raw e-mail

On Sat, 06 Aug 2005 14:20:48 +0100
Jayton Garnett <jay@codegurus.org> wrote:

> Hello,
> 
> Could anyone tell me or give me a URL that explains how too make a 
> package, say of the FreeBSD native Java?

make package
for a single port or:
make package-recursive
or
portupgrade -Rp
for the respective port and all depens packages.


If you use portupgrade (I do this for upgrading a bunch of desktops at
my clients) put:
  PKG_SITES = [
    sprintf('ftp://my.pkgserver.tld/pub/FreeBSD/packages/'),
  ]
in /usr/local/etc/pkgtools.conf and make the ftp server serve packages
from that dir.



-- 
IOnut
Unregistered ;) FreeBSD "user"
  "Intellectual Property" is nowhere  near  as valuable as "Intellect"




help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050806182022.6f647d51>