Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Aug 2004 14:55:09 +0200 (CEST)
From:      Janos Mohacsi <mohacsi@niif.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sergei@FreeBSD.org
Subject:   ports/70300: devel/porttools does not use EMAIL from ~/.porttools
Message-ID:  <200408111255.i7BCt9tU048264@scone.ki.iif.hu>
Resent-Message-ID: <200408111300.i7BD0fh8096246@freefall.freebsd.org>

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

>Number:         70300
>Category:       ports
>Synopsis:       devel/porttools does not use EMAIL from ~/.porttools
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 11 13:00:41 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Wed Aug 4 11:53:21 CEST 2004 root@scone.ki.iif.hu:/usr/obj/usr/src/sys/SCONE i386

>Description:
	devel/porttols does not suse EMAIL from ~/.porttools
	still tries to contruct from username@hostname

>How-To-Repeat:
	Define EMAIL in ~/.porttols then run port create.

	See transcript:

mohacsi@scone> more ~/.porttools
# FreeBSD Port Tools configuration file - see porttools(5)
# vim: ft=sh
EMAIL="janos.mohacsi@bsd.hu"
FULLNAME="Janos Mohacsi"
ORGANIZATION="NIIF/HUNGARNET"
BUILDROOT="/tmp"
ARCHIVE_DIR=""
DIFF_MODE="CVS"
DIFF_VIEWER="more"
PORTLINT_FLAGS="abct"
mohacsi@scone> port create test
mohacsi@scone> more test/Makefile 
# New ports collection makefile for:    test
# Date created:         2004-08-11
# Whom:                 Janos Mohacsi <mohacsi@scone.ki.iif.hu>
#
# $FreeBSD$
#

PORTNAME=       test
PORTVERSION=


>Fix:
I did not have time to look in more detail. Probably EMAIL and AUTHOR
should be passed:
newfile -a $AUTHOR -e $EMAIL -pport.$1



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



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