From max@autoidlab.jp  Thu Jun  8 09:47:24 2006
Return-Path: <max@autoidlab.jp>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B4CDC16B6E8
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 Jun 2006 08:15:54 +0000 (UTC)
	(envelope-from max@autoidlab.jp)
Received: from au.autoidlab.jp (newau.auto-id.wide.ad.jp [203.178.141.59])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5E79D43D46
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 Jun 2006 08:15:52 +0000 (GMT)
	(envelope-from max@autoidlab.jp)
Received: from au.autoidlab.jp (localhost [127.0.0.1])
	by au.autoidlab.jp (Postfix) with ESMTP id 13B82B2413
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Jun 2006 16:15:17 +0900 (JST)
Received: by au.autoidlab.jp (Postfix, from userid 10034)
	id E5705B240E; Wed,  7 Jun 2006 16:15:16 +0900 (JST)
Message-Id: <20060607071516.E5705B240E@au.autoidlab.jp>
Date: Wed,  7 Jun 2006 16:15:16 +0900 (JST)
From: Masafumi NAKANE <max@FreeBSD.org>
Reply-To: Masafumi NAKANE <max@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: The mailman port's Makefile defines MAIL_GID with +=
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         98698
>Category:       ports
>Synopsis:       The mailman port's Makefile defines MAIL_GID with +=
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    jmelo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 08 09:50:18 GMT 2006
>Closed-Date:    Thu Jun 08 20:58:43 GMT 2006
>Last-Modified:  Thu Jun 08 20:58:43 GMT 2006
>Originator:     Masafumi NAKANE
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD au.autoidlab.jp 6.1-RELEASE FreeBSD 6.1-RELEASE #4: Mon May 8 16:00:12 JST 2006 root@au.autoidlab.jp:/usr/obj/usr/src/sys/AU i386


	
>Description:
	
The Makefile of the mailman port defines the MAIL_GID variable with += operator.
If this variable is defined in /etc/make.conf, this will cause two gids 
(group names) to be defined as the variable and likely to cause 
installation failure..

>How-To-Repeat:
	
>Fix:
Simply use ?= instead of += operator to define the MAIL_GID variable.
	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jmelo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jun 8 13:44:09 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98698 
State-Changed-From-To: open->closed 
State-Changed-By: jmelo 
State-Changed-When: Thu Jun 8 20:58:41 UTC 2006 
State-Changed-Why:  
Max, thanks but i already committed this change today. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98698 
>Unformatted:
