Date: Wed, 14 Jul 1999 19:17:43 +0900 (JST) From: takamune@avrl.mei.co.jp To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12638: WRKDIRPREFIX and symlinked PORTSDIR Message-ID: <199907141017.TAA67627@dream.avrl.mei.co.jp>
next in thread | raw e-mail | index | archive | help
>Number: 12638 >Category: ports >Synopsis: WRKDIRPREFIX and symlinked PORTSDIR >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 14 03:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kazutoki TAKAMUNE >Release: FreeBSD 3.2-STABLE i386 >Organization: Matsushita Electric Industrial Co., Ltd. >Environment: FreeBSD 3.2-STABLE(Mon Jul 12 16:12:57 JST 1999) >Description: `mew-common-1.93' is broken with WRKDIRPREFIX and symbolic linked PORTSDIR. Ports Wraith, please check all ports with symlinked PORTSDIR on bento.freebsd.org. >How-To-Repeat: # [ -h /usr/ports ] && (cd /usr/ports/mail/mew-mule; make WRKDIRPREFIX=/tmp) : ===> Installing for mew-mule-1.93 ===> mew-mule-1.93 depends on file: /usr/local/bin/mewcat - not found ===> Verifying install for /usr/local/bin/mewcat in /usr/ports/mail/mew-commo\ n ===> Extracting for mew-common-1.93 >Fix: --- mail/mew-common/Makefile.orig Mon Jan 11 03:27:50 1999 +++ mail/mew-common/Makefile Wed Jul 14 18:26:40 1999 @@ -32,7 +32,7 @@ .endif PKGRDIR= ${.CURDIR}/../../mail/mew-common/pkg -WRKRDIR= ${.CURDIR}/../../mail/mew-common/work +WRKRDIR= ${WRKDIRPREFIX}${.CURDIR}/../../mail/mew-common/work EXTRACTR_COOKIE=${WRKRDIR}/.extract_done PATCHR_COOKIE= ${WRKRDIR}/.patch_done CONFIGURER_COOKIE=${WRKRDIR}/.configure_done >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for mew-1.93.tar.gz. ===> Patching for mew-common-1.93 ===> Applying FreeBSD patches for mew-common-1.93 Ignoring previously applied (or reversed) patch. 6 out of 6 hunks ignored--saving rejects to Makefile.rej *** Error code 6 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?199907141017.TAA67627>