Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2002 14:14:10 -0700 (PDT)
From:      <adam@vectors.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43309: [patch] unbreak graphics/dc20ctrl
Message-ID:  <200209232114.g8NLEAEk050045@vectors.cx>

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

>Number:         43309
>Category:       ports
>Synopsis:       [patch] unbreak graphics/dc20ctrl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 23 14:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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