diff options
author | wiz <wiz@pkgsrc.org> | 2009-07-22 09:01:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-07-22 09:01:16 +0000 |
commit | 6f7c23cfe57ceb1348ee3be0d8e8515ddd743b8c (patch) | |
tree | f31edaeb6360332619fa574baabd5871d646f682 /chat | |
parent | c92320d92678dfa68215d796d1b3b5ca18ef72aa (diff) | |
download | pkgsrc-6f7c23cfe57ceb1348ee3be0d8e8515ddd743b8c.tar.gz |
Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
Diffstat (limited to 'chat')
-rw-r--r-- | chat/amsn/Makefile | 3 | ||||
-rw-r--r-- | chat/empathy/Makefile | 3 | ||||
-rw-r--r-- | chat/gnomeicu/Makefile | 3 | ||||
-rw-r--r-- | chat/gossip/Makefile | 3 | ||||
-rw-r--r-- | chat/gtmess/Makefile | 3 | ||||
-rw-r--r-- | chat/kadu/Makefile | 3 | ||||
-rw-r--r-- | chat/libpurple/Makefile | 3 | ||||
-rw-r--r-- | chat/pidgin/Makefile | 3 | ||||
-rw-r--r-- | chat/xchat/Makefile | 3 | ||||
-rw-r--r-- | chat/xchat/options.mk | 4 |
10 files changed, 10 insertions, 21 deletions
diff --git a/chat/amsn/Makefile b/chat/amsn/Makefile index 98a493b3d10..ece93237f14 100644 --- a/chat/amsn/Makefile +++ b/chat/amsn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/01/05 20:27:16 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2009/07/22 09:01:20 wiz Exp $ # DISTNAME= amsn-0.97 @@ -31,7 +31,6 @@ REPLACE_BASH= utils/update-amsn.sh USE_TOOLS+= perl:run bash:run USE_TOOLS+= autoconf gmake -USE_DIRS+= xdg-1.4 pre-configure: cd ${WRKSRC} && autoconf diff --git a/chat/empathy/Makefile b/chat/empathy/Makefile index a2c3eefa1a8..5092727a704 100644 --- a/chat/empathy/Makefile +++ b/chat/empathy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/03/22 19:01:37 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2009/07/22 09:01:20 wiz Exp $ DISTNAME= empathy-2.24.1 PKGREVISION= 1 @@ -14,7 +14,6 @@ DEPENDS+= telepathy-gabble-[0-9]*:../../chat/telepathy-gabble DEPENDS+= telepathy-idle-[0-9]*:../../chat/telepathy-idle GNU_CONFIGURE= yes -USE_DIRS+= gnome2-1.5 USE_TOOLS+= gawk gmake intltool msgfmt pkg-config USE_TOOLS+= autoconf USE_LIBTOOL= yes diff --git a/chat/gnomeicu/Makefile b/chat/gnomeicu/Makefile index bce9dcdcfb0..a6853cf8540 100644 --- a/chat/gnomeicu/Makefile +++ b/chat/gnomeicu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2009/03/08 15:56:44 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2009/07/22 09:01:20 wiz Exp $ DISTNAME= gnomeicu-0.99.12 PKGREVISION= 6 @@ -13,7 +13,6 @@ COMMENT= GNOME ICQ client PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES -USE_DIRS+= gnome2-1.5 USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile index 1f4e2eb2a74..439c4135dc4 100644 --- a/chat/gossip/Makefile +++ b/chat/gossip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2009/03/08 15:56:44 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2009/07/22 09:01:20 wiz Exp $ # DISTNAME= gossip-0.10.2 @@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir BUILD_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser -USE_DIRS+= gnome2-1.5 USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes diff --git a/chat/gtmess/Makefile b/chat/gtmess/Makefile index 980fbfd9e26..dff2b0ca7fc 100644 --- a/chat/gtmess/Makefile +++ b/chat/gtmess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/07/14 12:55:59 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2009/07/22 09:01:21 wiz Exp $ # DISTNAME= gtmess-0.91 @@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= tk-[0-9]*:../../x11/tk -USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/chat/kadu/Makefile b/chat/kadu/Makefile index 64736106585..b777e25cdae 100644 --- a/chat/kadu/Makefile +++ b/chat/kadu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2009/02/21 13:22:43 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2009/07/22 09:01:21 wiz Exp $ DISTNAME= kadu-0.5.0 PKGREVISION= 2 @@ -13,7 +13,6 @@ COMMENT= Chat client for Gadu-Gadu network (Poland) PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/kadu -USE_DIRS+= xdg-1.2 USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake bash:run diff --git a/chat/libpurple/Makefile b/chat/libpurple/Makefile index c3f89f41ca7..0d0a8a8ce42 100644 --- a/chat/libpurple/Makefile +++ b/chat/libpurple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/05/17 22:56:17 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2009/07/22 09:01:21 wiz Exp $ # PKGNAME= libpurple-${PIDGIN_VERSION} @@ -12,7 +12,6 @@ CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/ MAKE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/ USE_TOOLS+= msgfmt intltool -## #USE_DIRS+= xdg-1.2 GCONF_SCHEMAS+= purple.schemas diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile index ba0c7938138..617f255c11d 100644 --- a/chat/pidgin/Makefile +++ b/chat/pidgin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/06/12 16:31:39 smb Exp $ +# $NetBSD: Makefile,v 1.17 2009/07/22 09:01:21 wiz Exp $ # # XXX appease pkglint #PKGNAME= pidgin-${PIDGIN_VERSION} @@ -10,7 +10,6 @@ PKG_DESTDIR_SUPPORT= user-destdir #PKGREVISION= 1 -USE_DIRS+= xdg-1.4 USE_TOOLS+= msgfmt intltool PKGCONFIG_OVERRIDE+= gaim.pc.in diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 546b141c56b..7de98df0139 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2008/08/22 06:37:39 tron Exp $ +# $NetBSD: Makefile,v 1.62 2009/07/22 09:01:21 wiz Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -12,7 +12,6 @@ CONFLICTS= xchat-gnome-[0-9]* USE_TOOLS+= msgfmt USE_PKGLOCALEDIR= YES -USE_DIRS+= xdg-1.1 GCONF_SCHEMAS= apps_xchat_url_handler.schemas CONFIGURE_ARGS+= --enable-tcl=no diff --git a/chat/xchat/options.mk b/chat/xchat/options.mk index 753089cf2cc..20487feb154 100644 --- a/chat/xchat/options.mk +++ b/chat/xchat/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.12 2008/05/26 14:39:24 tron Exp $ +# $NetBSD: options.mk,v 1.13 2009/07/22 09:01:21 wiz Exp $ .include "../../mk/bsd.prefs.mk" @@ -57,13 +57,11 @@ SUBST_STAGE.gconf+= pre-configure SUBST_MESSAGE.gconf+= Disabling schema registration/installation. SUBST_SED.gconf+= -e 's,DO_GCONF_TRUE,DO_GCONF_FALSE,g' SUBST_FILES.gconf+= src/common/dbus/Makefile.in -USE_DIRS+= gnome2-1.5 . include "../../devel/GConf/schemas.mk" . include "../../sysutils/dbus-glib/buildlink3.mk" .else # We set this to ${FALSE} to avoid detection. CONFIGURE_ARGS+= --disable-dbus -USE_DIRS+= xdg-1.1 .endif ### |