Bind9.7.1 Package

Matthew Seaman m.seaman at infracaninophile.co.uk
Fri Aug 6 16:06:58 UTC 2010


On 06/08/2010 16:15, Martin McCormick wrote:
> 	In the /usr/ports/dns/bind9 ports there is a bind97 port
> that I had no trouble at all installing on a 8.0 system. If I do
> a pkg_add -r bind97, however, pkg_add reports that it is
> unavailable.  I will be building several FreeBSD boxes with
> bind9.7.1 on them so a package would be faster. Am I missing the
> name of the package? If there is no package of bind97, this is not
> a huge setback but it will make each installation take longer
> before named starts to work.

If you've built and installed bind97 already on one machine, you can
create a pkg tarball easily:

    # pkg_create -b bind97-9.7.1.2

Assuming the machines are the same FreeBSD major version and have the
same CPU architecture specified in /etc/make.conf and that they have the
appropriate versions of all the dependencies already installed.

Or just use:

    # pkg_create -R -b bind97-9.7.1.2

to create pkg tarballs of bind97 and everything it depends on.

If you haven't built and installed anything yet, try:

    # cd /usr/ports/dns/bind97
    # make package

or

    # make package-recursive

Generic package taballs should be available on the servers eventually --
keep checking in the 'Latest' directory

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
JID: matthew at infracaninophile.co.uk               Kent, CT11 9PW

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 267 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20100806/22ea56c0/signature.pgp


More information about the freebsd-questions mailing list