From monkey@vectors.cx  Mon Sep 23 14:13:36 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 C6C6B37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 23 Sep 2002 14:13:36 -0700 (PDT)
Received: from vectors.cx (manifold.vectors.cx [64.163.147.229])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 85AB143E42
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 23 Sep 2002 14:13:36 -0700 (PDT)
	(envelope-from monkey@vectors.cx)
Received: from vectors.cx (30283dfca89ae71ede5b3b190de42709@localhost [127.0.0.1])
	by vectors.cx (8.12.6/8.12.4) with ESMTP id g8NLEAho050046
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 23 Sep 2002 14:14:10 -0700 (PDT)
	(envelope-from monkey@vectors.cx)
Received: (from monkey@localhost)
	by vectors.cx (8.12.6/8.12.6/Submit) id g8NLEAEk050045;
	Mon, 23 Sep 2002 14:14:10 -0700 (PDT)
	(envelope-from monkey)
Message-Id: <200209232114.g8NLEAEk050045@vectors.cx>
Date: Mon, 23 Sep 2002 14:14:10 -0700 (PDT)
From: <adam@vectors.cx>
Reply-To: <adam@vectors.cx>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] unbreak graphics/dc20ctrl
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         43309
>Category:       ports
>Synopsis:       [patch] unbreak graphics/dc20ctrl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 23 14:20:01 PDT 2002
>Closed-Date:    Sat Sep 28 06:56:30 PDT 2002
>Last-Modified:  Sat Sep 28 06:56:30 PDT 2002
>Originator:     
>Release:        FreeBSD 4.7-RC i386
>Organization:
>Environment:
System: FreeBSD smacky.vectors.cx 4.7-RC FreeBSD 4.7-RC #21: Sun Sep 22 01:45:57 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386


	
>Description:
	graphics/dc20ctrl is listed as BROKEN because of the installation problem
	noted in http://bento.freebsd.org/errorlogs/4-latest/dc20ctrl-0.4_1.log.
	this patch fixes the installation.
	
>How-To-Repeat:
	
>Fix:

	

--- dc20ctrl.patch begins here ---
--- graphics/dc20ctrl/Makefile.orig	Mon Sep 23 14:01:01 2002
+++ graphics/dc20ctrl/Makefile	Mon Sep 23 14:08:23 2002
@@ -13,8 +13,6 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-BROKEN=		"Installation fails"
-
 LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
 		tiff.4:${PORTSDIR}/graphics/tiff \
 		png.5:${PORTSDIR}/graphics/png
@@ -22,5 +20,9 @@
 MAKE_ARGS=	-DUSE_JPEG -DUSE_TIFF -DUSE_PNG
 
 MAN1=		dc20ctrl.1
+
+do-install:
+	${INSTALL_PROGRAM} -g dialer -m 02755 ${WRKSRC}/dc20ctrl ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/dc20ctrl.man ${PREFIX}/man/man1/dc20ctrl.1
 
 .include <bsd.port.mk>
--- dc20ctrl.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Sat Sep 28 06:56:19 PDT 2002 
State-Changed-Why:  
committed, thanks 

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