Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2001 17:47:21 -0600
From:      Stephen Montgomery-Smith <stephen@math.missouri.edu>
To:        John Merryweather Cooper <john_m_cooper@yahoo.com>
Cc:        FreeBSD-gnats-submit@freebsd.org, jkoshy@freebsd.org, ports@freebsd.org
Subject:   Re: These ports are not user:group safe--smlnj-110.0.7, hevea-1.0.5,  free-amp, and linux_base-6.1
Message-ID:  <3C251B89.7B848C8E@math.missouri.edu>
References:  <20011222223523.7BEE415503@johncoop.MSHOME>

next in thread | previous in thread | raw e-mail | index | archive | help
John Merryweather Cooper wrote:
> 
> >Submitter-Id:  current-users
> >Originator:    John Merryweather Cooper
> >Organization:
> >Confidential:  no
> >Synopsis:      These ports are not user:group safe--smlnj-110.0.7, hevea-1.0.5, free-amp, and linux_base-6.1
> >Severity:      non-critical
> >Priority:      medium
> >Category:      ports
> >Class:         change-request
> >Release:       FreeBSD 4.5-PRERELEASE i386
> >Environment:
> System: FreeBSD johncoop.MSHOME 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #35: Fri Dec 21 21:47:19 PST 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386
> 
> 
> >Description:
>         These ports install documentation, source, etc. in a manner which leaves the user:group data for the files/directories non-sensical.
> 


How about this for a fix for hevea?  It is a simple minded approach. 
Are there any situations when this is not appropriate?


--- hevea/Makefile      Sat Dec 22 17:42:55 2001
+++ hevea-copy/Makefile Sat Dec 22 17:42:37 2001
@@ -34,6 +34,7 @@
        ${INSTALL_DATA}
${DISTDIR}/${PORTNAME}-${PORTVERSION}-manual.ps.gz
${PREFIX}/share/doc/hevea
        (cd ${PREFIX}/share/doc/hevea; ${TAR} xvfz
${DISTDIR}/${PORTNAME}-${PORTVERSION}-manual.tar.gz)
        (cd ${PREFIX}/share/doc/hevea; ${TAR} xvfz
${DISTDIR}/${PORTNAME}-${PORTVERSION}-manual-dvi.tar.gz)
+       (cd ${PREFIX}/share/doc/hevea; ${CHOWN} -R root.wheel *)
 .endif
        ${CAT} ${PKGMESSAGE}


-- 
Stephen Montgomery-Smith
stephen@math.missouri.edu
http://www.math.missouri.edu/~stephen

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?3C251B89.7B848C8E>