ports/110580: [PATCH] misc/tkregexp - Update to TCL/TK 8.4, Take maintainership

Martin Tournoij carpetsmoker at xs4all.nl
Tue Mar 20 12:00:14 UTC 2007


>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 at 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 at 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:
 



More information about the freebsd-ports-bugs mailing list