Bug 172799

Summary: [PATCH] sysutils/cdrtools
Product: Ports & Packages Reporter: Nikolai Lifanov <lifanov>
Component: Individual Port(s)Assignee: Marius Strobl <marius>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Nikolai Lifanov 2012-10-16 23:00:00 UTC
On a system that uses clang as cc, cdrtools package fails to install because cdda2wav is missing from the build directory. cdrtools breaks important ports, such as emulators/virtualbox-ose. Same problem affects cdrkit, cdrtools-devel, and cjk-cdrtools; however, this one can be installed automatically and breaks other ports.

Fix: This is mostly fixed by adding USE_GCC=any to the Makefile.
Here is a patch and a build log:
https://redports.org/buildarchive/20121013203536-38525/

Patch attached with submission follows:
How-To-Repeat: Compile world with WITH_CLANG_IS_CC=yes and try to install sysutils/cdrtools
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-16 23:00:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marius

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Marius Strobl freebsd_committer freebsd_triage 2012-10-20 16:47:06 UTC
State Changed
From-To: open->closed

Close; fixed in r306180