From sascha@trimind.de  Mon Aug 31 13:43:58 2009
Return-Path: <sascha@trimind.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 418211065694
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 31 Aug 2009 13:43:58 +0000 (UTC)
	(envelope-from sascha@trimind.de)
Received: from mikako.shopkeeper.de (mikako.shopkeeper.de [82.119.175.20])
	by mx1.freebsd.org (Postfix) with ESMTP id C0E3E8FC1E
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 31 Aug 2009 13:43:57 +0000 (UTC)
Received: from avalon.dobu.local (p4FF45B59.dip.t-dialin.net [79.244.91.89])
	(authenticated bits=0)
	by mikako.shopkeeper.de (8.14.3/8.14.3) with ESMTP id n7VDW1Us075659
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 31 Aug 2009 15:32:03 +0200 (CEST)
	(envelope-from sascha@trimind.de)
Received: from avalon.dobu.local (localhost [127.0.0.1])
	by avalon.dobu.local (8.14.3/8.14.2) with ESMTP id n7VDW1hH002756
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 31 Aug 2009 15:32:01 +0200 (CEST)
	(envelope-from sascha@avalon.dobu.local)
Received: (from sascha@localhost)
	by avalon.dobu.local (8.14.3/8.14.3/Submit) id n7VDW0ar002755;
	Mon, 31 Aug 2009 15:32:00 +0200 (CEST)
	(envelope-from sascha)
Message-Id: <200908311332.n7VDW0ar002755@avalon.dobu.local>
Date: Mon, 31 Aug 2009 15:32:00 +0200 (CEST)
From: Sascha Klauder <sascha@trimind.de>
Reply-To: Sascha Klauder <sascha@trimind.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] www/awffull is not reading configuration file
X-Send-Pr-Version: 3.113
X-GNATS-Notify: chad@wickdev.com

>Number:         138402
>Category:       ports
>Synopsis:       [patch] www/awffull is not reading configuration file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    glarkin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 31 13:50:05 UTC 2009
>Closed-Date:    Fri Jan 08 16:31:14 EST 2010
>Last-Modified:  Fri Jan  8 21:40:01 UTC 2010
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Aug 31 13:50:47 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138402 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: chad@wickdev.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/138402: [patch] www/awffull is not reading configuration file
Date: Mon, 31 Aug 2009 13:50:44 UT

 Maintainer of www/awffull,
 
 Please note that PR ports/138402 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/138402
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->glarkin 
Responsible-Changed-By: glarkin 
Responsible-Changed-When: Fri Jan 8 15:58:16 EST 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138402 
State-Changed-From-To: feedback->closed 
State-Changed-By: glarkin 
State-Changed-When: Fri Jan 8 16:30:45 EST 2010 
State-Changed-Why:  
Committed with some additional modifications, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138402 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138402: commit references a PR
Date: Fri,  8 Jan 2010 21:30:40 +0000 (UTC)

 glarkin     2010-01-08 21:30:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/awffull          Makefile pkg-descr 
   Log:
   - Added --with-etcdir configuration option to comply with hier(7) [1]
   - Fixed Makefile typo (BUILD_DEPENS)
   - Cleaned up some portlint warnings
   - Reformatted pkg-descr
   - Bumped PORTREVISION
   
   PR:             ports/138402
   Submitted by:   Sascha Klauder <sascha@trimind.de> [1]
   Approved by:    maintainer (implicit; timeout 130 days)
   
   Revision  Changes    Path
   1.7       +5 -5      ports/www/awffull/Makefile
   1.2       +3 -2      ports/www/awffull/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
