pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tkined - Use buildlink framework.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25cfb4874490
branches:  trunk
changeset: 476192:25cfb4874490
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jun 05 04:10:21 2004 +0000

description:
- Use buildlink framework.
- Switch to Tk 8.4.
- Share distinfo with tcl-scotty.

diffstat:

 net/tkined/Makefile |  13 +++++++++----
 net/tkined/distinfo |   9 ---------
 2 files changed, 9 insertions(+), 13 deletions(-)

diffs (55 lines):

diff -r ed707b775cfa -r 25cfb4874490 net/tkined/Makefile
--- a/net/tkined/Makefile       Sat Jun 05 03:19:52 2004 +0000
+++ b/net/tkined/Makefile       Sat Jun 05 04:10:21 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2004/03/08 20:27:15 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2004/06/05 04:10:21 minskim Exp $
 #
 
 DISTNAME=      scotty-2.1.11
 PKGNAME=       tkined-1.4.11
+PKGREVISION=   1
 CATEGORIES=    net tcl tk
 MASTER_SITES=  ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
 
@@ -10,20 +11,24 @@
 HOMEPAGE=      http://wwwhome.cs.utwente.nl/~schoenw/scotty/
 COMMENT=       Graphical network discovery and monitoring tool based on scotty
 
-DEPENDS+=      tk>=8.3.2:../../x11/tk83
 DEPENDS+=      tcl-scotty>=2.1.11:../../net/tcl-scotty
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/unix
+USE_BUILDLINK3=        yes
 GNU_CONFIGURE=  yes
-CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib --enable-multicast \
-               --enable-gdmo --with-tk-config=${PREFIX}/lib
+CONFIGURE_ARGS+=--with-tcl-config=${BUILDLINK_PREFIX.tcl}/lib  \
+               --with-tk-config=${BUILDLINK_PREFIX.tk}/lib     \
+               --enable-multicast --enable-gdmo
 CONFIGURE_ENV+=        TARGET=tkined
 
 USE_LIBTOOL=   yes
 
+DISTINFO_FILE= ${.CURDIR}/../../net/tcl-scotty/distinfo
 FILESDIR=      ${.CURDIR}/../../net/tcl-scotty/files
 PATCHDIR=      ${.CURDIR}/../../net/tcl-scotty/patches
 
+.include "../../x11/tk/buildlink3.mk"
+
 do-install:
        @cd ${WRKSRC} && ${MAKE_ENV} ${MAKE} tki-install
        ${INSTALL_DATA} ${WRKSRC}/../doc/tkined.1 ${PREFIX}/man/man1
diff -r ed707b775cfa -r 25cfb4874490 net/tkined/distinfo
--- a/net/tkined/distinfo       Sat Jun 05 03:19:52 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.3 2002/11/25 17:53:24 jwise Exp $
-
-SHA1 (scotty-2.1.11.tar.gz) = 819011f908c57e4591d6f50e51677c01eb55dc13
-Size (scotty-2.1.11.tar.gz) = 1381059 bytes
-SHA1 (patch-aa) = f63015265b7a5a44c73f9ee6c0ad43eee1880769
-SHA1 (patch-ab) = f789d464c73a830453b1ea43bfb8bad93b5c3e7e
-SHA1 (patch-ac) = 5414110cb56026e77dc96316e33ee07d1331b85f
-SHA1 (patch-ad) = 64c2f53c0eb0e32af144ec6c4e2b0f55edc9b60a
-SHA1 (patch-af) = 8915bfd1912e9255e39d2c3b5b49e0b5c518bb9c



Home | Main Index | Thread Index | Old Index