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 /mail | |
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 'mail')
-rw-r--r-- | mail/akonadi/Makefile | 3 | ||||
-rw-r--r-- | mail/balsa/Makefile | 3 | ||||
-rw-r--r-- | mail/claws-mail/Makefile | 3 | ||||
-rw-r--r-- | mail/evolution-data-server/Makefile | 3 | ||||
-rw-r--r-- | mail/evolution/Makefile | 3 | ||||
-rw-r--r-- | mail/mail-notification/Makefile | 3 | ||||
-rw-r--r-- | mail/sylpheed/Makefile | 3 | ||||
-rw-r--r-- | mail/thunderbird/Makefile-thunderbird.common | 3 |
8 files changed, 8 insertions, 16 deletions
diff --git a/mail/akonadi/Makefile b/mail/akonadi/Makefile index 79a92d48982..4cc7e537c41 100644 --- a/mail/akonadi/Makefile +++ b/mail/akonadi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/05/06 11:08:17 markd Exp $ +# $NetBSD: Makefile,v 1.8 2009/07/22 09:01:34 wiz Exp $ DISTNAME= akonadi-1.1.2 CATEGORIES= mail @@ -18,7 +18,6 @@ BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt DEPENDS+= mysql-server-[0-9]*:../../databases/mysql5-server DEPENDS+= qt4-mysql-[0-9]*:../../x11/qt4-mysql -USE_DIRS+= kde4-1.0 USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ USE_CMAKE= yes diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index eaeca3e7e1b..5bd72136fdc 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2009/03/08 15:56:46 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2009/07/22 09:01:34 wiz Exp $ DISTNAME= balsa-2.3.26 CATEGORIES= mail gnome @@ -11,7 +11,6 @@ COMMENT= GNOME2 EMail client PKG_DESTDIR_SUPPORT= user-destdir -USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index ff9af9e8d9b..dd7b3bc08e3 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2009/05/20 00:58:21 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2009/07/22 09:01:34 wiz Exp $ .include "Makefile.common" @@ -16,7 +16,6 @@ PKGCONFIG_OVERRIDE+= claws-mail.pc.in PKG_SYSCONFSUBDIR= claws-mail CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} -USE_DIRS+= xdg-1.4 .include "../../mk/bsd.prefs.mk" diff --git a/mail/evolution-data-server/Makefile b/mail/evolution-data-server/Makefile index 58ba49ab444..a756873d57c 100644 --- a/mail/evolution-data-server/Makefile +++ b/mail/evolution-data-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2009/07/09 17:51:42 drochner Exp $ +# $NetBSD: Makefile,v 1.91 2009/07/22 09:01:34 wiz Exp $ # DISTNAME= evolution-data-server-2.26.3 @@ -14,7 +14,6 @@ LICENSE= gnu-lgpl-v2 PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES -USE_DIRS+= xdg-1.1 USE_TOOLS+= bison gmake intltool msgfmt pkg-config USE_LANGUAGES= c c++ USE_LIBTOOL= YES diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index d65d48cdafb..87f34a44bfc 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.150 2009/07/09 18:44:20 drochner Exp $ +# $NetBSD: Makefile,v 1.151 2009/07/22 09:01:34 wiz Exp $ DISTNAME= evolution-2.26.3 CATEGORIES= mail time gnome @@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "options.mk" GNU_CONFIGURE= YES -USE_DIRS+= gnome2-1.5 USE_TOOLS+= bison gmake intltool msgfmt pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index afbde1ec13c..c60c599d00e 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2009/03/08 15:56:46 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2009/07/22 09:01:34 wiz Exp $ # DISTNAME= mail-notification-5.0 @@ -14,7 +14,6 @@ COMMENT= Status icon that provides new mail notifications PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES -USE_DIRS+= gnome2-1.5 USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= YES diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 79233a6c4b5..b2a8cc41aad 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.115 2009/05/02 16:21:44 reed Exp $ +# $NetBSD: Makefile,v 1.116 2009/07/22 09:01:35 wiz Exp $ DISTNAME= sylpheed-2.6.0 CATEGORIES= mail news x11 @@ -14,7 +14,6 @@ CONFLICTS= sylpheed-claws-[0-9]* PREV_PKGPATH= mail/sylpheed-devel -USE_DIRS+= xdg-1.4 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes USE_TOOLS+= gmake msgfmt pkg-config diff --git a/mail/thunderbird/Makefile-thunderbird.common b/mail/thunderbird/Makefile-thunderbird.common index ab44ddccc31..9e6f074a2db 100644 --- a/mail/thunderbird/Makefile-thunderbird.common +++ b/mail/thunderbird/Makefile-thunderbird.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-thunderbird.common,v 1.46 2009/06/24 08:45:52 ghen Exp $ +# $NetBSD: Makefile-thunderbird.common,v 1.47 2009/07/22 09:01:35 wiz Exp $ # used by mail/thunderbird/Makefile # used by mail/thunderbird-gtk1/Makefile @@ -24,7 +24,6 @@ CHECK_FILES_SKIP+= ${PREFIX}/lib/${MOZILLA}/chrome/app-chrome.manifest CHECK_FILES_SKIP+= ${PREFIX}/lib/${MOZILLA}/components/compreg.dat CHECK_FILES_SKIP+= ${PREFIX}/lib/${MOZILLA}/components/xpti.dat -USE_DIRS+= xdg-1.4 .PHONY: install-desktop post-install: install-desktop |