Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2011 22:36:49 GMT
From:      Eitan Adler <lists@eitanadler.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/154471: remove default maintainer from b.p.m
Message-ID:  <201102022236.p12Manbw023885@red.freebsd.org>
Resent-Message-ID: <201102022240.p12Me6xV099040@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154471
>Category:       ports
>Synopsis:       remove default maintainer from b.p.m
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 02 22:40:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Eitan Adler
>Release:        
>Organization:
>Environment:
>Description:
Right now b.p.m adds maintainer if the port does not via

MAINTAINER ?= ports

This masks real errors in ports (because the maintainer doesn't look wrong) and adds code we don't need.

There are two possibilities I propose to change this line
a) Just drop it. Ports that don't define a MAINTAINER are broken and this just masks it
b) Change to a different "global" email address (badmaintainer@freebsd.org) which may avoid breakage in some pointhat scripts but would not mask the errors (and ports with a maintainer of badmaintainer@ could be found easily.
>How-To-Repeat:

>Fix:


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102022236.p12Manbw023885>