From owner-freebsd-ports Wed Jan 9 11:40:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CFDE037B41C for ; Wed, 9 Jan 2002 11:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g09Je1d88420; Wed, 9 Jan 2002 11:40:01 -0800 (PST) (envelope-from gnats) Received: from cs78133239.pp.htv.fi (cs78133239.pp.htv.fi [62.78.133.239]) by hub.freebsd.org (Postfix) with ESMTP id 41E1837B426 for ; Wed, 9 Jan 2002 11:36:11 -0800 (PST) Received: from anthrax.mumblefrotz.dyndns.org (anthrax.mumblefrotz.dyndns.org [192.168.1.3]) by mumblefrotz.dyndns.org (8.11.6/8.11.6) with ESMTP id g09JAqu00426 for ; Wed, 9 Jan 2002 21:10:53 +0200 (EET) (envelope-from ejk@pp.htv.fi) Received: (from ejk@localhost) by anthrax.mumblefrotz.dyndns.org (8.11.6/8.11.6) id g09JAp845181; Wed, 9 Jan 2002 21:10:51 +0200 (EET) (envelope-from ejk) Message-Id: <200201091910.g09JAp845181@anthrax.mumblefrotz.dyndns.org> Date: Wed, 9 Jan 2002 21:10:51 +0200 (EET) From: Esa Karkkainen Reply-To: Esa Karkkainen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/33739: palm/jpilot install dir and palm/plucker dependencies 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 >Number: 33739 >Category: ports >Synopsis: palm/jpilot install dir and palm/plucker dependencies >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 09 11:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Esa Karkkainen >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: Is in state of disintegration >Environment: System: FreeBSD anthrax.mumblefrotz.dyndns.org 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #48: Sat Jan 5 20:48:11 EET 2002 root@anthrax.mumblefrotz.dyndns.org:/usr/obj/usr/src/sys/ANTHRAX i386 Ports tree cvsupped at Jan 9 20:12 EET >Description: ports/palm/jpilot is installed to ${LOCALBASE}/pilot directory. Jpilot is not the only port which is still installed to ${LOCALBASE}/pilot directory. The other ports are prc-tools-binutils prc-tools-gcc prc-tools syncmal If these five ports should be installed to ${LOCALBASE} instead of ${LOCALBASE}/pilot directory, I can create patches to Makefiles and submit the patches to gnats. ports/palm/plucker depends on ${LOCALBASE}/pilot/bin/pilot-xfer when correct path to pilot-xfer is ${LOCALBASE}/bin/pilot-xfer >How-To-Repeat: cd /usr/ports/palm/jpilot && make install cd /usr/ports/palm/plucker && make install >Fix: --- ports/palm/jpilot/Makefile.orig Thu Aug 30 05:03:01 2001 +++ ports/palm/jpilot/Makefile Wed Jan 9 20:32:25 2002 @@ -17,10 +17,9 @@ LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link \ intl.1:${PORTSDIR}/devel/gettext -PREFIX= ${LOCALBASE}/pilot USE_GTK= yes USE_LIBTOOL= yes -CONFIGURE_ARGS+=--with-pilot-prefix=${PREFIX} +CONFIGURE_ARGS+=--with-pilot-prefix=${LOCALBASE} INSTALLS_SHLIB= yes USE_AUTOCONF= yes --- ports/palm/plucker/Makefile.orig Fri Oct 5 17:55:02 2001 +++ ports/palm/plucker/Makefile Wed Jan 9 20:51:15 2002 @@ -17,7 +17,7 @@ convert:${PORTSDIR}/graphics/ImageMagick \ ppmtogif:${PORTSDIR}/graphics/netpbm \ cjpeg:${PORTSDIR}/graphics/jpeg \ - ${LOCALBASE}/pilot/bin/pilot-xfer:${PORTSDIR}/palm/pilot-link + ${LOCALBASE}/bin/pilot-xfer:${PORTSDIR}/palm/pilot-link RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message