Skip to content

Commit

Permalink
Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
Browse files Browse the repository at this point in the history
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
  • Loading branch information
jlam committed Jul 5, 2006
1 parent 9bb80ed commit 8d3b72a
Show file tree
Hide file tree
Showing 133 changed files with 264 additions and 440 deletions.
5 changes: 2 additions & 3 deletions archivers/file-roller/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.61 2006/06/13 17:32:08 drochner Exp $
# $NetBSD: Makefile,v 1.62 2006/07/05 05:37:39 jlam Exp $
#

DISTNAME= file-roller-2.14.3
Expand All @@ -17,7 +17,7 @@ DEPENDS+= zip>=2.3nb2:../../archivers/zip
GNU_CONFIGURE= yes
USE_DIRS+= gnome2-1.5
USE_LIBTOOL= yes
USE_TOOLS+= gmake msgfmt perl pkg-config
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_PKGLOCALEDIR= yes

GCONF2_SCHEMAS= file-roller.schemas
Expand All @@ -36,7 +36,6 @@ BUILDLINK_API_DEPENDS.libglade2+= libglade2>=2.4.0
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../sysutils/nautilus/buildlink3.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
5 changes: 2 additions & 3 deletions audio/glurp/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2006/04/17 13:46:15 wiz Exp $
# $NetBSD: Makefile,v 1.8 2006/07/05 05:37:39 jlam Exp $
#

DISTNAME= glurp-0.11.6
Expand All @@ -12,10 +12,9 @@ COMMENT= Graphical GTK+2-based client for musicpd

GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
USE_TOOLS+= pkg-config
USE_TOOLS+= intltool pkg-config

.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
5 changes: 2 additions & 3 deletions audio/gmpc/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2006/06/19 21:45:54 joerg Exp $
# $NetBSD: Makefile,v 1.19 2006/07/05 05:37:39 jlam Exp $
#

DISTNAME= gmpc-0.13.0
Expand All @@ -12,7 +12,7 @@ COMMENT= GNOME client for the Music Player Daemon

USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config msgfmt
USE_TOOLS+= intltool msgfmt pkg-config
PKGCONFIG_OVERRIDE= data/gmpc.pc.in

USE_DIRS+= xdg-1.1
Expand All @@ -21,7 +21,6 @@ USE_DIRS+= xdg-1.1
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
5 changes: 2 additions & 3 deletions audio/gtkpod/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2006/04/17 13:46:16 wiz Exp $
# $NetBSD: Makefile,v 1.13 2006/07/05 05:37:39 jlam Exp $
#

DISTNAME= gtkpod-0.94.0
Expand All @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes

USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt pkg-config perl:run
USE_TOOLS+= intltool msgfmt perl:run pkg-config

REPLACE_PERL+= scripts/mab2vcard

Expand All @@ -28,7 +28,6 @@ BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.4.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
Expand Down
5 changes: 2 additions & 3 deletions audio/liteamp/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.23 2006/06/21 19:48:31 joerg Exp $
# $NetBSD: Makefile,v 1.24 2006/07/05 05:37:39 jlam Exp $

DISTNAME= liteamp-0.2.4.2
PKGREVISION= 7
Expand All @@ -11,7 +11,7 @@ COMMENT= Light-weight Music Player for GNOME2

USE_DIRS+= gnome2-1.5
GNU_CONFIGURE= yes
USE_TOOLS+= gmake perl pkg-config msgfmt
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes

Expand All @@ -23,7 +23,6 @@ CPPFLAGS+= -UGTK_DISABLE_DEPRECATED
.include "../../audio/libmad/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
5 changes: 2 additions & 3 deletions audio/rhythmbox/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.40 2006/07/03 13:02:39 jmmv Exp $
# $NetBSD: Makefile,v 1.41 2006/07/05 05:37:39 jlam Exp $
#

DISTNAME= rhythmbox-0.9.5
Expand All @@ -13,7 +13,7 @@ COMMENT= Music management application for GNOME

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

Expand Down Expand Up @@ -47,7 +47,6 @@ BUILDLINK_API_DEPENDS.totem+= {totem,totem-xine}>=1.1.5
.include "../../sysutils/nautilus-cd-burner/buildlink3.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
5 changes: 2 additions & 3 deletions chat/gg2/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.20 2006/04/17 13:46:18 wiz Exp $
# $NetBSD: Makefile,v 1.21 2006/07/05 05:37:39 jlam Exp $

DISTNAME= gg2-2.2.8
PKGREVISION= 5
Expand All @@ -12,7 +12,7 @@ COMMENT= Instant messenger software for Poland; Jabber plugin included

USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config
USE_TOOLS+= gmake intltool pkg-config
GNU_CONFIGURE= yes
LIBS+= -lm
PKGCONFIG_OVERRIDE+= lib/gg2_core.pc.in
Expand All @@ -29,7 +29,6 @@ CONFIGURE_ARGS+= --without-update
.include "../../chat/libtlen/buildlink3.mk"
.include "../../chat/loudmouth/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/xosd/buildlink3.mk"

Expand Down
5 changes: 2 additions & 3 deletions chat/gnomeicu/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.45 2006/04/17 13:46:18 wiz Exp $
# $NetBSD: Makefile,v 1.46 2006/07/05 05:37:39 jlam Exp $

DISTNAME= gnomeicu-0.99.5
PKGREVISION= 7
Expand All @@ -12,7 +12,7 @@ COMMENT= GNOME ICQ client

GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake msgfmt pkg-config
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
BROKEN_GETTEXT_DETECTION= YES
Expand All @@ -32,7 +32,6 @@ GCONF2_SCHEMAS= gnomeicu.schemas
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../textproc/gtkspell/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gnome-panel/buildlink3.mk"
Expand Down
5 changes: 2 additions & 3 deletions chat/gossip/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.48 2006/04/17 13:46:18 wiz Exp $
# $NetBSD: Makefile,v 1.49 2006/07/05 05:37:39 jlam Exp $
#

DISTNAME= gossip-0.10.2
Expand All @@ -14,7 +14,7 @@ COMMENT= GTK2 Jabber Instant Messaging client
BUILD_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser

USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake msgfmt pkg-config
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
Expand All @@ -38,7 +38,6 @@ INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} sysconfdir=${EGDIR}
.include "../../devel/libgnomeui/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 "../../textproc/libxslt/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
Expand Down
5 changes: 2 additions & 3 deletions comms/gnome-pilot/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.34 2006/06/29 23:48:24 joerg Exp $
# $NetBSD: Makefile,v 1.35 2006/07/05 05:37:39 jlam Exp $
#

DISTNAME= gnome-pilot-2.0.12
Expand All @@ -16,13 +16,12 @@ GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
USE_TOOLS+= gmake msgfmt perl pkg-config
USE_TOOLS+= gmake intltool msgfmt perl pkg-config

.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../comms/pilot-link-libs/buildlink3.mk"
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gnome-panel/buildlink3.mk"
Expand Down
5 changes: 2 additions & 3 deletions comms/jpilot/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.56 2006/06/18 12:26:31 smb Exp $
# $NetBSD: Makefile,v 1.57 2006/07/05 05:37:39 jlam Exp $
#

DISTNAME= jpilot-0.99.8
Expand All @@ -16,7 +16,7 @@ USE_PKGLOCALEDIR= YES
USE_X11= YES
USE_OLD_DES_API= YES
USE_DIRS+= gnome1-1.0
USE_TOOLS+= msgfmt pkg-config
USE_TOOLS+= intltool msgfmt pkg-config

GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}"
Expand All @@ -32,7 +32,6 @@ PLUGINSDIR= ${PREFIX}/lib/jpilot/plugins
.include "../../comms/pilot-link-libs/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"

post-extract:
Expand Down
6 changes: 2 additions & 4 deletions databases/gnome-mime-data/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.32 2006/04/13 18:23:30 jlam Exp $
# $NetBSD: Makefile,v 1.33 2006/07/05 05:37:39 jlam Exp $
#

DISTNAME= gnome-mime-data-2.4.2
Expand All @@ -17,7 +17,7 @@ CONFLICTS= gnome-vfs<=1.0.3

USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
USE_TOOLS+= msgfmt perl
USE_TOOLS+= intltool msgfmt perl
GNU_CONFIGURE= YES

PKGCONFIG_OVERRIDE= gnome-mime-data-2.0.pc.in
Expand All @@ -29,6 +29,4 @@ CONF_FILES= ${EGDIR}/gnome-vfs-mime-magic \
${PKG_SYSCONFDIR}/gnome-vfs-mime-magic

.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"

.include "../../mk/bsd.pkg.mk"
5 changes: 2 additions & 3 deletions databases/libgda/Makefile.common
@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.40 2006/06/08 09:48:40 joerg Exp $
# $NetBSD: Makefile.common,v 1.41 2006/07/05 05:37:39 jlam Exp $
#

DISTNAME= libgda-1.9.102
Expand All @@ -13,7 +13,7 @@ COMMENT= GNU database access library
DISTINFO_FILE= ${.CURDIR}/../../databases/libgda/distinfo
PATCHDIR= ${.CURDIR}/../../databases/libgda/patches

USE_TOOLS+= gmake pkg-config msgfmt
USE_TOOLS+= gmake intltool pkg-config msgfmt
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
Expand All @@ -39,7 +39,6 @@ SUBST_SED.libs+= -e 's|$$(top_builddir)/libgda/libgda-2.la|${BUILDLINK_PREFIX.li
.include "../../databases/libgda/buildlink3.mk"
.endif

.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
Expand Down
5 changes: 2 additions & 3 deletions databases/libgnomedb/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.52 2006/04/17 13:46:08 wiz Exp $
# $NetBSD: Makefile,v 1.53 2006/07/05 05:37:39 jlam Exp $
#

DISTNAME= libgnomedb-1.9.102
Expand All @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome-db.org/
COMMENT= GNOME2 database library

USE_TOOLS+= gmake msgfmt pkg-config
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= YES
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
Expand All @@ -31,7 +31,6 @@ GCONF2_SCHEMAS= libgnomedb.schemas
.include "../../devel/libbonoboui/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/gtksourceview/buildlink3.mk"
Expand Down
5 changes: 2 additions & 3 deletions databases/mergeant/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.41 2006/05/18 20:29:58 wiz Exp $
# $NetBSD: Makefile,v 1.42 2006/07/05 05:37:40 jlam Exp $
#

DISTNAME= mergeant-0.62
Expand All @@ -14,7 +14,7 @@ COMMENT= GNOME2 GNOME-DB database front-end
BROKEN_IN= pkgsrc-2006Q1

USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake perl pkg-config
USE_TOOLS+= gmake intltool perl pkg-config
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --disable-gtk-doc
Expand All @@ -26,7 +26,6 @@ USE_LIBTOOL= YES
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gtk2/buildlink3.mk"
Expand Down
5 changes: 2 additions & 3 deletions databases/shared-mime-info/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.21 2006/06/15 20:40:15 jlam Exp $
# $NetBSD: Makefile,v 1.22 2006/07/05 05:37:40 jlam Exp $
#

DISTNAME= shared-mime-info-0.17
Expand All @@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
USE_TOOLS+= pkg-config msgfmt
USE_TOOLS+= intltool msgfmt pkg-config

CONFIGURE_ARGS+= --disable-update-mimedb

Expand All @@ -38,6 +38,5 @@ PRINT_PLIST_AWK+= /^@dirrm share\/mime/ { next; }

.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
5 changes: 2 additions & 3 deletions devel/at-spi/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.34 2006/06/21 14:23:10 joerg Exp $
# $NetBSD: Makefile,v 1.35 2006/07/05 05:37:40 jlam Exp $
#

DISTNAME= at-spi-1.7.7
Expand All @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Assistive Technology Service Provider Interface

USE_TOOLS+= gmake pkg-config msgfmt
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
Expand All @@ -27,6 +27,5 @@ PKGCONFIG_OVERRIDE+= libspi-1.0.pc.in
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../net/ORBit2/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit 8d3b72a

Please sign in to comment.