pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc There's no need to use 'USE_X11BASE' in xvile package,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ad3072d0531
branches:  trunk
changeset: 467304:7ad3072d0531
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Jan 28 15:55:17 2004 +0000

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

diffstat:

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

diffs (38 lines):

diff -r 38ac89703285 -r 7ad3072d0531 doc/CHANGES
--- a/doc/CHANGES       Wed Jan 28 15:45:06 2004 +0000
+++ b/doc/CHANGES       Wed Jan 28 15:55:17 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4636 2004/01/28 15:45:56 xtraeme Exp $
+$NetBSD: CHANGES,v 1.4637 2004/01/28 15:56:09 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -521,3 +521,4 @@
        Updated xmame to 0.78.1nb1 [xtraeme 2004-01-28]
        Updated xmess to 0.78.1nb1 [xtraeme 2004-01-28]
        Updated minivmac to 0.1.7nb1 [xtraeme 2004-01-28]
+       Updated xvile to 9.3nb1 [xtraeme 2004-01-28]
diff -r 38ac89703285 -r 7ad3072d0531 editors/xvile/Makefile
--- a/editors/xvile/Makefile    Wed Jan 28 15:45:06 2004 +0000
+++ b/editors/xvile/Makefile    Wed Jan 28 15:55:17 2004 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.37 2003/07/17 21:35:15 grant Exp $
+# $NetBSD: Makefile,v 1.38 2004/01/28 15:55:17 xtraeme Exp $
 # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp
 #
 
 DISTNAME=              vile-9.3
 PKGNAME=               xvile-9.3
+PKGREVISION=           1
 CATEGORIES=            editors
 MASTER_SITES=          ftp://dickey.his.com/vile/ \
                        ftp://invisible-island.net/vile/
@@ -13,7 +14,7 @@
 COMMENT=               VI Like Emacs, X11 version -- a fully "X aware" vi work-alike
 
 USE_BUILDLINK2=                # defined
-USE_X11BASE=           # defined
+USE_X11=               # defined
 
 GNU_CONFIGURE=         # defined
 CONFIGURE_ARGS+=       --with-perl



Home | Main Index | Thread Index | Old Index