From ff1abac1968d3a2126fff67c56d713586d517e87 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 5 Jul 2006 05:37:39 +0000 Subject: Sweep pkgsrc and convert packages that included intltool/buildlink3.mk to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk --- net/amule/Makefile | 5 ++--- net/bug-buddy/Makefile | 5 ++--- net/gftp/Makefile.common | 5 ++--- net/gnome-netstatus/Makefile | 5 ++--- net/tsclient/Makefile | 5 ++--- net/vino/Makefile | 5 ++--- 6 files changed, 12 insertions(+), 18 deletions(-) (limited to 'net') diff --git a/net/amule/Makefile b/net/amule/Makefile index 27ef0d1d0c3..8b2e2bfb5c0 100644 --- a/net/amule/Makefile +++ b/net/amule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/04/17 13:46:42 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2006/07/05 05:37:43 jlam Exp $ DISTNAME= aMule-2.1.1 PKGNAME= ${DISTNAME:S/aMule/amule/} @@ -16,7 +16,7 @@ CONFLICTS= xmule-[0-9]* USE_DIRS+= xdg-1.1 USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-wx-config=${LOCALBASE}/bin/wx-config CONFIGURE_ENV+= gt_cv_func_gnugettext1_libintl=yes @@ -28,6 +28,5 @@ UNLIMIT_RESOURCES+= datasize .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../x11/wxGTK/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/bug-buddy/Makefile b/net/bug-buddy/Makefile index 3b59d09fb15..2f079fba0b3 100644 --- a/net/bug-buddy/Makefile +++ b/net/bug-buddy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/04/17 13:46:43 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2006/07/05 05:37:43 jlam Exp $ # DISTNAME= bug-buddy-2.14.0 @@ -14,7 +14,7 @@ COMMENT= Graphical GNOME2 bug reporting tool GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= YES GCONF2_SCHEMAS= bug-buddy.schemas @@ -33,7 +33,6 @@ GCONF2_SCHEMAS= bug-buddy.schemas .include "../../sysutils/gnome-menus/buildlink3.mk" .include "../../sysutils/gnome-vfs2/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../x11/gnome-desktop/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" diff --git a/net/gftp/Makefile.common b/net/gftp/Makefile.common index f1bd3f1f4bd..97a0287370b 100644 --- a/net/gftp/Makefile.common +++ b/net/gftp/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2006/04/13 18:23:36 jlam Exp $ +# $NetBSD: Makefile.common,v 1.12 2006/07/05 05:37:44 jlam Exp $ DISTNAME= gftp-${VERSION} CATEGORIES= net @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmcneill@NetBSD.org HOMEPAGE= http://gftp.seul.org/ -USE_TOOLS+= msgfmt +USE_TOOLS+= intltool msgfmt USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes @@ -30,5 +30,4 @@ DEPENDS+= openssh-[0-9]*:../../security/openssh .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile index de86c30d488..0130f4d4cdd 100644 --- a/net/gnome-netstatus/Makefile +++ b/net/gnome-netstatus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/04/17 13:46:43 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2006/07/05 05:37:44 jlam Exp $ # DISTNAME= gnome-netstatus-2.12.0 @@ -13,7 +13,7 @@ COMMENT= Network status applet for the GNOME panel GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes @@ -26,7 +26,6 @@ GCONF2_SCHEMAS= netstatus.schemas .include "../../devel/libgnomeui/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gnome-panel/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile index 9a060e84965..4c30496065c 100644 --- a/net/tsclient/Makefile +++ b/net/tsclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/04/17 13:46:44 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2006/07/05 05:37:44 jlam Exp $ # DISTNAME= tsclient-0.132 @@ -14,11 +14,10 @@ DEPENDS+= rdesktop-[0-9]*:../../net/rdesktop DEPENDS+= vncviewer-[0-9]*:../../net/vncviewer USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake msgfmt perl:run pkg-config +USE_TOOLS+= gmake intltool msgfmt perl:run pkg-config USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes .include "../../devel/gettext-lib/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../x11/gnome-panel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/vino/Makefile b/net/vino/Makefile index 7d935b77419..51570f13469 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/06/22 10:29:10 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2006/07/05 05:37:44 jlam Exp $ DISTNAME= vino-2.13.5 PKGREVISION= 1 @@ -13,7 +13,7 @@ COMMENT= VNC server for GNOME USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake perl pkg-config msgfmt +USE_TOOLS+= gmake intltool msgfmt perl pkg-config GNU_CONFIGURE= yes GCONF2_SCHEMAS= vino-server.schemas @@ -29,7 +29,6 @@ GCONF2_SCHEMAS= vino-server.schemas .include "../../graphics/jpeg/buildlink3.mk" .include "../../net/ORBit2/buildlink3.mk" .include "../../security/gnutls/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3