summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-08-21 21:38:53 +0000
committermarino <marino@pkgsrc.org>2012-08-21 21:38:53 +0000
commit26d2a29b401c4b9da324e9f4bab9c37d677ac3bb (patch)
tree4c5c549243bc6df24e6968fa2503851d86cc7cd5 /chat
parent01735334ad9c50954b60531c5b38a2dafd63ce26 (diff)
downloadpkgsrc-26d2a29b401c4b9da324e9f4bab9c37d677ac3bb.tar.gz
chat/quirc: Add tcl/tk 8.5 support
In-line replace changes 8.3 support to 8.5 support.
Diffstat (limited to 'chat')
-rw-r--r--chat/quirc/Makefile10
1 files changed, 8 insertions, 2 deletions
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