From owner-freebsd-hackers@FreeBSD.ORG Mon Feb 11 19:31:18 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6A303AD2 for ; Mon, 11 Feb 2013 19:31:18 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by mx1.freebsd.org (Postfix) with ESMTP id F2943943 for ; Mon, 11 Feb 2013 19:31:17 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id hq4so3572485wib.6 for ; Mon, 11 Feb 2013 11:31:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=VoV7bRpzZDjPKIynf666BhnCj1iTEVBBmyZAV8bkqas=; b=v5kG8OH/kJ27jN9XN+AfM0qlop+AWBWOBh3q/s1X26wa7IkvHi8kxcnNSN8mZkNOSj GnlBUERVuxFyZToP/xLErvVu1OcJ7ADhfaCujDeoFMRZ3cgTpEkbbSB/5P+EpmXJ2Yoh ssBiD7tYxP3CD4DWn0WA+GSZLY6a5cnXyNc/uxdfBB5B6PFFMgy/INmFCjn0Vx2fTnpg 2mSfz8SOkWxXnjv3TZPKsrA4AYIyHgHjDeV0Yu8tBUNEAwBbCy2RiLeMN2GYIaWNoplP qVLOt5RSdEHiHgnX9xceGBTYjli78Kn9OLNIza7I9+uDEXPr4/x0tNloeaGDTp86eyJA GUGQ== MIME-Version: 1.0 X-Received: by 10.180.105.195 with SMTP id go3mr18065815wib.13.1360611076966; Mon, 11 Feb 2013 11:31:16 -0800 (PST) Received: by 10.194.85.116 with HTTP; Mon, 11 Feb 2013 11:31:16 -0800 (PST) Received: by 10.194.85.116 with HTTP; Mon, 11 Feb 2013 11:31:16 -0800 (PST) In-Reply-To: <20130211192432.GA54378@pix.net> References: <20130211192432.GA54378@pix.net> Date: Mon, 11 Feb 2013 21:31:16 +0200 Message-ID: Subject: Re: building select ports for packaging on install media From: Alexander Yerenkow To: Kurt Lidl Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2013 19:31:18 -0000 Best way is to have poudriere :) Regards, Alexander Yerenkow 11.02.2013 21:24 =D0=CF=CC=D8=DA=CF=D7=C1=D4=C5=CC=D8 "Kurt Lidl" =CE=C1=D0=C9=D3=C1=CC: > Greetings. > > I'm looking for a little guidance in building a small > (one to two dozen) packages for inclusion on a locally > generated install CDROM. > > (I'm doing this on for sparc64 machines, but I don't think > that matters tremendously.) > > I have successfully generated bootable cd-rom media > by doing: > > cd /usr/src/release > make release > > After grinding around alot, I get a viable sparc64 bootable > cdrom. > > What I'd like to do is augement that CD-ROM image with several > binary packages, so I can just install them via 'sysinstall', > rather than having to maintain a /usr/ports tree on every host > and compile the same software again and again... > > I've found: > > http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng-packages/artic= le.html > and > http://www.freebsd.org/doc/en/articles/portbuild/article.html > > But those seem to revolve around building *all* the ports. > I just want to do a couple of dozen of them, but I'd like to > end up with something that will generate binary packages that > 'pkg install' can deal with. > > Thanks for any tips. > > -Kurt > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org= " >