Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2003 09:39:14 -0500 (EST)
From:      Ken Stailey <kstailey@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47254: pkg-name is not a generated file
Message-ID:  <200301201439.h0KEdEVn018650@hermes.trickster.gods>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301201439.h0KEdEVn018650>