Skip to content

Commit

Permalink
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Browse files Browse the repository at this point in the history
  • Loading branch information
grant committed Jan 24, 2004
1 parent 5e39d32 commit 986fa70
Show file tree
Hide file tree
Showing 75 changed files with 150 additions and 150 deletions.
4 changes: 2 additions & 2 deletions sysutils/amanda-dev-server/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2002/10/25 19:29:00 wiz Exp $
# $NetBSD: Makefile,v 1.3 2004/01/24 15:06:57 grant Exp $
#

PKGNAME= amanda-server-${VERS}
Expand All @@ -7,7 +7,7 @@ COMMENT= Server part of Amanda, a network backup system

USE_BUILDLINK2= yes
USE_PERL5= yes
USE_GMAKE= yes
USE_GNU_TOOLS+= make

.include "../../mk/bsd.prefs.mk"
.include "../../sysutils/amanda-dev-common/Makefile.common"
Expand Down
4 changes: 2 additions & 2 deletions sysutils/amanda-server/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.25 2003/07/17 22:53:26 grant Exp $
# $NetBSD: Makefile,v 1.26 2004/01/24 15:06:57 grant Exp $
# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp
#

Expand All @@ -14,7 +14,7 @@ COMMENT= Server part of Amanda, a network backup system

USE_PERL5= yes
USE_BUILDLINK2= yes
USE_GMAKE= yes
USE_GNU_TOOLS+= make

.include "../../mk/bsd.prefs.mk"
.include "../../sysutils/amanda-common/Makefile.common"
Expand Down
4 changes: 2 additions & 2 deletions sysutils/apcupsd/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.25 2003/09/28 09:13:58 jlam Exp $
# $NetBSD: Makefile,v 1.26 2004/01/24 15:06:57 grant Exp $

DISTNAME= apcupsd-3.8.6
PKGREVISION= 1
Expand All @@ -13,7 +13,7 @@ BUILD_USES_MSGFMT= yes

USE_BUILDLINK2= yes
USE_PKGINSTALL= yes
USE_GMAKE= yes
USE_GNU_TOOLS+= make

GNU_CONFIGURE= yes

Expand Down
4 changes: 2 additions & 2 deletions sysutils/apotheke/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2004/01/23 21:50:47 jmmv Exp $
# $NetBSD: Makefile,v 1.5 2004/01/24 15:06:57 grant Exp $
#

DISTNAME= apotheke-0.2
Expand All @@ -14,7 +14,7 @@ USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_X11= yes
USE_GMAKE= yes
USE_GNU_TOOLS+= make

GCONF2_SCHEMAS+= apotheke.schemas

Expand Down
4 changes: 2 additions & 2 deletions sysutils/cdrdao/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2004/01/20 12:26:15 agc Exp $
# $NetBSD: Makefile,v 1.13 2004/01/24 15:06:57 grant Exp $
#

DISTNAME= ${PKGNAME}.src
Expand All @@ -12,7 +12,7 @@ COMMENT= Records audio or data CD-Rs in disk-at-once (DAO) mode

WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_GNU_TOOLS+= make
CONFIGURE_ARGS+= --with-pcctsbin=${PREFIX}/bin
CONFIGURE_ARGS+= --with-pcctsinc=${PREFIX}/include/pccts
CONFIGURE_ARGS+= --without-posix-threads
Expand Down
4 changes: 2 additions & 2 deletions sysutils/cdrecord-xcdroast/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2004/01/20 12:26:15 agc Exp $
# $NetBSD: Makefile,v 1.8 2004/01/24 15:06:57 grant Exp $

DISTNAME= cdrtools-2.01a21
PKGNAME= cdrecord-xcdroast-0.98a15.2.01a21
Expand All @@ -17,7 +17,7 @@ CONFLICTS+= cdrecord-xcdroast098a13-*

WRKSRC= ${WRKDIR}/${DISTNAME:C/a.*//}
USE_BUILDLINK2= # defined
USE_GMAKE= # defined
USE_GNU_TOOLS+= make

.if ${LOCALBASE} != "/opt/schily"
BUILDLINK_TRANSFORM= r:-I/opt/schily
Expand Down
4 changes: 2 additions & 2 deletions sysutils/cdrecord/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.52 2004/01/05 12:48:30 jlam Exp $
# $NetBSD: Makefile,v 1.53 2004/01/24 15:06:57 grant Exp $

DISTNAME= cdrtools-2.00.3
PKGNAME= cdrecord-2.00.3
Expand All @@ -16,7 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
.include "../../mk/bsd.prefs.mk"

USE_BUILDLINK3= # defined
USE_GMAKE= # defined
USE_GNU_TOOLS+= make
TBL?= tbl

# avoid picking up a bad ${ARCH} during the build
Expand Down
4 changes: 2 additions & 2 deletions sysutils/cdrtools-ossdvd/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2004/01/20 12:26:15 agc Exp $
# $NetBSD: Makefile,v 1.3 2004/01/24 15:06:57 grant Exp $

DISTNAME= cdrtools-2.01a18
PKGNAME= cdrtools-ossdvd-2.01.1.18
Expand All @@ -19,7 +19,7 @@ CONFLICTS= mkisofs-[0-9]* cdrecord-* cdrtools-*

WRKSRC= ${WRKDIR}/cdrtools-2.01
USE_BUILDLINK2= # defined
USE_GMAKE= # defined
USE_GNU_TOOLS+= make
TBL?= tbl

.if ${LOCALBASE} != "/opt/schily"
Expand Down
4 changes: 2 additions & 2 deletions sysutils/dog/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2003/09/23 13:34:44 wiz Exp $
# $NetBSD: Makefile,v 1.7 2004/01/24 15:06:57 grant Exp $
# FreeBSD Id: ports/misc/dog/Makefile,v 1.1 2000/06/10 05:45:34 will Exp

DISTNAME= dog-1.7
Expand All @@ -9,7 +9,7 @@ MAINTAINER= zuntum@NetBSD.org
HOMEPAGE= http://jl.photodex.com/dog/
COMMENT= Dog writes the contents of each given file, URL, or stdin

USE_GMAKE= yes
USE_GNU_TOOLS+= make
ALL_TARGET= dog

.include "../../mk/bsd.prefs.mk"
Expand Down
4 changes: 2 additions & 2 deletions sysutils/extipl/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2004/01/20 12:26:15 agc Exp $
# $NetBSD: Makefile,v 1.7 2004/01/24 15:06:57 grant Exp $
#

DISTNAME= extipl-5.04
Expand All @@ -12,6 +12,6 @@ COMMENT= IPL compatible OS boot selector
BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm

WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src
USE_GMAKE= #defined
USE_GNU_TOOLS+= make

.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions sysutils/fam/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2003/07/17 22:53:33 grant Exp $
# $NetBSD: Makefile,v 1.8 2004/01/24 15:06:57 grant Exp $
#

DISTNAME= fam-2.6.9
Expand All @@ -13,7 +13,7 @@ HOMEPAGE= http://oss.sgi.com/projects/fam/
COMMENT= File Alteration Monitor

USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
Expand Down
4 changes: 2 additions & 2 deletions sysutils/fsviewer/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2004/01/03 18:49:52 reed Exp $
# $NetBSD: Makefile,v 1.12 2004/01/24 15:06:57 grant Exp $
#

DISTNAME= FSViewer.app-0.2.3
Expand All @@ -19,7 +19,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
# when the application gets updated for windowmaker>=0.64.0
CFLAGS+= -I${BUILDLINK_PREFIX.windowmaker}/include/WINGs

USE_GMAKE= yes
USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
USE_X11= yes
USE_BUILDLINK2= yes
Expand Down
4 changes: 2 additions & 2 deletions sysutils/gcdmaster/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2004/01/20 12:26:15 agc Exp $
# $NetBSD: Makefile,v 1.15 2004/01/24 15:06:57 grant Exp $
#

DISTNAME= cdrdao-1.1.7.src
Expand All @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/cdrdao-1.1.7
USE_X11BASE= YES
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_GNU_TOOLS+= make
CONFIGURE_ARGS+= --with-pcctsbin=${LOCALBASE}/bin
CONFIGURE_ARGS+= --with-pcctsinc=${LOCALBASE}/include/pccts
CONFIGURE_ARGS+= --without-posix-threads
Expand Down
4 changes: 2 additions & 2 deletions sysutils/gkrellm/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.26 2004/01/03 18:49:52 reed Exp $
# $NetBSD: Makefile,v 1.27 2004/01/24 15:06:57 grant Exp $
#

DISTNAME= gkrellm-1.2.13
Expand All @@ -16,7 +16,7 @@ BUILD_USES_MSGFMT= YES
OSVERSION_SPECIFIC= YES
USE_BUILDLINK2= YES
USE_X11= YES
USE_GMAKE= YES
USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= YES

ALL_TARGET= netbsd
Expand Down
4 changes: 2 additions & 2 deletions sysutils/gnome-acme/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2004/01/23 21:50:48 jmmv Exp $
# $NetBSD: Makefile,v 1.5 2004/01/24 15:06:57 grant Exp $

DISTNAME= acme-2.4.2
PKGNAME= gnome-${DISTNAME}
Expand All @@ -14,7 +14,7 @@ COMMENT= Small GNOME tool to make use of the multimedia buttons
DEPENDS= gnome2-control-center>=2.0:../../x11/gnome2-control-center

GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNU_TOOLS+= make
USE_BUILDLINK2= yes
USE_X11= yes
USE_PKGLOCALEDIR= yes
Expand Down
4 changes: 2 additions & 2 deletions sysutils/gnome-vfs/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.35 2004/01/03 18:49:52 reed Exp $
# $NetBSD: Makefile,v 1.36 2004/01/24 15:06:57 grant Exp $

DISTNAME= gnome-vfs-1.0.5
PKGREVISION= 5
Expand All @@ -15,7 +15,7 @@ BUILDLINK_DEPENDS.gnome-mime-data= gnome-mime-data>=2.0.1
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
USE_X11BASE= YES
USE_GMAKE= YES
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES

USE_LIBTOOL= YES
Expand Down
4 changes: 2 additions & 2 deletions sysutils/gnome-vfs2/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2004/01/23 21:50:48 jmmv Exp $
# $NetBSD: Makefile,v 1.23 2004/01/24 15:06:57 grant Exp $
#

DISTNAME= gnome-vfs-2.4.1
Expand All @@ -17,7 +17,7 @@ BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
USE_GMAKE= YES
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
USE_PKGINSTALL= YES

Expand Down
4 changes: 2 additions & 2 deletions sysutils/gnome2-system-monitor/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2004/01/23 21:50:48 jmmv Exp $
# $NetBSD: Makefile,v 1.4 2004/01/24 15:06:57 grant Exp $
#

DISTNAME= gnome-system-monitor-2.4.0
Expand All @@ -18,7 +18,7 @@ BUILD_USES_MSGFMT= yes
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNU_TOOLS+= make
USE_X11= yes

LIBS+= -lutil
Expand Down
4 changes: 2 additions & 2 deletions sysutils/gnometoaster/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2004/01/20 12:26:15 agc Exp $
# $NetBSD: Makefile,v 1.11 2004/01/24 15:06:57 grant Exp $
#

DISTNAME= gtoaster1.0Beta5
Expand All @@ -15,7 +15,7 @@ COMMENT= Cd recording frontend for X/Gtk
WRKSRC= ${WRKDIR}/gtoaster
USE_BUILDLINK2= YES
USE_X11= YES
USE_GMAKE= YES
USE_GNU_TOOLS+= make

GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-oss --without-esd
Expand Down
4 changes: 2 additions & 2 deletions sysutils/gpart/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2003/07/17 22:53:35 grant Exp $
# $NetBSD: Makefile,v 1.7 2004/01/24 15:06:57 grant Exp $

DISTNAME= gpart-0.1g
CATEGORIES= sysutils
Expand All @@ -8,7 +8,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://home.pages.de/~michab/gpart/
COMMENT= Tool to show the partitions on a PC type harddisk

USE_GMAKE= yes
USE_GNU_TOOLS+= make

# Doesn't work on 1.4.x due to problems with dlopen
NOT_FOR_PLATFORM= NetBSD-1.4*-*
Expand Down
4 changes: 2 additions & 2 deletions sysutils/grub/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2003/09/28 09:13:58 jlam Exp $
# $NetBSD: Makefile,v 1.19 2004/01/24 15:06:57 grant Exp $
#

DISTNAME= grub-0.93
Expand All @@ -13,7 +13,7 @@ COMMENT= GRand Unified Bootloader -- Boots *BSD, Linux, groks ffs, FAT, ext2
ONLY_FOR_PLATFORM= *-*-i386

GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_GNU_TOOLS+= make
USE_BUILDLINK2= YES

INFO_FILES= grub.info
Expand Down
4 changes: 2 additions & 2 deletions sysutils/grun/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2003/07/13 13:53:17 wiz Exp $
# $NetBSD: Makefile,v 1.7 2004/01/24 15:06:57 grant Exp $

DISTNAME= grun-0.9.2
PKGREVISION= 2
Expand All @@ -12,7 +12,7 @@ COMMENT= GTK+ based Run dialog
USE_BUILDLINK2= YES
USE_X11= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_GNU_TOOLS+= make
PTHREAD_OPTS+= require

post-install:
Expand Down
4 changes: 2 additions & 2 deletions sysutils/gtop/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.29 2004/01/03 18:49:53 reed Exp $
# $NetBSD: Makefile,v 1.30 2004/01/24 15:06:57 grant Exp $

DISTNAME= gtop-1.0.13
PKGREVISION= 6
Expand All @@ -14,7 +14,7 @@ BUILD_USES_MSGFMT= YES
OSVERSION_SPECIFIC= YES
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
USE_GMAKE= YES
USE_GNU_TOOLS+= make
USE_X11BASE= YES
USE_LIBTOOL= YES

Expand Down
4 changes: 2 additions & 2 deletions sysutils/gworkspace/Makefile.common
@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.7 2004/01/20 12:26:15 agc Exp $
# $NetBSD: Makefile.common,v 1.8 2004/01/24 15:06:57 grant Exp $
#

DISTNAME= gworkspace-0.5.3
Expand All @@ -11,7 +11,7 @@ HOMEPAGE?= http://www.gnustep.it/enrico/gworkspace/

WRKSRC= ${WRKDIR}/${DISTNAME:S/gw/GW/}
USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_GNU_TOOLS+= make
USE_X11= YES
MAKEFILE= GNUmakefile
GNU_CONFIGURE= YES
Expand Down
4 changes: 2 additions & 2 deletions sysutils/idesk/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2004/01/03 18:49:53 reed Exp $
# $NetBSD: Makefile,v 1.3 2004/01/24 15:06:57 grant Exp $
#

DISTNAME= idesk-0.3.5
Expand All @@ -11,7 +11,7 @@ HOMEPAGE= http://idesk.timmfin.net/
COMMENT= Gives users of minimal WMs icons on their desktop

USE_BUILDLINK2= yes
USE_GMAKE= yes
USE_GNU_TOOLS+= make
USE_X11= yes

do-install:
Expand Down
4 changes: 2 additions & 2 deletions sysutils/isapnptools/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2003/12/30 17:27:31 cjep Exp $
# $NetBSD: Makefile,v 1.7 2004/01/24 15:06:57 grant Exp $
#

DISTNAME= isapnptools-1.26
Expand All @@ -14,7 +14,7 @@ COMMENT= Manually query and configure isapnp devices

ONLY_FOR_PLATFORM= NetBSD-*-i386

USE_GMAKE= YES
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --disable-realtime --disable-pci

Expand Down

0 comments on commit 986fa70

Please sign in to comment.