From owner-freebsd-ports Thu Jun 7 5:41:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pccigv6.nottingham.ac.uk (pccigv6.nottingham.ac.uk [128.243.220.28]) by hub.freebsd.org (Postfix) with ESMTP id C91DD37B405; Thu, 7 Jun 2001 05:41:36 -0700 (PDT) (envelope-from jose.marques@nottingham.ac.uk) Received: from localhost (cczjm@localhost) by pccigv6.nottingham.ac.uk (8.11.3/8.11.3) with ESMTP id f57Cfaq65928; Thu, 7 Jun 2001 13:41:36 +0100 (BST) (envelope-from jose.marques@nottingham.ac.uk) Date: Thu, 7 Jun 2001 13:41:36 +0100 (BST) From: Jose Marques X-X-Sender: To: , Subject: Re: ports/27935: New port: palm/plucker In-Reply-To: <200106071240.f57Ce1N49128@freefall.freebsd.org> Message-ID: <20010607134023.W65909-100000@pccigv6.nottingham.ac.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 7 Jun 2001 gnats-admin@FreeBSD.org wrote: I ran the "shar" command incorrectly and did not include the patch file. Here it is: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # plucker/files/patch-aa # echo x - plucker/files/patch-aa sed 's/^X//' >plucker/files/patch-aa << 'END-of-plucker/files/patch-aa' X--- unix/setup.py.in.orig Tue May 1 00:04:22 2001 X+++ unix/setup.py.in Wed May 30 11:41:49 2001 X@@ -16,6 +16,7 @@ X X CONFIGDIR=os.path.join("@PLKRDATADIR@","config") X PALMDIR=os.path.join("@PLKRDATADIR@", "palm") X+PILOTXFER=os.path.join("@prefix@", "pilot", "bin", "pilot-xfer") X X if os.environ.has_key ('HOME'): X USERDIR = os.environ["HOME"] X@@ -99,7 +100,7 @@ X if get_answer("Install the User's Guide, too", 'y'): X guide = os.path.join(PALMDIR, "PluckerUserGuide.pdb") X X- os.system("pilot-xfer -i %s %s %s" % (viewer, zlib, guide)) X+ os.system(PILOTXFER + " -i %s %s %s" % (viewer, zlib, guide)) X X X # X@@ -131,7 +132,7 @@ X X install_config_files() X X-if not os.system('pilot-xfer > /dev/null 2>&1'): X+if not os.system(PILOTXFER + ' > /dev/null 2>&1'): X install_viewer() X else: X print "\nThe program 'pilot-xfer' is missing so the Palm applications cannot be installed. You'll find them in %s." % PALMDIR END-of-plucker/files/patch-aa exit -- Jose Marques To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message