Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2009 21:43:07 +0100
From:      Philipp Lengemann <phleng@arcor.de>
To:        Gary Kline <kline@thought.org>
Cc:        FreeBSD Mailing List <freebsd-questions@FreeBSD.ORG>
Subject:   Re: how do i automate building packages?
Message-ID:  <20091129214307.1f536190@arcor.de>
In-Reply-To: <20091128090544.GA80636@thought.org>
References:  <20091128090544.GA80636@thought.org>

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

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Sat, 28 Nov 2009 01:05:47 -0800
schrieb Gary Kline <kline@thought.org>:

> 
> 	How do I build tarballs of packages that usually wind up in 
> 	/usr/ports/packages?
> 
> 	I thought I had something in /etc/make.conf, but nope.  My
> 	build of OOo [311] recently finished on my new to-be server.  
> 	Since both the new Dell and this older Dell are running 7.2, I
> 	figure I can do any builds and move the packages across.
> 
> 	I thought I had seen foo.tgz in /usr/ports/bar/foo/; but this
> 	time, no expected tarball.  --??--  A man ports isn't very
> 	clear.  I usually type make install clean when I build
> 	anything.  If I have to start over from scratch with
> 	openoffice would I type
> 
> 	# make install package clean? Or what?
> 
> 	anybody?
> 
> 
> 

If you need packages one possibility is

# pkg_info -Ea | xargs -L1 pkg_create -b 

This will build a package of every installed port.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.13 (FreeBSD)

iEYEARECAAYFAksS3OAACgkQlOPmvEv31gZLcQCfTYu1X9jvr6CxgrmwgrMmavnA
36UAniyHgOkTgc5eqoyi0adt91b2FcZE
=K+9t
-----END PGP SIGNATURE-----


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