Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2001 15:46:37 -0800 (PST)
From:      joseph@randomnetworks.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24138: PORT - FIX (MAINTAINER APPROVED) : audio/lame
Message-ID:  <200101072346.f07Nkb400915@rodan.randomnetworks.com>

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

>Number:         24138
>Category:       ports
>Synopsis:       PORT - FIX (MAINTAINER APPROVED) : audio/lame
>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:   Sun Jan 07 15:50:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Joseph Scott
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
randomnetworks.com
>Environment:

ports collection

>Description:

PORT - FIX (MAINTAINER APPROVED) : audio/lame

According to:

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

The port audio/lame has an unfetchable distfile (fennerism).  After doing some
looking I came up with some adjustments to MASTER_SITES (see patch below) that
fixes this problem.  I then emailed the maintainer (yoshiaki@kt.rim.or.jp)
who reviewed and approved the patch and suggested I send in a PR.

>How-To-Repeat:


>Fix:

This diff was generated by: diff -ruN lame lame.new
From: /usr/ports/audio
Also available at: http://www.randomnetworks.com/freebsd/prs/lame.diff
------------------------------------------------------------------------
diff -ruN lame/Makefile lame.new/Makefile
--- lame/Makefile	Sun Oct 29 16:03:23 2000
+++ lame.new/Makefile	Fri Jan  5 09:20:43 2001
@@ -8,7 +8,9 @@
 PORTNAME=	lame
 PORTVERSION=	3.70
 CATEGORIES=	audio
-MASTER_SITES=	http://lame.sourceforge.net/download/beta/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
+	ftp://lame.sourceforge.net/pub
+MASTER_SITE_SUBDIR=	lame/src
 DISTNAME=	${PORTNAME}${PORTVERSION}
 
 MAINTAINER=	yoshiaki@kt.rim.or.jp

>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?200101072346.f07Nkb400915>