Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2007 12:55:01 +0100 (CET)
From:      Martin Tournoij <carpetsmoker@xs4all.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/110580: [PATCH] misc/tkregexp - Update to TCL/TK 8.4, Take maintainership
Message-ID:  <20070320115501.EF5B4B82A@mail.rwxrwxrwx.net>
Resent-Message-ID: <200703201200.l2KC0Dh1076806@freefall.freebsd.org>

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

>Number:         110580
>Category:       ports
>Synopsis:       [PATCH] misc/tkregexp - Update to TCL/TK 8.4, Take maintainership
>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:   Tue Mar 20 12:00:13 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Martin Tournoij
>Release:        FreeBSD 6.2-RELEASE-p1 i386
>Organization:
>Environment:
FreeBSD glitch.carpetsmoker.net 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #0: Thu Feb 15 20:56:16 CET 2007 carpetsmoker@glitch.carpetsmoker.net:/usr/obj/nfs/tinderbox/jails/6.2/src/sys/GENERICri386

>Description:

- Update to TCL/TK 8.4
- Take maintainership

>How-To-Repeat:

>Fix:

--- patch-tkregexp begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/tkregexp/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	10 Apr 2004 17:26:45 -0000	1.6
+++ Makefile	20 Mar 2007 09:56:59 -0000
@@ -7,21 +7,22 @@
 
 PORTNAME=	tkregexp
 PORTVERSION=	3.0
-CATEGORIES=	misc tk83
+PORTREVISION=	1
+CATEGORIES=	misc tk84
 MASTER_SITES=	http://laurent.riesterer.free.fr/regexp/
 DISTNAME=	visual_regexp-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	carpetsmoker.xs4all.nl
 COMMENT=	An interactive regexp design tool
 
-RUN_DEPENDS=	wish8.3:${PORTSDIR}/x11-toolkits/tk83
-
-NO_WRKSUBDIR=	yes
+USE_TK=		yes
 NO_BUILD=	yes
 PLIST_FILES=	bin/tkregexp
-USE_X_PREFIX=	yes
+
+post-patch:
+	@${REINPLACE_CMD} 's|wish8.3|${WISH}|' ${WRKSRC}/visual_regexp.tcl
 
 do-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}/visual_regexp.tcl ${PREFIX}/bin/${PORTNAME}
+	@${INSTALL_SCRIPT} ${WRKSRC}/visual_regexp.tcl ${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>
--- patch-tkregexp ends here ---

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



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