Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jun 2001 13:41:36 +0100 (BST)
From:      Jose Marques <jose.marques@nottingham.ac.uk>
To:        <gnats-admin@FreeBSD.org>, <freebsd-ports@FreeBSD.org>
Subject:   Re: ports/27935: New port: palm/plucker
Message-ID:  <20010607134023.W65909-100000@pccigv6.nottingham.ac.uk>
In-Reply-To: <200106071240.f57Ce1N49128@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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