diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
commit | 1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 | |
parent | c3df5f94e8336d21aea6980590b3530b787be1a9 (diff) | |
download | pkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
300 files changed, 602 insertions, 966 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index 3a342971486..6c724ea106c 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2006/04/06 06:21:32 reed Exp $ +# $NetBSD: Makefile,v 1.58 2006/04/13 18:23:29 jlam Exp $ # DISTNAME= file-roller-2.14.0 @@ -10,7 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://fileroller.sourceforge.net/ COMMENT= Front-end to archiving programs like tar and zip -BUILD_USES_MSGFMT= yes DEPENDS+= gtar-base>=1.13.25:../../archivers/gtar-base DEPENDS+= unzip>=5.50nb2:../../archivers/unzip DEPENDS+= zip>=2.3nb2:../../archivers/zip @@ -18,8 +17,7 @@ DEPENDS+= zip>=2.3nb2:../../archivers/zip GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes -USE_MSGFMT_PLURALS+= yes -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= gmake msgfmt perl pkg-config USE_PKGLOCALEDIR= yes GCONF2_SCHEMAS= file-roller.schemas diff --git a/archivers/gsharutils/Makefile b/archivers/gsharutils/Makefile index 36a4f1aa765..b1cf8f2cd93 100644 --- a/archivers/gsharutils/Makefile +++ b/archivers/gsharutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/04/06 06:21:32 reed Exp $ +# $NetBSD: Makefile,v 1.39 2006/04/13 18:23:29 jlam Exp $ DISTNAME= sharutils-4.2.1 PKGNAME= g${DISTNAME} @@ -10,7 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/sharutils/sharutils.html COMMENT= Allow packing and unpacking of shell archives -BUILD_USES_MSGFMT= yes BROKEN_GETTEXT_DETECTION= yes PKG_INSTALLATION_TYPES= overwrite pkgviews @@ -20,7 +19,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install install-man INFO_FILES= # PLIST -USE_TOOLS+= makeinfo sh:run mktemp:run +USE_TOOLS+= makeinfo msgfmt sh:run mktemp:run CONFIGURE_ARGS+= --disable-uucode CONFIGURE_ENV+= SH=${TOOLS_SH:Q} diff --git a/archivers/gtar-base/Makefile b/archivers/gtar-base/Makefile index c7975878fd8..470ec442738 100644 --- a/archivers/gtar-base/Makefile +++ b/archivers/gtar-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2006/03/20 04:15:42 jlam Exp $ +# $NetBSD: Makefile,v 1.52 2006/04/13 18:23:29 jlam Exp $ # DISTNAME= tar-1.15.1 @@ -14,10 +14,9 @@ COMMENT= The GNU tape archiver with remote magnetic tape support CONFLICTS= gcpio-[0-9]* -BUILD_USES_MSGFMT= YES - PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_TOOLS+= msgfmt USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES INSTALLATION_DIRS= ${PKGMANDIR}/man1 diff --git a/audio/aumix/Makefile.common b/audio/aumix/Makefile.common index badfde46cb4..ae98d91250f 100644 --- a/audio/aumix/Makefile.common +++ b/audio/aumix/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2005/04/11 21:44:51 tv Exp $ +# $NetBSD: Makefile.common,v 1.3 2006/04/13 18:23:29 jlam Exp $ DISTNAME= aumix-2.8 CATEGORIES= audio @@ -13,13 +13,12 @@ MAINTAINER= trevor@jpj.net HOMEPAGE= http://jpj.net/~trevor/aumix.html COMMENT= Set mix levels -BUILD_USES_MSGFMT= yes - DISTINFO_FILE= ${.CURDIR}/../../audio/aumix/distinfo PATCHDIR= ${.CURDIR}/../../audio/aumix/patches PLIST_SRC= ${.CURDIR}/../../audio/aumix/PLIST USE_PKGLOCALEDIR= yes +USE_TOOLS+= msgfmt GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-own-labels diff --git a/audio/cplay/Makefile b/audio/cplay/Makefile index 262b7528e73..6736cb1f46c 100644 --- a/audio/cplay/Makefile +++ b/audio/cplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/02 10:02:10 ghen Exp $ +# $NetBSD: Makefile,v 1.9 2006/04/13 18:23:29 jlam Exp $ DISTNAME= cplay-1.49 PKGREVISION= 2 @@ -11,8 +11,8 @@ COMMENT= Curses front-end for various audio players PYTHON_PATCH_SCRIPTS= cplay -BUILD_USES_MSGFMT= yes USE_PKGLOCALEDIR= yes +USE_TOOLS+= msgfmt PKGLOCALES= da de hu pl EGDIR= ${PREFIX}/share/examples/cplay diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index 3754512caa1..bbad68dd24e 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/02/05 23:08:06 joerg Exp $ +# $NetBSD: Makefile,v 1.49 2006/04/13 18:23:29 jlam Exp $ # DISTNAME= easytag-1.1 @@ -11,11 +11,10 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://easytag.sourceforge.net/ COMMENT= Tool to view, edit and write ID3 v1&2 TAGs with a GTK+ interface -BUILD_USES_MSGFMT= yes # xgettext, really - GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 USE_TOOLS+= gmake +USE_TOOLS+= msgfmt # xgettext, really USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes diff --git a/audio/gkrellm-volume/Makefile b/audio/gkrellm-volume/Makefile index 8fc7251125c..67b9efca9e6 100644 --- a/audio/gkrellm-volume/Makefile +++ b/audio/gkrellm-volume/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/03/09 21:04:40 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2006/04/13 18:23:29 jlam Exp $ DISTNAME= gkrellm-volume-2.1.13 PKGREVISION= 2 @@ -9,9 +9,7 @@ MAINTAINER= cube@NetBSD.org HOMEPAGE= http://gkrellm.luon.net/volume.phtml COMMENT= Gkrellm2 volume mixer plugin -BUILD_USES_MSGFMT= YES - -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= YES WRKSRC= ${WRKDIR}/gkrellm-volume diff --git a/audio/gkrellm-xmms/Makefile b/audio/gkrellm-xmms/Makefile index deecd3f2ad7..b55fb38cf7d 100644 --- a/audio/gkrellm-xmms/Makefile +++ b/audio/gkrellm-xmms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/04/06 06:21:34 reed Exp $ +# $NetBSD: Makefile,v 1.26 2006/04/13 18:23:29 jlam Exp $ # DISTNAME= gkrellmms-2.1.20 @@ -11,9 +11,8 @@ MAINTAINER= cube@NetBSD.org HOMEPAGE= http://gkrellm.luon.net/gkrellmms.phtml COMMENT= GKrellM2 plugin to remotely control XMMS -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= YES -BUILD_USES_MSGFMT= YES BUILDLINK_API_DEPENDS.gkrellm+= gkrellm>=2.2.0 diff --git a/audio/gnome-speech/Makefile b/audio/gnome-speech/Makefile index db7a5d75396..e57ddb642f5 100644 --- a/audio/gnome-speech/Makefile +++ b/audio/gnome-speech/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/03/30 21:27:25 jmmv Exp $ +# $NetBSD: Makefile,v 1.27 2006/04/13 18:23:29 jlam Exp $ # DISTNAME= gnome-speech-0.3.10 @@ -10,9 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME 2 text-to-speech API -BUILD_USES_MSGFMT= yes - -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/audio/gqmpeg-devel/Makefile b/audio/gqmpeg-devel/Makefile index ba7af5e5c84..089d8908374 100644 --- a/audio/gqmpeg-devel/Makefile +++ b/audio/gqmpeg-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/14 01:14:26 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/04/13 18:23:29 jlam Exp $ DISTNAME= gqmpeg-0.91.1 PKGREVISION= 4 @@ -9,12 +9,11 @@ MAINTAINER= sekiya@NetBSD.org HOMEPAGE= http://gqmpeg.sourceforge.net/ COMMENT= GTK+ front end to mpg123 -BUILD_USES_MSGFMT= yes DEPENDS+= mpg123{,-esound,-nas}>=0.59.18:../../audio/mpg123 DEPENDS+= vorbis-tools>=1.0.0.6:../../audio/vorbis-tools DEPENDS+= xmp>=2.0.2:../../audio/xmp -USE_TOOLS+= pkg-config +USE_TOOLS+= msgfmt pkg-config USE_DIRS+= gnome2-1.5 USE_DIRS+= xdg-1.2 USE_PKGLOCALEDIR= YES diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index 4116e9a46aa..e41f2c55f79 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2006/03/14 01:14:26 jlam Exp $ +# $NetBSD: Makefile,v 1.90 2006/04/13 18:23:29 jlam Exp $ DISTNAME= gqmpeg-0.20.0 PKGREVISION= 9 @@ -9,11 +9,11 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://gqmpeg.sourceforge.net/ COMMENT= GTK+ front end to mpg123 -BUILD_USES_MSGFMT= yes DEPENDS+= mpg123{,-esound,-nas}>=0.59.18:../../audio/mpg123 DEPENDS+= vorbis-tools>=1.0.0.6:../../audio/vorbis-tools DEPENDS+= xmp>=2.0.2:../../audio/xmp +USE_TOOLS+= msgfmt USE_DIRS+= gnome1-1.5 USE_DIRS+= xdg-1.2 USE_PKGLOCALEDIR= YES diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index c2d5c4fb071..031f40f686d 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/04/06 06:21:34 reed Exp $ +# $NetBSD: Makefile,v 1.11 2006/04/13 18:23:29 jlam Exp $ # DISTNAME= gtkpod-0.94.0 @@ -10,13 +10,11 @@ MAINTAINER= smb@NetBSD.org HOMEPAGE= http://gtkpod.sourceforge.net/ COMMENT= GUI for iPod using GTK2 -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= pkg-config perl:run +USE_TOOLS+= msgfmt pkg-config perl:run REPLACE_PERL+= scripts/mab2vcard diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile index 484aa7392a4..2556c1c11f0 100644 --- a/audio/madplay/Makefile +++ b/audio/madplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/02/05 23:08:11 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2006/04/13 18:23:29 jlam Exp $ # DISTNAME= madplay-0.15.2b @@ -11,11 +11,10 @@ MAINTAINER= simonb@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/mad/ COMMENT= High-quality MPEG audio decoder -BUILD_USES_MSGFMT= YES - USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES +USE_TOOLS+= msgfmt # Avoid an ICE in gcc2 on sparc64 CONFIGURE_ENV+= F77=${FALSE:Q} diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 41d1ae53c5f..a535bc4ffcb 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/03/21 06:00:44 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2006/04/13 18:23:29 jlam Exp $ # DISTNAME= rhythmbox-0.8.8 @@ -11,7 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.rhythmbox.org/ COMMENT= Music management application for GNOME -BUILD_USES_MSGFMT= YES DEPENDS+= gst-plugins0.8-esound>=0.8.1:../../audio/gst-plugins0.8-esound DEPENDS+= gst-plugins0.8-gnomevfs>=0.8.1:../../sysutils/gst-plugins0.8-gnomevfs DEPENDS+= gst-plugins0.8-mad>=0.8.1:../../audio/gst-plugins0.8-mad @@ -19,7 +18,7 @@ DEPENDS+= gst-plugins0.8-vorbis>=0.8.1:../../audio/gst-plugins0.8-vorbis GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index f3d966b0bed..bab132e4a38 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/03/21 06:00:44 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2006/04/13 18:23:29 jlam Exp $ # DISTNAME= streamtuner-0.99.99 @@ -12,10 +12,8 @@ COMMENT= Stream directory browser BUILD_DEPENDS+= hicolor-icon-theme-[0-9]*:../../graphics/hicolor-icon-theme -BUILD_USES_MSGFMT= yes - USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index 21a0f51a98e..c878f0afe2f 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/03/09 21:04:41 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2006/04/13 18:23:29 jlam Exp $ # DISTNAME= sweep-0.8.3 @@ -10,11 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sweep.sourceforge.net/ COMMENT= Full-featured digital sound editor -BUILD_USES_MSGFMT= YES - USE_DIRS+= gnome1-1.5 USE_LIBTOOL= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES diff --git a/chat/gaim-encryption/Makefile b/chat/gaim-encryption/Makefile index a3280463298..8e553bd884b 100644 --- a/chat/gaim-encryption/Makefile +++ b/chat/gaim-encryption/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/28 17:26:59 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/04/13 18:23:29 jlam Exp $ DISTNAME= gaim-encryption-2.38 PKGREVISION= 2 @@ -9,9 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gaim-encryption.sourceforge.net/ COMMENT= Plugin for gaim to add TLS/SSL via nss/nspr -BUILD_USES_MSGFMT= YES - -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index fcf4168462c..b0b93403570 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 2006/03/13 20:33:24 joerg Exp $ +# $NetBSD: Makefile,v 1.106 2006/04/13 18:23:29 jlam Exp $ DISTNAME= gaim-1.5.0 PKGREVISION= 5 @@ -10,12 +10,10 @@ MAINTAINER= mjl@luckie.org.nz HOMEPAGE= http://gaim.sourceforge.net/ COMMENT= GTK+ 2.x based multi-protocol instant messaging client -BUILD_USES_MSGFMT= yes - CONFLICTS+= gaim-gnome-[0-9]* USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/chat/gnomeicu/Makefile b/chat/gnomeicu/Makefile index 9b7bd1d5c49..e5a259aeee7 100644 --- a/chat/gnomeicu/Makefile +++ b/chat/gnomeicu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2006/03/21 06:00:44 jlam Exp $ +# $NetBSD: Makefile,v 1.44 2006/04/13 18:23:29 jlam Exp $ DISTNAME= gnomeicu-0.99.5 PKGREVISION= 6 @@ -12,10 +12,9 @@ COMMENT= GNOME ICQ client GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES -BUILD_USES_MSGFMT= YES BROKEN_GETTEXT_DETECTION= YES CONFIGURE_ARGS+= --sysconfdir=${EGDIR:Q} diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile index c73637a8a73..62afbbd7f1e 100644 --- a/chat/gossip/Makefile +++ b/chat/gossip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2006/04/04 18:07:16 jlam Exp $ +# $NetBSD: Makefile,v 1.47 2006/04/13 18:23:29 jlam Exp $ # DISTNAME= gossip-0.10.2 @@ -11,10 +11,9 @@ HOMEPAGE= http://gossip.imendio.org/ COMMENT= GTK2 Jabber Instant Messaging client BUILD_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser -BUILD_USES_MSGFMT= yes USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/chat/kmess/Makefile b/chat/kmess/Makefile index 128be9acf05..285bb4cdb16 100644 --- a/chat/kmess/Makefile +++ b/chat/kmess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/03/04 21:29:03 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2006/04/13 18:23:30 jlam Exp $ # DISTNAME= kmess-1.1 @@ -10,10 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://kmess.sourceforge.net/ COMMENT= MSN Messenger Client for KDE3 -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index 338368d062e..b2dd499c59f 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:04 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/04/13 18:23:30 jlam Exp $ # DISTNAME= weechat-0.0.6 @@ -13,9 +13,8 @@ COMMENT= Lightweight and user friendly curses based IRC client PKG_INSTALLATION_TYPES= overwrite pkgviews -BUILD_USES_MSGFMT= yes - USE_PKGLOCALEDIR= yes +USE_TOOLS+= msgfmt GNU_CONFIGURE= yes INCOMPAT_CURSES+= NetBSD-1.*-* diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index b9040bc6682..86b0e807242 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/03/14 19:06:19 tron Exp $ +# $NetBSD: Makefile,v 1.39 2006/04/13 18:23:30 jlam Exp $ .include "Makefile.common" @@ -6,10 +6,9 @@ MAINTAINER= tron@NetBSD.org COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit -BUILD_USES_MSGFMT= YES - CONFLICTS= xchat-gnome-[0-9]* +USE_TOOLS+= msgfmt USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= YES diff --git a/comms/gnome-pilot/Makefile b/comms/gnome-pilot/Makefile index 0e2425aff8f..13cf64ec5a7 100644 --- a/comms/gnome-pilot/Makefile +++ b/comms/gnome-pilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/03/21 06:00:44 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2006/04/13 18:23:30 jlam Exp $ # DISTNAME= gnome-pilot-2.0.12 @@ -11,13 +11,12 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= Palm Pilot synchronisation for GNOME BUILD_DEPENDS+= gob2-[0-9]*:../../devel/gob2 -BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake msgfmt perl .include "../../devel/gettext-lib/buildlink3.mk" .include "../../comms/pilot-link-libs/buildlink3.mk" diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index 9588490b1ca..0e3d9b71cb3 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/03/04 21:29:05 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2006/04/13 18:23:30 jlam Exp $ # DISTNAME= gsmlib-1.10 @@ -10,9 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pxh.de/fs/gsmlib/ COMMENT= Library to access GSM mobile phones through GSM modems or IrDA devices -BUILD_USES_MSGFMT= yes - -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_LANGUAGES= c c++ USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 893baf03127..45a43f166d0 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2006/03/04 21:29:05 jlam Exp $ +# $NetBSD: Makefile,v 1.53 2006/04/13 18:23:30 jlam Exp $ # DISTNAME= jpilot-0.99.7 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://jpilot.org/ COMMENT= Desktop organizer application for the palm pilot -BUILD_USES_MSGFMT= YES - CONFLICTS+= jpilot-libplugin-[0-9]* USE_LIBTOOL= YES @@ -19,7 +17,7 @@ USE_PKGLOCALEDIR= YES USE_X11= YES USE_OLD_DES_API= YES USE_DIRS+= gnome1-1.0 -USE_TOOLS+= pkg-config +USE_TOOLS+= msgfmt pkg-config GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}" diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index af344b8322c..7881dddd4a4 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/03/04 21:29:05 jlam Exp $ +# $NetBSD: Makefile,v 1.49 2006/04/13 18:23:30 jlam Exp $ DISTNAME= minicom-2.1 PKGREVISION= 2 @@ -9,14 +9,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://minicom.alioth.debian.org/ COMMENT= MS-DOS Telix serial communication program "workalike" -BUILD_USES_MSGFMT= yes DEPENDS+= gkermit-[0-9]*:../../comms/gkermit DEPENDS+= lrzsz-[0-9]*:../../comms/lrzsz PKG_INSTALLATION_TYPES= overwrite pkgviews USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index 2a1081a722f..fce630b7f07 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2006/03/03 22:25:14 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2006/04/13 18:23:30 jlam Exp $ # DISTNAME= scmxx-0.9.0 @@ -11,10 +11,8 @@ HOMEPAGE= http://www.hendrik-sattler.de/scmxx/ COMMENT= Data exchange utility for Siemens mobile phones GNU_CONFIGURE= yes -USE_MSGFMT_PLURALS= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake -BUILD_USES_MSGFMT= yes +USE_TOOLS+= gmake msgfmt post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scmxx diff --git a/converters/skf/Makefile b/converters/skf/Makefile index 586c9ee58b3..0c6f78676ce 100644 --- a/converters/skf/Makefile +++ b/converters/skf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:08:29 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/04/13 18:23:30 jlam Exp $ DISTNAME= skf_1.93.9 PKGNAME= skf-1.93.9 @@ -14,9 +14,9 @@ WRKSRC= ${WRKDIR}/skf-1.93 INSTALL_TARGET= install locale_install USE_PKGLOCALEDIR= yes +USE_TOOLS+= msgfmt GNU_CONFIGURE= yes MANCOMPRESSED= yes -BUILD_USES_MSGFMT= yes .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/databases/abook/Makefile b/databases/abook/Makefile index ce40b25045d..6c6f7236a61 100644 --- a/databases/abook/Makefile +++ b/databases/abook/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/04 21:29:07 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/04/13 18:23:30 jlam Exp $ # DISTNAME= abook-0.5.5 @@ -13,7 +13,7 @@ COMMENT= Text-based addressbook program PKG_INSTALLATION_TYPES= overwrite pkgviews USE_PKGLOCALEDIR= yes -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt USE_GNU_READLINE= yes GNU_CONFIGURE= yes diff --git a/databases/gnome-mime-data/Makefile b/databases/gnome-mime-data/Makefile index f4f4f779db5..962f3ac92ef 100644 --- a/databases/gnome-mime-data/Makefile +++ b/databases/gnome-mime-data/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/03/04 21:29:08 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2006/04/13 18:23:30 jlam Exp $ # DISTNAME= gnome-mime-data-2.4.2 @@ -13,13 +13,11 @@ COMMENT= MIME and Application database for GNOME2 PKG_INSTALLATION_TYPES= overwrite pkgviews -BUILD_USES_MSGFMT= YES - CONFLICTS= gnome-vfs<=1.0.3 USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= YES -USE_TOOLS+= perl +USE_TOOLS+= msgfmt perl GNU_CONFIGURE= YES PKGCONFIG_OVERRIDE= gnome-mime-data-2.0.pc.in diff --git a/databases/gramps/Makefile b/databases/gramps/Makefile index 674c027b1f1..2441d922816 100644 --- a/databases/gramps/Makefile +++ b/databases/gramps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/03/21 06:00:44 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2006/04/13 18:23:30 jlam Exp $ # DISTNAME= gramps-1.0.11 @@ -15,11 +15,10 @@ DEPENDS+= yelp>=2.2:../../misc/yelp .if !exists(/usr/bin/msgconv) BUILD_DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext .endif -#BUILD_USES_MSGFMT= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= msgfmt pkg-config CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} # i18n support with other python versions appears to not work diff --git a/databases/gramps2/Makefile b/databases/gramps2/Makefile index 05be4ad5390..3853df2cbbd 100644 --- a/databases/gramps2/Makefile +++ b/databases/gramps2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/21 06:00:44 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/04/13 18:23:30 jlam Exp $ # DISTNAME= gramps-2.0.10 @@ -15,9 +15,8 @@ DEPENDS+= yelp>=2.2:../../misc/yelp .if !exists(/usr/bin/msgconv) BUILD_DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext .endif -#BUILD_USES_MSGFMT= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= msgfmt pkg-config USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes # disable gconf schema and mime type processing diff --git a/databases/libgnomedb/Makefile b/databases/libgnomedb/Makefile index 381628d57e2..d487e72fbde 100644 --- a/databases/libgnomedb/Makefile +++ b/databases/libgnomedb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2006/04/02 22:48:31 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2006/04/13 18:23:30 jlam Exp $ # DISTNAME= libgnomedb-1.9.102 @@ -10,9 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome-db.org/ COMMENT= GNOME2 database library -BUILD_USES_MSGFMT= yes - -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= YES diff --git a/databases/postgresql74/Makefile.common b/databases/postgresql74/Makefile.common index 908674e7e02..18bd8a12059 100644 --- a/databases/postgresql74/Makefile.common +++ b/databases/postgresql74/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.34 2006/04/08 19:14:06 jdolecek Exp $ +# $NetBSD: Makefile.common,v 1.35 2006/04/13 18:23:30 jlam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -42,8 +42,7 @@ BUILDLINK_API_DEPENDS.postgresql74-lib?= postgresql74-lib>=${BASE_VERS} #BUILDLINK_API_DEPENDS.tcl-postgresql74?= tcl-postgresq74l>=${BASE_VERS} GNU_CONFIGURE= yes -BUILD_USES_MSGFMT= yes -USE_TOOLS+= bison gmake lex +USE_TOOLS+= bison gmake lex msgfmt PKG_SYSCONFSUBDIR= postgresql # in 7.4.2, this is done by autoconf stuff which has leading whitespace diff --git a/databases/postgresql80/Makefile.common b/databases/postgresql80/Makefile.common index 88c250cc389..831f2f7a1f1 100644 --- a/databases/postgresql80/Makefile.common +++ b/databases/postgresql80/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.21 2006/04/08 19:08:25 jdolecek Exp $ +# $NetBSD: Makefile.common,v 1.22 2006/04/13 18:23:30 jlam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -41,8 +41,7 @@ BASE_VERS?= ${DIST_VERS} BUILDLINK_API_DEPENDS.postgresql80-client+= postgresql80-client>=${BASE_VERS} GNU_CONFIGURE= yes -BUILD_USES_MSGFMT= yes -USE_TOOLS+= bison gmake lex +USE_TOOLS+= bison gmake lex msgfmt PKG_SYSCONFSUBDIR= postgresql # in 7.4.x/8.0.x, this is done by autoconf stuff which has leading whitespace diff --git a/databases/postgresql81/Makefile.common b/databases/postgresql81/Makefile.common index ec2df511544..0fc809acb07 100644 --- a/databases/postgresql81/Makefile.common +++ b/databases/postgresql81/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2006/04/06 06:21:42 reed Exp $ +# $NetBSD: Makefile.common,v 1.5 2006/04/13 18:23:30 jlam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -38,8 +38,7 @@ BASE_VERS?= ${DIST_VERS} BUILDLINK_API_DEPENDS.postgresql81-client+= postgresql81-client>=${BASE_VERS} GNU_CONFIGURE= yes -BUILD_USES_MSGFMT= yes -USE_TOOLS+= bison gmake lex +USE_TOOLS+= bison gmake lex msgfmt PKG_SYSCONFSUBDIR= postgresql # in 7.4.x/8.0.x, this is done by autoconf stuff which has leading whitespace diff --git a/databases/quicklist/Makefile b/databases/quicklist/Makefile index b48d3500c9c..4f6a870f95a 100644 --- a/databases/quicklist/Makefile +++ b/databases/quicklist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/03/04 21:29:11 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2006/04/13 18:23:30 jlam Exp $ # DISTNAME= quicklist-0.8.6 @@ -10,8 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.quicklist.org/ COMMENT= Simple database like AppleWorks & MS Works -BUILD_USES_MSGFMT= yes - +USE_TOOLS+= msgfmt GNU_CONFIGURE= yes .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index 93c00888eba..d94290d10e7 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2006/03/04 21:29:12 jlam Exp $ +# $NetBSD: Makefile,v 1.54 2006/04/13 18:23:30 jlam Exp $ # DISTNAME= GConf-1.0.9 @@ -12,9 +12,9 @@ HOMEPAGE= http://advogato.org/proj/GConf/ COMMENT= Configuration database system used by GNOME BUILD_DEPENDS+= gtk-doc-[0-9]*:../../textproc/gtk-doc -BUILD_USES_MSGFMT= yes USE_PKGLOCALEDIR= YES +USE_TOOLS+= msgfmt GNU_CONFIGURE= YES MAKE_FLAGS+= AM_MAKEFLAGS="BDBBACKEND=" diff --git a/devel/GConf2/Makefile.common b/devel/GConf2/Makefile.common index 847881ed68c..7c0f7a16328 100644 --- a/devel/GConf2/Makefile.common +++ b/devel/GConf2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.38 2006/04/06 06:21:43 reed Exp $ +# $NetBSD: Makefile.common,v 1.39 2006/04/13 18:23:30 jlam Exp $ # GCONF2_VERSION= 2.14.0 @@ -15,8 +15,6 @@ COMMENT= Configuration database system used by GNOME (v2) # not ready yet. .schemas are installed in the depot. #PKG_INSTALLATION_TYPES= overwrite pkgviews -BUILD_USES_MSGFMT= yes - DISTINFO_FILE= ${.CURDIR}/../GConf2/distinfo FILESDIR= ${.CURDIR}/../GConf2/files PATCHDIR= ${.CURDIR}/../GConf2/patches @@ -24,7 +22,7 @@ PATCHDIR= ${.CURDIR}/../GConf2/patches USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= gmake msgfmt perl pkg-config PKGCONFIG_OVERRIDE= gconf-2.0.pc.in diff --git a/devel/aegis/Makefile b/devel/aegis/Makefile index 29f37ec5539..ec9464b7773 100644 --- a/devel/aegis/Makefile +++ b/devel/aegis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:08:39 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2006/04/13 18:23:30 jlam Exp $ # DISTNAME= aegis-4.15 @@ -10,11 +10,10 @@ MAINTAINER= Matthew@Aldous.com HOMEPAGE= http://aegis.sourceforge.net/ COMMENT= Aegis is a transaction base software configuration management system -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --with-nlsdir=${_PKGLOCALEDIR:Q} -USE_TOOLS+= groff gsoelim -BUILD_USES_MSGFMT= yes +USE_TOOLS+= groff gsoelim msgfmt .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 9abd5a6dd0e..8e9d99e2ab7 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2006/03/30 03:44:42 jlam Exp $ +# $NetBSD: Makefile,v 1.58 2006/04/13 18:23:31 jlam Exp $ DISTNAME= bison-2.1 CATEGORIES= devel @@ -11,10 +11,9 @@ COMMENT= GNU yacc(1) replacement PKG_INSTALLATION_TYPES= overwrite pkgviews -BUILD_USES_MSGFMT= yes GNU_CONFIGURE= YES USE_LANGUAGES= c c++ -USE_TOOLS+= gm4:run +USE_TOOLS+= gm4:run msgfmt INFO_FILES= # PLIST TEST_TARGET= check diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index 5505d81d504..4f64ce64f59 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2006/04/06 06:21:45 reed Exp $ +# $NetBSD: Makefile,v 1.57 2006/04/13 18:23:31 jlam Exp $ DISTNAME= bonobo-1.0.22 PKGREVISION= 1 @@ -15,11 +15,10 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison BUILDLINK_API_DEPENDS.libxml= libxml>1.8.15 BROKEN_GETTEXT_DETECTION= yes -BUILD_USES_MSGFMT= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_X11BASE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes CONFIGURE_ENV+= LOCALBASE=${LOCALBASE:Q} CONFIGURE_ENV+= X11BASE=${X11BASE:Q} diff --git a/devel/cook/Makefile b/devel/cook/Makefile index 568a5c3f461..3763974a343 100644 --- a/devel/cook/Makefile +++ b/devel/cook/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/02/05 23:08:40 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/04/13 18:23:31 jlam Exp $ DISTNAME= cook-2.22 PKGREVISION= 3 @@ -9,8 +9,7 @@ MAINTAINER= groo@NetBSD.org HOMEPAGE= http://www.canb.auug.org.au/~millerp/cook/cook.html COMMENT= More powerful replacement for the traditional make(1) tool -BUILD_USES_MSGFMT= yes - +USE_TOOLS+= msgfmt GNU_CONFIGURE= yes .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile index 63159d6e1be..1f19b021b03 100644 --- a/devel/doc++/Makefile +++ b/devel/doc++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/04 21:29:14 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/04/13 18:23:31 jlam Exp $ DISTNAME= doc++-3.4.10 PKGREVISION= 2 @@ -9,11 +9,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://docpp.sourceforge.net/ COMMENT= Documentation system for C, C++ and Java -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_LANGUAGES= c c++ -BUILD_USES_MSGFMT= yes #post-extract: # ${RM} ${WRKSRC}/src/getopt.h diff --git a/devel/eel/Makefile b/devel/eel/Makefile index 4f41891e9da..435309b8cf9 100644 --- a/devel/eel/Makefile +++ b/devel/eel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/03/04 21:29:14 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2006/04/13 18:23:31 jlam Exp $ DISTNAME= eel-1.0.2 PKGREVISION= 2 @@ -10,10 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.eazel.com/ COMMENT= Eazel Extensions Library -BUILD_USES_MSGFMT= yes BROKEN_GETTEXT_DETECTION= yes -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake msgfmt perl USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/devel/eel2/Makefile b/devel/eel2/Makefile index b622a5a5528..885907171ba 100644 --- a/devel/eel2/Makefile +++ b/devel/eel2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2006/04/12 09:46:26 drochner Exp $ +# $NetBSD: Makefile,v 1.53 2006/04/13 18:23:31 jlam Exp $ DISTNAME= eel-2.14.1 PKGNAME= ${DISTNAME:S/-/2-/} @@ -10,10 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Eazel Extensions Library for GNOME2 -BUILD_USES_MSGFMT= YES - USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile index 2a1958b1ea0..227aed58715 100644 --- a/devel/fhist/Makefile +++ b/devel/fhist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:08:42 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/04/13 18:23:31 jlam Exp $ # DISTNAME= fhist-1.13 @@ -10,12 +10,9 @@ MAINTAINER= Matthew@Aldous.com HOMEPAGE= http://fhist.sourceforge.net/ COMMENT= File history and comparison tools -BUILD_USES_MSGFMT= YES - +USE_TOOLS+= gsoelim msgfmt GNU_CONFIGURE= YES -USE_TOOLS+= gsoelim - .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/gdb6/Makefile b/devel/gdb6/Makefile index 03a38b11deb..d5bd69b6a0e 100644 --- a/devel/gdb6/Makefile +++ b/devel/gdb6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/30 03:44:42 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/04/13 18:23:31 jlam Exp $ # DISTNAME= gdb-6.2.1 @@ -13,9 +13,7 @@ COMMENT= The GNU Project Debugger NOT_FOR_PLATFORM= Darwin-*-* -BUILD_USES_MSGFMT= yes - -USE_TOOLS+= gmake makeinfo +USE_TOOLS+= gmake makeinfo msgfmt USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool USE_PKGLOCALEDIR= yes diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile index 1a4a8946747..071c6045925 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2006/04/08 21:23:23 wiz Exp $ +# $NetBSD: Makefile,v 1.97 2006/04/13 18:23:31 jlam Exp $ DISTNAME= glib-2.10.2 PKGNAME= ${DISTNAME:S/glib/glib2/} @@ -14,10 +14,8 @@ COMMENT= Some useful routines for C programming (glib2) PKG_INSTALLATION_TYPES= overwrite pkgviews -BUILD_USES_MSGFMT= yes - USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake perl:run pkg-config +USE_TOOLS+= gmake msgfmt perl:run pkg-config USE_LIBTOOL= yes TEST_TARGET= check diff --git a/devel/gnome2-libole2/Makefile b/devel/gnome2-libole2/Makefile index eb767fdc305..8029b0a62c2 100644 --- a/devel/gnome2-libole2/Makefile +++ b/devel/gnome2-libole2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/04 21:29:15 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/04/13 18:23:31 jlam Exp $ # DISTNAME= libole2-2.2.8 @@ -12,11 +12,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= OLE2 streams parsing library for GNOME2 -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES USE_LIBTOOL= YES -USE_TOOLS+= pkg-config +USE_TOOLS+= msgfmt pkg-config .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" diff --git a/devel/id-utils/Makefile b/devel/id-utils/Makefile index 32d78299742..4dce90ed444 100644 --- a/devel/id-utils/Makefile +++ b/devel/id-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2006/04/08 21:20:06 jlam Exp $ +# $NetBSD: Makefile,v 1.46 2006/04/13 18:23:31 jlam Exp $ DISTNAME= id-utils-3.2 PKGREVISION= 9 @@ -11,8 +11,8 @@ COMMENT= Classic Berkeley gid/lid tools for looking up variables in code CONFLICTS= sh-utils>=2.0nb2 coreutils-[0-9]* -BUILD_USES_MSGFMT= yes USE_PKGLOCALEDIR= yes +USE_TOOLS+= msgfmt GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_path_EMACS=no diff --git a/devel/kdbg/Makefile b/devel/kdbg/Makefile index df9a936fbf7..b534b2dfde1 100644 --- a/devel/kdbg/Makefile +++ b/devel/kdbg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2006/03/04 21:29:16 jlam Exp $ +# $NetBSD: Makefile,v 1.59 2006/04/13 18:23:31 jlam Exp $ DISTNAME= kdbg-2.0.3 PKGREVISION= 1 @@ -10,9 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://members.telecom.at/~johsixt/kdbg.html COMMENT= Graphical User Interface around gdb using KDE -BUILD_USES_MSGFMT= yes - -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/devel/kdevelop-base/Makefile b/devel/kdevelop-base/Makefile index 0e59cf5521e..64647a41f58 100644 --- a/devel/kdevelop-base/Makefile +++ b/devel/kdevelop-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2006/03/30 03:08:19 markd Exp $ +# $NetBSD: Makefile,v 1.54 2006/04/13 18:23:31 jlam Exp $ DISTNAME= kdevelop-3.3.2 PKGNAME= kdevelop-base-3.3.2 @@ -9,8 +9,6 @@ COMMENT= Base modules for IDE for Unix/X11/KDE .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes - DEPENDS+= automake>=1.7:../../devel/automake DEPENDS+= doxygen>=1.3.5:../../devel/doxygen DEPENDS+= graphviz>=1.10nb1:../../graphics/graphviz @@ -22,7 +20,7 @@ DEPENDS+= qt3-tools>=3.1.1:../../x11/qt3-tools CONFLICTS+= kdevelop<=1.3 -USE_TOOLS+= perl:run +USE_TOOLS+= msgfmt perl:run REPLACE_PERL+= \ kdevprj2kdevelop \ diff --git a/devel/libbonoboui/Makefile b/devel/libbonoboui/Makefile index be4899eb217..b117d89aa4f 100644 --- a/devel/libbonoboui/Makefile +++ b/devel/libbonoboui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2006/04/06 06:21:50 reed Exp $ +# $NetBSD: Makefile,v 1.51 2006/04/13 18:23:31 jlam Exp $ # DISTNAME= libbonoboui-2.14.0 @@ -10,12 +10,10 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME2 Object activation framework library (graphical version) -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= bonobo/libbonoboui-2.0.pc.in diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index 96cc9d64207..859ee96958c 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2006/02/05 23:08:45 joerg Exp $ +# $NetBSD: Makefile,v 1.59 2006/04/13 18:23:31 jlam Exp $ DISTNAME= libglade-0.17 PKGREVISION= 8 @@ -9,8 +9,7 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.daa.com.au/~james/gnome/ COMMENT= Runtime interpreter for GLADE GUI files -BUILD_USES_MSGFMT= yes - +USE_TOOLS+= msgfmt USE_X11BASE= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index 2da21c66aac..bff8605bd31 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2006/04/06 06:21:51 reed Exp $ +# $NetBSD: Makefile,v 1.45 2006/04/13 18:23:31 jlam Exp $ # DISTNAME= libglade-2.5.1 @@ -12,9 +12,7 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.daa.com.au/~james/gnome/ COMMENT= Runtime interpreter for GLADE GUI files (v2) -BUILD_USES_MSGFMT= YES - -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config GNU_CONFIGURE= YES USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= libglade-2.0.pc.in diff --git a/devel/libgnome/Makefile b/devel/libgnome/Makefile index 8b2b0d5a0f2..c425344cb0e 100644 --- a/devel/libgnome/Makefile +++ b/devel/libgnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2006/04/11 20:36:55 drochner Exp $ +# $NetBSD: Makefile,v 1.57 2006/04/13 18:23:31 jlam Exp $ # DISTNAME= libgnome-2.14.1 @@ -10,12 +10,10 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Core GNOME2 library (non-graphical) -BUILD_USES_MSGFMT= YES - BUILDLINK_API_DEPENDS.esound+= esound>=0.2.26 GNU_CONFIGURE= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES diff --git a/devel/libgnomeui/Makefile b/devel/libgnomeui/Makefile index 59fc35822cd..6b3a5dc922f 100644 --- a/devel/libgnomeui/Makefile +++ b/devel/libgnomeui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2006/04/11 20:36:55 drochner Exp $ +# $NetBSD: Makefile,v 1.59 2006/04/13 18:23:31 jlam Exp $ # DISTNAME= libgnomeui-2.14.1 @@ -10,14 +10,12 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Core GNOME2 graphical libraries -BUILD_USES_MSGFMT= yes - CONFLICTS+= gnome-libs<=1.4.2nb1 GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= gmake msgfmt perl pkg-config USE_LIBTOOL= yes CONFIGURE_ARGS+= --disable-gtk-doc diff --git a/devel/libwnck/Makefile b/devel/libwnck/Makefile index e94c6877a2c..b79526417dc 100644 --- a/devel/libwnck/Makefile +++ b/devel/libwnck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/04/12 20:04:35 drochner Exp $ +# $NetBSD: Makefile,v 1.39 2006/04/13 18:23:31 jlam Exp $ # DISTNAME= libwnck-2.14.1 @@ -10,11 +10,9 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Library to write pagers and tasklists -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= libwnck-1.0.pc.in diff --git a/devel/maketool/Makefile b/devel/maketool/Makefile index 842851bfff2..68dfa60427e 100644 --- a/devel/maketool/Makefile +++ b/devel/maketool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/02/05 23:08:48 joerg Exp $ +# $NetBSD: Makefile,v 1.36 2006/04/13 18:23:31 jlam Exp $ # DISTNAME= maketool-0.7-src @@ -11,10 +11,9 @@ MAINTAINER= fredb@NetBSD.org HOMEPAGE= http://www.alphalink.com.au/~gnb/maketool/ COMMENT= Graphical front end to GNU make -BUILD_USES_MSGFMT= yes GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/devel/popt/Makefile b/devel/popt/Makefile index a4f52956236..a2d645e11ee 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/03/04 21:29:26 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2006/04/13 18:23:31 jlam Exp $ # DISTNAME= popt-1.7 @@ -15,12 +15,10 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews CONFLICTS= ORBit<=0.5.3 -BUILD_USES_MSGFMT= yes - WRKSRC= ${WRKDIR}/${DISTNAME} USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_LIBTOOL= yes .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/devel/subversion-base/Makefile b/devel/subversion-base/Makefile index 817b133d045..fe52afd96f7 100644 --- a/devel/subversion-base/Makefile +++ b/devel/subversion-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/04/06 06:21:56 reed Exp $ +# $NetBSD: Makefile,v 1.35 2006/04/13 18:23:31 jlam Exp $ PKGNAME= subversion-base-${SVNVER} COMMENT= Version control system, base programs and libraries @@ -7,10 +7,10 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews .include "../../devel/subversion/Makefile.common" -BUILD_USES_MSGFMT= yes - BUILD_DEFS+= PKG_BUILD_OPTIONS.apr +USE_TOOLS+= msgfmt + CONFIGURE_ARGS+= --without-apache CONFIGURE_ARGS+= --without-apxs diff --git a/devel/yasm/Makefile b/devel/yasm/Makefile index a19a399c9a3..52e5cb460bc 100644 --- a/devel/yasm/Makefile +++ b/devel/yasm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:29:30 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/04/13 18:23:32 jlam Exp $ # DISTNAME= yasm-0.4.0 @@ -10,9 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tortall.net/projects/yasm/ COMMENT= Complete rewrite of the NASM assembler with BSD license -BUILD_USES_MSGFMT= YES BROKEN_GETTEXT_DETECTION= NO +USE_TOOLS+= msgfmt GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common index d2455ec1892..63beade31ff 100644 --- a/editors/abiword/Makefile.common +++ b/editors/abiword/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.29 2006/01/26 23:23:08 adam Exp $ +# $NetBSD: Makefile.common,v 1.30 2006/04/13 18:23:32 jlam Exp $ # Be sure to update PLIST and distinfo for editors/abiword-plugins when updating ABIWORD_VERSION= 2.4.2 @@ -12,12 +12,10 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.abisource.com/ -BUILD_USES_MSGFMT= yes - MAKEFILE= GNUmakefile USE_DIRS+= xdg-1.1 USE_LIBTOOL= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libpng=${BUILDLINK_PREFIX.png} diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index 28d3670b3c8..e71764bc5b3 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2006/03/21 06:00:45 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2006/04/13 18:23:32 jlam Exp $ # DISTNAME= conglomerate-0.9.0 @@ -10,14 +10,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.conglomerate.org/ COMMENT= XML editor for GNOME2 -BUILD_USES_MSGFMT= yes DEPENDS+= docbook-xsl>=1.64.1:../../textproc/docbook-xsl DEPENDS+= docbook-xml>=4.2nb6:../../textproc/docbook-xml GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= gmake msgfmt perl pkg-config USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --enable-printing diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index adea07c3e96..d3738f6f031 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/03/21 15:34:03 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2006/04/13 18:23:32 jlam Exp $ DISTNAME= cooledit-3.17.17 PKGREVISION= 2 @@ -9,11 +9,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cooledit.sourceforge.net/ COMMENT= Full-featured text editor -BUILD_USES_MSGFMT= yes - USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig diff --git a/editors/fe/Makefile b/editors/fe/Makefile index f1a062f4f25..0c1c42dd4a9 100644 --- a/editors/fe/Makefile +++ b/editors/fe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/03/04 21:29:31 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2006/04/13 18:23:32 jlam Exp $ DISTNAME= fe-1.6 PKGREVISION= 1 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.moria.de/~michael/fe/ COMMENT= Folding editor GNU_CONFIGURE= yes -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fe diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile index 9f220be10e3..57f0a2d3e36 100644 --- a/editors/gconf-editor/Makefile +++ b/editors/gconf-editor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2006/04/06 06:21:58 reed Exp $ +# $NetBSD: Makefile,v 1.47 2006/04/13 18:23:32 jlam Exp $ # DISTNAME= gconf-editor-2.14.0 @@ -10,13 +10,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Editor for the GConf configuration system -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 gnome2-1.5 USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config CONFIGURE_ARGS+= --with-gconf-defaults-source=${GCONF2_CONFIG_SOURCE:Q} CONFIGURE_ARGS+= --with-gconf-mandatory-source=${GCONF2_CONFIG_SOURCE:S/gconf.xml.defaults/gconf.xml.mandatory/g} diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 87fd2a59738..b4c0d05c105 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2006/04/12 20:00:01 drochner Exp $ +# $NetBSD: Makefile,v 1.62 2006/04/13 18:23:32 jlam Exp $ # DISTNAME= gedit-2.14.2 @@ -10,13 +10,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gedit.sourceforge.net/ COMMENT= Lightweight GNOME2 text editor -BUILD_USES_MSGFMT= YES - USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= gmake msgfmt perl pkg-config USE_LIBTOOL= YES -USE_MSGFMT_PLURALS= YES GNU_CONFIGURE= YES PKGCONFIG_OVERRIDE+= data/gedit.pc.in diff --git a/editors/gtranslator/Makefile b/editors/gtranslator/Makefile index 9a7017e8ab2..fa828ac4ba0 100644 --- a/editors/gtranslator/Makefile +++ b/editors/gtranslator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/21 06:00:45 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/04/13 18:23:32 jlam Exp $ DISTNAME= gtranslator-1.0.2 PKGREVISION= 5 @@ -9,10 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gtranslator.sourceforge.net/ COMMENT= Gettext po file editor for the GNOME2 desktop environment -BUILD_USES_MSGFMT= yes - USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes MANCOMPRESSED= yes diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile index 92af40ebd85..189d89c7f3e 100644 --- a/editors/lpe/Makefile +++ b/editors/lpe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/03/04 21:29:32 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2006/04/13 18:23:32 jlam Exp $ # DISTNAME= lpe-1.2.6 @@ -11,11 +11,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cdsmith.twu.net/professional/opensource/lpe.html COMMENT= Small and efficient programmer's editor for UNIX systems -BUILD_USES_MSGFMT= YES - USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= YES SHLIBTOOL_OVERRIDE= libtool diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index d31325932f2..05b45359178 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/21 06:00:45 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/04/13 18:23:32 jlam Exp $ # DISTNAME= mlview-0.7.0 @@ -11,11 +11,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freespiders.org/projects/gmlview/ COMMENT= XML editor for the GNOME environment -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes diff --git a/editors/vim-lang/Makefile b/editors/vim-lang/Makefile index 24775533bef..d7bc9b71f23 100644 --- a/editors/vim-lang/Makefile +++ b/editors/vim-lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/02 10:41:41 martti Exp $ +# $NetBSD: Makefile,v 1.8 2006/04/13 18:23:32 jlam Exp $ PKGNAME= vim-lang-${VIM_VERSION}.${VIM_PATCHLEVEL} #PKGREVISION= 1 @@ -9,7 +9,7 @@ COMMENT= Language files for the vim editor (vi clone) DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../../editors/vim-share -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt BUILD_TARGET= languages INSTALL_TARGET= install-languages diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 9c4c8236d20..daf4e2077e0 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2006/03/31 16:47:44 jlam Exp $ +# $NetBSD: Makefile,v 1.65 2006/04/13 18:23:32 jlam Exp $ # DISTNAME= vice-1.18 @@ -11,8 +11,6 @@ MAINTAINER= kristerw@NetBSD.org HOMEPAGE= http://www.viceteam.org/ COMMENT= Emulator for C64, C128, CBM-II, PET, and VIC20 -BUILD_USES_MSGFMT= YES - RESTRICTED= ROM image copyright is questionable. NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} @@ -22,7 +20,7 @@ NO_SRC_ON_FTP= ${RESTRICTED} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake bdftopcf mkfontdir +USE_TOOLS+= bdftopcf gmake mkfontdir msgfmt USE_LANGUAGES+= c c++ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-fullscreen diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile index c762f387556..018777855de 100644 --- a/finance/gnucash-devel/Makefile +++ b/finance/gnucash-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/08 23:40:11 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/13 18:23:32 jlam Exp $ # DISTNAME= gnucash-1.9.4 @@ -14,9 +14,8 @@ DEPENDS+= guile-www-[0-9]*:../../devel/guile-www USE_DIRS+= xdg-1.1 USE_LIBTOOL= yes -USE_MSGFMT_PLURALS= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake makeinfo pkg-config +USE_TOOLS+= gmake makeinfo msgfmt pkg-config GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= lib/goffice-0.0.4/libgoffice-1.pc.in diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile index 89f185ae066..0c233ca8300 100644 --- a/fonts/fontforge/Makefile +++ b/fonts/fontforge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/03/18 04:52:33 minskim Exp $ +# $NetBSD: Makefile,v 1.24 2006/04/13 18:23:32 jlam Exp $ DISTNAME= fontforge_full-${VERSION} PKGNAME= fontforge-${VERSION} @@ -13,12 +13,9 @@ COMMENT= Postscript font editor VERSION= 20060209 -BUILD_USES_MSGFMT= yes -USE_MSGFMT_PLURALS= yes - USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-freetype-src WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} diff --git a/fonts/gucharmap/Makefile b/fonts/gucharmap/Makefile index 0d1b44b533b..35f75b6ef33 100644 --- a/fonts/gucharmap/Makefile +++ b/fonts/gucharmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/03/30 21:16:23 jmmv Exp $ +# $NetBSD: Makefile,v 1.37 2006/04/13 18:23:32 jlam Exp $ # DISTNAME= gucharmap-1.6.0 @@ -10,10 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gucharmap.sourceforge.net/ COMMENT= Unicode/ISO10646 character map and font viewer -BUILD_USES_MSGFMT= yes - USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/games/baduki/Makefile b/games/baduki/Makefile index d9f0b697441..a21856a26b5 100644 --- a/games/baduki/Makefile +++ b/games/baduki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/02/05 23:09:12 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2006/04/13 18:23:32 jlam Exp $ DISTNAME= baduki-0.2.9 PKGREVISION= 4 @@ -9,9 +9,8 @@ MAINTAINER= bad@NetBSD.org HOMEPAGE= http://soback.kornet21.net/~artist/baduk/baduki.html COMMENT= Go playing program based on xamigo -BUILD_USES_MSGFMT= yes - USE_PKGLOCALEDIR= yes +USE_TOOLS+= msgfmt GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-included-gettext diff --git a/games/boson/Makefile b/games/boson/Makefile index 66280101b00..98f85ff5819 100644 --- a/games/boson/Makefile +++ b/games/boson/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/03/04 21:29:40 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2006/04/13 18:23:32 jlam Exp $ # DISTNAME= boson-all-0.8 @@ -12,11 +12,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://boson.eu.org/ COMMENT= OpenGL real-time strategy game for KDE 3 -BUILD_USES_MSGFMT= yes - USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_LIBTOOL= yes CONFIGURE_ARGS+= --disable-debug diff --git a/games/ccgo/Makefile b/games/ccgo/Makefile index e1c8982dd12..c715c524786 100644 --- a/games/ccgo/Makefile +++ b/games/ccgo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/03/04 21:29:40 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2006/04/13 18:23:32 jlam Exp $ DISTNAME= ccgo-0.3.6.2 PKGREVISION= 2 @@ -10,9 +10,8 @@ HOMEPAGE= http://ccdw.org/~cjj/prog/ccgo/ COMMENT= Go board with IGS and gnugo interface DEPENDS+= gnugo>=3.4:../../games/gnugo -BUILD_USES_MSGFMT= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= msgfmt pkg-config USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common index e8a49406fc6..515d6746b61 100644 --- a/games/freeciv-share/Makefile.common +++ b/games/freeciv-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2006/03/04 21:29:41 jlam Exp $ +# $NetBSD: Makefile.common,v 1.25 2006/04/13 18:23:32 jlam Exp $ DISTNAME= freeciv-${FC_VERS} FC_VERS= 2.0.7 @@ -12,8 +12,8 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freeciv.org/ -BUILD_USES_MSGFMT= yes USE_PKGLOCALEDIR= yes +USE_TOOLS+= msgfmt GNU_CONFIGURE= yes DISTINFO_FILE= ${.CURDIR}/../../games/freeciv-share/distinfo diff --git a/games/gnome2-games/Makefile b/games/gnome2-games/Makefile index 992eddc085e..388019bdb39 100644 --- a/games/gnome2-games/Makefile +++ b/games/gnome2-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2006/04/06 06:22:00 reed Exp $ +# $NetBSD: Makefile,v 1.68 2006/04/13 18:23:32 jlam Exp $ DISTNAME= gnome-games-2.14.0 CATEGORIES= games gnome @@ -11,15 +11,12 @@ COMMENT= GNOME2 games collection CONFLICTS= xbill-[0-9]* -BUILD_USES_MSGFMT= yes - USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_CONFIG_WRAPPER= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_MSGFMT_PLURALS= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} diff --git a/games/gtetrinet/Makefile b/games/gtetrinet/Makefile index 31d3a8fb521..0304b4f9d16 100644 --- a/games/gtetrinet/Makefile +++ b/games/gtetrinet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/03/21 06:00:45 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2006/04/13 18:23:32 jlam Exp $ # DISTNAME= gtetrinet-0.7.7 @@ -10,11 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gtetrinet.sourceforge.net/ COMMENT= Multiplayer tetris game for GNOME2 -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= YES BUILD_DEFS+= USE_INET6 diff --git a/games/gturing/Makefile b/games/gturing/Makefile index 8872a7c84b8..03c28fb2609 100644 --- a/games/gturing/Makefile +++ b/games/gturing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/03/21 06:00:45 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2006/04/13 18:23:33 jlam Exp $ # DISTNAME= gturing-0.1.1 @@ -11,11 +11,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME2 turing machine emulator -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES BUILDLINK_TRANSFORM+= rm:-D.*_DISABLE_DEPRECATED diff --git a/games/lincity/Makefile b/games/lincity/Makefile index 4cd0be1e674..d9d5d208e35 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/02/05 23:09:20 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2006/04/13 18:23:33 jlam Exp $ DISTNAME= lincity-1.12.1 PKGREVISION= 1 @@ -10,9 +10,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://lincity.sourceforge.net/ COMMENT= Free clone of SimCity for X11 -BUILD_USES_MSGFMT= yes - -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/games/sirius/Makefile b/games/sirius/Makefile index d21dd3c680f..4ad3310a096 100644 --- a/games/sirius/Makefile +++ b/games/sirius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/03/06 00:18:16 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2006/04/13 18:23:33 jlam Exp $ # DISTNAME= sirius-0.8.0 @@ -10,11 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sirius.bitvis.nu/ COMMENT= Othello game for GNOME2 -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES diff --git a/games/xracer/Makefile b/games/xracer/Makefile index 0a3ff59d211..35f2d369e16 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2006/02/28 17:45:55 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2006/04/13 18:23:33 jlam Exp $ # DISTNAME= xracer-0.96.9 @@ -16,7 +16,7 @@ PERL5_PACKLIST= auto/XRacer/.packlist USE_LIBTOOL= yes # disabled by patch-an, since the only existing translation is empty # and made trouble in 2.1 bulk builds -#BUILD_USES_MSGFMT= yes +#USE_TOOLS+= msgfmt #USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes PERL5_CONFIGURE= no diff --git a/geography/vis5d+/Makefile b/geography/vis5d+/Makefile index c0789903dcc..8a1b3cadb6a 100644 --- a/geography/vis5d+/Makefile +++ b/geography/vis5d+/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/02/05 23:09:26 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2006/04/13 18:23:33 jlam Exp $ # DISTNAME= vis5d+-1.2.1 @@ -12,7 +12,7 @@ COMMENT= Volumetric Visualization program for scientific datasets USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt GNU_CONFIGURE= yes diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile index 22576e707c9..d7c4d0467ac 100644 --- a/graphics/digikam/Makefile +++ b/graphics/digikam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/04/06 06:22:01 reed Exp $ +# $NetBSD: Makefile,v 1.23 2006/04/13 18:23:33 jlam Exp $ DISTNAME= digikam-0.8.1 PKGREVISION= 2 @@ -11,11 +11,10 @@ HOMEPAGE= http://digikam.sourceforge.net/ COMMENT= KDE frontend to gphoto2 USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes -BUILD_USES_MSGFMT= yes BUILDLINK_API_DEPENDS.imlib2+= imlib2>=1.2 BUILDLINK_API_DEPENDS.kdelibs+= kdelibs>=3.5.2 diff --git a/graphics/digikamimageplugins/Makefile b/graphics/digikamimageplugins/Makefile index a4d282f48e5..52f14f135a8 100644 --- a/graphics/digikamimageplugins/Makefile +++ b/graphics/digikamimageplugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/29 02:02:48 markd Exp $ +# $NetBSD: Makefile,v 1.14 2006/04/13 18:23:33 jlam Exp $ DISTNAME= digikamimageplugins-0.8.1 PKGREVISION= 1 @@ -11,11 +11,10 @@ HOMEPAGE= http://digikam.sourceforge.net/ COMMENT= Plugins for Digikam's ImageEditor USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_LANGUAGES= c c++ GNU_CONFIGURE= yes MANCOMPRESSED= yes -BUILD_USES_MSGFMT= yes .include "../../graphics/digikam/buildlink3.mk" .include "../../meta-pkgs/kde3/kde3.mk" diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile index dc4ed4ff9ef..5ccb89f9675 100644 --- a/graphics/eog2/Makefile +++ b/graphics/eog2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2006/04/06 06:22:01 reed Exp $ +# $NetBSD: Makefile,v 1.57 2006/04/13 18:23:33 jlam Exp $ # DISTNAME= eog-2.14.0 @@ -10,12 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Eye of GNOME: an image viewing and cataloging program -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_DIRS+= gnome2-1.5 -USE_MSGFMT_PLURALS= YES USE_PKGLOCALEDIR= YES GCONF2_SCHEMAS= eog.schemas diff --git a/graphics/freetype-lib/Makefile.common b/graphics/freetype-lib/Makefile.common index c6be837a260..cee217ce725 100644 --- a/graphics/freetype-lib/Makefile.common +++ b/graphics/freetype-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2006/03/04 21:29:47 jlam Exp $ +# $NetBSD: Makefile.common,v 1.33 2006/04/13 18:23:33 jlam Exp $ DISTNAME= freetype-${FT_VERS} FT_VERS= 1.3.1 @@ -12,8 +12,7 @@ CONFLICTS= freetype-1.[12]* PKG_INSTALLATION_TYPES= overwrite pkgviews -BUILD_USES_MSGFMT= yes - +USE_TOOLS+= msgfmt USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index e3c24e2db45..ceeaf47a8fe 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.136 2006/04/06 06:22:02 reed Exp $ +# $NetBSD: Makefile,v 1.137 2006/04/13 18:23:33 jlam Exp $ DISTNAME= gimp-2.2.10 PKGREVISION= 3 @@ -14,13 +14,11 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.gimp.org/ COMMENT= Image manipulation program similar to Photoshop[tm] -BUILD_USES_MSGFMT= yes - CONFLICTS+= gimp<=1.2.3 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config PKG_SYSCONFSUBDIR= gimp/2.0 diff --git a/graphics/gimp1-base/Makefile b/graphics/gimp1-base/Makefile index 083a6e67a28..db6d2628953 100644 --- a/graphics/gimp1-base/Makefile +++ b/graphics/gimp1-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/04 21:29:48 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/04/13 18:23:33 jlam Exp $ # DISTNAME= gimp-1.2.5 @@ -14,12 +14,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gimp.org/ COMMENT= GNU Image Manipulation Program (base) -BUILD_USES_MSGFMT= YES - CONFLICTS+= gimp<=1.2.3 gimp>=2.0.0 USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_LIBTOOL= YES GNU_CONFIGURE= YES diff --git a/graphics/gimp24/Makefile b/graphics/gimp24/Makefile index 5d12e56a0d2..8fb2a1df542 100644 --- a/graphics/gimp24/Makefile +++ b/graphics/gimp24/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/04/06 06:22:02 reed Exp $ +# $NetBSD: Makefile,v 1.17 2006/04/13 18:23:33 jlam Exp $ DISTNAME= gimp-2.3.7 PKGREVISION= 3 @@ -14,14 +14,11 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.gimp.org/ COMMENT= Image manipulation program similar to Photoshop[tm] -BUILD_USES_MSGFMT= yes - CONFLICTS+= gimp<=1.2.3 USE_LIBTOOL= yes -USE_MSGFMT_PLURALS= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config PKG_SYSCONFSUBDIR= gimp/2.0 diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index 69d848711a1..53bb3fcc6a0 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/03/31 15:08:00 drochner Exp $ +# $NetBSD: Makefile,v 1.19 2006/04/13 18:23:33 jlam Exp $ DISTNAME= gliv-1.9.5 CATEGORIES= graphics @@ -9,11 +9,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://guichaz.free.fr/gliv/ COMMENT= OpenGL image viewer -BUILD_USES_MSGFMT= yes - USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes post-install: diff --git a/graphics/gnome-backgrounds/Makefile b/graphics/gnome-backgrounds/Makefile index ffe811311b3..f75de0b6b95 100644 --- a/graphics/gnome-backgrounds/Makefile +++ b/graphics/gnome-backgrounds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/01 21:42:49 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/13 18:23:33 jlam Exp $ # DISTNAME= gnome-backgrounds-2.14.0 @@ -11,11 +11,9 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Set of background images for the GNOME Desktop -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES USE_DIRS+= xdg-1.3 -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_LANGUAGES= # empty USE_PKGLOCALEDIR= YES diff --git a/graphics/gnome-icon-theme/Makefile b/graphics/gnome-icon-theme/Makefile index 435c8b24a44..4c2437d341d 100644 --- a/graphics/gnome-icon-theme/Makefile +++ b/graphics/gnome-icon-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/04/06 06:22:02 reed Exp $ +# $NetBSD: Makefile,v 1.38 2006/04/13 18:23:33 jlam Exp $ # DISTNAME= gnome-icon-theme-2.14.2 @@ -10,11 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Theme consisting of a set of icons for GNOME -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake msgfmt perl USE_PKGLOCALEDIR= yes PKGCONFIG_OVERRIDE= gnome-icon-theme.pc.in diff --git a/graphics/gqview-devel/Makefile b/graphics/gqview-devel/Makefile index 1c98b81d710..37fa2644883 100644 --- a/graphics/gqview-devel/Makefile +++ b/graphics/gqview-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/02/05 23:09:32 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/04/13 18:23:33 jlam Exp $ DISTNAME= gqview-2.1.1 PKGREVISION= 2 @@ -9,9 +9,7 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://gqview.sourceforge.net/ COMMENT= GTK2-based graphic file viewer (development version) -BUILD_USES_MSGFMT= yes - -USE_TOOLS+= pkg-config +USE_TOOLS+= msgfmt pkg-config GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes diff --git a/graphics/gqview-gtk1/Makefile b/graphics/gqview-gtk1/Makefile index ed716653a47..eff69b183a6 100644 --- a/graphics/gqview-gtk1/Makefile +++ b/graphics/gqview-gtk1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:09:32 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/04/13 18:23:33 jlam Exp $ DISTNAME= gqview-1.2.2 PKGREVISION= 3 @@ -9,9 +9,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://gqview.sourceforge.net/ COMMENT= GTK1-based graphic file viewer -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes +USE_TOOLS+= msgfmt USE_DIRS+= xdg-1.1 gnome1-1.5 USE_PKGLOCALEDIR= yes diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 2fa2a6b9c6c..37f4a33539c 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2006/02/05 23:09:32 joerg Exp $ +# $NetBSD: Makefile,v 1.59 2006/04/13 18:23:33 jlam Exp $ DISTNAME= gqview-2.0.1 PKGREVISION= 2 @@ -9,9 +9,7 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://gqview.sourceforge.net/ COMMENT= GTK2-based graphic file viewer -BUILD_USES_MSGFMT= yes - -USE_TOOLS+= pkg-config +USE_TOOLS+= msgfmt pkg-config GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes diff --git a/graphics/gtksee/Makefile b/graphics/gtksee/Makefile index ac7400fe476..e27249d69d6 100644 --- a/graphics/gtksee/Makefile +++ b/graphics/gtksee/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:29:49 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/04/13 18:23:33 jlam Exp $ # DISTNAME= gtksee-0.5.6 @@ -10,10 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://developer.berlios.de/projects/gtksee/ COMMENT= Gtk-based image viewing and cataloging program -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= YES post-install: diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 90270c74b3f..47c118a032e 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/04/06 06:22:03 reed Exp $ +# $NetBSD: Makefile,v 1.22 2006/04/13 18:23:33 jlam Exp $ DISTNAME= inkscape-0.43 PKGREVISION= 4 @@ -19,9 +19,8 @@ USE_DIRS+= xdg-1.1 USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config GNU_CONFIGURE= yes -BUILD_USES_MSGFMT= yes BUILDLINK_API_DEPENDS.boehm-gc+= boehm-gc>=6.4 diff --git a/graphics/kimdaba/Makefile b/graphics/kimdaba/Makefile index e5006b07231..c17042e1bd2 100644 --- a/graphics/kimdaba/Makefile +++ b/graphics/kimdaba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/03/28 10:04:29 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2006/04/13 18:23:34 jlam Exp $ # DISTNAME= kimdaba-2.1 @@ -13,7 +13,7 @@ COMMENT= Image organizer USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile index bb33c4d5b81..aca8575b778 100644 --- a/graphics/libgnomecanvas/Makefile +++ b/graphics/libgnomecanvas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2006/03/30 21:08:46 jmmv Exp $ +# $NetBSD: Makefile,v 1.41 2006/04/13 18:23:34 jlam Exp $ # DISTNAME= libgnomecanvas-2.14.0 @@ -10,11 +10,9 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME Canvas library -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= libgnomecanvas/libgnomecanvas-2.0.pc.in diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile index bf209470542..a3844f4ee6a 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/02/13 15:23:03 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2006/04/13 18:23:34 jlam Exp $ # PKGNAME= pornview-0.2.0pre1 @@ -13,14 +13,12 @@ COMMENT= GTK+ image viewer WRKSRC= ${WRKDIR}/pornview-0.2.0pre1 -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= perl:run +USE_TOOLS+= msgfmt perl:run REPLACE_PERL+= src/scripts/helloworld .include "options.mk" diff --git a/graphics/refocus-it/Makefile b/graphics/refocus-it/Makefile index 7e3e4a57b8b..f69c5ea0802 100644 --- a/graphics/refocus-it/Makefile +++ b/graphics/refocus-it/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:51 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/04/13 18:23:34 jlam Exp $ # DISTNAME= refocus-it-2.0.0 @@ -14,8 +14,8 @@ GNU_CONFIGURE= yes #just build the command line tool CONFIGURE_ARGS+= --without-gimp USE_PKGLOCALEDIR= yes +USE_TOOLS+= msgfmt BROKEN_GETTEXT_DETECTION= yes -BUILD_USES_MSGFMT= yes .include "../../devel/gettext-lib/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 0fe8cd706d1..d0ed37cb6f6 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/02/05 23:09:39 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2006/04/13 18:23:34 jlam Exp $ .include "Makefile.common" COMMENT= API for access to scanners, digitals camera, frame grabbers etc. @@ -6,7 +6,7 @@ COMMENT= API for access to scanners, digitals camera, frame grabbers etc. DISTNAME= sane-backends-${SANE_VERSION} PKGREVISION= 1 -BUILD_USES_MSGFMT= YES +USE_TOOLS+= msgfmt USE_PKGLOCALEDIR= YES CONFIGURE_ARGS+= --with-gphoto2=no diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index ddddae5ea0d..fee7b6db245 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2006/03/06 00:18:17 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2006/04/13 18:23:34 jlam Exp $ DISTNAME= xsane-0.991 PKGNAME= xsane-0.99.1 @@ -18,9 +18,7 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.xsane.org/ COMMENT= New improved frontend for SANE -BUILD_USES_MSGFMT= yes - -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES diff --git a/ham/gpredict/Makefile b/ham/gpredict/Makefile index 6fff6a61199..e480699a3ee 100644 --- a/ham/gpredict/Makefile +++ b/ham/gpredict/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/02/05 23:09:42 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/04/13 18:23:34 jlam Exp $ DISTNAME= gpredict-0.5.2 PKGREVISION= 2 @@ -9,10 +9,9 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://groundstation.sourceforge.net/ COMMENT= Gnome satellite tracking program -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR=yes GNU_CONFIGURE= yes -BUILD_USES_MSGFMT=yes .include "../../devel/GConf/buildlink3.mk" .include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk" diff --git a/ham/grig/Makefile b/ham/grig/Makefile index 11574cde6b7..6ad9c9fc53a 100644 --- a/ham/grig/Makefile +++ b/ham/grig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/02/05 23:09:42 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/04/13 18:23:34 jlam Exp $ # DISTNAME= grig-0.4.3 @@ -11,9 +11,8 @@ HOMEPAGE= http://groundstation.sourceforge.net/ COMMENT= Graphical user interface to the Hamlib libraries USE_LIBTOOL= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes -BUILD_USES_MSGFMT= YES .include "../../ham/hamlib/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" diff --git a/ham/tlf/Makefile b/ham/tlf/Makefile index 8df0cba4bee..6ca70f10700 100644 --- a/ham/tlf/Makefile +++ b/ham/tlf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/09 21:04:44 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/04/13 18:23:34 jlam Exp $ # DISTNAME= tlf-0.9.27 @@ -11,9 +11,8 @@ HOMEPAGE= http://home.iae.nl/users/reinc/TLF-0.2.html COMMENT= Advanced hamradio logging and contest program USE_NCURSES= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes -BUILD_USES_MSGFMT=yes PTHREAD_OPTS+= require PTHREAD_AUTO_VARS= yes diff --git a/inputmethod/xcin/Makefile b/inputmethod/xcin/Makefile index 8c2dde31417..7312305f22e 100644 --- a/inputmethod/xcin/Makefile +++ b/inputmethod/xcin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/02/05 23:09:43 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/04/13 18:23:34 jlam Exp $ # DISTNAME= xcin-2.5.3.pre2 @@ -11,13 +11,11 @@ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://xcin.linux.org.tw/ COMMENT= Chinese XIM server -BUILD_USES_MSGFMT= yes - WRKSRC= ${WRKDIR}/xcin USE_PKGLOCALEDIR= yes USE_X11BASE= yes USE_LIBTOOL= yes -USE_TOOLS+= perl:run +USE_TOOLS+= msgfmt perl:run GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} diff --git a/lang/gb/Makefile b/lang/gb/Makefile index 51f377d9ee0..4ae60320ebd 100644 --- a/lang/gb/Makefile +++ b/lang/gb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/02/05 23:09:44 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2006/04/13 18:23:34 jlam Exp $ # DISTNAME= gb-0.0.20 @@ -10,9 +10,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnome.org/gb/ COMMENT= Basic for Gnome -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES +USE_TOOLS+= msgfmt USE_PKGLOCALEDIR= YES USE_X11BASE= YES USE_LIBTOOL= YES diff --git a/lang/gcc34-ada/Makefile b/lang/gcc34-ada/Makefile index 4b4f1e2b7a4..bf55870a2fa 100644 --- a/lang/gcc34-ada/Makefile +++ b/lang/gcc34-ada/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/04/05 11:43:12 shannonjr Exp $ +# $NetBSD: Makefile,v 1.23 2006/04/13 18:23:34 jlam Exp $ # DISTNAME= gcc-${GCC_VERSION} @@ -11,11 +11,9 @@ MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gcc/gcc.html COMMENT= This is the gcc 3.4 Ada compiler -BUILD_USES_MSGFMT= YES - GCC_VERSION= 3.4.6 -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt HAS_CONFIGURE= YES CONFIGURE_ARGS+= --enable-languages="c,ada" PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index f5863708abf..ea8d6ea3d13 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/04/05 11:03:59 shannonjr Exp $ +# $NetBSD: Makefile,v 1.34 2006/04/13 18:23:34 jlam Exp $ # DISTNAME= gcc-${GCC_VERSION} @@ -11,7 +11,6 @@ MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gcc/gcc.html COMMENT= This is the gcc 3.4 compiler -BUILD_USES_MSGFMT= YES GCC_VERSION= 3.4.6 NOT_FOR_PLATFORM= Interix-*-* @@ -105,7 +104,7 @@ PTHREAD_OPTS+= native CONFIGURE_ARGS+= --disable-threads .endif -USE_TOOLS+= gmake makeinfo +USE_TOOLS+= gmake makeinfo msgfmt HAS_CONFIGURE= YES # no GNU_CONFIGURE! CONFIG_SHELL?= ${SH} CONFIGURE_ENV+= CONFIG_SHELL=${CONFIG_SHELL:Q} diff --git a/lang/opencobol/Makefile b/lang/opencobol/Makefile index 6238cfd9f26..4eda8510bbe 100644 --- a/lang/opencobol/Makefile +++ b/lang/opencobol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/04/04 19:21:39 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/04/13 18:23:34 jlam Exp $ # DISTNAME= open-cobol-0.23 @@ -11,9 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://open-cobol.sourceforge.net/ COMMENT= Open-source COBOL compiler -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes +USE_TOOLS+= msgfmt USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes INFO_FILES= # PLIST diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 71313e6190c..62cc6453123 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2006/04/06 06:22:15 reed Exp $ +# $NetBSD: Makefile,v 1.55 2006/04/13 18:23:34 jlam Exp $ DISTNAME= balsa-2.3.10 PKGREVISION= 3 @@ -11,13 +11,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://balsa.gnome.org/ COMMENT= GNOME2 EMail client -BUILD_USES_MSGFMT= yes - USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= gmake msgfmt perl pkg-config CONFIGURE_ARGS+= --with-gpgme=${BUILDLINK_PREFIX.gpgme:Q}/bin/gpgme-config CONFIGURE_ARGS+= --disable-more-warnings diff --git a/mail/evolution-data-server/Makefile b/mail/evolution-data-server/Makefile index 9033491227b..9ed562c116d 100644 --- a/mail/evolution-data-server/Makefile +++ b/mail/evolution-data-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/04/06 06:22:17 reed Exp $ +# $NetBSD: Makefile,v 1.37 2006/04/13 18:23:34 jlam Exp $ # DISTNAME= evolution-data-server-1.6.0 @@ -10,14 +10,11 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/projects/evolution/ COMMENT= Evolution data server -BUILD_USES_MSGFMT= yes -USE_MSGFMT_PLURALS= yes - BUILDLINK_API_DEPENDS.libsoup-devel+= libsoup-devel>=2.2.3 GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 -USE_TOOLS+= bison gmake pkg-config +USE_TOOLS+= bison gmake msgfmt pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 35a861b52ea..a240e2300c4 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2006/04/06 06:22:16 reed Exp $ +# $NetBSD: Makefile,v 1.107 2006/04/13 18:23:34 jlam Exp $ DISTNAME= evolution-2.6.0 PKGREVISION= 2 @@ -10,8 +10,6 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnome.org/projects/evolution/ COMMENT= GNOME mailer, calendar, contact manager, and communications tool -BUILD_USES_MSGFMT= YES - PKG_OPTIONS_VAR= PKG_OPTIONS.evolution PKG_SUGGESTED_OPTIONS= inet6 ssl PKG_SUPPORTED_OPTIONS= inet6 krb4 krb5 ssl @@ -28,9 +26,8 @@ PKG_FAIL_REASON+= "Kerberos support conflicts with SSL" GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 -USE_TOOLS+= bison gmake pkg-config +USE_TOOLS+= bison gmake msgfmt pkg-config USE_LIBTOOL= YES -USE_MSGFMT_PLURALS= YES USE_PKGLOCALEDIR= YES REPLACE_PERL+= addressbook/tools/csv2vcard diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 5279a430f9f..656c70b73be 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.157 2006/02/05 23:09:55 joerg Exp $ +# $NetBSD: Makefile,v 1.158 2006/04/13 18:23:34 jlam Exp $ DISTNAME= fetchmail-6.2.5.5 PKGREVISION= 1 @@ -11,15 +11,13 @@ COMMENT= Batch mail retrieval/forwarding utility for pop2, pop3, apop, imap PKG_INSTALLATION_TYPES= overwrite pkgviews -BUILD_USES_MSGFMT= yes - .include "../../mk/bsd.prefs.mk" USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-hesiod LDFLAGS+= ${CFLAGS} -USE_TOOLS+= tbl +USE_TOOLS+= msgfmt tbl .if ${OPSYS} == "Darwin" LDFLAGS+= -lresolv diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index ab4f07924c2..a5e35a1aab7 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/03/21 06:00:46 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2006/04/13 18:23:34 jlam Exp $ # DISTNAME= mail-notification-2.0 @@ -12,10 +12,8 @@ COMMENT= Status icon that provides new mail notifications GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= YES -BUILD_USES_MSGFMT= YES -USE_MSGFMT_PLURALS= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 3a4c5714a70..2f8a87c45ac 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2006/04/11 14:13:21 jlam Exp $ +# $NetBSD: Makefile,v 1.48 2006/04/13 18:23:34 jlam Exp $ DISTNAME= mutt-1.5.11 PKGREVISION= 4 @@ -17,9 +17,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews .include "../../mk/bsd.prefs.mk" -BUILD_USES_MSGFMT= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= perl:run +USE_TOOLS+= msgfmt perl:run REPLACE_PERL= *.pl */*.pl GNU_CONFIGURE= yes diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 73eebe773b0..d0e0cbb724a 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.138 2006/04/12 13:29:20 tron Exp $ +# $NetBSD: Makefile,v 1.139 2006/04/13 18:23:35 jlam Exp $ DISTNAME= mutt-1.4.2.1i PKGNAME= ${DISTNAME:C/i$//} @@ -18,8 +18,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews .include "../../mk/bsd.prefs.mk" WRKSRC= ${WRKDIR}/${DISTNAME:C/i$$//} -BUILD_USES_MSGFMT= yes USE_PKGLOCALEDIR= yes +USE_TOOLS+= msgfmt GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} \ diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index db14537c8b5..276491a9b96 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2006/03/24 10:09:14 joerg Exp $ +# $NetBSD: Makefile,v 1.46 2006/04/13 18:23:35 jlam Exp $ .include "Makefile.common" @@ -10,7 +10,7 @@ COMMENT= X based e-mail and netnews client CONFLICTS= sylpheed-[0-9]* sylpheed-gtk2-[0-9]* -BUILD_USES_MSGFMT= YES +USE_TOOLS+= msgfmt PKGCONFIG_OVERRIDE+= sylpheed-claws.pc.in CONFIGURE_ARGS+= --enable-aspell diff --git a/mail/sylpheed-devel/Makefile b/mail/sylpheed-devel/Makefile index 9178ab4387c..c571be530b6 100644 --- a/mail/sylpheed-devel/Makefile +++ b/mail/sylpheed-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/02/06 18:05:53 xtraeme Exp $ +# $NetBSD: Makefile,v 1.32 2006/04/13 18:23:35 jlam Exp $ DISTNAME= sylpheed-2.2.0beta8 CATEGORIES= mail news x11 @@ -10,14 +10,13 @@ MAINTAINER= chris@NetBSD.org HOMEPAGE= http://sylpheed.good-day.net/index.cgi.en COMMENT= X based e-mail and netnews client -BUILD_USES_MSGFMT= yes DEPENDS+= metamail>=2.7:../../mail/metamail CONFLICTS= sylpheed-claws-[0-9]* sylpheed-gtk2-[0-9]* USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-nls diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 4fd64b52016..484115a2b6c 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2006/03/29 22:54:42 chris Exp $ +# $NetBSD: Makefile,v 1.94 2006/04/13 18:23:35 jlam Exp $ DISTNAME= sylpheed-2.2.4 CATEGORIES= mail news x11 @@ -10,13 +10,11 @@ MAINTAINER= chris@NetBSD.org HOMEPAGE= http://sylpheed.good-day.net/index.cgi.en COMMENT= X based e-mail and netnews client -BUILD_USES_MSGFMT= yes - CONFLICTS= sylpheed-claws-[0-9]* sylpheed-gtk2-[0-9]* USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-nls diff --git a/math/galculator/Makefile b/math/galculator/Makefile index 3a00d64ed12..3976c88e56f 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/04/03 13:08:03 drochner Exp $ +# $NetBSD: Makefile,v 1.10 2006/04/13 18:23:35 jlam Exp $ # DISTNAME= galculator-1.2.5.2 @@ -11,8 +11,7 @@ COMMENT= Desktop calculator with scientific / RPN modes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config -BUILD_USES_MSGFMT= yes +USE_TOOLS+= gmake msgfmt pkg-config .include "../../x11/gtk2/buildlink3.mk" .include "../../devel/libglade2/buildlink3.mk" diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index c763912a2e7..d5cb5421c9c 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2006/03/30 21:28:37 jmmv Exp $ +# $NetBSD: Makefile,v 1.53 2006/04/13 18:23:35 jlam Exp $ # DISTNAME= gcalctool-5.7.32 @@ -10,14 +10,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://calctool.sourceforge.net/ COMMENT= Desktop calculator for GNOME -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES CONFIGURE_ENV+= HAVE_YACC=yes USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes -USE_TOOLS+= bison gmake pkg-config +USE_TOOLS+= bison gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes GCONF2_SCHEMAS= gcalctool.schemas diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 82d920306ef..cd6440788f0 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.111 2006/04/06 18:25:39 reed Exp $ +# $NetBSD: Makefile,v 1.112 2006/04/13 18:23:35 jlam Exp $ # DISTNAME= gnumeric-1.6.3 @@ -10,10 +10,9 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnome.org/gnumeric/ COMMENT= Spreadsheet program from the GNOME project -BUILD_USES_MSGFMT= YES USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake perl:run pkg-config +USE_TOOLS+= gmake msgfmt perl:run pkg-config USE_LIBTOOL= YES GNU_CONFIGURE= YES diff --git a/math/pspp/Makefile b/math/pspp/Makefile index ae9d42b46c1..509aaa2376a 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/04/05 23:01:16 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2006/04/13 18:23:35 jlam Exp $ # DISTNAME= pspp-0.3.0 @@ -17,8 +17,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/pspp/ COMMENT= Program for statistical analysis of sampled data -BUILD_USES_MSGFMT= yes - +USE_TOOLS+= msgfmt GNU_CONFIGURE= yes CPPFLAGS+= -Dunix=1 CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} diff --git a/misc/deskbar-applet/Makefile b/misc/deskbar-applet/Makefile index b480a48ec7d..d1515a13c55 100644 --- a/misc/deskbar-applet/Makefile +++ b/misc/deskbar-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/04/10 16:30:47 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2006/04/13 18:23:35 jlam Exp $ # DISTNAME= deskbar-applet-2.14.0.1 @@ -10,14 +10,11 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://raphael.slinckx.net/deskbar COMMENT= Omnipresent, versatile search interface for the GNOME Desktop -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 USE_LIBTOOL= YES -USE_MSGFMT_PLURALS= YES USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config PKGCONFIG_OVERRIDE= data/deskbar-applet.pc diff --git a/misc/dpkg/Makefile b/misc/dpkg/Makefile index 10cc94cf5d1..cb145a6ce2e 100644 --- a/misc/dpkg/Makefile +++ b/misc/dpkg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:30:10 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/04/13 18:23:35 jlam Exp $ # DISTNAME= ${PKGNAME_NOREV:S,-,_,} @@ -11,13 +11,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://packages.debian.org/stable/base/dpkg.html COMMENT= Package maintenance system for Debian -BUILD_USES_MSGFMT= yes - WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake msgfmt perl USE_NCURSES= # tigetstr() REPLACE_PERL= ${WRKSRC}/scripts/*.pl diff --git a/misc/gkrellm-weather/Makefile b/misc/gkrellm-weather/Makefile index 02424b38418..935381e9d0c 100644 --- a/misc/gkrellm-weather/Makefile +++ b/misc/gkrellm-weather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/03/25 17:29:45 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2006/04/13 18:23:35 jlam Exp $ DISTNAME= gkrellweather-2.0.6 PKGNAME= gkrellm-weather-2.0.6 @@ -12,9 +12,8 @@ HOMEPAGE= http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/ COMMENT= Gkrellm2 weather plugin DEPENDS+= wget>=1.8:../../net/wget -BUILD_USES_MSGFMT= YES -USE_TOOLS+= gmake perl:run pkg-config +USE_TOOLS+= gmake msgfmt perl:run pkg-config USE_PKGLOCALEDIR= YES BUILD_TARGET= gkrellweather.so diff --git a/misc/gnome2-utils/Makefile b/misc/gnome2-utils/Makefile index 31dafee23f4..db8e762fda6 100644 --- a/misc/gnome2-utils/Makefile +++ b/misc/gnome2-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2006/04/08 17:18:26 joerg Exp $ +# $NetBSD: Makefile,v 1.56 2006/04/13 18:23:35 jlam Exp $ # DISTNAME= gnome-utils-2.14.0 @@ -10,11 +10,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Set of useful GNOME2 utilities and applications -BUILD_USES_MSGFMT= yes - -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= gmake msgfmt perl pkg-config USE_DIRS+= gnome2-1.5 -USE_MSGFMT_PLURALS= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/misc/gperiodic/Makefile b/misc/gperiodic/Makefile index 2ee289e3986..26f71827ebe 100644 --- a/misc/gperiodic/Makefile +++ b/misc/gperiodic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2006/03/04 21:30:11 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2006/04/13 18:23:35 jlam Exp $ DISTNAME= gperiodic-2.0.8 PKGREVISION= 2 @@ -9,11 +9,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.acclab.helsinki.fi/~frantz/software/gperiodic.php COMMENT= Displays a periodic table of the elements -BUILD_USES_MSGFMT= yes - USE_DIRS+= gnome1-1.5 USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED BUILDLINK_TRANSFORM+= rm:-DGDK_DISABLE_DEPRECATED diff --git a/misc/gxmame/Makefile b/misc/gxmame/Makefile index 769f5eff8ab..52f0570dfc4 100644 --- a/misc/gxmame/Makefile +++ b/misc/gxmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/02/05 23:10:09 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2006/04/13 18:23:35 jlam Exp $ # DISTNAME= gxmame-0.35beta1 @@ -10,13 +10,12 @@ MAINTAINER= flynn@energyhq.es.eu.org HOMEPAGE= http://gxmame.sourceforge.net/ COMMENT= Frontend for XMame using the GTK2 library -BUILD_USES_MSGFMT= yes DEPENDS+= xmame>=0.87:../../emulators/xmame DEPENDS+= p5-XML-Parser>=2.34:../../textproc/p5-XML-Parser GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index ae58a7b8aaf..ca0162b5815 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/04/05 22:54:59 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2006/04/13 18:23:35 jlam Exp $ # DISTNAME= pinfo-0.6.1 @@ -10,9 +10,8 @@ MAINTAINER= fredb@NetBSD.org HOMEPAGE= http://zeus.polsl.gliwice.pl/~pborys/ COMMENT= Przemek's Info Viewer -BUILD_USES_MSGFMT= yes - USE_PKGLOCALEDIR= yes +USE_TOOLS+= msgfmt GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 56db4035acd..7fce4f00cf6 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2006/03/14 01:14:31 jlam Exp $ +# $NetBSD: Makefile,v 1.59 2006/04/13 18:23:35 jlam Exp $ DISTNAME= rpm-2.5.4 PKGREVISION= 5 @@ -9,13 +9,11 @@ MAINTAINER= mycroft@NetBSD.org HOMEPAGE= http://www.rpm.org/ COMMENT= The Red Hat Package Manager -BUILD_USES_MSGFMT= yes - CONFLICTS+= rpm2cpio<1.0nb1 NOT_FOR_PLATFORM+= Interix-*-* # getmntent() is nonpublic; needs porting -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes # this is needed instead of USE_PKGLOCALEDIR diff --git a/misc/yelp/Makefile b/misc/yelp/Makefile index 53ce14ef013..83fbf94af9d 100644 --- a/misc/yelp/Makefile +++ b/misc/yelp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/04/12 20:02:24 drochner Exp $ +# $NetBSD: Makefile,v 1.49 2006/04/13 18:23:35 jlam Exp $ # DISTNAME= yelp-2.14.1 @@ -11,12 +11,11 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= Help browser for GNOME 2 desktop DEPENDS+= docbook>=4.2:../../textproc/docbook -BUILD_USES_MSGFMT= yes BUILDLINK_API_DEPENDS.libxslt+= libxslt>=1.1.4 USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/mk/bsd.pkg.use.mk b/mk/bsd.pkg.use.mk index e7d531eec40..c7472bf3a2b 100644 --- a/mk/bsd.pkg.use.mk +++ b/mk/bsd.pkg.use.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.use.mk,v 1.31 2006/04/13 16:35:58 jlam Exp $ +# $NetBSD: bsd.pkg.use.mk,v 1.32 2006/04/13 18:23:36 jlam Exp $ # # Turn USE_* macros into proper depedency logic. Included near the top of # bsd.pkg.mk, after bsd.prefs.mk. @@ -59,12 +59,6 @@ PKG_SKIP_REASON= "INSTALLATION_PREFIX can't be used in a pkgviews package" # General settings ############################################################################ -### BUILD_USES_MSGFMT - -.if defined(BUILD_USES_MSGFMT) -USE_TOOLS+= msgfmt -.endif - ### PKG_USE_KERBEROS .if defined(PKG_USE_KERBEROS) diff --git a/multimedia/gmencoder/Makefile b/multimedia/gmencoder/Makefile index 1a1b5806ee9..e9a50d3dcfb 100644 --- a/multimedia/gmencoder/Makefile +++ b/multimedia/gmencoder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/03/06 00:18:21 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2006/04/13 18:23:36 jlam Exp $ # DISTNAME= gmencoder-0.1.0 @@ -11,13 +11,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gmencoder.sourceforge.net/ COMMENT= GNOME2 frontend to mencoder -BUILD_USES_MSGFMT= yes DEPENDS+= mencoder>=0.90:../../multimedia/mencoder DEPENDS+= mplayer>=0.90:../../multimedia/mplayer GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" diff --git a/multimedia/gnome2-media/Makefile b/multimedia/gnome2-media/Makefile index 99a28738ebc..a9b47a36d4c 100644 --- a/multimedia/gnome2-media/Makefile +++ b/multimedia/gnome2-media/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/04/08 15:08:05 jmmv Exp $ +# $NetBSD: Makefile,v 1.33 2006/04/13 18:23:36 jlam Exp $ DISTNAME= gnome-media-2.14.0 CATEGORIES= multimedia gnome @@ -9,15 +9,13 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Set of audio/multimedia applications for GNOME2 -BUILD_USES_MSGFMT= yes DEPENDS+= gst-plugins0.10-esound>=0.10.0:../../audio/gst-plugins0.10-esound GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 -USE_MSGFMT_PLURALS= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= gmake msgfmt perl pkg-config CONFIGURE_ARGS+= --enable-gtk-doc=no CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc diff --git a/multimedia/kmplayer/Makefile b/multimedia/kmplayer/Makefile index 7e612c5e8b4..f3d0143a859 100644 --- a/multimedia/kmplayer/Makefile +++ b/multimedia/kmplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/02/05 23:10:16 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2006/04/13 18:23:36 jlam Exp $ # DISTNAME= kmplayer-0.9.1 @@ -11,13 +11,12 @@ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://kmplayer.kde.org/ COMMENT= KDE frontend to mplayer -BUILD_USES_MSGFMT= yes DEPENDS+= mplayer>=1.0rc3:../../multimedia/mplayer DEPENDS+= mencoder>=1.0rc3:../../multimedia/mencoder DEPENDS+= xine-arts>=1rc0a:../../audio/xine-arts GNU_CONFIGURE= yes -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= gmake msgfmt perl pkg-config USE_LANGUAGES= c c++ USE_LIBTOOL= yes diff --git a/multimedia/totem/Makefile.common b/multimedia/totem/Makefile.common index 014b265e65c..9889d839cff 100644 --- a/multimedia/totem/Makefile.common +++ b/multimedia/totem/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2006/04/06 06:22:27 reed Exp $ +# $NetBSD: Makefile.common,v 1.16 2006/04/13 18:23:36 jlam Exp $ # DISTNAME= totem-1.4.0 @@ -15,8 +15,7 @@ PLIST_SRC= ${.CURDIR}/../../multimedia/totem/PLIST GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 -USE_MSGFMT_PLURALS= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES diff --git a/multimedia/xfmedia/Makefile b/multimedia/xfmedia/Makefile index 4e9f66b87a9..155d7be0c79 100644 --- a/multimedia/xfmedia/Makefile +++ b/multimedia/xfmedia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/02/05 23:10:18 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2006/04/13 18:23:36 jlam Exp $ # DISTNAME= xfmedia-0.9.1 @@ -11,12 +11,11 @@ MAINTAINER= dhowland@users.sourceforge.net HOMEPAGE= http://spuriousinterrupt.org/projects/xfmedia/ COMMENT= Xfce media player based on xine -BUILD_USES_MSGFMT= yes GNU_CONFIGURE= yes USE_DIRS+= xdg-1.2 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config OWN_DIRS= ${PKG_SYSCONFDIR}/xdg/xfmedia diff --git a/multimedia/xine-lib/Makefile.common b/multimedia/xine-lib/Makefile.common index 20a6a68a0a7..a972fd2530f 100644 --- a/multimedia/xine-lib/Makefile.common +++ b/multimedia/xine-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2006/03/09 21:04:45 jlam Exp $ +# $NetBSD: Makefile.common,v 1.33 2006/04/13 18:23:36 jlam Exp $ # DISTNAME= xine-lib-${XINE_LIB_VER}a @@ -16,14 +16,12 @@ PLIST_SUBST+= XINE_LIB_VER=${XINE_LIB_VER:Q} DISTINFO_FILE= ${.CURDIR}/../../multimedia/xine-lib/distinfo PATCHDIR= ${.CURDIR}/../../multimedia/xine-lib/patches -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= libtool libtool-nofpic PKGCONFIG_OVERRIDE= misc/libxine.pc.in -USE_TOOLS+= autoconf gmake pkg-config +USE_TOOLS+= autoconf gmake msgfmt pkg-config WRKSRC= ${WRKDIR}/xine-lib-1.0.3 CONFIGURE_ARGS+= --with-w32-path='${PREFIX}/lib/win32' diff --git a/multimedia/xine-ui/Makefile b/multimedia/xine-ui/Makefile index 795fd761b2e..bf20881c89b 100644 --- a/multimedia/xine-ui/Makefile +++ b/multimedia/xine-ui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/04/09 07:26:52 xtraeme Exp $ +# $NetBSD: Makefile,v 1.23 2006/04/13 18:23:36 jlam Exp $ # DISTNAME= xine-ui-0.99.4 @@ -10,11 +10,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xinehq.de/ COMMENT= Skinned xlib-based xine GUI -BUILD_USES_MSGFMT= YES - BUILDLINK_API_DEPENDS.curl+= curl>7.10.2 USE_PKGLOCALEDIR= YES +USE_TOOLS+= msgfmt USE_DIRS+= xdg-1.1 USE_LIBTOOL= YES GNU_CONFIGURE= YES diff --git a/net/amule/Makefile b/net/amule/Makefile index bbc1e875bc0..a0733b6d834 100644 --- a/net/amule/Makefile +++ b/net/amule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/02/05 23:10:22 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2006/04/13 18:23:36 jlam Exp $ DISTNAME= aMule-2.1.0 PKGNAME= ${DISTNAME:S/aMule/amule/} @@ -11,14 +11,12 @@ MAINTAINER= tripledes@eslack.org HOMEPAGE= http://www.amule.org/ COMMENT= Another Emule P2P client -BUILD_USES_MSGFMT= yes - CONFLICTS= xmule-[0-9]* USE_DIRS+= xdg-1.1 USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-wx-config=${LOCALBASE}/bin/wx-config CONFIGURE_ENV+= gt_cv_func_gnugettext1_libintl=yes diff --git a/net/bug-buddy/Makefile b/net/bug-buddy/Makefile index 57450f58745..971e7471fe0 100644 --- a/net/bug-buddy/Makefile +++ b/net/bug-buddy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2006/04/02 16:05:46 jmmv Exp $ +# $NetBSD: Makefile,v 1.47 2006/04/13 18:23:36 jlam Exp $ # DISTNAME= bug-buddy-2.14.0 @@ -11,12 +11,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Graphical GNOME2 bug reporting tool -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES GCONF2_SCHEMAS= bug-buddy.schemas diff --git a/net/gftp/Makefile.common b/net/gftp/Makefile.common index 990e3328af6..f1bd3f1f4bd 100644 --- a/net/gftp/Makefile.common +++ b/net/gftp/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2005/12/05 20:50:46 rillig Exp $ +# $NetBSD: Makefile.common,v 1.11 2006/04/13 18:23:36 jlam Exp $ DISTNAME= gftp-${VERSION} CATEGORIES= net @@ -9,8 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmcneill@NetBSD.org HOMEPAGE= http://gftp.seul.org/ -BUILD_USES_MSGFMT= yes - +USE_TOOLS+= msgfmt USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/net/giftcurs/Makefile b/net/giftcurs/Makefile index 6d770ecd5a8..66a1d6bc9fb 100644 --- a/net/giftcurs/Makefile +++ b/net/giftcurs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:19 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/04/13 18:23:36 jlam Exp $ # DISTNAME= giFTcurs-0.6.2 @@ -11,8 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nongnu.org/giftcurs/ COMMENT= Curses frontend to the giFT daemon -BUILD_USES_MSGFMT= yes - +USE_TOOLS+= msgfmt USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile index 9a5cf3b4e7f..1850d364a8d 100644 --- a/net/gnome-netstatus/Makefile +++ b/net/gnome-netstatus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/03/21 06:00:48 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2006/04/13 18:23:36 jlam Exp $ # DISTNAME= gnome-netstatus-2.12.0 @@ -13,8 +13,7 @@ COMMENT= Network status applet for the GNOME panel GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 -USE_MSGFMT_PLURALS= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes diff --git a/net/gtk-gnutella/Makefile b/net/gtk-gnutella/Makefile index 556b337077f..343b71f04d7 100644 --- a/net/gtk-gnutella/Makefile +++ b/net/gtk-gnutella/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2006/03/06 00:18:22 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2006/04/13 18:23:36 jlam Exp $ DISTNAME= gtk-gnutella-0.96 PKGREVISION= 2 @@ -10,10 +10,8 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://gtk-gnutella.sourceforge.net/ COMMENT= GTK-based gnutella client -BUILD_USES_MSGFMT= yes -USE_MSGFMT_PLURALS= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS+= -d -e -r -s \ diff --git a/net/kftpgrabber/Makefile b/net/kftpgrabber/Makefile index 8662a288eb8..52e9e8b648d 100644 --- a/net/kftpgrabber/Makefile +++ b/net/kftpgrabber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/02/05 23:10:26 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2006/04/13 18:23:36 jlam Exp $ DISTNAME= kftpgrabber-0.6.0 PKGREVISION= 3 @@ -10,8 +10,8 @@ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://kftpgrabber.sourceforge.net/ COMMENT= Graphical FTP client for KDE -BUILD_USES_MSGFMT= yes USE_LANGUAGES= c c++ +USE_TOOLS+= msgfmt USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile index 8308171e152..21924362925 100644 --- a/net/tsclient/Makefile +++ b/net/tsclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/03/06 00:18:22 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2006/04/13 18:23:36 jlam Exp $ # DISTNAME= tsclient-0.132 @@ -12,10 +12,9 @@ COMMENT= GNOME2 Frontend for rdesktop DEPENDS+= rdesktop-[0-9]*:../../net/rdesktop DEPENDS+= vncviewer-[0-9]*:../../net/vncviewer -BUILD_USES_MSGFMT= yes USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake perl:run pkg-config +USE_TOOLS+= gmake msgfmt perl:run pkg-config USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/net/wget/Makefile b/net/wget/Makefile index 46375a5a950..5a911dfd54b 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2006/04/06 03:44:19 jlam Exp $ +# $NetBSD: Makefile,v 1.93 2006/04/13 18:23:36 jlam Exp $ DISTNAME= wget-1.10.2 PKGREVISION= 1 @@ -9,13 +9,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/wget/wget.html COMMENT= Retrieve files from the 'net via HTTP and FTP -BUILD_USES_MSGFMT= YES - USE_TOOLS+= perl GNU_CONFIGURE= YES USE_OLD_DES_API= YES USE_PKGLOCALEDIR= YES +USE_TOOLS+= msgfmt CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ENV+= ac_cv_func_sigsetjmp=yes diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile index a05d36e1a19..898a86f345a 100644 --- a/net/xtraceroute/Makefile +++ b/net/xtraceroute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2006/03/04 21:30:26 jlam Exp $ +# $NetBSD: Makefile,v 1.45 2006/04/13 18:23:36 jlam Exp $ # DISTNAME= xtraceroute-0.8.14 @@ -12,10 +12,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.dtek.chalmers.se/~d3august/xt/index.html COMMENT= Graphical version of traceroute, which traces the route IP packets go -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes +USE_TOOLS+= msgfmt CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}" # XXX Actually, Mesa's in X11PREFIX too, but as our tiff is in LOCALBASE diff --git a/news/pan/Makefile b/news/pan/Makefile index cf69bd7896e..d023dd0b720 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2006/02/05 23:10:33 joerg Exp $ +# $NetBSD: Makefile,v 1.46 2006/04/13 18:23:36 jlam Exp $ # DISTNAME= pan-0.14.2 @@ -11,9 +11,7 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://pan.rebelbase.com/ COMMENT= Newsreader for GTK2 -BUILD_USES_MSGFMT= YES - -USE_TOOLS+= perl pkg-config +USE_TOOLS+= msgfmt perl pkg-config USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES diff --git a/print/evince/Makefile.common b/print/evince/Makefile.common index 8ce444049ab..bf458be4119 100644 --- a/print/evince/Makefile.common +++ b/print/evince/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2006/04/11 21:43:20 reed Exp $ +# $NetBSD: Makefile.common,v 1.3 2006/04/13 18:23:36 jlam Exp $ # DISTNAME= evince-0.5.2 @@ -15,9 +15,8 @@ DISTINFO_FILE= ${.CURDIR}/../evince/distinfo GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes -USE_MSGFMT_PLURALS= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config # XXX fake for "configure" to allow build w/o a gs installed # (avoid hard dependency on a specific version) diff --git a/print/imposter/Makefile b/print/imposter/Makefile index c7967079b80..fe75c9c7247 100644 --- a/print/imposter/Makefile +++ b/print/imposter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/02/05 23:10:37 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/13 18:23:37 jlam Exp $ # DISTNAME= imposter-0.3 @@ -10,10 +10,8 @@ MAINTAINER= pancake@phreaker.net HOMEPAGE= http://imposter.sourceforge.net/ COMMENT= Standalone OpenOffice presentations viewer using GTK2 -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index a3e6d85aa61..b3198a42986 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2006/04/08 21:06:59 reed Exp $ +# $NetBSD: Makefile,v 1.51 2006/04/13 18:23:37 jlam Exp $ # DISTNAME= libgnomeprint-2.12.1 @@ -11,9 +11,7 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.levien.com/gnome/print-arch.html COMMENT= Library for the GNOME2 Printing Architecture -BUILD_USES_MSGFMT= YES - -USE_TOOLS+= bison gmake pkg-config +USE_TOOLS+= bison gmake msgfmt pkg-config USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES diff --git a/print/libgnomeprintui/Makefile b/print/libgnomeprintui/Makefile index 14e512f2e6b..9a42b8eb4ed 100644 --- a/print/libgnomeprintui/Makefile +++ b/print/libgnomeprintui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2006/04/06 06:22:36 reed Exp $ +# $NetBSD: Makefile,v 1.44 2006/04/13 18:23:37 jlam Exp $ # DISTNAME= libgnomeprintui-2.12.1 @@ -11,11 +11,9 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.levien.com/gnome/print-arch.html COMMENT= Graphical library for the GNOME2 Printing Architecture -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= libgnomeprintui/libgnomeprintui-2.2.pc.in diff --git a/print/pslib/Makefile b/print/pslib/Makefile index 8bd9556437e..40bd8e15836 100644 --- a/print/pslib/Makefile +++ b/print/pslib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:31 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/04/13 18:23:37 jlam Exp $ # DISTNAME= pslib-0.2.6 @@ -12,12 +12,11 @@ COMMENT= C-library to create PostScript files BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser -BUILD_USES_MSGFMT= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/libps.pc.in GNU_CONFIGURE= yes -USE_TOOLS+= perl +USE_TOOLS+= msgfmt perl .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/gnome-keyring-manager/Makefile b/security/gnome-keyring-manager/Makefile index 32f2dc6a464..db2ad7fbbe5 100644 --- a/security/gnome-keyring-manager/Makefile +++ b/security/gnome-keyring-manager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/04/08 15:13:03 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2006/04/13 18:23:37 jlam Exp $ # DISTNAME= gnome-keyring-manager-2.14.0 @@ -10,14 +10,11 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://gnomesupport.org/wiki/index.php/GNOME_Keyring_Manager_Wiki COMMENT= GNOME password and secret manager -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.6 USE_LIBTOOL= YES -USE_MSGFMT_PLURALS= YES USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config GCONF2_SCHEMAS= gnome-keyring-manager.schemas diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index d80abaf2dc5..439aa3b632a 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/04/06 06:22:38 reed Exp $ +# $NetBSD: Makefile,v 1.21 2006/04/13 18:23:37 jlam Exp $ # DISTNAME= gnome-keyring-0.4.9 @@ -10,9 +10,7 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME password and secret manager -BUILD_USES_MSGFMT= YES - -USE_TOOLS+= pkg-config +USE_TOOLS+= msgfmt pkg-config GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index b120ab0d405..2b49e66509b 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2006/04/07 15:28:49 jlam Exp $ +# $NetBSD: Makefile,v 1.85 2006/04/13 18:23:37 jlam Exp $ DISTNAME= gnupg-1.4.3 CATEGORIES= security @@ -16,14 +16,12 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.gnupg.org/ COMMENT= GNU Privacy Guard, public-Key encryption and digital signatures -BUILD_USES_MSGFMT= yes - PKG_INSTALLATION_TYPES= overwrite pkgviews CRYPTO= yes GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt CONFIGURE_ARGS+= --with-static-rnd=auto CONFIGURE_ARGS+= --with-mailprog=/usr/sbin/sendmail TEST_TARGET= check diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index b634714ae12..136b46b6219 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/31 23:56:29 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/04/13 18:23:37 jlam Exp $ DISTNAME= gsasl-0.2.5 PKGREVISION= 1 @@ -10,9 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gsasl/ COMMENT= GNU implementation of the Simple Authentication and Security Layer -BUILD_USES_MSGFMT= yes - -USE_TOOLS+= pkg-config +USE_TOOLS+= msgfmt pkg-config GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes diff --git a/security/seahorse-gedit/Makefile b/security/seahorse-gedit/Makefile index 934b466e601..d5794e4c8db 100644 --- a/security/seahorse-gedit/Makefile +++ b/security/seahorse-gedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/04/06 06:22:44 reed Exp $ +# $NetBSD: Makefile,v 1.4 2006/04/13 18:23:37 jlam Exp $ DISTNAME= seahorse-0.8.1 PKGNAME= seahorse-gedit-0.8.1 @@ -13,13 +13,11 @@ COMMENT= Seahorse plugin for gedit PATCHDIR= ${.CURDIR}/../seahorse/patches DISTINFO_FILE= ${.CURDIR}/../seahorse/distinfo -BUILD_USES_MSGFMT= yes GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes -USE_MSGFMT_PLURALS= yes USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --disable-nautilus diff --git a/security/seahorse-nautilus/Makefile b/security/seahorse-nautilus/Makefile index bd0657939f9..a1a477967e7 100644 --- a/security/seahorse-nautilus/Makefile +++ b/security/seahorse-nautilus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/04/06 06:22:44 reed Exp $ +# $NetBSD: Makefile,v 1.4 2006/04/13 18:23:37 jlam Exp $ DISTNAME= seahorse-0.8.1 PKGNAME= seahorse-nautilus-0.8.1 @@ -13,13 +13,11 @@ COMMENT= Seahorse plugin for nautilus PATCHDIR= ${.CURDIR}/../seahorse/patches DISTINFO_FILE= ${.CURDIR}/../seahorse/distinfo -BUILD_USES_MSGFMT= yes GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes -USE_MSGFMT_PLURALS= yes USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --disable-gedit diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 861489a5ec2..0c2b00e5c70 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2006/04/06 06:22:44 reed Exp $ +# $NetBSD: Makefile,v 1.54 2006/04/13 18:23:37 jlam Exp $ DISTNAME= seahorse-0.8.1 PKGREVISION= 1 @@ -10,14 +10,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://seahorse.sourceforge.net/ COMMENT= GnuPG front end and bonobo component for GNOME -BUILD_USES_MSGFMT= yes DEPENDS+= gnupg>=1.2.1:../../security/gnupg GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes -USE_MSGFMT_PLURALS= yes USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --disable-gedit diff --git a/security/steghide/Makefile b/security/steghide/Makefile index 821d4ee2821..9baa1e68846 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/02/20 23:04:38 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2006/04/13 18:23:37 jlam Exp $ DISTNAME= steghide-0.5.1 PKGREVISION= 3 @@ -9,9 +9,8 @@ MAINTAINER= adam@monkeybyte.org HOMEPAGE= http://steghide.sourceforge.net/ COMMENT= Steganography program -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes +USE_TOOLS+= msgfmt USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 8446034fac1..b202b300f9f 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2006/02/05 23:10:48 joerg Exp $ +# $NetBSD: Makefile,v 1.43 2006/04/13 18:23:37 jlam Exp $ DISTNAME= apcupsd-3.8.6 PKGREVISION= 5 @@ -9,9 +9,7 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://www.sibbald.com/apcupsd/ COMMENT= UPS power management for APCC Products -BUILD_USES_MSGFMT= yes - -USE_TOOLS+= gmake sh +USE_TOOLS+= gmake msgfmt sh GNU_CONFIGURE= yes diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index 64a3823d47d..55728d8cfad 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/04/07 19:54:16 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2006/04/13 18:23:37 jlam Exp $ DISTNAME= coreutils-5.2.1 PKGREVISION= 2 @@ -12,12 +12,10 @@ COMMENT= GNU basic file, shell and text manipulation utilities NOT_FOR_PLATFORM= NetBSD-2.0[D-H]-* -BUILD_USES_MSGFMT= YES - CONFLICTS= fileutils-[0-9]* linuxls-[0-9]* sh-utils-[0-9]* textutils-[0-9]* GNU_CONFIGURE= YES -USE_TOOLS+= perl +USE_TOOLS+= msgfmt perl USE_PKGLOCALEDIR= YES INFO_FILES= # PLIST diff --git a/sysutils/gentoo/Makefile b/sysutils/gentoo/Makefile index e84352c54f4..693ee674377 100644 --- a/sysutils/gentoo/Makefile +++ b/sysutils/gentoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/02/05 23:10:50 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2006/04/13 18:23:37 jlam Exp $ DISTNAME= gentoo-0.11.55 PKGREVISION= 1 @@ -9,8 +9,7 @@ MAINTAINER= dunse@goa.nu HOMEPAGE= http://www.obsession.se/gentoo/ COMMENT= Two-pane filemanager using GTK+, 100% GUI configurable -BUILD_USES_MSGFMT= yes - +USE_TOOLS+= msgfmt USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} diff --git a/sysutils/gkrellm-share/Makefile b/sysutils/gkrellm-share/Makefile index 8b8bcc12984..4f593253194 100644 --- a/sysutils/gkrellm-share/Makefile +++ b/sysutils/gkrellm-share/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/02/05 23:10:50 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/04/13 18:23:37 jlam Exp $ .include "../../sysutils/gkrellm/Makefile.common" PKGREVISION= 1 @@ -6,7 +6,7 @@ GKRELLM_PKGBASE= gkrellm-share COMMENT= GKrellM2 locale files -BUILD_USES_MSGFMT= YES +USE_TOOLS+= msgfmt MAKE_ENV+= MODULES=po diff --git a/sysutils/gkrellm1/Makefile b/sysutils/gkrellm1/Makefile index 24fa9d34276..b8bf21d7687 100644 --- a/sysutils/gkrellm1/Makefile +++ b/sysutils/gkrellm1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/02/05 23:10:50 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/04/13 18:23:37 jlam Exp $ # DISTNAME= gkrellm-1.2.13 @@ -11,10 +11,8 @@ MAINTAINER= anthony.mallet@ficus.yi.org HOMEPAGE= http://gkrellm.net/ COMMENT= GTK based system monitor -BUILD_USES_MSGFMT= YES - OSVERSION_SPECIFIC= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= YES CONFLICTS+= gkrellm-share>=2.0 diff --git a/sysutils/gnome-pkgview/Makefile b/sysutils/gnome-pkgview/Makefile index f5101d21c31..2ff11713402 100644 --- a/sysutils/gnome-pkgview/Makefile +++ b/sysutils/gnome-pkgview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/21 06:00:49 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/04/13 18:23:37 jlam Exp $ # DISTNAME= gnome-pkgview-1.0.6 @@ -10,9 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.greatnorthern.demon.co.uk/gnome-pkgview.html COMMENT= Displays the version of GNOME components installed -BUILD_USES_MSGFMT= yes - -USE_TOOLS+= pkg-config +USE_TOOLS+= msgfmt pkg-config GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile index c3d7ac3a2c3..79ba01723db 100644 --- a/sysutils/gnome-vfs/Makefile +++ b/sysutils/gnome-vfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2006/04/06 06:22:45 reed Exp $ +# $NetBSD: Makefile,v 1.57 2006/04/13 18:23:37 jlam Exp $ DISTNAME= gnome-vfs-1.0.5 PKGREVISION= 10 @@ -10,12 +10,11 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME Virtual File System BROKEN_GETTEXT_DETECTION= yes -BUILD_USES_MSGFMT= YES BUILDLINK_API_DEPENDS.gnome-mime-data+= gnome-mime-data>=2.0.1 USE_PKGLOCALEDIR= YES USE_X11BASE= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/sysutils/gnome-vfs2/Makefile.common b/sysutils/gnome-vfs2/Makefile.common index 48277016b62..2da264de044 100644 --- a/sysutils/gnome-vfs2/Makefile.common +++ b/sysutils/gnome-vfs2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2006/04/06 06:22:45 reed Exp $ +# $NetBSD: Makefile.common,v 1.33 2006/04/13 18:23:37 jlam Exp $ # GNOME_VFS2_VERSION= 2.14.0 @@ -14,16 +14,13 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME Virtual File System (v2) -BUILD_USES_MSGFMT= YES - DISTINFO_FILE= ${.CURDIR}/../../sysutils/gnome-vfs2/distinfo PATCHDIR= ${.CURDIR}/../../sysutils/gnome-vfs2/patches GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES -USE_MSGFMT_PLURALS= YES CONFIGURE_ARGS+= --disable-cdda CONFIGURE_ARGS+= --disable-fam diff --git a/sysutils/gnome2-system-monitor/Makefile b/sysutils/gnome2-system-monitor/Makefile index f0a10e5990f..15f15f7d30f 100644 --- a/sysutils/gnome2-system-monitor/Makefile +++ b/sysutils/gnome2-system-monitor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/04/06 18:25:39 reed Exp $ +# $NetBSD: Makefile,v 1.37 2006/04/13 18:23:37 jlam Exp $ # DISTNAME= gnome-system-monitor-2.14.0 @@ -11,13 +11,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME 2 system monitor program -BUILD_USES_MSGFMT= yes - USE_DIRS+= gnome2-1.5 -USE_MSGFMT_PLURALS= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= autoconf gmake pkg-config +USE_TOOLS+= autoconf gmake msgfmt pkg-config LIBS+= -lutil GCONF2_SCHEMAS+= gnome-system-monitor.schemas diff --git a/sysutils/kdirstat/Makefile b/sysutils/kdirstat/Makefile index 419d791d9ec..25b2eb3c245 100644 --- a/sysutils/kdirstat/Makefile +++ b/sysutils/kdirstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/02/05 23:10:55 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2006/04/13 18:23:38 jlam Exp $ DISTNAME= kdirstat-2.4.3 PKGREVISION= 2 @@ -10,11 +10,10 @@ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://kdirstat.sourceforge.net/ COMMENT= Graphical disk usage utility -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes -BUILD_USES_MSGFMT= yes REPLACE_PERL= kdirstat/fix_move_to_trash_bin.pl diff --git a/sysutils/libgtop2/Makefile b/sysutils/libgtop2/Makefile index 9447ce611bb..6b717d5b9dd 100644 --- a/sysutils/libgtop2/Makefile +++ b/sysutils/libgtop2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/04/06 06:22:45 reed Exp $ +# $NetBSD: Makefile,v 1.36 2006/04/13 18:23:38 jlam Exp $ DISTNAME= libgtop-2.14.0 PKGNAME= ${DISTNAME:S/-/2-/} @@ -10,13 +10,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Library to retrieve system information, used in GNOME2 -BUILD_USES_MSGFMT= YES - OSVERSION_SPECIFIC= YES -USE_MSGFMT_PLURALS= YES USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake makeinfo perl pkg-config +USE_TOOLS+= gmake makeinfo msgfmt perl pkg-config USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= libgtop-2.0.pc.in PKGCONFIG_OVERRIDE+= support/gnome-support-2.0.pc.in diff --git a/sysutils/nautilus-cd-burner/Makefile b/sysutils/nautilus-cd-burner/Makefile index 054a8d0a469..0c37437bc39 100644 --- a/sysutils/nautilus-cd-burner/Makefile +++ b/sysutils/nautilus-cd-burner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/04/12 20:11:25 drochner Exp $ +# $NetBSD: Makefile,v 1.38 2006/04/13 18:23:38 jlam Exp $ # DISTNAME= nautilus-cd-burner-2.14.1 @@ -11,11 +11,9 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= CD burner view for Nautilus DEPENDS+= {cdrtools,cdrtools-ossdvd}-[0-9]*:../../sysutils/cdrtools -BUILD_USES_MSGFMT= yes -USE_MSGFMT_PLURALS= yes USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/sysutils/nautilus/Makefile b/sysutils/nautilus/Makefile index bfdb150d4a3..8960e7c6021 100644 --- a/sysutils/nautilus/Makefile +++ b/sysutils/nautilus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2006/04/12 20:08:13 drochner Exp $ +# $NetBSD: Makefile,v 1.67 2006/04/13 18:23:38 jlam Exp $ # DISTNAME= nautilus-2.14.1 @@ -10,13 +10,10 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnome.org/projects/nautilus/ COMMENT= Nautilus file manager for GNOME2 -BUILD_USES_MSGFMT= yes - USE_PKGLOCALEDIR= yes USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes -USE_MSGFMT_PLURALS= yes GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= libnautilus-extension/libnautilus-extension.pc.in diff --git a/sysutils/pv/Makefile b/sysutils/pv/Makefile index d34e5538d60..6152d44728a 100644 --- a/sysutils/pv/Makefile +++ b/sysutils/pv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/04/11 02:28:09 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/04/13 18:23:38 jlam Exp $ # DISTNAME= pv-0.9.6 @@ -10,10 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ivarch.com/programs/pv.shtml COMMENT= Monitor the progress of data through a pipeline -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= yes INFO_FILES= # PLIST diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile index ff24313a740..4538fbca841 100644 --- a/sysutils/xcdroast/Makefile +++ b/sysutils/xcdroast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2006/03/14 01:14:34 jlam Exp $ +# $NetBSD: Makefile,v 1.45 2006/04/13 18:23:38 jlam Exp $ DISTNAME= xcdroast-${DIST_VER} PKGNAME= xcdroast-${DIST_VER:S/alpha/a/} @@ -10,13 +10,11 @@ MAINTAINER= frueauf@NetBSD.org HOMEPAGE= http://www.xcdroast.org/ COMMENT= Graphical user interface for the command-line cdrecord-tools -BUILD_USES_MSGFMT= YES - DEPENDS+= cdrtools>=2.01:../../sysutils/cdrtools DIST_VER= 0.98alpha15 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES diff --git a/sysutils/xfe/Makefile b/sysutils/xfe/Makefile index e3e35260e61..d7e9ec46194 100644 --- a/sysutils/xfe/Makefile +++ b/sysutils/xfe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/04 21:30:44 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/04/13 18:23:38 jlam Exp $ DISTNAME= xfe-0.84 PKGREVISION= 1 @@ -9,11 +9,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xfe.sourceforge.net/ COMMENT= Fast MS-Explorer like filemanager for X -BUILD_USES_MSGFMT= yes - USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes PKG_SYSCONFSUBDIR= xfe diff --git a/textproc/diction/Makefile b/textproc/diction/Makefile index 440a9f78255..63e0fa9d294 100644 --- a/textproc/diction/Makefile +++ b/textproc/diction/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:30:45 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/04/13 18:23:38 jlam Exp $ DISTNAME= diction-1.08 PKGREVISION= 1 @@ -9,9 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/diction/diction.html COMMENT= GNU version of diction and style -BUILD_USES_MSGFMT= YES - USE_PKGLOCALEDIR= YES +USE_TOOLS+= msgfmt GNU_CONFIGURE= YES diff --git a/textproc/grep/Makefile b/textproc/grep/Makefile index 4475f946d07..26987d45c7b 100644 --- a/textproc/grep/Makefile +++ b/textproc/grep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/04/07 19:54:17 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2006/04/13 18:23:38 jlam Exp $ # DISTNAME= grep-2.5.1 @@ -12,12 +12,11 @@ HOMEPAGE= http://www.gnu.org/software/grep/grep.html COMMENT= GNU grep USE_PKGLOCALEDIR= YES -BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-perl-regexp -USE_TOOLS+= makeinfo +USE_TOOLS+= makeinfo msgfmt TEXINFO_REQD= 4.0 INFO_FILES= # PLIST diff --git a/textproc/iso-codes/Makefile b/textproc/iso-codes/Makefile index cd032d8fe99..f740563beaa 100644 --- a/textproc/iso-codes/Makefile +++ b/textproc/iso-codes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/30 21:01:43 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2006/04/13 18:23:38 jlam Exp $ # DISTNAME= iso-codes_0.50.orig @@ -12,7 +12,7 @@ COMMENT= List of country, language and currency names GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= autoconf automake gmake perl +USE_TOOLS+= autoconf automake gmake msgfmt perl WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} PKGCONFIG_OVERRIDE= iso-codes.pc.in @@ -23,7 +23,6 @@ REPLACE_PERL= tab2h.pl PYTHON_FOR_BUILD_ONLY= yes BUILDLINK_DEPMETHOD.gettext= build BUILDLINK_DEPMETHOD.pyxml= build -BUILD_USES_MSGFMT= yes pre-configure: ${TOUCH} ${WRKSRC}/AUTHORS diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile index 7eb49e14de6..beee9dc497e 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/03/04 21:30:47 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2006/04/13 18:23:38 jlam Exp $ # DISTNAME= OpenSP-1.5.1 @@ -13,9 +13,8 @@ COMMENT= SGML parser, successor to "sp" CONFLICTS+= sp-[0-9]* -BUILD_USES_MSGFMT= yes BROKEN_GETTEXT_DETECTION= yes -USE_TOOLS+= perl +USE_TOOLS+= msgfmt perl USE_LANGUAGES= c c++ USE_LIBTOOL= yes PTHREAD_OPTS+= require diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index 1441e284387..a199c052796 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/04/01 14:48:21 jmmv Exp $ +# $NetBSD: Makefile,v 1.39 2006/04/13 18:23:38 jlam Exp $ # DISTNAME= scrollkeeper-0.3.14 @@ -13,11 +13,10 @@ COMMENT= Open Document Cataloging Project PKG_INSTALLATION_TYPES= overwrite pkgviews -BUILD_USES_MSGFMT= yes DEPENDS+= docbook-xml>=4.4nb4:../../textproc/docbook-xml GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes diff --git a/time/gcal/Makefile b/time/gcal/Makefile index c321a2ab0ac..984ed7e2960 100644 --- a/time/gcal/Makefile +++ b/time/gcal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/04/08 05:02:59 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/04/13 18:23:38 jlam Exp $ # DISTNAME= gcal-3.01 @@ -14,7 +14,7 @@ USE_PKGLOCALEDIR= yes INFO_FILES= # PLIST GNU_CONFIGURE= yes -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt BROKEN_GETTEXT_DETECTION= yes .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/wm/e16menuedit2/Makefile b/wm/e16menuedit2/Makefile index c8a7a182318..91a31b66f2f 100644 --- a/wm/e16menuedit2/Makefile +++ b/wm/e16menuedit2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/21 06:00:50 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/04/13 18:23:38 jlam Exp $ # DISTNAME= e16menuedit2-0.0.1 @@ -12,11 +12,10 @@ COMMENT= Menu editor for the Enlightenment window manager DEPENDS+= enlightenment-0.16.*:../../wm/enlightenment -BUILD_USES_MSGFMT= yes BROKEN_GETTEXT_DETECTION= yes GNU_CONFIGURE= yes -USE_TOOLS+= automake pkg-config +USE_TOOLS+= automake msgfmt pkg-config USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes MAKE_ENV+= CATALOGS="de.gmo en.gmo ko.gmo tr.gmo" diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common index 9e933d48a77..e7343d92f67 100644 --- a/wm/icewm/Makefile.common +++ b/wm/icewm/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.50 2006/03/04 21:30:54 jlam Exp $ +# $NetBSD: Makefile.common,v 1.51 2006/04/13 18:23:38 jlam Exp $ DISTNAME= icewm-1.2.25 CATEGORIES= x11 wm @@ -8,9 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.icewm.org/ GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= yes -BUILD_USES_MSGFMT= yes DISTINFO_FILE= ${.CURDIR}/../../wm/icewm/distinfo FILESDIR= ${.CURDIR}/../../wm/icewm/files diff --git a/wm/ion3-devel/Makefile b/wm/ion3-devel/Makefile index 17c8827d192..cfd987779b1 100644 --- a/wm/ion3-devel/Makefile +++ b/wm/ion3-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/02/11 10:03:48 cube Exp $ +# $NetBSD: Makefile,v 1.12 2006/04/13 18:23:38 jlam Exp $ # DISTNAME= ion-3ds-20060107 @@ -12,9 +12,8 @@ COMMENT= Keyboard friendly tiling window manager PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= YES -BUILD_USES_MSGFMT= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ENV+= PKGLOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale diff --git a/wm/metacity/Makefile b/wm/metacity/Makefile index 71760a645a2..0f6cfa5aa26 100644 --- a/wm/metacity/Makefile +++ b/wm/metacity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2006/03/30 21:38:33 jmmv Exp $ +# $NetBSD: Makefile,v 1.57 2006/04/13 18:23:38 jlam Exp $ # DISTNAME= metacity-2.14.1 @@ -10,11 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/softwaremap/projects/Metacity/ COMMENT= GNOME-compliant window manager -BUILD_USES_MSGFMT= YES - USE_DIRS+= gnome2-1.5 theme-1.0 USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index 99df655ff62..703d09c0912 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/02/05 23:11:14 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2006/04/13 18:23:38 jlam Exp $ DISTNAME= openbox-3.2 PKGREVISION= 3 @@ -9,12 +9,11 @@ MAINTAINER= snj@NetBSD.org HOMEPAGE= http://icculus.org/openbox/ COMMENT= Standards compliant, light-weight and extensible window manager -BUILD_USES_MSGFMT= YES DEPENDS+= vera-ttf>=1.10:../../fonts/vera-ttf GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index a1432e0540a..12bf5c0a58a 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/04/08 05:02:59 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2006/04/13 18:23:38 jlam Exp $ # PKGNAME= sawfish-${SF_VERS} @@ -13,9 +13,8 @@ USE_X11BASE= yes CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} -BUILD_USES_MSGFMT= YES -USE_TOOLS+= makeinfo +USE_TOOLS+= makeinfo msgfmt INFO_FILES= # PLIST PLIST_SUBST+= SF_VERS=${SF_VERS:Q} diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index 2dad9c969c7..c2bc7f33b5b 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2006/03/10 23:04:46 rillig Exp $ +# $NetBSD: Makefile,v 1.67 2006/04/13 18:23:38 jlam Exp $ DISTNAME= WindowMaker-0.92.0 PKGNAME= ${DISTNAME:S/WindowMaker/windowmaker/} @@ -12,9 +12,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.windowmaker.org/ COMMENT= GNUStep-compliant NEXTSTEP(tm) window manager clone -BUILD_USES_MSGFMT= yes BROKEN_GETTEXT_DETECTION= yes +USE_TOOLS+= msgfmt USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 0ce20d1c313..1f5d1d106b8 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2006/03/21 06:00:51 jlam Exp $ +# $NetBSD: Makefile,v 1.68 2006/04/13 18:23:38 jlam Exp $ DISTNAME= bluefish-1.0.5 PKGREVISION= 5 @@ -15,10 +15,9 @@ HOMEPAGE= http://bluefish.openoffice.nl/ COMMENT= GTK HTML editor for the experienced web designer DEPENDS+= weblint-[0-9]*:../../www/weblint -BUILD_USES_MSGFMT= yes USE_DIRS+= xdg-1.1 -USE_TOOLS+= find gmake grep pkg-config +USE_TOOLS+= find gmake grep msgfmt pkg-config USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-icon-path=${PREFIX:Q}/share/pixmaps diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index dff1fe34c4a..855265d27f0 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/04/06 06:22:54 reed Exp $ +# $NetBSD: Makefile,v 1.26 2006/04/13 18:23:39 jlam Exp $ # DISTNAME= epiphany-extensions-1.8.1 @@ -12,9 +12,8 @@ HOMEPAGE= http://www.gnome.org/projects/epiphany/extensions.html COMMENT= Extensions for the Epiphany web browser GNU_CONFIGURE= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES -USE_MSGFMT_PLURALS= YES USE_PKGLOCALEDIR= YES # Avoid -Werror, which breaks the build sometimes. diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 8d9865c6f1b..db15bc7c6a4 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2006/04/06 06:22:53 reed Exp $ +# $NetBSD: Makefile,v 1.53 2006/04/13 18:23:39 jlam Exp $ # DISTNAME= epiphany-2.14.0 @@ -10,13 +10,10 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/projects/epiphany/ COMMENT= The web browser for the GNOME Desktop -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES -USE_MSGFMT_PLURALS= YES USE_PKGLOCALEDIR= YES PKGCONFIG_OVERRIDE= data/epiphany-1.8.pc.in diff --git a/www/galeon/Makefile b/www/galeon/Makefile index a108740db43..8a9e1a3ac95 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2006/03/21 06:00:51 jlam Exp $ +# $NetBSD: Makefile,v 1.97 2006/04/13 18:23:39 jlam Exp $ # DISTNAME= galeon-1.3.21 @@ -13,12 +13,10 @@ COMMENT= GNOME2 Web browser based on gecko BROKEN_IN= pkgsrc-2005Q4 -BUILD_USES_MSGFMT= yes - CONFLICTS+= galeon-devel-[0-9]* USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index e505889f7f7..498b8c33bf2 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/02/23 18:21:15 joerg Exp $ +# $NetBSD: Makefile,v 1.49 2006/04/13 18:23:39 jlam Exp $ DISTNAME= gtkhtml-1.1.10 PKGREVISION= 7 @@ -11,11 +11,10 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= Lightweight HTML rendering/printing/editing engine USE_X11BASE= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES -BUILD_USES_MSGFMT= yes BROKEN_GETTEXT_DETECTION= yes CONFIGURE_ARGS+= --enable-gtk-doc=no diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index a24886c33e5..aa16fb21c23 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:58 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/04/13 18:23:39 jlam Exp $ # DISTNAME= kazehakase-0.3.3 @@ -12,11 +12,9 @@ COMMENT= Web browser with multiple layout engines support BROKEN_IN= pkgsrc-2005Q4 -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes USE_DIRS+= xdg-1.2 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile index 7c06b8be6e2..3480a429125 100644 --- a/www/libgtkhtml/Makefile +++ b/www/libgtkhtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/03/06 00:18:11 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2006/04/13 18:23:39 jlam Exp $ # DISTNAME= libgtkhtml-2.6.3 @@ -11,10 +11,8 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Lightweight HTML rendering GTK2 widget -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= libgtkhtml-2.0.pc.in diff --git a/www/lynx/Makefile b/www/lynx/Makefile index c8cd820cae5..0db1bf83074 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2006/02/13 12:37:47 drochner Exp $ +# $NetBSD: Makefile,v 1.88 2006/04/13 18:23:39 jlam Exp $ # # NOTE: Please do not enable the lynxcgi feature unless it is lynx @@ -24,8 +24,6 @@ MAINTAINER= fredb@NetBSD.org HOMEPAGE= http://lynx.isc.org/ COMMENT= Alphanumeric display oriented World-Wide Web Client -BUILD_USES_MSGFMT= yes - PKG_INSTALLATION_TYPES= overwrite pkgviews DIST_SUBDIR= lynx @@ -36,7 +34,7 @@ INSTALL_TARGET= install-full install-lss MAKEFILE= makefile CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:Q} -USE_TOOLS+= gzip +USE_TOOLS+= gzip msgfmt .include "options.mk" diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index 0287e0fe311..d579b01c482 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/03/04 21:31:03 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2006/04/13 18:23:39 jlam Exp $ DISTNAME= sitecopy-0.16.2 CATEGORIES= www @@ -8,9 +8,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lyra.org/sitecopy/ COMMENT= Utility for synchronizing remote and local web sites -BUILD_USES_MSGFMT= yes - -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/www/snownews/Makefile b/www/snownews/Makefile index 8f3988ba574..b982405a162 100644 --- a/www/snownews/Makefile +++ b/www/snownews/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/03/04 21:31:03 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2006/04/13 18:23:39 jlam Exp $ DISTNAME= snownews-1.5.7 PKGREVISION= 4 @@ -10,13 +10,11 @@ HOMEPAGE= http://kiza.kcore.de/software/snownews/ COMMENT= Small, curses based RSS feed reader DEPENDS+= p5-XML-LibXML>=1.58:../../textproc/p5-XML-LibXML -USE_MSGFMT_PLURALS= YES -BUILD_USES_MSGFMT= YES HAS_CONFIGURE= YES USE_NCURSES= # missing WA_BOLD, WA_REVERSE, KEY_RESIZE USE_PKGLOCALEDIR= YES -USE_TOOLS+= perl:run +USE_TOOLS+= msgfmt perl:run REPLACE_PERL+= configure opml2snow snowsync diff --git a/x11/control-center/Makefile b/x11/control-center/Makefile index 9ea6db41947..dfc7ec31f0a 100644 --- a/x11/control-center/Makefile +++ b/x11/control-center/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/21 06:00:52 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/04/13 18:23:39 jlam Exp $ DISTNAME= control-center-1.4.0.5 PKGREVISION= 3 @@ -9,12 +9,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME control-center development library -BUILD_USES_MSGFMT= YES BROKEN_GETTEXT_DETECTION= yes USE_DIRS+= xdg-1.1 gnome1-1.5 USE_X11BASE= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES diff --git a/x11/efltk/Makefile b/x11/efltk/Makefile index 5fb456233fd..65c09518ed9 100644 --- a/x11/efltk/Makefile +++ b/x11/efltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/08 11:29:50 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/04/13 18:23:39 jlam Exp $ # DISTNAME= efltk-2.0.5 @@ -15,9 +15,8 @@ WRKSRC= ${WRKDIR}/efltk GNU_CONFIGURE= yes USE_LANGUAGES+= c++ USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_LIBTOOL= yes -BUILD_USES_MSGFMT= yes CONFIGURE_ARGS+= --enable-iconv CONFIGURE_ARGS+= --enable-xft diff --git a/x11/fast-user-switch-applet/Makefile b/x11/fast-user-switch-applet/Makefile index 8b6d1b72caa..cafd7a00500 100644 --- a/x11/fast-user-switch-applet/Makefile +++ b/x11/fast-user-switch-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/01 22:12:55 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2006/04/13 18:23:39 jlam Exp $ # DISTNAME= fast-user-switch-applet-2.14.0 @@ -10,15 +10,13 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://ignore-your.tv/fusa/ COMMENT= Switch between users from the GNOME Panel -BUILD_USES_MSGFMT= yes - DEPENDS+= gdm>=2.14.0:../../x11/gdm GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_X11= yes .include "../../mk/bsd.prefs.mk" diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index e315939b3de..8c3ba4e3f31 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2006/04/06 06:22:58 reed Exp $ +# $NetBSD: Makefile,v 1.107 2006/04/13 18:23:39 jlam Exp $ # DISTNAME= gdm-2.14.0 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Gnome Display Manager - a re-implementation of the xdm program -BUILD_USES_MSGFMT= YES - DEPENDS+= zenity>=2.14.0:../../x11/zenity BUILDLINK_API_DEPENDS.libart2+= libart2>=2.3.11 @@ -21,8 +19,7 @@ USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES -USE_MSGFMT_PLURALS= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config PKG_OPTIONS_VAR= PKG_OPTIONS.gdm PKG_SUPPORTED_OPTIONS= inet6 pam diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index 9eb78378be5..3cdfdf2fe09 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2006/04/06 06:22:58 reed Exp $ +# $NetBSD: Makefile,v 1.53 2006/04/13 18:23:39 jlam Exp $ # DISTNAME= gnome-desktop-2.14.0 @@ -10,12 +10,10 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Common GNOME2 desktop files and libgnome-desktop library -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake perl:run pkg-config +USE_TOOLS+= gmake msgfmt perl:run pkg-config USE_LIBTOOL= yes CONFIGURE_ARGS+= --with-gnome-distributor="The NetBSD Foundation" diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index d2231ba7927..1a503265a78 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2006/03/04 21:31:08 jlam Exp $ +# $NetBSD: Makefile,v 1.117 2006/04/13 18:23:39 jlam Exp $ DISTNAME= gnome-libs-1.4.2 PKGREVISION= 5 @@ -12,10 +12,9 @@ COMMENT= Libraries for the GNU Network Object Model Environment PKG_INSTALLATION_TYPES= overwrite pkgviews BROKEN_GETTEXT_DETECTION= YES -BUILD_USES_MSGFMT= YES USE_DIRS+= gnome1-1.5 -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_LIBTOOL= YES GNU_CONFIGURE= YES diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 60191e8a6d6..57de8fbd4fb 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2006/04/07 11:09:15 jmmv Exp $ +# $NetBSD: Makefile,v 1.71 2006/04/13 18:23:39 jlam Exp $ # DISTNAME= gnome-panel-2.14.0 @@ -10,12 +10,9 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME2 panel application -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 -USE_MSGFMT_PLURALS= YES -USE_TOOLS+= gmake perl:run pkg-config +USE_TOOLS+= gmake msgfmt perl:run pkg-config USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= libpanel-applet/libpanelapplet-2.0.pc.in diff --git a/x11/gnome-screensaver/Makefile b/x11/gnome-screensaver/Makefile index abb237cf3c5..5fcf13b90e0 100644 --- a/x11/gnome-screensaver/Makefile +++ b/x11/gnome-screensaver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/04/08 15:13:48 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2006/04/13 18:23:39 jlam Exp $ # DISTNAME= gnome-screensaver-2.14.0 @@ -12,9 +12,8 @@ COMMENT= Screen saver and locker for the GNOME desktop GNU_CONFIGURE= yes USE_DIRS+= xdg-1.3 USE_LIBTOOL= yes -USE_MSGFMT_PLURALS= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_X11= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} diff --git a/x11/gnome-themes-extras/Makefile b/x11/gnome-themes-extras/Makefile index 84a625feecf..3eefc72c313 100644 --- a/x11/gnome-themes-extras/Makefile +++ b/x11/gnome-themes-extras/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/06 06:22:59 reed Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:39 jlam Exp $ # DISTNAME= gnome-themes-extras-0.8.1 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Collection of metathemes for the GNOME desktop environment -BUILD_USES_MSGFMT= yes - .include "../../mk/bsd.prefs.mk" # NetBSD's pax-as-tar truncates filenames .if ${OPSYS} == "DragonFly" @@ -25,7 +23,7 @@ USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED diff --git a/x11/gnome-themes/Makefile b/x11/gnome-themes/Makefile index 5b7b586778a..d8bc0ce5d56 100644 --- a/x11/gnome-themes/Makefile +++ b/x11/gnome-themes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2006/03/30 21:17:12 jmmv Exp $ +# $NetBSD: Makefile,v 1.46 2006/04/13 18:23:39 jlam Exp $ # DISTNAME= gnome-themes-2.14.0 @@ -12,10 +12,8 @@ COMMENT= Collection of themes and icons for GNOME 2 CONFLICTS+= clearlooks-metacity-[0-9]* -BUILD_USES_MSGFMT= yes - USE_DIRS+= gnome2-1.5 theme-1.0 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/x11/gnome2-applets/Makefile b/x11/gnome2-applets/Makefile index 4bec8c4a2f0..2cebeb6e58c 100644 --- a/x11/gnome2-applets/Makefile +++ b/x11/gnome2-applets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2006/04/06 06:22:59 reed Exp $ +# $NetBSD: Makefile,v 1.64 2006/04/13 18:23:39 jlam Exp $ # DISTNAME= gnome-applets-2.14.0 @@ -11,15 +11,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME2 panel applets -BUILD_USES_MSGFMT= YES - BUILD_DEPENDS+= gst-plugins0.10-esound>=0.10.0:../../audio/gst-plugins0.10-esound BUILD_DEPENDS+= gst-plugins0.10-oss>=0.10.0:../../audio/gst-plugins0.10-oss GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 -USE_MSGFMT_PLURALS= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes diff --git a/x11/gnome2-control-center/Makefile b/x11/gnome2-control-center/Makefile index d563e867437..6fe321c7805 100644 --- a/x11/gnome2-control-center/Makefile +++ b/x11/gnome2-control-center/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2006/04/06 06:23:00 reed Exp $ +# $NetBSD: Makefile,v 1.64 2006/04/13 18:23:40 jlam Exp $ # DISTNAME= control-center-2.14.0 @@ -11,13 +11,10 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME2 configuration utility -BUILD_USES_MSGFMT= yes - -USE_MSGFMT_PLURALS= yes GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.6 USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes CONFIGURE_ARGS+= --disable-alsa diff --git a/x11/gnome2-terminal/Makefile b/x11/gnome2-terminal/Makefile index b62938ed007..62c8c28b75b 100644 --- a/x11/gnome2-terminal/Makefile +++ b/x11/gnome2-terminal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2006/04/06 06:23:00 reed Exp $ +# $NetBSD: Makefile,v 1.52 2006/04/13 18:23:40 jlam Exp $ # DISTNAME= gnome-terminal-2.14.0 @@ -11,15 +11,12 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Xterm like terminal program for GNOME 2 -BUILD_USES_MSGFMT= YES - CONFLICTS= gnome-core-[0-9]* GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 -USE_MSGFMT_PLURALS= YES USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= gmake msgfmt perl pkg-config USE_LIBTOOL= YES GCONF2_SCHEMAS= gnome-terminal.schemas diff --git a/x11/gtk-thinice-engine/Makefile b/x11/gtk-thinice-engine/Makefile index ae2be67d709..b3dd49cbf4b 100644 --- a/x11/gtk-thinice-engine/Makefile +++ b/x11/gtk-thinice-engine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/03/04 21:31:09 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2006/04/13 18:23:40 jlam Exp $ # DISTNAME= gtk-thinice-engine-2.0.2 @@ -11,10 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://thinice.sourceforge.net/ COMMENT= Simple, clean theme engine -BUILD_USES_MSGFMT= yes - USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index 3c6e6cb134a..dfd1128faec 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2006/03/30 03:44:44 jlam Exp $ +# $NetBSD: Makefile,v 1.117 2006/04/13 18:23:40 jlam Exp $ DISTNAME= gtk+-1.2.10 PKGREVISION= 9 @@ -16,10 +16,9 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews .include "../../mk/bsd.prefs.mk" -BUILD_USES_MSGFMT= yes USE_DIRS+= xdg-1.1 USE_X11BASE= yes -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake msgfmt perl USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= gdk.pc.in diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 3f677fa9452..d14e741cdb3 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2006/04/08 22:00:41 wiz Exp $ +# $NetBSD: Makefile,v 1.119 2006/04/13 18:23:40 jlam Exp $ DISTNAME= gtk+-2.8.17 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -14,15 +14,13 @@ COMMENT= GIMP Toolkit v2 - libraries for building X11 user interfaces CONFLICTS= gtk2-engines<2.6.0 -BUILD_USES_MSGFMT= yes - BUILDLINK_API_DEPENDS.glib2+= glib2>=2.10.1 BUILDLINK_API_DEPENDS.pango+= pango>=1.10.0 BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1.2nb2 USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes PTHREAD_AUTO_VARS= yes diff --git a/x11/gtksourceview/Makefile b/x11/gtksourceview/Makefile index 4197ef1c117..dc352a35d18 100644 --- a/x11/gtksourceview/Makefile +++ b/x11/gtksourceview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/04/12 19:57:58 drochner Exp $ +# $NetBSD: Makefile,v 1.33 2006/04/13 18:23:40 jlam Exp $ # DISTNAME= gtksourceview-1.6.1 @@ -10,12 +10,10 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://gtksourceview.sourceforge.net/ COMMENT= Text widget that extends GTK2's GtkTextView widget -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= gmake msgfmt perl pkg-config PKGCONFIG_OVERRIDE= gtksourceview-1.0.pc.in diff --git a/x11/kde3-i18n-af/Makefile b/x11/kde3-i18n-af/Makefile index 8c69546e934..3874a898e8b 100644 --- a/x11/kde3-i18n-af/Makefile +++ b/x11/kde3-i18n-af/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/04/12 11:37:18 markd Exp $ +# $NetBSD: Makefile,v 1.22 2006/04/13 18:23:40 jlam Exp $ DISTNAME= kde-i18n-af-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-ar/Makefile b/x11/kde3-i18n-ar/Makefile index c71af89e04e..fd1575c6b9c 100644 --- a/x11/kde3-i18n-ar/Makefile +++ b/x11/kde3-i18n-ar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/04/12 11:37:18 markd Exp $ +# $NetBSD: Makefile,v 1.24 2006/04/13 18:23:40 jlam Exp $ DISTNAME= kde-i18n-ar-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-az/Makefile b/x11/kde3-i18n-az/Makefile index 9991e7aed9d..81da7a3f029 100644 --- a/x11/kde3-i18n-az/Makefile +++ b/x11/kde3-i18n-az/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/04/12 11:37:18 markd Exp $ +# $NetBSD: Makefile,v 1.11 2006/04/13 18:23:40 jlam Exp $ DISTNAME= kde-i18n-az-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-bg/Makefile b/x11/kde3-i18n-bg/Makefile index e4862b39d52..8a4b2a72f14 100644 --- a/x11/kde3-i18n-bg/Makefile +++ b/x11/kde3-i18n-bg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:18 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:40 jlam Exp $ DISTNAME= kde-i18n-bg-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-bn/Makefile b/x11/kde3-i18n-bn/Makefile index 9af56304483..6f483d13f9b 100644 --- a/x11/kde3-i18n-bn/Makefile +++ b/x11/kde3-i18n-bn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/12 11:37:18 markd Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/13 18:23:40 jlam Exp $ DISTNAME= kde-i18n-bn-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-br/Makefile b/x11/kde3-i18n-br/Makefile index bdd4360749a..37781670732 100644 --- a/x11/kde3-i18n-br/Makefile +++ b/x11/kde3-i18n-br/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/04/12 11:37:18 markd Exp $ +# $NetBSD: Makefile,v 1.9 2006/04/13 18:23:40 jlam Exp $ DISTNAME= kde-i18n-br-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-bs/Makefile b/x11/kde3-i18n-bs/Makefile index c5cd563b402..bc1fdebf6a2 100644 --- a/x11/kde3-i18n-bs/Makefile +++ b/x11/kde3-i18n-bs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:18 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:40 jlam Exp $ DISTNAME= kde-i18n-bs-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-ca/Makefile b/x11/kde3-i18n-ca/Makefile index ea92de4351a..a4002024f0f 100644 --- a/x11/kde3-i18n-ca/Makefile +++ b/x11/kde3-i18n-ca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/04/12 11:37:18 markd Exp $ +# $NetBSD: Makefile,v 1.26 2006/04/13 18:23:40 jlam Exp $ DISTNAME= kde-i18n-ca-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-cs/Makefile b/x11/kde3-i18n-cs/Makefile index e13a4ca3079..3f0c693b946 100644 --- a/x11/kde3-i18n-cs/Makefile +++ b/x11/kde3-i18n-cs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:18 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:40 jlam Exp $ DISTNAME= kde-i18n-cs-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-cy/Makefile b/x11/kde3-i18n-cy/Makefile index 71b47dad7f3..6f98ccf5e46 100644 --- a/x11/kde3-i18n-cy/Makefile +++ b/x11/kde3-i18n-cy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/12 11:37:18 markd Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/13 18:23:40 jlam Exp $ DISTNAME= kde-i18n-cy-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-da/Makefile b/x11/kde3-i18n-da/Makefile index 0933130c59c..f9eb82dd253 100644 --- a/x11/kde3-i18n-da/Makefile +++ b/x11/kde3-i18n-da/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:18 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:40 jlam Exp $ DISTNAME= kde-i18n-da-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-de/Makefile b/x11/kde3-i18n-de/Makefile index 3e96295b58d..7ea9fc486fb 100644 --- a/x11/kde3-i18n-de/Makefile +++ b/x11/kde3-i18n-de/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:18 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:40 jlam Exp $ DISTNAME= kde-i18n-de-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-el/Makefile b/x11/kde3-i18n-el/Makefile index 32dec54f429..50778d712b5 100644 --- a/x11/kde3-i18n-el/Makefile +++ b/x11/kde3-i18n-el/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/04/12 11:37:18 markd Exp $ +# $NetBSD: Makefile,v 1.26 2006/04/13 18:23:40 jlam Exp $ DISTNAME= kde-i18n-el-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-en_GB/Makefile b/x11/kde3-i18n-en_GB/Makefile index 8872893ca26..867552025f3 100644 --- a/x11/kde3-i18n-en_GB/Makefile +++ b/x11/kde3-i18n-en_GB/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:18 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:40 jlam Exp $ DISTNAME= kde-i18n-en_GB-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-eo/Makefile b/x11/kde3-i18n-eo/Makefile index 65c5ac48f1f..cda0d598c8a 100644 --- a/x11/kde3-i18n-eo/Makefile +++ b/x11/kde3-i18n-eo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/04/12 11:37:18 markd Exp $ +# $NetBSD: Makefile,v 1.24 2006/04/13 18:23:40 jlam Exp $ DISTNAME= kde-i18n-eo-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-es/Makefile b/x11/kde3-i18n-es/Makefile index d67341a4e8c..13036539431 100644 --- a/x11/kde3-i18n-es/Makefile +++ b/x11/kde3-i18n-es/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:18 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:40 jlam Exp $ DISTNAME= kde-i18n-es-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-et/Makefile b/x11/kde3-i18n-et/Makefile index da7dad0d61d..99560f5257a 100644 --- a/x11/kde3-i18n-et/Makefile +++ b/x11/kde3-i18n-et/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-et-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-eu/Makefile b/x11/kde3-i18n-eu/Makefile index d103d505634..f3c82acb6b0 100644 --- a/x11/kde3-i18n-eu/Makefile +++ b/x11/kde3-i18n-eu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-eu-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-fa/Makefile b/x11/kde3-i18n-fa/Makefile index a4e5745f46e..4b1d467da22 100644 --- a/x11/kde3-i18n-fa/Makefile +++ b/x11/kde3-i18n-fa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-fa-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-fi/Makefile b/x11/kde3-i18n-fi/Makefile index f539ab08bf8..7def260ecb8 100644 --- a/x11/kde3-i18n-fi/Makefile +++ b/x11/kde3-i18n-fi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-fi-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-fr/Makefile b/x11/kde3-i18n-fr/Makefile index 0efd20faaa8..37765833cad 100644 --- a/x11/kde3-i18n-fr/Makefile +++ b/x11/kde3-i18n-fr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-fr-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-fy/Makefile b/x11/kde3-i18n-fy/Makefile index 07874218d28..16042eafd84 100644 --- a/x11/kde3-i18n-fy/Makefile +++ b/x11/kde3-i18n-fy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.9 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-fy-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-ga/Makefile b/x11/kde3-i18n-ga/Makefile index 1bad388353d..5b25c8d2eba 100644 --- a/x11/kde3-i18n-ga/Makefile +++ b/x11/kde3-i18n-ga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.9 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-ga-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-gl/Makefile b/x11/kde3-i18n-gl/Makefile index 3a1bf685f29..5c0e882e347 100644 --- a/x11/kde3-i18n-gl/Makefile +++ b/x11/kde3-i18n-gl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-gl-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-he/Makefile b/x11/kde3-i18n-he/Makefile index dd9ce21062e..62ac07f1df6 100644 --- a/x11/kde3-i18n-he/Makefile +++ b/x11/kde3-i18n-he/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-he-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-hi/Makefile b/x11/kde3-i18n-hi/Makefile index c36050d4c9a..f48135c5cb2 100644 --- a/x11/kde3-i18n-hi/Makefile +++ b/x11/kde3-i18n-hi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-hi-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-hr/Makefile b/x11/kde3-i18n-hr/Makefile index 4a6e85b209c..61533855a9c 100644 --- a/x11/kde3-i18n-hr/Makefile +++ b/x11/kde3-i18n-hr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.17 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-hr-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-hu/Makefile b/x11/kde3-i18n-hu/Makefile index c5e6cf677a4..b5424b2da27 100644 --- a/x11/kde3-i18n-hu/Makefile +++ b/x11/kde3-i18n-hu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-hu-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-is/Makefile b/x11/kde3-i18n-is/Makefile index cabea1a80b5..4ac0c74128b 100644 --- a/x11/kde3-i18n-is/Makefile +++ b/x11/kde3-i18n-is/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.20 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-is-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-it/Makefile b/x11/kde3-i18n-it/Makefile index 566066c43b8..44eb8b89df1 100644 --- a/x11/kde3-i18n-it/Makefile +++ b/x11/kde3-i18n-it/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-it-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-ja/Makefile b/x11/kde3-i18n-ja/Makefile index 90d877fe093..38cf944bfc1 100644 --- a/x11/kde3-i18n-ja/Makefile +++ b/x11/kde3-i18n-ja/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.26 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-ja-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-km/Makefile b/x11/kde3-i18n-km/Makefile index edcfa7b93d4..a6406dbce71 100644 --- a/x11/kde3-i18n-km/Makefile +++ b/x11/kde3-i18n-km/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.7 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-km-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-ko/Makefile b/x11/kde3-i18n-ko/Makefile index 1f32975a950..4ca29e2f8b5 100644 --- a/x11/kde3-i18n-ko/Makefile +++ b/x11/kde3-i18n-ko/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.7 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-ko-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-lt/Makefile b/x11/kde3-i18n-lt/Makefile index ce4d6e31288..c4cfbdae1f1 100644 --- a/x11/kde3-i18n-lt/Makefile +++ b/x11/kde3-i18n-lt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.26 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-lt-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-lv/Makefile b/x11/kde3-i18n-lv/Makefile index b5325f5e926..c10b3eceb50 100644 --- a/x11/kde3-i18n-lv/Makefile +++ b/x11/kde3-i18n-lv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.7 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-lv-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-mk/Makefile b/x11/kde3-i18n-mk/Makefile index 4d24ec0a00d..44c3fc185d2 100644 --- a/x11/kde3-i18n-mk/Makefile +++ b/x11/kde3-i18n-mk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.15 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-mk-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-mn/Makefile b/x11/kde3-i18n-mn/Makefile index 3942ca0de37..e5dd7c0c6c3 100644 --- a/x11/kde3-i18n-mn/Makefile +++ b/x11/kde3-i18n-mn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/13 18:23:41 jlam Exp $ DISTNAME= kde-i18n-mn-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-ms/Makefile b/x11/kde3-i18n-ms/Makefile index 44f4fc05984..ce45af663ba 100644 --- a/x11/kde3-i18n-ms/Makefile +++ b/x11/kde3-i18n-ms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/13 18:23:42 jlam Exp $ DISTNAME= kde-i18n-ms-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-nb/Makefile b/x11/kde3-i18n-nb/Makefile index 75392842eff..ea0180aa1ce 100644 --- a/x11/kde3-i18n-nb/Makefile +++ b/x11/kde3-i18n-nb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:19 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:43 jlam Exp $ DISTNAME= kde-i18n-nb-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-nds/Makefile b/x11/kde3-i18n-nds/Makefile index 3ef3d95c4d0..91b0636729e 100644 --- a/x11/kde3-i18n-nds/Makefile +++ b/x11/kde3-i18n-nds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/13 18:23:43 jlam Exp $ DISTNAME= kde-i18n-nds-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-nl/Makefile b/x11/kde3-i18n-nl/Makefile index 99a5599fd6d..9ed0280fbec 100644 --- a/x11/kde3-i18n-nl/Makefile +++ b/x11/kde3-i18n-nl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:43 jlam Exp $ DISTNAME= kde-i18n-nl-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-nn/Makefile b/x11/kde3-i18n-nn/Makefile index 2aa57182807..d713ad93dc7 100644 --- a/x11/kde3-i18n-nn/Makefile +++ b/x11/kde3-i18n-nn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:43 jlam Exp $ DISTNAME= kde-i18n-nn-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-pa/Makefile b/x11/kde3-i18n-pa/Makefile index f664695d778..53fe6ab2acb 100644 --- a/x11/kde3-i18n-pa/Makefile +++ b/x11/kde3-i18n-pa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.11 2006/04/13 18:23:43 jlam Exp $ DISTNAME= kde-i18n-pa-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-pl/Makefile b/x11/kde3-i18n-pl/Makefile index 0093691e81d..05ca36f3dd0 100644 --- a/x11/kde3-i18n-pl/Makefile +++ b/x11/kde3-i18n-pl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:43 jlam Exp $ DISTNAME= kde-i18n-pl-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-pt/Makefile b/x11/kde3-i18n-pt/Makefile index 37a1d1b13d0..74d9d0de63e 100644 --- a/x11/kde3-i18n-pt/Makefile +++ b/x11/kde3-i18n-pt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:43 jlam Exp $ DISTNAME= kde-i18n-pt-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-pt_BR/Makefile b/x11/kde3-i18n-pt_BR/Makefile index 6cdbe880c85..b75181e2345 100644 --- a/x11/kde3-i18n-pt_BR/Makefile +++ b/x11/kde3-i18n-pt_BR/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:43 jlam Exp $ DISTNAME= kde-i18n-pt_BR-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-ro/Makefile b/x11/kde3-i18n-ro/Makefile index 6903969d035..669a35df4e9 100644 --- a/x11/kde3-i18n-ro/Makefile +++ b/x11/kde3-i18n-ro/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.26 2006/04/13 18:23:43 jlam Exp $ DISTNAME= kde-i18n-ro-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-ru/Makefile b/x11/kde3-i18n-ru/Makefile index 5d635c68685..88d4973ab3b 100644 --- a/x11/kde3-i18n-ru/Makefile +++ b/x11/kde3-i18n-ru/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:43 jlam Exp $ DISTNAME= kde-i18n-ru-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-rw/Makefile b/x11/kde3-i18n-rw/Makefile index c2cac664340..831394a7948 100644 --- a/x11/kde3-i18n-rw/Makefile +++ b/x11/kde3-i18n-rw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.7 2006/04/13 18:23:43 jlam Exp $ DISTNAME= kde-i18n-rw-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-se/Makefile b/x11/kde3-i18n-se/Makefile index a222b69edbd..f3419d90a44 100644 --- a/x11/kde3-i18n-se/Makefile +++ b/x11/kde3-i18n-se/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.18 2006/04/13 18:23:43 jlam Exp $ DISTNAME= kde-i18n-se-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-sk/Makefile b/x11/kde3-i18n-sk/Makefile index bd9fbecbf61..f46956966ed 100644 --- a/x11/kde3-i18n-sk/Makefile +++ b/x11/kde3-i18n-sk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:44 jlam Exp $ DISTNAME= kde-i18n-sk-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-sl/Makefile b/x11/kde3-i18n-sl/Makefile index 3b635f89d9d..da5b9bbdeba 100644 --- a/x11/kde3-i18n-sl/Makefile +++ b/x11/kde3-i18n-sl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:44 jlam Exp $ DISTNAME= kde-i18n-sl-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-sr/Makefile b/x11/kde3-i18n-sr/Makefile index 96809b0c542..7e552d9a2b7 100644 --- a/x11/kde3-i18n-sr/Makefile +++ b/x11/kde3-i18n-sr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:44 jlam Exp $ DISTNAME= kde-i18n-sr-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-sr_Latn/Makefile b/x11/kde3-i18n-sr_Latn/Makefile index 82b8dae4aec..8adca7e243e 100644 --- a/x11/kde3-i18n-sr_Latn/Makefile +++ b/x11/kde3-i18n-sr_Latn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.14 2006/04/13 18:23:44 jlam Exp $ DISTNAME= kde-i18n-sr@Latn-${_KDE_VERSION} PKGNAME= ${DISTNAME:S/@/_/} @@ -9,7 +9,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-ss/Makefile b/x11/kde3-i18n-ss/Makefile index 11084a0b588..56e3e1f1bcc 100644 --- a/x11/kde3-i18n-ss/Makefile +++ b/x11/kde3-i18n-ss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/13 18:23:44 jlam Exp $ DISTNAME= kde-i18n-ss-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-sv/Makefile b/x11/kde3-i18n-sv/Makefile index a5e2efe96e3..a16754d55e2 100644 --- a/x11/kde3-i18n-sv/Makefile +++ b/x11/kde3-i18n-sv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:44 jlam Exp $ DISTNAME= kde-i18n-sv-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-ta/Makefile b/x11/kde3-i18n-ta/Makefile index c7be5801d05..80befe63687 100644 --- a/x11/kde3-i18n-ta/Makefile +++ b/x11/kde3-i18n-ta/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:44 jlam Exp $ DISTNAME= kde-i18n-ta-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-tg/Makefile b/x11/kde3-i18n-tg/Makefile index 22fac906d41..b1c6f760b6d 100644 --- a/x11/kde3-i18n-tg/Makefile +++ b/x11/kde3-i18n-tg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/13 18:23:44 jlam Exp $ DISTNAME= kde-i18n-tg-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-tr/Makefile b/x11/kde3-i18n-tr/Makefile index c4f3ffb53c4..b7003adccc0 100644 --- a/x11/kde3-i18n-tr/Makefile +++ b/x11/kde3-i18n-tr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:44 jlam Exp $ DISTNAME= kde-i18n-tr-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-uk/Makefile b/x11/kde3-i18n-uk/Makefile index 4580b8b5c06..49850e97949 100644 --- a/x11/kde3-i18n-uk/Makefile +++ b/x11/kde3-i18n-uk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:44 jlam Exp $ DISTNAME= kde-i18n-uk-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-uz/Makefile b/x11/kde3-i18n-uz/Makefile index 4c911418fe0..ce1724d83d7 100644 --- a/x11/kde3-i18n-uz/Makefile +++ b/x11/kde3-i18n-uz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/13 18:23:44 jlam Exp $ DISTNAME= kde-i18n-uz-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/x11/kde3-i18n-zh_CN/Makefile b/x11/kde3-i18n-zh_CN/Makefile index ad165580186..90b0dc4cef8 100644 --- a/x11/kde3-i18n-zh_CN/Makefile +++ b/x11/kde3-i18n-zh_CN/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:20 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:44 jlam Exp $ DISTNAME= kde-i18n-zh_CN-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/kde3-i18n-zh_TW/Makefile b/x11/kde3-i18n-zh_TW/Makefile index 4074ff993a2..b82c51e4a2e 100644 --- a/x11/kde3-i18n-zh_TW/Makefile +++ b/x11/kde3-i18n-zh_TW/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/12 11:37:21 markd Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/13 18:23:44 jlam Exp $ DISTNAME= kde-i18n-zh_TW-${_KDE_VERSION} CATEGORIES= x11 @@ -8,7 +8,7 @@ COMMENT= Language bindings for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt SUBST_CLASSES+= common SUBST_STAGE.common= post-patch diff --git a/x11/matchbox-panel/Makefile b/x11/matchbox-panel/Makefile index ceddba79695..2d53d8b7901 100644 --- a/x11/matchbox-panel/Makefile +++ b/x11/matchbox-panel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:31:10 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/04/13 18:23:44 jlam Exp $ # DISTNAME= matchbox-panel-0.9.2 @@ -12,10 +12,9 @@ HOMEPAGE= http://projects.o-hand.com/matchbox/ COMMENT= Panel for Matchbox BROKEN_GETTEXT_DETECTION= yes -BUILD_USES_MSGFMT= yes USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/x11/vte/Makefile b/x11/vte/Makefile index bf4012a2364..c695d7b730e 100644 --- a/x11/vte/Makefile +++ b/x11/vte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/04/06 06:23:04 reed Exp $ +# $NetBSD: Makefile,v 1.32 2006/04/13 18:23:44 jlam Exp $ # DISTNAME= vte-0.12.0 @@ -10,13 +10,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Terminal widget with improved accessibility and I18N support -BUILD_USES_MSGFMT= yes - USE_DIRS+= gnome2-1.2 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config CONFIGURE_ARGS+= --disable-gtk-doc CONFIGURE_ARGS+= --disable-python diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index e40a4074d6b..e19f23f0448 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/03/04 21:31:11 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2006/04/13 18:23:44 jlam Exp $ DISTNAME= wdm-1.25 PKGREVISION= 8 @@ -9,8 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://voins.program.ru/wdm/ COMMENT= WINGs display manager -BUILD_USES_MSGFMT= YES - +USE_TOOLS+= msgfmt USE_DIRS+= xdg-1.1 USE_X11BASE= YES USE_PKGLOCALEDIR= YES diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile index b472ee9364b..8aee6abd041 100644 --- a/x11/xdialog/Makefile +++ b/x11/xdialog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/04 21:31:12 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/04/13 18:23:44 jlam Exp $ # DISTNAME= Xdialog-2.1.1 @@ -13,8 +13,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xdialog.dyns.net/ COMMENT= X11 drop-in replacement for the curses dialog program -BUILD_USES_MSGFMT= YES - +USE_TOOLS+= msgfmt USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES diff --git a/x11/xfce3/Makefile b/x11/xfce3/Makefile index 6df8fc6430e..eba6a167640 100644 --- a/x11/xfce3/Makefile +++ b/x11/xfce3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/09 21:04:46 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/13 18:23:44 jlam Exp $ DISTNAME= xfce-3.8.18 PKGREVISION= 7 @@ -9,13 +9,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.xfce.org/ COMMENT= Lightweight desktop environment with CDE look and feel -BUILD_USES_MSGFMT= yes - USE_X11BASE= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes FONTS_DIRS.x11+= ${PREFIX}/share/xfce/cursors diff --git a/x11/xpad/Makefile b/x11/xpad/Makefile index c9ccbe60d12..439e685ec9a 100644 --- a/x11/xpad/Makefile +++ b/x11/xpad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/03/04 21:31:13 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2006/04/13 18:23:44 jlam Exp $ # DISTNAME= xpad-1.12 @@ -11,11 +11,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xpad.sourceforge.net/ COMMENT= Sticky notes application in GTK 2 -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= yes LIBS.SunOS+= -lX11 diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common index 64299fcfe10..bbb9a9e1b0f 100644 --- a/x11/xscreensaver/Makefile.common +++ b/x11/xscreensaver/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.86 2006/04/06 06:23:05 reed Exp $ +# $NetBSD: Makefile.common,v 1.87 2006/04/13 18:23:44 jlam Exp $ # DISTNAME= xscreensaver-4.22 @@ -9,12 +9,11 @@ MASTER_SITES= ftp://ftp.fu-berlin.de/unix/X11/graphics/xscreensaver/ \ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.jwz.org/xscreensaver/ -BUILD_USES_MSGFMT= yes BUILDLINK_API_DEPENDS.Xrandr+= Xrandr>=1.0.2 USE_PKGLOCALEDIR= yes USE_X11= yes -USE_TOOLS+= perl +USE_TOOLS+= msgfmt perl GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-hackdir=${PREFIX}/libexec/xscreensaver diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index c05b10916cf..c6d018fcdec 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/04/06 06:23:05 reed Exp $ +# $NetBSD: Makefile,v 1.33 2006/04/13 18:23:45 jlam Exp $ # DISTNAME= zenity-2.14.0 @@ -10,12 +10,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Display GNOME dialogs from the command line -BUILD_USES_MSGFMT= yes - USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0 |