pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/tkirc2 Switch to Tk 8.4 and enable pkgviews insta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5fae37b03b3f
branches:  trunk
changeset: 470804:5fae37b03b3f
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Mar 12 01:44:21 2004 +0000

description:
Switch to Tk 8.4 and enable pkgviews installation.
Bump PKGREVISION.

diffstat:

 chat/tkirc2/Makefile |  17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r d7b756102bc2 -r 5fae37b03b3f chat/tkirc2/Makefile
--- a/chat/tkirc2/Makefile      Fri Mar 12 01:32:30 2004 +0000
+++ b/chat/tkirc2/Makefile      Fri Mar 12 01:44:21 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2004/03/08 20:27:13 minskim Exp $
+# $NetBSD: Makefile,v 1.7 2004/03/12 01:44:21 minskim Exp $
 
 DISTNAME=      tkirc2.46
 PKGNAME=       tkirc2-2.46
+PKGREVISION=   1
 CATEGORIES=    chat x11
 MASTER_SITES=  ftp://ftp.netsplit.de/pub/tcltk/
 
@@ -10,13 +11,23 @@
 COMMENT=       GUI for the ircII Internet Relay Chat client
 
 DEPENDS+=      ircII-[0-9]*:../../chat/ircII
-DEPENDS+=      tk>=8.3.2:../../x11/tk83
+DEPENDS+=      tk>=8.3.2:../../x11/tk
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 WRKSRC=                ${WRKDIR}/tkirc2
-USE_X11=       yes
+NO_BUILDLINK=  yes
 NO_CONFIGURE=  yes
 NO_BUILD=      yes
 
+SUBST_CLASSES+=                paths
+SUBST_MESSAGE.paths=   "Fixing hardcoded command names."
+SUBST_STAGE.paths=     post-patch
+SUBST_FILES.paths=     tkirc2
+SUBST_SED.paths=       -e 's,wish8.3,wish,g'
+
+INSTALLATION_DIRS=     bin
+
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/tkirc2 ${PREFIX}/bin
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tkirc2



Home | Main Index | Thread Index | Old Index