Bug 15454

Summary: Error in lame-3.51 Makefile
Product: Ports & Packages Reporter: jblaufus <jblaufus>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description jblaufus 1999-12-13 07:20:01 UTC
On line 20 of the Makefile for lame should read "gtk12:${PORTSDIR}/x11-toolkits/gtk12"
instead of "gtk12.2:${PORTSDIR}/x11-toolkits/gtk12"

Fix: 

Change line 20 of the lame Makefile from "gtk12:${PORTSDIR}/x11-toolkits/gtk12"
to "gtk12.2:${PORTSDIR}/x11-toolkits/gtk12"
How-To-Repeat: compile lame from the ports collection
Comment 1 cpiazza 1999-12-13 07:30:15 UTC
On Sun, Dec 12 1999 at 11:19:52PM -0800, jblaufus@sendit.sendit.nodak.edu wrote:

> >Description:
> On line 20 of the Makefile for lame should read "gtk12:${PORTSDIR}/x11-toolkits/gtk12"
> instead of "gtk12.2:${PORTSDIR}/x11-toolkits/gtk12"
> >Fix:
> Change line 20 of the lame Makefile from "gtk12:${PORTSDIR}/x11-toolkits/gtk12"
> to "gtk12.2:${PORTSDIR}/x11-toolkits/gtk12"

Sorry, which one is it?  In descript you say change it to gtk12:... and
in Fix you say change it to gtk12.2:...

gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 is what is currently in the
Makefile, and it is also correct.

Maybe you could paste the error you get while trying to compile lame? 
It's working fine here.

-Chris
-- 
cpiazza@jaxon.net   cpiazza@FreeBSD.org
        Abbotsford, BC, Canada
Comment 2 Steve Price freebsd_committer freebsd_triage 1999-12-17 20:35:08 UTC
State Changed
From-To: open->closed

This one already appears to be fixed.