pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc Remove xorg-dirs.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5619779f9fa6
branches:  trunk
changeset: 532546:5619779f9fa6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Aug 23 09:42:06 2007 +0000

description:
Remove xorg-dirs.

diffstat:

 misc/Makefile           |   3 +--
 misc/xorg-dirs/DESCR    |   1 -
 misc/xorg-dirs/Makefile |  30 ------------------------------
 misc/xorg-dirs/PLIST    |   1 -
 misc/xorg-dirs/dirs.mk  |  40 ----------------------------------------
 5 files changed, 1 insertions(+), 74 deletions(-)

diffs (105 lines):

diff -r 30bb0af0b741 -r 5619779f9fa6 misc/Makefile
--- a/misc/Makefile     Thu Aug 23 09:41:07 2007 +0000
+++ b/misc/Makefile     Thu Aug 23 09:42:06 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.284 2007/08/17 20:25:46 joerg Exp $
+# $NetBSD: Makefile,v 1.285 2007/08/23 09:42:06 joerg Exp $
 #
 
 COMMENT=       Miscellaneous utilities
@@ -202,7 +202,6 @@
 SUBDIR+=       xdg-x11-dirs
 SUBDIR+=       xfce4-weather-plugin
 SUBDIR+=       xjdic
-SUBDIR+=       xorg-dirs
 SUBDIR+=       xrolodex
 SUBDIR+=       xtail
 SUBDIR+=       xtend
diff -r 30bb0af0b741 -r 5619779f9fa6 misc/xorg-dirs/DESCR
--- a/misc/xorg-dirs/DESCR      Thu Aug 23 09:41:07 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-xorg-dirs handles the X11 directories.
diff -r 30bb0af0b741 -r 5619779f9fa6 misc/xorg-dirs/Makefile
--- a/misc/xorg-dirs/Makefile   Thu Aug 23 09:41:07 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2006/02/12 15:29:18 xtraeme Exp $
-#
-
-DISTNAME=      xorg-dirs-1.1
-PKGREVISION=   2
-CATEGORIES=    misc
-MASTER_SITES=  # empty
-DISTFILES=     # empty
-
-MAINTAINER=    joerg%NetBSD.org@localhost
-HOMEPAGE=      # empty
-COMMENT=       Shared X.org directories
-
-NO_BUILD=              yes
-NO_CHECKSUM=           yes
-NO_CONFIGURE=          yes
-NO_EXTRACT=            yes
-NO_XORG_TARGETS=       yes
-WRKSRC=                        ${WRKDIR}
-
-XORG_ONLY_DIRS=                # defined
-.include "../../meta-pkgs/xorg/Makefile.common"
-.include "../../mk/bsd.prefs.mk"
-.include "dirs.mk"
-
-REQD_DIRS+=    ${XORG_DIRS:O:S/^/${X11ROOT}\//}
-
-do-install:    # nothing
-
-.include "../../mk/bsd.pkg.mk"
diff -r 30bb0af0b741 -r 5619779f9fa6 misc/xorg-dirs/PLIST
--- a/misc/xorg-dirs/PLIST      Thu Aug 23 09:41:07 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/29 07:26:03 xtraeme Exp $
diff -r 30bb0af0b741 -r 5619779f9fa6 misc/xorg-dirs/dirs.mk
--- a/misc/xorg-dirs/dirs.mk    Thu Aug 23 09:41:07 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-# $NetBSD: dirs.mk,v 1.5 2005/12/05 20:50:41 rillig Exp $
-#
-
-.if !defined(DIRS_XORG_MK)
-DIRS_XORG_MK=          # defined
-
-oldval:=               ${XORG_ONLY_DIRS}
-XORG_ONLY_DIRS:=       YES
-XORG_ONLY_DIRS:=       ${oldval}
-.undef oldval
-
-XORG_DIRS=             bin
-XORG_DIRS+=            include
-XORG_DIRS+=            include/X11
-XORG_DIRS+=            include/X11/bitmaps
-XORG_DIRS+=            lib
-XORG_DIRS+=            lib/X11
-XORG_DIRS+=            lib/X11/app-defaults
-XORG_DIRS+=            lib/X11/config
-XORG_DIRS+=            lib/X11/doc
-XORG_DIRS+=            lib/X11/etc
-XORG_DIRS+=            lib/X11/fonts
-XORG_DIRS+=            lib/X11/fs
-XORG_DIRS+=            ${MAN_DIR}
-XORG_DIRS+=            ${LIBMAN_DIR}
-XORG_DIRS+=            ${KERNMAN_DIR}
-XORG_DIRS+=            ${FILEMAN_DIR}
-XORG_DIRS+=            ${MISCMAN_DIR}
-
-.if defined(_USE_XORG_DIRS) && !empty(_USE_XORG_DIRS)
-DEPENDS+=              xorg-dirs>=${_USE_XORG_DIRS}:../../misc/xorg-dirs
-
-.  for dir in ${XORG_DIRS}
-PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/${dir:S|/|\\/|g}$$/ { next; }
-PRINT_PLIST_AWK+=      /^@dirrm ${dir:S|/|\\/|g}$$/ \
-                               { print "@comment in xorg-dirs: "$$0; next; }
-.  endfor
-.endif
-
-.endif                 # !defined(DIRS_XORG_MK)



Home | Main Index | Thread Index | Old Index