Bug 89125

Summary: [PATCH] www/apache2: Fix IGNORE quoting in Makefile.modules.3rd; unbreak www/mod_vhs
Product: Ports & Packages Reporter: Ion-Mihai " IOnut " Tetcu <itetcu>
Component: Individual Port(s)Assignee: Clement Laforet <clement>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Makefile.modules.3rd.diff none

Description Ion-Mihai " IOnut " Tetcu 2005-11-16 12:50:21 UTC

An IGNORE value is quoted and contains a back-trick ( ` ) in Makefile.modules.3rd
hence (some) ports that include this file fail with "Syntax error: EOF in backquote substitution"
if apache 1.x is installed, e.g.

root(itetcu)@it/SU >-SSH-> /usr/ports/www/mod_vhs [14:28:33] 0 
 # make fetch
Syntax error: EOF in backquote substitution
*** Error code 2

Attached patch should fix this and unbreak (at least fetch) www/mod_vhs

How-To-Repeat: 

cd /usr/ports/www/mod_vhs
make fetch
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2005-11-16 13:00:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clement

Over to maintainer.
Comment 2 Clement Laforet freebsd_committer freebsd_triage 2005-12-01 18:54:26 UTC
State Changed
From-To: open->closed

Committed, thanks!