Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2006 15:19:21 -0500
From:      Serge Gagnon <serge.gagnon@b2b2c.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        vsevolod@FreeBSD.org
Subject:   ports/94372: Patch port: textproc/redet add dependency
Message-ID:  <E1FIAYb-00026Z-4l@quenix1.dyndns.org>
Resent-Message-ID: <200603112020.k2BKKbNf028030@freefall.freebsd.org>

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

>Number:         94372
>Category:       ports
>Synopsis:       Patch port: textproc/redet add 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:   Sat Mar 11 20:20:37 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Serge Gagnon
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
me
>Environment:
System: FreeBSD quenix1.dyndns.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Jan 28 18:10:46 EST 2006 root@quenix1.dyndns.org:/usr/obj/usr/src/sys/QUENIX1 i386

>Description:
- This port need x11-toolkits/iwidgets in order to run.
- Bump PORTREVISION

maintainer is cc'ed
>How-To-Repeat:
>Fix:


--- patch-redet.diff begins here ---
diff -urN textproc/redet.orig/Makefile textproc/redet/Makefile
--- textproc/redet.orig/Makefile	Tue Oct 11 19:17:34 2005
+++ textproc/redet/Makefile	Sun Mar  5 20:28:35 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	redet
 PORTVERSION=	7.3
+PORTREVISION=	1
 CATEGORIES=	textproc tk84
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	vsevolod
@@ -14,7 +15,8 @@
 MAINTAINER=	vsevolod@FreeBSD.org
 COMMENT=	Visual regexp constructors with many regexp types support
 
-RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84
+RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
+		${LOCALBASE}/lib/iwidgets/iwidgets.tcl:${PORTSDIR}/x11-toolkits/iwidgets
 
 NO_BUILD=	yes
 USE_REINPLACE=	yes
--- patch-redet.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1FIAYb-00026Z-4l>