From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 16 23:40:30 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 3862A16A576 for ; Wed, 16 Aug 2006 23:40:30 +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 16C2843D49 for ; Wed, 16 Aug 2006 23:40:29 +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 k7GNeSt2026934 for ; Wed, 16 Aug 2006 23:40:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7GNeSIh026932; Wed, 16 Aug 2006 23:40:28 GMT (envelope-from gnats) Resent-Date: Wed, 16 Aug 2006 23:40:28 GMT Resent-Message-Id: <200608162340.k7GNeSIh026932@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, Dmitry Marakasov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 850D116A4DA for ; Wed, 16 Aug 2006 23:39:58 +0000 (UTC) (envelope-from amdmi3@mail.ru) Received: from mx7.mail.ru (mx7.mail.ru [194.67.23.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FAB043D58 for ; Wed, 16 Aug 2006 23:39:57 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [213.148.29.33] (port=36673 helo=nexii.panopticon) by mx7.mail.ru with esmtp id 1GDUzM-000Bu4-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 17 Aug 2006 03:39:56 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id 5A3651703D for ; Thu, 17 Aug 2006 03:40:06 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 21BD042FE; Thu, 17 Aug 2006 03:40:03 +0400 (MSD) Message-Id: <20060816234003.21BD042FE@hades.panopticon> Date: Thu, 17 Aug 2006 03:40:03 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/102164: [PATCH] devel/motor: installs files with wrong owner 1000:100 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Aug 2006 23:40:30 -0000 >Number: 102164 >Category: ports >Synopsis: [PATCH] devel/motor: installs files with wrong owner 1000:100 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 16 23:40:28 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 6.1-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 6.1-RELEASE-p3 FreeBSD 6.1-RELEASE-p3 #0: Fri Aug 11 00:27:45 MSD 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: devel/motor installs files under ${DATADIR}/templates with wrong owner 1000:100 instead of root:wheel. >How-To-Repeat: cd /usr/ports/devel/motor make isntall find /usr/local/share/motor -print0 | xargs -0 ls -ld >Fix: --- motor.patch begins here --- diff -ruN motor.orig/Makefile motor/Makefile --- motor.orig/Makefile Fri Apr 15 18:34:17 2005 +++ motor/Makefile Thu Aug 17 03:38:12 2006 @@ -7,6 +7,7 @@ PORTNAME= motor PORTVERSION= 3.4.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://konst.org.ua/download/ @@ -33,6 +34,9 @@ .if ${OSVERSION} < 400010 LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses .endif + +post-patch: + @${REINPLACE_CMD} -e 's|zxvf|&o|' ${WRKSRC}/share/Makefile.in .if !defined(NOPORTDOCS) post-install: --- motor.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: