summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2009-07-22 09:01:16 +0000
committerwiz <wiz>2009-07-22 09:01:16 +0000
commit367462a4bdc61bb5858d63012ba893b1f0ec2a86 (patch)
treef31edaeb6360332619fa574baabd5871d646f682 /devel
parent12a83a12dfe8401966bc9a6f4a05ab9f4033b74a (diff)
downloadpkgsrc-367462a4bdc61bb5858d63012ba893b1f0ec2a86.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 'devel')
-rw-r--r--devel/accerciser/Makefile3
-rw-r--r--devel/anjuta/Makefile3
-rw-r--r--devel/bouml/Makefile3
-rw-r--r--devel/bzr-gtk/Makefile3
-rw-r--r--devel/devhelp/Makefile3
-rw-r--r--devel/diffuse/Makefile3
-rw-r--r--devel/eel/Makefile3
-rw-r--r--devel/geany/Makefile3
-rw-r--r--devel/glade/Makefile3
-rw-r--r--devel/glade3/Makefile3
-rw-r--r--devel/libbonoboui/Makefile3
-rw-r--r--devel/libgnomeui/Makefile3
-rw-r--r--devel/meld/Makefile3
-rw-r--r--devel/monodevelop/Makefile3
-rw-r--r--devel/valide/Makefile3
15 files changed, 15 insertions, 30 deletions
diff --git a/devel/accerciser/Makefile b/devel/accerciser/Makefile
index abe1c8f5877..769da9808cc 100644
--- a/devel/accerciser/Makefile
+++ b/devel/accerciser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/05/28 21:25:32 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2009/07/22 09:01:22 wiz Exp $
#
DISTNAME= accerciser-1.6.1
@@ -14,7 +14,6 @@ LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile
index dab414ac158..917371b4225 100644
--- a/devel/anjuta/Makefile
+++ b/devel/anjuta/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2009/06/11 08:10:25 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2009/07/22 09:01:22 wiz Exp $
DISTNAME= anjuta-2.24.2
PKGREVISION= 1
@@ -22,7 +22,6 @@ DEPENDS+= yelp>=2.4.2:../../misc/yelp
BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
-USE_DIRS+= gnome2-1.5
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
diff --git a/devel/bouml/Makefile b/devel/bouml/Makefile
index 075b9f3ec7a..07f59d7b878 100644
--- a/devel/bouml/Makefile
+++ b/devel/bouml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/09/01 12:24:54 tonnerre Exp $
+# $NetBSD: Makefile,v 1.5 2009/07/22 09:01:22 wiz Exp $
#
DISTNAME= bouml_${BOUMLVERSION}
@@ -18,7 +18,6 @@ USE_LIBTOOL= YES
USE_TOOLS+= gmake pax
USE_LANGUAGES= c++
BUILD_TARGET= compile
-USE_DIRS+= xdg-1.3
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
diff --git a/devel/bzr-gtk/Makefile b/devel/bzr-gtk/Makefile
index 9f3c5534aa8..cf25d52dbe8 100644
--- a/devel/bzr-gtk/Makefile
+++ b/devel/bzr-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/11/13 11:18:05 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2009/07/22 09:01:23 wiz Exp $
DISTNAME= bzr-gtk-${VER}
CATEGORIES= devel
@@ -16,7 +16,6 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8:../../x11/py-gtk2
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 25
-USE_DIRS+= xdg-1.1
USE_TOOLS+= msgfmt
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile
index ee1f78c2620..f47ac293418 100644
--- a/devel/devhelp/Makefile
+++ b/devel/devhelp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2008/10/24 16:56:55 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2009/07/22 09:01:23 wiz Exp $
DISTNAME= devhelp-0.21
CATEGORIES= devel x11
@@ -9,7 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://developer.imendio.com/projects/devhelp
COMMENT= Documentation viewer based on GNOME2
-USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
diff --git a/devel/diffuse/Makefile b/devel/diffuse/Makefile
index 562ef4f6116..75e09973024 100644
--- a/devel/diffuse/Makefile
+++ b/devel/diffuse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2009/05/19 08:59:08 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2009/07/22 09:01:23 wiz Exp $
#
DISTNAME= diffuse-0.3.3
@@ -14,7 +14,6 @@ LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
-USE_DIRS= xdg-1.4 gnome2-1.6
CONF_FILES+= ${PREFIX}/share/examples/diffuse/diffuserc \
${PKG_SYSCONFDIR}/diffuserc
diff --git a/devel/eel/Makefile b/devel/eel/Makefile
index a20ec7ec790..e21228ad0c4 100644
--- a/devel/eel/Makefile
+++ b/devel/eel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2009/03/16 12:37:22 jmcneill Exp $
+# $NetBSD: Makefile,v 1.50 2009/07/22 09:01:23 wiz Exp $
DISTNAME= eel-2.26.0
CATEGORIES= devel gnome
@@ -11,7 +11,6 @@ COMMENT= Eazel Extensions Library for GNOME2
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
diff --git a/devel/geany/Makefile b/devel/geany/Makefile
index 611c8854705..ef2c542310d 100644
--- a/devel/geany/Makefile
+++ b/devel/geany/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2009/07/18 19:37:42 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2009/07/22 09:01:23 wiz Exp $
DISTNAME= geany-0.17
CATEGORIES= devel
@@ -15,7 +15,6 @@ USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config msgfmt gmake perl:run intltool
USE_LANGUAGES= c c++
-USE_DIRS+= xdg-1.1
CONFIGURE_ARGS+= --enable-plugins
CONFIGURE_ARGS+= --enable-vte
diff --git a/devel/glade/Makefile b/devel/glade/Makefile
index 4c5158c1e6e..b78f139c9d0 100644
--- a/devel/glade/Makefile
+++ b/devel/glade/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2009/06/15 12:03:05 obache Exp $
+# $NetBSD: Makefile,v 1.61 2009/07/22 09:01:23 wiz Exp $
DISTNAME= glade-2.12.2
PKGREVISION= 1
@@ -17,7 +17,6 @@ CONFLICTS+= glade2-[0-9]* glade2-gnome-[0-9]*
CONFLICTS+= glade-gnome-[0-9]*
GNU_CONFIGURE= YES
-USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
diff --git a/devel/glade3/Makefile b/devel/glade3/Makefile
index f62592eabd8..ccac66c4058 100644
--- a/devel/glade3/Makefile
+++ b/devel/glade3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:12 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2009/07/22 09:01:23 wiz Exp $
#
DISTNAME= glade3-3.4.5
@@ -16,7 +16,6 @@ USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config intltool gmake msgfmt
GNU_CONFIGURE= yes
-USE_DIRS+= xdg-1.1
PKGCONFIG_OVERRIDE+= data/gladeui-1.0.pc.in
diff --git a/devel/libbonoboui/Makefile b/devel/libbonoboui/Makefile
index e459bc0ab20..c16110b5da8 100644
--- a/devel/libbonoboui/Makefile
+++ b/devel/libbonoboui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2009/03/07 13:28:36 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2009/07/22 09:01:23 wiz Exp $
#
DISTNAME= libbonoboui-2.24.1
@@ -13,7 +13,6 @@ COMMENT= GNOME2 Object activation framework library (graphical version)
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= yes
diff --git a/devel/libgnomeui/Makefile b/devel/libgnomeui/Makefile
index 975bb2aaaca..250bac9c933 100644
--- a/devel/libgnomeui/Makefile
+++ b/devel/libgnomeui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2009/03/07 13:40:31 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2009/07/22 09:01:23 wiz Exp $
#
DISTNAME= libgnomeui-2.24.1
@@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= gnome-libs<=1.4.2nb1
GNU_CONFIGURE= yes
-USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt perl pkg-config intltool
USE_LIBTOOL= yes
diff --git a/devel/meld/Makefile b/devel/meld/Makefile
index ab1bf5d777b..02a7c545157 100644
--- a/devel/meld/Makefile
+++ b/devel/meld/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2009/05/19 08:59:11 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2009/07/22 09:01:23 wiz Exp $
#
DISTNAME= meld-1.3.0
@@ -15,7 +15,6 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8.0:../../x11/py-gtk2
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= gnome2-1.6 xdg-1.3
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake msgfmt intltool
MAKE_FLAGS+= prefix=${PREFIX}
diff --git a/devel/monodevelop/Makefile b/devel/monodevelop/Makefile
index 17c72ccaf6a..c5e92b59a5a 100644
--- a/devel/monodevelop/Makefile
+++ b/devel/monodevelop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2009/05/28 21:18:40 zafer Exp $
+# $NetBSD: Makefile,v 1.23 2009/07/22 09:01:24 wiz Exp $
DISTNAME= monodevelop-2.0
CATEGORIES= devel
@@ -15,7 +15,6 @@ USE_TOOLS+= gmake perl:run pkg-config bash:run msgfmt
EXTRACT_USING= gtar
MAKE_JOBS_SAFE= no
-USE_DIRS+= xdg-1.4
REPLACE_BASH+= mdtool.in
REPLACE_BASH+= monodevelop.in
diff --git a/devel/valide/Makefile b/devel/valide/Makefile
index 0fd69773017..d49b6645c43 100644
--- a/devel/valide/Makefile
+++ b/devel/valide/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/03/21 18:06:16 ahoka Exp $
+# $NetBSD: Makefile,v 1.2 2009/07/22 09:01:24 wiz Exp $
#
DISTNAME= valide-0.4.0
@@ -12,7 +12,6 @@ COMMENT= IDE for the Vala programming language
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config msgfmt intltool
-USE_DIRS+= xdg-1.4
PYTHON_FOR_BUILD_ONLY= yes
REPLACE_PYTHON+= wscript waf \