Date: Mon, 31 Aug 2009 15:32:00 +0200 (CEST) From: Sascha Klauder <sascha@trimind.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/138402: [patch] www/awffull is not reading configuration file Message-ID: <200908311332.n7VDW0ar002755@avalon.dobu.local> Resent-Message-ID: <200908311350.n7VDo52b037730@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908311332.n7VDW0ar002755>