From owner-freebsd-ports Thu Aug 27 10:40:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16361 for freebsd-ports-outgoing; Thu, 27 Aug 1998 10:40:55 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA16253 for ; Thu, 27 Aug 1998 10:40:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA02250; Thu, 27 Aug 1998 10:40:01 -0700 (PDT) Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA16065 for ; Thu, 27 Aug 1998 10:38:59 -0700 (PDT) (envelope-from seggers@semyam.dinoco.de) Received: (from uucp@localhost) by tim.xenologics.com (8.8.5/8.8.8) with UUCP id TAA13524 for FreeBSD-gnats-submit@freebsd.org; Thu, 27 Aug 1998 19:36:23 +0200 (MET DST) Received: (from seggers@localhost) by semyam.dinoco.de (8.9.1/8.8.8) id TAA20888; Thu, 27 Aug 1998 19:24:02 +0200 (CEST) (envelope-from seggers) Message-Id: <199808271724.TAA20888@semyam.dinoco.de> Date: Thu, 27 Aug 1998 19:24:02 +0200 (CEST) From: Stefan Eggers Reply-To: seggers@semyam.dinoco.de To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: seggers@semyam.dinoco.de X-Send-Pr-Version: 3.2 Subject: ports/7760: rtf2LaTeX doesn't set permissions propperly Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7760 >Category: ports >Synopsis: rtf2LaTeX doesn't set permissions propperly >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 27 10:40:01 PDT 1998 >Last-Modified: >Originator: Stefan Eggers >Organization: none >Release: FreeBSD 3.0-CURRENT i386 >Environment: A -current system from last weekend. >Description: I compiled the port under my user account with umask 077. When it was finished I did a "make package" as root with umask 022. The executable had no permissions for anybody besides root. That's caused by the installation process using a plain cp for copying the executable. The man page is probably affected, too. >How-To-Repeat: See under description. Do the same I did. >Fix: Instead of using the install target in the Makefile of the software (located under work) we should have such a target in our port Makefile and use the INSTALL_* macros to get it right. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message