Date: Fri, 22 Feb 2002 20:45:14 +0200 (EET) From: Esa Karkkainen <ejk@iki.fi> To: FreeBSD-gnats-submit@freebsd.org Cc: ejk@iki.fi Subject: ports/35216: Update: palm/plucker fix for broken plucker-setup Message-ID: <200202221845.g1MIjEN84674@anthrax.mumblefrotz.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Number: 35216 >Category: ports >Synopsis: Update: palm/plucker fix for broken plucker-setup >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 22 10:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Esa Karkkainen >Release: FreeBSD 4.5-STABLE i386 >Organization: Is in state of disintegration >Environment: 4.5-STABLE Ports collection >Description: plucker-setup python script does not find pilot-xfer binary. >How-To-Repeat: # cd /usr/ports/palm/plucker # make install % plucker-setup Setting up Plucker 1.1.13 in /home/user... Creating default Plucker directory (/home/user/.plucker) Copying default config files... The program 'pilot-xfer' is missing so the Palm applications cannot be installed. You'll find them in /usr/local/share/plucker. Installation Finished >Fix: Apply following patch diff -ruN plucker.orig/files/patch-unix-setup.py.in plucker/files/patch-unix-setup.py.in --- plucker.orig/files/patch-unix-setup.py.in Fri Oct 5 17:55:02 2001 +++ plucker/files/patch-unix-setup.py.in Fri Feb 22 20:27:42 2002 @@ -8,7 +8,7 @@ -PALMDIR=os.path.join("@PLUCKERDIR@", "palm") +CONFIGDIR=os.path.join("@prefix@","etc", "plucker") +PALMDIR=os.path.join("@prefix@", "share", "plucker") -+PILOTXFER=os.path.join("@prefix@", "pilot", "bin", "pilot-xfer") ++PILOTXFER=os.path.join("@prefix@", "bin", "pilot-xfer") if os.environ.has_key ('HOME'): USERDIR = os.environ["HOME"] >Release-Note: >Audit-Trail: >Unformatted: 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?200202221845.g1MIjEN84674>