pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc PR 37949: Aleksey Cheusov: USE_TOOLS needs to be fixed...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4a7c19906b18
branches: trunk
changeset: 538284:4a7c19906b18
user: tnn <tnn%pkgsrc.org@localhost>
date: Mon Feb 04 19:52:54 2008 +0000
description:
PR 37949: Aleksey Cheusov: USE_TOOLS needs to be fixed in several packages
diffstat:
cross/binutils/Makefile | 4 ++--
devel/mkcmd/Makefile | 4 +++-
emulators/fuse-utils/Makefile | 3 ++-
emulators/z26/Makefile | 4 ++--
graphics/vcg/Makefile | 4 ++--
lang/snobol/Makefile | 4 ++--
mail/netbiff/Makefile | 4 +++-
textproc/jade/Makefile | 4 ++--
8 files changed, 18 insertions(+), 13 deletions(-)
diffs (143 lines):
diff -r cb73101fd739 -r 4a7c19906b18 cross/binutils/Makefile
--- a/cross/binutils/Makefile Mon Feb 04 18:07:53 2008 +0000
+++ b/cross/binutils/Makefile Mon Feb 04 19:52:54 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2007/02/15 14:45:40 rillig Exp $
+# $NetBSD: Makefile,v 1.51 2008/02/04 19:52:55 tnn Exp $
#
# GNU binutils configured to hold `as many targets as the cross system is
# capable of using'. Configures and builds everything except gas, which
@@ -15,7 +15,7 @@
COMMENT= Unified GNU binutils for cross build environments
USE_CROSSBASE= yes
-USE_TOOLS+= gm4
+USE_TOOLS+= gm4 pod2man
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff -r cb73101fd739 -r 4a7c19906b18 devel/mkcmd/Makefile
--- a/devel/mkcmd/Makefile Mon Feb 04 18:07:53 2008 +0000
+++ b/devel/mkcmd/Makefile Mon Feb 04 19:52:54 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/11/18 10:39:57 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2008/02/04 19:52:54 tnn Exp $
#
DISTNAME= mkcmd-8.14
@@ -10,6 +10,8 @@
MAINTAINER= epg%NetBSD.org@localhost
COMMENT= Command-line parser and manual page generator
+USE_TOOLS+= m4
+
PKG_INSTALLATION_TYPES= overwrite pkgviews
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
diff -r cb73101fd739 -r 4a7c19906b18 emulators/fuse-utils/Makefile
--- a/emulators/fuse-utils/Makefile Mon Feb 04 18:07:53 2008 +0000
+++ b/emulators/fuse-utils/Makefile Mon Feb 04 19:52:54 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2008/01/24 18:32:55 adam Exp $
+# $NetBSD: Makefile,v 1.14 2008/02/04 19:52:54 tnn Exp $
DISTNAME= fuse-utils-0.9.0
CATEGORIES= emulators
@@ -9,6 +9,7 @@
COMMENT= ZX Spectrum Emulator utilities
GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
LIBS+= -lgcrypt
LIBS+= -lgpg-error
diff -r cb73101fd739 -r 4a7c19906b18 emulators/z26/Makefile
--- a/emulators/z26/Makefile Mon Feb 04 18:07:53 2008 +0000
+++ b/emulators/z26/Makefile Mon Feb 04 19:52:54 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/10/22 16:30:22 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2008/02/04 19:52:54 tnn Exp $
#
DISTNAME= z26v213
@@ -16,7 +16,7 @@
ONLY_FOR_PLATFORM+= *-*-i386
WRKSRC= ${WRKDIR}/z26_snapshot-20040523
-USE_TOOLS+= gmake perl
+USE_TOOLS+= gmake m4 perl
BUILD_TARGET= netbsd
MAKE_ENV+= INSTALL_BINDIR=${PREFIX}/bin
MAKE_ENV+= INSTALL_MANDIR=${PREFIX}/${PKGMANDIR}/man1
diff -r cb73101fd739 -r 4a7c19906b18 graphics/vcg/Makefile
--- a/graphics/vcg/Makefile Mon Feb 04 18:07:53 2008 +0000
+++ b/graphics/vcg/Makefile Mon Feb 04 19:52:54 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/02/04 21:51:58 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2008/02/04 19:52:55 tnn Exp $
DISTNAME= vcg.1.30.r3.17
PKGNAME= vcg-1.30
@@ -11,7 +11,7 @@
COMMENT= Visualization Tool for compiler graphs
WRKSRC= ${WRKDIR}/vcg.1.30
-USE_TOOLS+= imake
+USE_TOOLS+= imake lex
USE_X11BASE= yes
pre-patch:
diff -r cb73101fd739 -r 4a7c19906b18 lang/snobol/Makefile
--- a/lang/snobol/Makefile Mon Feb 04 18:07:53 2008 +0000
+++ b/lang/snobol/Makefile Mon Feb 04 19:52:54 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2007/12/22 21:40:13 tnn Exp $
+# $NetBSD: Makefile,v 1.19 2008/02/04 19:52:54 tnn Exp $
#
DISTNAME= snobol-0.99.4
@@ -19,7 +19,7 @@
BUILD_TARGET= it
USE_CONFIGURE= NO
-USE_TOOLS+= gzip
+USE_TOOLS+= gzip m4
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
MAKE_JOBS_SAFE= NO
diff -r cb73101fd739 -r 4a7c19906b18 mail/netbiff/Makefile
--- a/mail/netbiff/Makefile Mon Feb 04 18:07:53 2008 +0000
+++ b/mail/netbiff/Makefile Mon Feb 04 19:52:54 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/11/03 16:47:50 rillig Exp $
+# $NetBSD: Makefile,v 1.2 2008/02/04 19:52:54 tnn Exp $
#
DISTNAME= netbiff-0.9.18
@@ -9,6 +9,8 @@
HOMEPAGE= http://www.cs.virginia.edu/~jrk3g/netbiff/
COMMENT= Xbiff-like mail notification, handles multiple mailboxes
+USE_TOOLS+= pkg-config
+
SUBST_CLASSES+= fix-path
SUBST_FILES.fix-path+= conf-home
SUBST_STAGE.fix-path= pre-configure
diff -r cb73101fd739 -r 4a7c19906b18 textproc/jade/Makefile
--- a/textproc/jade/Makefile Mon Feb 04 18:07:53 2008 +0000
+++ b/textproc/jade/Makefile Mon Feb 04 19:52:54 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2007/01/24 19:45:09 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2008/02/04 19:52:54 tnn Exp $
DISTNAME= jade-1.2.1
PKGREVISION= 12
@@ -18,7 +18,7 @@
CONFLICTS+= sp-[0-9]*
USE_LANGUAGES= c c++
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake m4
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
Home |
Main Index |
Thread Index |
Old Index