From owner-freebsd-questions Sat Apr 8 6:35:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from weeble.dyndns.org (ubppp233-170.dialin.buffalo.edu [128.205.233.170]) by hub.freebsd.org (Postfix) with ESMTP id 2F08437B9BF for ; Sat, 8 Apr 2000 06:34:58 -0700 (PDT) (envelope-from cjm2@earthling.net) Received: from shithead (shithead.weeble.dyndns.org [10.0.0.2]) by weeble.dyndns.org (8.9.3/8.9.3) with SMTP id JAA95395; Sat, 8 Apr 2000 09:34:50 -0400 (EDT) (envelope-from cjm2@earthling.net) Message-ID: <01fb01bfa15f$3b2e0520$0200000a@weeble.dyndns.org> From: "C J Michaels" To: , "James B. Wilkinson" References: Subject: Re: Making a package from a port Date: Sat, 8 Apr 2000 09:34:56 -0400 Organization: WCC MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You hit the nail on the head. "make package" is using the PLIST to determine what goes in that package. You're going to need to edit the PLIST, then make your package. You'll only have to do this once, of course, not on each machine. -- Chris ----- Original Message ----- From: "James B. Wilkinson" To: Sent: Thursday, April 06, 2000 8:37 PM Subject: Making a package from a port > I built the python1.5.2 port with one change from the configuration that it > comes with: I changed WITH_TK? = yes to WITH_TK? = no. The port built ok, > and none of the tests failed (although some were skipped, as expected). > > The next step is to copy this working python to about a dozen other > machines in the same lab. It seemed to me that the right way to do that > would be to make a package of the newly built port. So, thinking that I was > following the instructions on FreeBSD.org's webpage, I typed, "make > package" in /usr/ports/lang/python. It worked for a few seconds, and then > quit because of an error. I'm sorry, I didn't write down the message > exactly, but the jist of it was that tar couldn't find a file named > "_tk. > > That makes it seem to me as if it's trying to make a package of the > standard port *with* tk rather than my modified one. > > I suspect that I might get it to work if I edited the PLIST file by hand, > but I'm hoping that there's a more automated (and therefore probably more > accurate) way to get what I want. Any chance? > > Thanks. > > > ------------------------------------------------------------- > Jimmy Wilkinson | Perfesser of Computer Science > jimmy@cs.CofC.edu | The College of Charleston > (843) 953-8160 | Charleston SC 29424 > > If there is one word to describe me, > that word would have to be "profectionist". > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message