ports/186431: BROKEN www/hiawatha fails to start after make install: Error creating work directory '/usr/local/var/lib/hiawatha' [FIXED]

C Hutchinson portmaster at bsdforge.com
Mon Feb 3 23:00:01 UTC 2014


The following reply was made to PR ports/186431; it has been noted by GNATS.

From: "C Hutchinson" <portmaster at bsdforge.com>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/186431: BROKEN www/hiawatha fails to start after make 
     install: Error creating work directory '/usr/local/var/lib/hiawatha' 
     [FIXED]
Date: Mon, 3 Feb 2014 14:53:40 -0800 (PST)

 Found the problen and Solution
 The cure can be created within www/hiawatha/Makefile
 
 find the line containing:
 
 PLIST_SUB+=	ECHO_MSG=${ECHO_MSG}
 
 and change into:
 
 PLIST_SUB+=	ECHO_MSG=${ECHO_MSG}
 
 NO_STAGE= yes
 
 save, and make install as normal.
 


More information about the freebsd-ports-bugs mailing list