Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2002 23:07:13 +0900 (JST)
From:      SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        lehmann@ans-netz.de
Subject:   ports/35040: Bug: mail/sylpheed fails to build if WITH_JPILOT option is set
Message-ID:  <20020217140735.87501BAC7@sahiro.merseine.nu>

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

>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




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