pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Remove USE_DIRS infrastructure support and support pac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3788414b9712
branches:  trunk
changeset: 396307:3788414b9712
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jul 22 09:05:23 2009 +0000

description:
Remove USE_DIRS infrastructure support and support packages.

See http://mail-index.netbsd.org/pkgsrc-changes/2009/07/22/msg026834.html.

diffstat:

 misc/Makefile              |   10 +--
 misc/gnome-dirs/DESCR      |    3 -
 misc/gnome-dirs/Makefile   |   29 --------
 misc/gnome-dirs/dirs.mk    |   35 ----------
 misc/gnome1-dirs/DESCR     |    2 -
 misc/gnome1-dirs/Makefile  |   32 ---------
 misc/gnome1-dirs/dirs.mk   |   19 -----
 misc/gnome2-dirs/DESCR     |    2 -
 misc/gnome2-dirs/Makefile  |   35 ----------
 misc/gnome2-dirs/dirs.mk   |   25 -------
 misc/kde3-dirs/DESCR       |    2 -
 misc/kde3-dirs/Makefile    |   28 --------
 misc/kde3-dirs/dirs.mk     |  147 ---------------------------------------------
 misc/kde4-dirs/DESCR       |    2 -
 misc/kde4-dirs/Makefile    |   28 --------
 misc/kde4-dirs/dirs.mk     |  116 -----------------------------------
 misc/theme-dirs/DESCR      |    3 -
 misc/theme-dirs/Makefile   |   29 --------
 misc/theme-dirs/dirs.mk    |   42 ------------
 misc/xdg-dirs/DESCR        |    3 -
 misc/xdg-dirs/Makefile     |   30 ---------
 misc/xdg-dirs/dirs.mk      |   25 -------
 misc/xdg-x11-dirs/DESCR    |    7 --
 misc/xdg-x11-dirs/Makefile |   36 -----------
 misc/xdg-x11-dirs/dirs.mk  |   29 --------
 mk/bsd.pkg.use.mk          |    9 +--
 mk/dirs.mk                 |   77 -----------------------
 print/Makefile             |    3 +-
 print/texmf-dirs/DESCR     |    1 -
 print/texmf-dirs/Makefile  |   30 ---------
 print/texmf-dirs/dirs.mk   |   53 ----------------
 31 files changed, 3 insertions(+), 889 deletions(-)

diffs (truncated from 1070 to 300 lines):

diff -r 39f663707fd5 -r 3788414b9712 misc/Makefile
--- a/misc/Makefile     Wed Jul 22 09:01:16 2009 +0000
+++ b/misc/Makefile     Wed Jul 22 09:05:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.326 2009/05/09 23:40:09 seb Exp $
+# $NetBSD: Makefile,v 1.327 2009/07/22 09:05:23 wiz Exp $
 #
 
 COMMENT=       Miscellaneous utilities
@@ -65,11 +65,8 @@
 SUBDIR+=       gkrellm-moon
 SUBDIR+=       gkrellm-weather
 SUBDIR+=       gnome-devel-docs
-SUBDIR+=       gnome-dirs
 SUBDIR+=       gnome-user-docs
 SUBDIR+=       gnome-utils
-SUBDIR+=       gnome1-dirs
-SUBDIR+=       gnome2-dirs
 SUBDIR+=       gnuls
 SUBDIR+=       goffice0.6
 SUBDIR+=       gok
@@ -93,8 +90,6 @@
 SUBDIR+=       kanjipad
 SUBDIR+=       kchm
 SUBDIR+=       kchmviewer
-SUBDIR+=       kde3-dirs
-SUBDIR+=       kde4-dirs
 SUBDIR+=       kdeaccessibility3
 SUBDIR+=       kdeaddons3
 SUBDIR+=       kdeadmin3
@@ -209,7 +204,6 @@
 SUBDIR+=       team
 SUBDIR+=       tellico
 SUBDIR+=       teseq
-SUBDIR+=       theme-dirs
 SUBDIR+=       tmux
 SUBDIR+=       ttyrec
 SUBDIR+=       udfclient
@@ -226,9 +220,7 @@
 SUBDIR+=       wdic
 SUBDIR+=       whohas
 SUBDIR+=       xchm
-SUBDIR+=       xdg-dirs
 SUBDIR+=       xdg-utils
-SUBDIR+=       xdg-x11-dirs
 SUBDIR+=       xfce4-weather-plugin
 SUBDIR+=       xjdic
 SUBDIR+=       xrolodex
diff -r 39f663707fd5 -r 3788414b9712 misc/gnome-dirs/DESCR
--- a/misc/gnome-dirs/DESCR     Wed Jul 22 09:01:16 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-gnome-dirs installs a set of shared directories used by many GTK/GNOME
-applications.  Do not directly depend on this package.  Please use
-gnome1-dirs and gnome2-dirs instead.
diff -r 39f663707fd5 -r 3788414b9712 misc/gnome-dirs/Makefile
--- a/misc/gnome-dirs/Makefile  Wed Jul 22 09:01:16 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.21 2009/04/09 00:48:09 joerg Exp $
-#
-
-DISTNAME=      gnome-dirs-1.6
-CATEGORIES=    misc gnome
-MASTER_SITES=  # empty
-DISTFILES=     # empty
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      # empty
-COMMENT=       Shared GTK/GNOME (v1 and v2) directories
-
-PKG_DESTDIR_SUPPORT=   user-destdir
-
-WRKSRC=                ${WRKDIR}
-USE_LANGUAGES= # empty
-USE_X11BASE=   yes
-NO_CONFIGURE=  yes
-NO_BUILD=      yes
-PLIST_SRC=     # empty
-
-.include "dirs.mk"
-.include "../../mk/bsd.prefs.mk"
-
-REQD_DIRS+=    ${GNOME_DIRS:O:S/^/${PREFIX}\//}
-
-do-install:    # nothing
-
-.include "../../mk/bsd.pkg.mk"
diff -r 39f663707fd5 -r 3788414b9712 misc/gnome-dirs/dirs.mk
--- a/misc/gnome-dirs/dirs.mk   Wed Jul 22 09:01:16 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-# $NetBSD: dirs.mk,v 1.2 2004/05/15 13:35:51 jmmv Exp $
-#
-# This file is intended to be included by misc/gnome1/dirs.mk and
-# misc/gnome2/dirs.mk, not directly by packages.
-#
-
-.if !defined(DIRS_GNOME_MK)
-DIRS_GNOME_MK=         # defined
-
-GNOME_DIRS=            share/gnome
-GNOME_DIRS+=           share/gnome/apps
-GNOME_DIRS+=           share/gnome/apps/Applications
-GNOME_DIRS+=           share/gnome/apps/Development
-GNOME_DIRS+=           share/gnome/apps/Games
-GNOME_DIRS+=           share/gnome/apps/Graphics
-GNOME_DIRS+=           share/gnome/apps/Internet
-GNOME_DIRS+=           share/gnome/apps/Multimedia
-GNOME_DIRS+=           share/gnome/apps/Settings
-GNOME_DIRS+=           share/gnome/apps/Settings/Desktop
-GNOME_DIRS+=           share/gnome/apps/Settings/Peripherals
-GNOME_DIRS+=           share/gnome/apps/Settings/Session
-GNOME_DIRS+=           share/gnome/apps/System
-GNOME_DIRS+=           share/gnome/apps/Utilities
-GNOME_DIRS+=           share/gnome/help
-GNOME_DIRS+=           share/gnome/help/fdl
-GNOME_DIRS+=           share/gnome/help/fdl/C
-GNOME_DIRS+=           share/gnome/help/fdl/C/figures
-GNOME_DIRS+=           share/gnome/help/gpl
-GNOME_DIRS+=           share/gnome/help/gpl/C
-GNOME_DIRS+=           share/gnome/help/gpl/C/figures
-GNOME_DIRS+=           share/gnome/help/lgpl
-GNOME_DIRS+=           share/gnome/help/lgpl/C
-GNOME_DIRS+=           share/gnome/help/lgpl/C/figures
-
-.endif                 # !defined(DIRS_GNOME_MK)
diff -r 39f663707fd5 -r 3788414b9712 misc/gnome1-dirs/DESCR
--- a/misc/gnome1-dirs/DESCR    Wed Jul 22 09:01:16 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-gnome1-dirs installs a set of shared directories used by many GTK1/GNOME1
-applications.  It is useful to simplify PLIST handling in other packages.
diff -r 39f663707fd5 -r 3788414b9712 misc/gnome1-dirs/Makefile
--- a/misc/gnome1-dirs/Makefile Wed Jul 22 09:01:16 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.26 2009/04/09 00:48:09 joerg Exp $
-#
-
-DISTNAME=      gnome1-dirs-1.6
-CATEGORIES=    misc gnome
-MASTER_SITES=  # empty
-DISTFILES=     # empty
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      # empty
-COMMENT=       Shared GTK/GNOME (v1) directories
-
-PKG_DESTDIR_SUPPORT=   user-destdir
-
-DEPENDS+=      gnome-dirs>=1.6:../../misc/gnome-dirs
-
-WRKSRC=                ${WRKDIR}
-USE_LANGUAGES= # empty
-USE_X11BASE=   yes
-NO_CONFIGURE=  yes
-NO_BUILD=      yes
-PLIST_SRC=     # empty
-
-.include "dirs.mk"
-.include "../../mk/bsd.prefs.mk"
-
-ALL_GNOME_DIRS=        ${GNOME_DIRS} ${GNOME1_DIRS}
-REQD_DIRS+=    ${ALL_GNOME_DIRS:O:S/^/${PREFIX}\//}
-
-do-install:    # nothing
-
-.include "../../mk/bsd.pkg.mk"
diff -r 39f663707fd5 -r 3788414b9712 misc/gnome1-dirs/dirs.mk
--- a/misc/gnome1-dirs/dirs.mk  Wed Jul 22 09:01:16 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# $NetBSD: dirs.mk,v 1.5 2009/06/14 22:58:04 joerg Exp $
-#
-# This file is intended to be included by mk/dirs.mk, not directly by packages.
-#
-
-.if !defined(DIRS_GNOME1_MK)
-DIRS_GNOME1_MK=                # defined
-
-_USE_XDG_X11_DIRS=     1.1
-.include "../../misc/xdg-x11-dirs/dirs.mk"
-.include "../../misc/gnome-dirs/dirs.mk"
-
-GNOME1_DIRS=           # none yet
-
-.if defined(_USE_GNOME1_DIRS) && !empty(_USE_GNOME1_DIRS)
-DEPENDS+=              gnome1-dirs>=${_USE_GNOME1_DIRS}:../../misc/gnome1-dirs
-.endif
-
-.endif                 # !defined(DIRS_GNOME1_MK)
diff -r 39f663707fd5 -r 3788414b9712 misc/gnome2-dirs/DESCR
--- a/misc/gnome2-dirs/DESCR    Wed Jul 22 09:01:16 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-gnome2-dirs installs a set of shared directories used by many GTK2/GNOME2
-applications.  It is useful to simplify PLIST handling in other packages.
diff -r 39f663707fd5 -r 3788414b9712 misc/gnome2-dirs/Makefile
--- a/misc/gnome2-dirs/Makefile Wed Jul 22 09:01:16 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.30 2009/04/09 00:48:09 joerg Exp $
-#
-
-DISTNAME=      gnome2-dirs-1.6
-CATEGORIES=    misc gnome
-MASTER_SITES=  # empty
-DISTFILES=     # empty
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      # empty
-COMMENT=       Shared GTK/GNOME (v2) directories
-
-PKG_DESTDIR_SUPPORT=   user-destdir
-
-WRKSRC=                ${WRKDIR}
-USE_LANGUAGES= # empty
-NO_CONFIGURE=  yes
-NO_BUILD=      yes
-PLIST_SRC=     # empty
-
-.include "dirs.mk"
-.include "../../mk/bsd.prefs.mk"
-
-.if ${X11PREFIX} == ${LOCALBASE}
-DEPENDS+=      gnome-dirs>=1.6:../../misc/gnome-dirs
-ALL_GNOME_DIRS=        ${GNOME2_DIRS}
-.else
-ALL_GNOME_DIRS=        ${GNOME_DIRS} ${GNOME2_DIRS}
-.endif
-
-REQD_DIRS+=    ${ALL_GNOME_DIRS:O:S/^/${PREFIX}\//}
-
-do-install:    # nothing
-
-.include "../../mk/bsd.pkg.mk"
diff -r 39f663707fd5 -r 3788414b9712 misc/gnome2-dirs/dirs.mk
--- a/misc/gnome2-dirs/dirs.mk  Wed Jul 22 09:01:16 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-# $NetBSD: dirs.mk,v 1.6 2009/06/14 22:58:04 joerg Exp $
-#
-# This file is intended to be included by mk/dirs.mk, not directly by packages.
-#
-
-.if !defined(DIRS_GNOME2_MK)
-DIRS_GNOME2_MK=                # defined
-
-_USE_XDG_DIRS=         1.1
-.include "../../misc/xdg-dirs/dirs.mk"
-.include "../../misc/gnome-dirs/dirs.mk"
-
-GNOME2_DIRS=           share/control-center-2.0
-GNOME2_DIRS+=          share/control-center-2.0/capplets
-GNOME2_DIRS+=          share/control-center-2.0/icons
-GNOME2_DIRS+=          share/gnome-2.0
-GNOME2_DIRS+=          share/gnome-2.0/ui
-GNOME2_DIRS+=          share/gnome-default-applications
-GNOME2_DIRS+=          share/gnome/wm-properties
-
-.if defined(_USE_GNOME2_DIRS) && !empty(_USE_GNOME2_DIRS)
-DEPENDS+=              gnome2-dirs>=${_USE_GNOME2_DIRS}:../../misc/gnome2-dirs
-.endif
-
-.endif                 # !defined(DIRS_GNOME2_MK)
diff -r 39f663707fd5 -r 3788414b9712 misc/kde3-dirs/DESCR
--- a/misc/kde3-dirs/DESCR      Wed Jul 22 09:01:16 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-kde3-dirs installs a set of shared directories used by many KDE3
-applications.  It is useful to simplify PLIST handling in other packages.
diff -r 39f663707fd5 -r 3788414b9712 misc/kde3-dirs/Makefile
--- a/misc/kde3-dirs/Makefile   Wed Jul 22 09:01:16 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2009/04/09 00:48:09 joerg Exp $
-#
-
-DISTNAME=      kde3-dirs-1.0
-CATEGORIES=    misc kde
-MASTER_SITES=  # empty
-DISTFILES=     # empty
-
-MAINTAINER=    markd%NetBSD.org@localhost
-HOMEPAGE=      # empty
-COMMENT=       Shared KDE (v3) directories
-
-PKG_DESTDIR_SUPPORT=   user-destdir
-
-WRKSRC=                ${WRKDIR}
-USE_LANGUAGES= # empty
-NO_CONFIGURE=  yes
-NO_BUILD=      yes
-PLIST_SRC=     # empty
-
-.include "dirs.mk"
-.include "../../mk/bsd.prefs.mk"
-
-REQD_DIRS+=    ${KDE3_DIRS:O:S/^/${PREFIX}\//}



Home | Main Index | Thread Index | Old Index