From owner-freebsd-ports-bugs Mon Jan 20 6:40: 7 2003 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 B964F37B405 for ; Mon, 20 Jan 2003 06:40:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3BFE43F1E for ; Mon, 20 Jan 2003 06:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0KEe3NS093799 for ; Mon, 20 Jan 2003 06:40:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0KEe3Zb093798; Mon, 20 Jan 2003 06:40:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B4C537B401 for ; Mon, 20 Jan 2003 06:39:17 -0800 (PST) Received: from hermes.tubas.net (dsl092-164-043.wdc1.dsl.speakeasy.net [66.92.164.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80C3C43EB2 for ; Mon, 20 Jan 2003 06:39:16 -0800 (PST) (envelope-from kstailey@speakeasy.net) Received: from hermes.trickster.gods (localhost.trickster.gods [127.0.0.1]) by hermes.tubas.net (8.12.6/8.12.6) with ESMTP id h0KEdFto018651 for ; Mon, 20 Jan 2003 09:39:15 -0500 (EST) (envelope-from kstailey@hermes.trickster.gods) Received: (from kstailey@localhost) by hermes.trickster.gods (8.12.6/8.12.6/Submit) id h0KEdEVn018650; Mon, 20 Jan 2003 09:39:14 -0500 (EST) Message-Id: <200301201439.h0KEdEVn018650@hermes.trickster.gods> Date: Mon, 20 Jan 2003 09:39:14 -0500 (EST) From: Ken Stailey Reply-To: Ken Stailey To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/47254: pkg-name is not a generated file Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47254 >Category: ports >Synopsis: pkg-name is not a generated file >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 20 06:40:03 PST 2003 >Closed-Date: >Last-Modified: >Originator: Ken Stailey >Release: FreeBSD 4.7-STABLE i386 >Organization: self >Environment: System: FreeBSD hermes.trickster.gods 4.7-STABLE FreeBSD 4.7-STABLE #12: Sun Jan 19 10:45:49 EST 2003 kstailey@hermes.trickster.gods:/usr/obj/usr/src/sys/HERMES i386 >Description: The ports/emulator/klh10/Makefile has code that tries to generate pkg-message at pre-install time. This is wrong; no files should be written to ${PKGSRC} when the package is being built. >How-To-Repeat: Try to build from a CD-ROM. >Fix: --- Makefile 2003/01/19 13:28:23 1.1 +++ Makefile 2003/01/20 14:25:22 @@ -7,6 +7,7 @@ PORTNAME= klh10 PORTVERSION= 2.0a +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://klh10.trailing-edge.com/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -79,17 +80,6 @@ usage.txt \ utils.txt \ vtape.txt - -pre-install: - @ ${MKDIR} ${KSITS_KLH10_HOME} - @ ${MKDIR} ${KSITS_DRIVER_DIR} - @ ${MKDIR} ${KSITS_DOCDIR} - @ ${ECHO} KLH10 contains a setuid that accepts network connections. \ - > ${PKGDIR}/pkg-message - @ ${ECHO} Consider using a firewall to limit access to KLH10. \ - >> ${PKGDIR}/pkg-message - @ ${ECHO} See the ${KSITS_DOCDIR}/pubits/adm >> ${PKGDIR}/pkg-message - @ ${ECHO} for firewall documentation. >> ${PKGDIR}/pkg-message post-install: .for file in ${KSITS_NATIVE_PROGS} ${KSITS_EM_DRIVERS} ${KSITS_EM_SDRIVERS} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message