From 26d2a29b401c4b9da324e9f4bab9c37d677ac3bb Mon Sep 17 00:00:00 2001 From: marino Date: Tue, 21 Aug 2012 21:38:53 +0000 Subject: chat/quirc: Add tcl/tk 8.5 support In-line replace changes 8.3 support to 8.5 support. --- chat/quirc/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'chat') diff --git a/chat/quirc/Makefile b/chat/quirc/Makefile index 6ea87ff4a6d..84d41d0b157 100644 --- a/chat/quirc/Makefile +++ b/chat/quirc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2010/02/14 20:26:35 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2012/08/21 21:38:53 marino Exp $ # DISTNAME= quirc-0.9.84 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= chat MASTER_SITES= http://quirc.org/ @@ -20,6 +20,12 @@ CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl} CONFIGURE_ARGS+= --with-wish=${TOOLS_PATH.wish} MAKE_FLAGS+= docdir=${PREFIX}/share/doc/quirc +SUBST_CLASSES+= T85 +SUBST_STAGE.T85= post-patch +SUBST_FILES.T85= configure configure.in +SUBST_MESSAGE.T85= Changing tcl/tk 8.3 search into tcl/tk 8.5 search +SUBST_SED.T85= -e 's,8_3,8_5,g' -e 's,8.3,8.5,g' -e 's,83,85,g' + pre-configure: cd ${WRKSRC} && autoreconf -- cgit v1.2.3