Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2001 09:36:13 -0800 (PST)
From:      joseph@randomnetworks.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24090: [ PORT - FIX ] audio/openal
Message-ID:  <200101051736.f05HaDZ07618@rodan.randomnetworks.com>
Resent-Message-ID: <200101051740.f05He1P40437@freefall.freebsd.org>

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

>Number:         24090
>Category:       ports
>Synopsis:       [ PORT - FIX ] audio/openal
>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:   Fri Jan 05 09:40:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Joseph Scott
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
randomnetworks.com
>Environment:

ports collection

>Description:

According to:

http://people.freebsd.org/~fenner/portsurvey/bad.html

the port audio/openal is unfetchable.  After doing some looking around, it
appears that they simply changed the location by a couple of directories.  The
patch below takes care of that.

** NOTE **
It appears that the version in the ports is outdated.  I don't know jack about
how this port so I've made no attempt to actually upgrade it.

>How-To-Repeat:


>Fix:

This diff was generated by: diff -ruN openal openal.new
From: /usr/ports/audio
--------------------------------------------------------------
diff -ruN openal/Makefile openal.new/Makefile
--- openal/Makefile	Tue Oct 17 13:07:22 2000
+++ openal.new/Makefile	Fri Jan  5 09:29:25 2001
@@ -8,7 +8,7 @@
 PORTNAME=	openal
 PORTVERSION= 	20000908
 CATEGORIES=	audio
-MASTER_SITES=	ftp://ftp.openal.org/
+MASTER_SITES=	ftp://ftp.openal.org/pub/openal/
 
 MAINTAINER=	ports@FreeBSD.org
 

>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?200101051736.f05HaDZ07618>