Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jun 2001 14:16:02 -0700 (PDT)
From:      chern.lee@windriver.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28492: Modification of usr.sbin/chown/Makefile breaks many ports
Message-ID:  <200106282116.f5SLG2S74295@meow.osd.bsdi.com>

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

>Number:         28492
>Category:       ports
>Synopsis:       Modification of usr.sbin/chown/Makefile breaks many ports
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 28 14:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Chern Lee
>Release:        FreeBSD 4.3-STABLE i386FreeBSD 5.0-CURRENT i386
>Organization:
Wind River Systems, Inc
>Environment:
System: FreeBSD vision.wrs.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Jun 15 16:39:15 PDT 2001 chern@vision.wrs.com:/usr/src/sys/compile/VISION i386


	
>Description:
Many ports make use of chown user.group file over user:group.  This change 
in current (?) breaks many ports' installations.

I came across this while installing the docproj metaport.
docbook-300 and many other ports contain the following (or similar) line 
in their Makefile:
        @${CHOWN} -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR}

The '.' causes the installation to fail.

The revision in question is:
revision 1.7
date: 2001/05/31 19:30:19;  author: obrien;  state: Exp;  lines: +1 -2
Starting with 5.0-R, do not support `.' as a owner / group delimiter.


	
>How-To-Repeat:
make install a port using chown .

>Fix:

Change all the Makefiles to use ':'s instead of '.'s
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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