pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc There's no need to use 'USE_X11BASE' in dinotrace ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb0563f9c8f9
branches:  trunk
changeset: 467279:cb0563f9c8f9
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Jan 28 12:21:54 2004 +0000

description:
There's no need to use 'USE_X11BASE' in dinotrace package, we'll use
USE_X11 instead, bump PKGREVISION.

diffstat:

 cad/dinotrace/Makefile |  5 +++--
 doc/CHANGES            |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 2ce8b80db74e -r cb0563f9c8f9 cad/dinotrace/Makefile
--- a/cad/dinotrace/Makefile    Wed Jan 28 12:18:47 2004 +0000
+++ b/cad/dinotrace/Makefile    Wed Jan 28 12:21:54 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2003/08/09 10:32:13 seb Exp $
+# $NetBSD: Makefile,v 1.27 2004/01/28 12:21:54 xtraeme Exp $
 #
 
 DISTNAME=      dinotrace-9.1k
+PKGREVISION=   1
 CATEGORIES=    cad
 MASTER_SITES=  http://www.veripool.com/ftp/
 
@@ -10,7 +11,7 @@
 COMMENT=       Tool for viewing the output of digital simulators
 
 USE_BUILDLINK2=                YES
-USE_X11BASE=           YES
+USE_X11=               YES
 GNU_CONFIGURE=         YES
 USE_PERL5=             build
 INFO_FILES=            dinotrace.info
diff -r 2ce8b80db74e -r cb0563f9c8f9 doc/CHANGES
--- a/doc/CHANGES       Wed Jan 28 12:18:47 2004 +0000
+++ b/doc/CHANGES       Wed Jan 28 12:21:54 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4623 2004/01/28 12:14:16 xtraeme Exp $
+$NetBSD: CHANGES,v 1.4624 2004/01/28 12:23:18 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -509,3 +509,4 @@
        Updated mutt to 1.4.1nb4 [lukem 2004-01-28]
        Updated tla to 1.1 [recht 2004-01-28]
        Updated nedit to 5.4nb1 [xtraeme 2004-01-28]
+       Updated dinotrace to 9.1knb1 [xtraeme 2004-01-28]



Home | Main Index | Thread Index | Old Index