Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  7 Jun 2004 10:59:24 +0200 (CEST)
From:      Stefan Walter <sw@gegenunendlich.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        so14k@so14k.com
Subject:   ports/67662: [PATCH] sysutils/barry: add missing dependencies
Message-ID:  <20040607085924.647463C90@kyuzo.dunkelkammer.void>
Resent-Message-ID: <200406070900.i5790fUx020687@freefall.freebsd.org>

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

>Number:         67662
>Category:       ports
>Synopsis:       [PATCH] sysutils/barry: add missing dependencies
>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:   Mon Jun 07 09:00:40 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Walter
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
Infinity Approximation Task Force
>Environment:
System: FreeBSD kyuzo.dunkelkammer.void 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Sat Jun  5 15:56:32 CEST
>Description:
Add missing {BUILD,RUN}_DEPENDS.

Port maintainer (so14k@so14k.com) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:
--- barry-0.7.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/barry.old/Makefile /usr/ports/sysutils/barry/Makefile
--- /usr/ports/sysutils/barry.old/Makefile	Mon Jun  7 09:52:37 2004
+++ /usr/ports/sysutils/barry/Makefile	Mon Jun  7 10:45:38 2004
@@ -14,6 +14,9 @@
 MAINTAINER=	so14k@so14k.com
 COMMENT=	A nice KDE frontend to the ports system
 
+BUILD_DEPENDS=	portsdb:${PORTSDIR}/sysutils/portupgrade
+RUN_DEPENDS=	portsdb:${PORTSDIR}/sysutils/portupgrade
+
 USE_BZIP2=	yes
 USE_KDELIBS_VER=3
 USE_REINPLACE=	yes
--- barry-0.7.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?20040607085924.647463C90>