From owner-freebsd-ports Thu Jun 29 7:10: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBD0337BCDE for ; Thu, 29 Jun 2000 07:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA06154; Thu, 29 Jun 2000 07:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from venus.virtual-earth.de (venus.virtual-earth.de [62.208.47.102]) by hub.freebsd.org (Postfix) with ESMTP id E9DD937B629 for ; Thu, 29 Jun 2000 07:02:43 -0700 (PDT) (envelope-from mathiasp@venus.virtual-earth.de) Received: (from mathiasp@localhost) by venus.virtual-earth.de (8.9.3/8.9.3) id QAA42704; Thu, 29 Jun 2000 16:02:40 +0200 (CEST) (envelope-from mathiasp) Message-Id: <200006291402.QAA42704@venus.virtual-earth.de> Date: Thu, 29 Jun 2000 16:02:40 +0200 (CEST) From: mathiasp@virtual-earth.de Reply-To: mathiasp@virtual-earth.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/19577: update of mozart port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19577 >Category: ports >Synopsis: update of mozart port >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: Thu Jun 29 07:10:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mathias Picker >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: The package was a lot slower than the port, so I looked again and found that home-1.1.0 was linked to ../.. instead of ../../.., which made the emulator load everything from the net. Changed pkg/PLIST accordingly. >How-To-Repeat: >Fix: --- mozart.shar Fri Jun 23 21:19:52 2000 +++ mozart-new.shar Thu Jun 29 15:55:10 2000 @@ -432,7 +432,7 @@ X@exec mkdir %D/lib/oz/cache X@exec mkdir %D/lib/oz/cache/http X@exec mkdir %D/lib/oz/cache/http/www.mozart-oz.org -X@exec ln -s ../.. %D/lib/oz/cache/http/www.mozart-oz.org/home-1.1.0 +X@exec ln -s ../../.. %D/lib/oz/cache/http/www.mozart-oz.org/home-1.1.0 X@unexec rm %D/lib/oz/cache/http/www.mozart-oz.org/home-1.1.0 X@dirrm lib/oz/cache/http/www.mozart-oz.org X@dirrm lib/oz/cache/http >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message