From monkey@vectors.cx  Thu Sep  5 10:44:58 2002
Return-Path: <monkey@vectors.cx>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 58FFF37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Sep 2002 10:44:58 -0700 (PDT)
Received: from vectors.cx (manifold.vectors.cx [64.163.147.229])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1658C43E3B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Sep 2002 10:44:58 -0700 (PDT)
	(envelope-from monkey@vectors.cx)
Received: from vectors.cx (aa79c476e1f3d2dc62114fecd2f615e8@localhost [127.0.0.1])
	by vectors.cx (8.12.4/8.12.4) with ESMTP id g85Hkl2e083276
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 5 Sep 2002 10:46:47 -0700 (PDT)
	(envelope-from monkey@vectors.cx)
Received: (from monkey@localhost)
	by vectors.cx (8.12.4/8.12.4/Submit) id g85HklIe083275;
	Thu, 5 Sep 2002 10:46:47 -0700 (PDT)
	(envelope-from monkey)
Message-Id: <200209051746.g85HklIe083275@vectors.cx>
Date: Thu, 5 Sep 2002 10:46:47 -0700 (PDT)
From: Adam Weinberger <adam@vectors.cx>
Reply-To: Adam Weinberger <adam@vectors.cx>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: patch: unbreak audio/cam install process
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         42453
>Category:       ports
>Synopsis:       patch: unbreak audio/cam install process
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 05 10:50:05 PDT 2002
>Closed-Date:    Thu Sep 05 11:33:51 PDT 2002
>Last-Modified:  Thu Sep 05 11:33:51 PDT 2002
>Originator:     Adam Weinberger
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD manifold.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #10: Sat Jun 29 16:50:17 PDT 2002 root@manifold.vectors.cx:/usr/src/sys/compile/subspace i386


	
>Description:
	the audio/cam install process is broken. this patches the port Makefile
	and provides a do-install targes. see:
	http://bento.freebsd.org/errorlogs/4-latest/cam-1.02.log
	
>How-To-Repeat:
	
>Fix:

	

--- Makefile.orig       Thu Sep  5 10:29:57 2002
+++ Makefile    Thu Sep  5 10:35:10 2002
@@ -16,4 +16,8 @@
 
 MAN1=  cam.1
   
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/cam ${BINDIR}
+       ${INSTALL_MAN} ${WRKSRC}/cam.1 ${MANDIR}
+
.include <bsd.port.mk>

>Release-Note:
>Audit-Trail:

From: Adam Weinberger <adam@vectors.cx>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: ports/42453: patch: unbreak audio/cam install process
Date: Thu, 5 Sep 2002 11:05:59 -0700

 geez, not so cool. copied in the wrong patch!
 --- Makefile.orig       Thu Sep  5 10:29:57 2002
 +++ Makefile    Thu Sep  5 10:55:32 2002
 @@ -16,4 +16,10 @@
  
  MAN1=  cam.1
    
 +do-install:
 +       ${INSTALL_PROGRAM} ${WRKSRC}/cam ${PREFIX}/bin
 +.if !defined(NOPORTDOCS)
 +       ${INSTALL_MAN} ${WRKSRC}/cam.1 ${MANPREFIX}/share/man/man1
 +.endif
 +
 .include <bsd.port.mk>

From: Trevor Johnson <trevor@jpj.net>
To: Adam Weinberger <adam@vectors.cx>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: ports/42453: patch: unbreak audio/cam install process
Date: Thu, 5 Sep 2002 14:22:56 -0400 (EDT)

 >  geez, not so cool. copied in the wrong patch!
 
 Your original patch looked better, because manual pages are supposed to be
 installed regardless of whether NOPORTDOCS is set.  See
 <URL:http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/x2953.html>.
 -- 
 Trevor Johnson
 
State-Changed-From-To: open->closed 
State-Changed-By: trevor 
State-Changed-When: Thu Sep 5 11:30:43 PDT 2002 
State-Changed-Why:  
committed--thank you, Adam 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42453 
>Unformatted:
