Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jun 2000 16:02:40 +0200 (CEST)
From:      mathiasp@virtual-earth.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19577: update of mozart port
Message-ID:  <200006291402.QAA42704@venus.virtual-earth.de>

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

>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




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