From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 10 22:40:34 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5277316A40F for ; Tue, 10 Oct 2006 22:40:34 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A75AE43D73 for ; Tue, 10 Oct 2006 22:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9AMeOMs079213 for ; Tue, 10 Oct 2006 22:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9AMeOtK079212; Tue, 10 Oct 2006 22:40:24 GMT (envelope-from gnats) Resent-Date: Tue, 10 Oct 2006 22:40:24 GMT Resent-Message-Id: <200610102240.k9AMeOtK079212@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Josh Paetzel " Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD1A516A4F4 for ; Tue, 10 Oct 2006 22:39:07 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from alnrmhc12.comcast.net (alnrmhc12.comcast.net [206.18.177.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 413F943D70 for ; Tue, 10 Oct 2006 22:38:48 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from gimpy.tcbug.org (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219]) by comcast.net (alnrmhc12) with SMTP id <20061010223845b1200ep93me>; Tue, 10 Oct 2006 22:38:45 +0000 Message-Id: <1160519921.1512@gimpy.tcbug.org> Date: Tue, 10 Oct 2006 17:38:41 -0500 From: "Josh Paetzel " To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/104279: [patch] Fix bug in Makefile for astro/xephem causing files to be installed with wrong ownership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2006 22:40:34 -0000 >Number: 104279 >Category: ports >Synopsis: [patch] Fix bug in Makefile for astro/xephem causing files to be installed with wrong ownership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 10 22:40:23 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Josh Paetzel >Release: FreeBSD 6.1-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD 6.1-RELEASE-p6 #1: Mon Sep 18 19:09:47 UTC 2006 jpaetzel@gimpy.tcbug.org:/usr/obj/usr/src/sys/GIMPY >Description: The Makefile for astro/xephem has an error in it which causes files to be installed owned by root:444 instead of root:wheel >How-To-Repeat: cd /usr/ports/astro/xephem make install ls -la /usr/X11R6/lib/X11/xephem drwxr-xr-x 2 root 444 1024 20 вер 22:04 auxil drwxr-xr-x 2 root 444 512 20 вер 22:04 catalogs drwxr-xr-x 2 root 444 512 20 вер 22:06 f >Fix: --- Makefile.old Tue Oct 10 17:31:00 2006 +++ Makefile Tue Oct 10 17:31:20 2006 @@ -62,7 +62,7 @@ @${MKDIR} ${PREFIX}/lib/X11/xephem ${TAR} -C ${WRKSRC} -cf - auxil catalogs fifos fits gallery help lo tools \ | ${TAR} -C ${PREFIX}/lib/X11/xephem --unlink -xf - - @${FIND} ${PREFIX}/lib/X11/xephem | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREMODE} + @${FIND} ${PREFIX}/lib/X11/xephem | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGROUP} @${FIND} ${PREFIX}/lib/X11/xephem -type f | ${XARGS} ${CHMOD} ${SHAREMODE} .include >Release-Note: >Audit-Trail: >Unformatted: