Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jan 2002 21:10:51 +0200 (EET)
From:      Esa Karkkainen <ejk@iki.fi>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33739: palm/jpilot install dir and palm/plucker dependencies
Message-ID:  <200201091910.g09JAp845181@anthrax.mumblefrotz.dyndns.org>

next in thread | raw e-mail | index | archive | help

>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




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