From owner-freebsd-ports Sun Feb 17 6:10:13 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 6F3AC37B41C for ; Sun, 17 Feb 2002 06:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1HEA1L32669; Sun, 17 Feb 2002 06:10:01 -0800 (PST) (envelope-from gnats) Received: from sahiro.homeip.net (p73-dna05sawada.niigata.ocn.ne.jp [211.122.195.201]) by hub.freebsd.org (Postfix) with ESMTP id 098CC37B402 for ; Sun, 17 Feb 2002 06:07:21 -0800 (PST) Received: by sahiro.merseine.nu (Postfix, from userid 1000) id 87501BAC7; Sun, 17 Feb 2002 23:07:13 +0900 (JST) Message-Id: <20020217140735.87501BAC7@sahiro.merseine.nu> Date: Sun, 17 Feb 2002 23:07:13 +0900 (JST) From: SASAKI Katuhiro To: FreeBSD-gnats-submit@freebsd.org Cc: lehmann@ans-netz.de X-Send-Pr-Version: 3.113 Subject: ports/35040: Bug: mail/sylpheed fails to build if WITH_JPILOT option is set 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: 35040 >Category: ports >Synopsis: Bug: mail/sylpheed fails to build if WITH_JPILOT option is set >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: Sun Feb 17 06:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: SASAKI Katuhiro >Release: FreeBSD 4.5-RELEASE i386 >Organization: personal >Environment: >Description: Now, palm/jpilot port installs files under ${LOCALBASE}. So, dependency checking for mail/sylpheed will fail if WITH_JPILOT option is set. A small fix as shown below is needed. >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/sylpheed/Makefile sylpheed/Makefile --- /usr/ports/mail/sylpheed/Makefile Tue Feb 12 06:55:07 2002 +++ sylpheed/Makefile Wed Feb 13 06:28:08 2002 @@ -50,7 +50,7 @@ .endif .if defined(WITH_JPILOT) LIB_DEPENDS+= pisock.4:${PORTSDIR}/palm/pilot-link -RUN_DEPENDS+= ${LOCALBASE}/pilot/bin/jpilot:${PORTSDIR}/palm/jpilot +RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot CONFIGURE_ARGS+=--enable-jpilot .else CONFIGURE_ARGS+= --disable-jpilot >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message