Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Dec 2004 21:43:32 -0600 (CST)
From:      Sean Farley <sean-freebsd@farley.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sergei@FreeBSD.org
Subject:   ports/74638: [PATCH] devel/porttools: Add cdiff as run dependency
Message-ID:  <200412030343.iB33hW83028311@thor.farley.org>
Resent-Message-ID: <200412030350.iB33oQWA062730@freefall.freebsd.org>

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

>Number:         74638
>Category:       ports
>Synopsis:       [PATCH] devel/porttools: Add cdiff as run dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 03 03:50:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Sean Farley
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD thor.farley.org 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Nov 29 13:48:28 CST 2004
>Description:
textproc/cdiff was not listed as a run-time dependency.

Port maintainer (sergei@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- porttools-0.63_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/porttools.orig/Makefile /usr/ports/devel/porttools/Makefile
--- /usr/ports/devel/porttools.orig/Makefile	Sat Aug 28 20:27:05 2004
+++ /usr/ports/devel/porttools/Makefile	Wed Dec  1 14:05:15 2004
@@ -15,7 +15,8 @@
 MAINTAINER=	sergei@FreeBSD.org
 COMMENT=	Tools for testing and submitting port updates and new ports
 
-RUN_DEPENDS=	portlint:${PORTSDIR}/devel/portlint \
+RUN_DEPENDS=	cdiff:${PORTSDIR}/textproc/cdiff \
+		portlint:${PORTSDIR}/devel/portlint \
 		sudo:${PORTSDIR}/security/sudo
 
 .include <bsd.port.pre.mk>
--- porttools-0.63_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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