ports/138402: [patch] www/awffull is not reading configuration file

Sascha Klauder sascha at trimind.de
Mon Aug 31 13:50:06 UTC 2009


>Number:         138402
>Category:       ports
>Synopsis:       [patch] www/awffull is not reading configuration file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 31 13:50:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sascha Klauder
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
private site
>Environment:
System: FreeBSD avalon.dobu.local 7.2-STABLE FreeBSD 7.2-STABLE #3: Mon Jul 27 14:06:56 CEST 2009 sascha at avalon.dobu.local:/usr/obj/usr/src/sys/AVALON i386


	
>Description:

awffull is searching its configuration file in /etc, because the 
port Makefile is missing the --with-etcdir parameter. Patch is
attached.

>How-To-Repeat:
	
>Fix:
--- Makefile.orig	2009-08-04 19:52:16.000000000 +0200
+++ Makefile	2009-08-31 15:17:55.000000000 +0200
@@ -33,7 +33,8 @@
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-font-default=${FONTDEFAULT} \
-		--with-font-label=${FONTLABEL}
+		--with-font-label=${FONTLABEL}	\
+		--with-etcdir=${PREFIX}/etc
 CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 
 CPPFLAGS=	-I${LOCALBASE}/include


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list