Bug 140138

Summary: archivers/libcomprex: syntax error in configure script
Product: Ports & Packages Reporter: Jilles Tjoelker <jilles>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
archivers-libcomprex-syntaxfix.patch none

Description Jilles Tjoelker freebsd_committer freebsd_triage 2009-10-31 14:50:00 UTC
Due to a change in /bin/sh a mismatched single quote inside backticks
(`...`) now causes configure to fail.

Fix: Replace files/patch-configure with the attached patch.

Upstream seems dead (last release and commit over 5 years ago).
Since nothing depends on this library, the port could perhaps be removed.
How-To-Repeat: Try to build the port using /bin/sh with r197691 change in it.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-10-31 15:01:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2009-11-05 02:40:38 UTC
Responsible Changed
From-To: miwi->amdmi3

Take with miwi's approval
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2009-11-05 02:49:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!