From 230a4ce4ecdbe4a82cd0857ce90c994e5e5ba6cc Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 22 Jan 2004 07:49:20 +0000 Subject: replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. --- comms/fidogate/Makefile | 4 ++-- comms/gsmlib/Makefile | 4 ++-- comms/jpilot-syncmal/Makefile | 4 ++-- comms/malsync/Makefile | 4 ++-- comms/minicom/Makefile | 4 ++-- comms/p5-pilot-link/Makefile | 4 ++-- comms/pilot-link/Makefile | 4 ++-- comms/plp/Makefile | 4 ++-- comms/scmxx/Makefile | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) (limited to 'comms') diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile index c35671a4151..71dcea01f3a 100644 --- a/comms/fidogate/Makefile +++ b/comms/fidogate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2003/08/09 10:34:46 seb Exp $ +# $NetBSD: Makefile,v 1.29 2004/01/22 07:51:12 grant Exp $ # DISTNAME= fidogate-4.4.5 @@ -11,7 +11,7 @@ COMMENT= FidoNet (FTN) <-> Internet mail and news gateway USE_BUILDLINK2= yes USE_PKGINSTALL= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make MAKE_ENV= DEBUG="${CFLAGS} -Werror" BUILDLINK_SETENV.CC= CC="cc ${_STRIPFLAG_CC}" diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index 19edd8bc53f..5d0dc896957 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 21:26:43 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/22 07:51:12 grant Exp $ # DISTNAME= gsmlib-1.9 @@ -14,7 +14,7 @@ BUILD_USES_MSGFMT= yes ONLY_FOR_PLATFORM= NetBSD-1.[6-9]* -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES diff --git a/comms/jpilot-syncmal/Makefile b/comms/jpilot-syncmal/Makefile index 188553dec58..ba73ed2a2c0 100644 --- a/comms/jpilot-syncmal/Makefile +++ b/comms/jpilot-syncmal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/01/12 10:39:06 cjep Exp $ +# $NetBSD: Makefile,v 1.21 2004/01/22 07:51:12 grant Exp $ DISTNAME= jpilot-syncmal_0.71.2 PKGNAME= jpilot-syncmal-0.71.2 @@ -14,7 +14,7 @@ BUILDLINK_DEPMETHOD.jpilot= full USE_BUILDLINK2= # defined USE_X11= # defined -USE_GMAKE= # defined +USE_GNU_TOOLS+= make USE_LIBTOOL= # defined SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool diff --git a/comms/malsync/Makefile b/comms/malsync/Makefile index fd34f7850d8..8318e15af37 100644 --- a/comms/malsync/Makefile +++ b/comms/malsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/20 12:10:01 agc Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/22 07:51:12 grant Exp $ # DISTNAME= ${PKGNAME_NOREV:S/-/_/}.src @@ -13,7 +13,7 @@ COMMENT= Utility to synchronize Palm Pilots to the AvantGo.com service WRKSRC= ${WRKDIR}/malsync USE_BUILDLINK2= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make MAKE_ENV+= PILOT_LINK_DIR=${BUILDLINK_PREFIX.pilot-link-libs} CPPFLAGS+= -D__unix__=1 diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 97a21356f6d..25a7fd39f49 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2004/01/20 12:10:01 agc Exp $ +# $NetBSD: Makefile,v 1.38 2004/01/22 07:51:12 grant Exp $ DISTNAME= minicom-1.83.1.src PKGNAME= ${DISTNAME:S/.src//} @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src USE_BUILDLINK2= yes USE_PKGINSTALL= yes USE_PKGLOCALEDIR= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make NO_CONFIGURE= yes PKG_SYSCONFSUBDIR= minicom diff --git a/comms/p5-pilot-link/Makefile b/comms/p5-pilot-link/Makefile index 29ceddf3000..07e191e07e6 100644 --- a/comms/p5-pilot-link/Makefile +++ b/comms/p5-pilot-link/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/07/21 16:35:15 martti Exp $ +# $NetBSD: Makefile,v 1.20 2004/01/22 07:51:12 grant Exp $ # .include "../../comms/pilot-link/Makefile.common" @@ -11,7 +11,7 @@ COMMENT= Perl bindings for pilot-link BUILDLINK_DEPENDS.pilot-link-libs= pilot-link-libs>=${PILOT_LINK_VERS} USE_X11= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_BUILDLINK2= YES CONFIGURE_ARGS+= --with-perl=${PERL5} diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile index 8b2d18fd11a..739a72d1ca7 100644 --- a/comms/pilot-link/Makefile +++ b/comms/pilot-link/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/01/12 09:46:04 cjep Exp $ +# $NetBSD: Makefile,v 1.33 2004/01/22 07:51:12 grant Exp $ # .include "../../comms/pilot-link/Makefile.common" @@ -10,7 +10,7 @@ COMMENT= Tools to talk to the 3Com Pilot PDA BUILDLINK_DEPENDS.pilot-link-libs= pilot-link-libs>=${PILOT_LINK_VERS} USE_X11= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_BUILDLINK2= YES USE_GNU_READLINE= YES diff --git a/comms/plp/Makefile b/comms/plp/Makefile index 10d735e1380..21fa6635718 100644 --- a/comms/plp/Makefile +++ b/comms/plp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/17 21:26:57 grant Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/22 07:51:12 grant Exp $ DISTNAME= plp_1_8 PKGNAME= plp-1.8 @@ -11,7 +11,7 @@ COMMENT= Tools to talk to the PSION organiser USE_BUILDLINK2= # defined USE_GCC_SHLIB= # defined -USE_GMAKE= # defined +USE_GNU_TOOLS+= make USE_LIBTOOL= # defined do-install: diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index c639fc1e2f4..cbab1aece4d 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2003/09/08 14:17:19 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2004/01/22 07:51:12 grant Exp $ # DISTNAME= scmxx-0.6.4 @@ -14,7 +14,7 @@ USE_BUILDLINK2= yes CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_DIR} GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scmxx -- cgit v1.2.3