Remove modular-xorg-libs, it lives in meta-pkgs now.
meta-pkgs version doesn't have the bl3.mk, but we do fine-grained X dependencies in pkgsrc anyway.
This commit is contained in:
parent
52e50f19f4
commit
486edf24fa
5 changed files with 0 additions and 114 deletions
|
@ -1,4 +0,0 @@
|
|||
This is meta-package that pulls in various X11 related libraries
|
||||
from the modular X.org X11 project.
|
||||
|
||||
This provides standard X11 libraries.
|
|
@ -1,43 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.9 2008/01/12 23:27:28 thomasklausner Exp $
|
||||
|
||||
# probably a meta package is not needed
|
||||
# could just install the libX11 and others
|
||||
|
||||
# later add some X11_COMPONENTS that can list needed components
|
||||
# if a package has the defined and using modular-xorg then just
|
||||
# depend on those, if not just depend on this meta package
|
||||
|
||||
DISTNAME= modular-xorg-libs-7.0
|
||||
PKGREVISION= 7
|
||||
CATEGORIES= meta-pkgs x11
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
COMMENT= Meta package for modular X.org X libraries
|
||||
|
||||
# todo: depend on specific versions or "nb" revisions
|
||||
DEPENDS+= libX11>=0.99.0:../../x11/libX11
|
||||
DEPENDS+= libXau>=0.99.0:../../x11/libXau
|
||||
DEPENDS+= libXaw>=0.99.0:../../x11/libXaw
|
||||
DEPENDS+= libXext>=0.99.0:../../x11/libXext
|
||||
DEPENDS+= libXfont>=0.99.0:../../x11/libXfont
|
||||
DEPENDS+= libXi>=1.0.0:../../x11/libXi
|
||||
DEPENDS+= libXinerama>=1.0.1:../../x11/libXinerama
|
||||
DEPENDS+= libXmu>=1.0.0:../../x11/libXmu
|
||||
DEPENDS+= libXp>=1.0.0:../../x11/libXp
|
||||
DEPENDS+= libXt>=0.99.2:../../x11/libXt
|
||||
DEPENDS+= libXxf86misc>=1.0.0:../../x11/libXxf86misc
|
||||
DEPENDS+= libXxf86vm>=1.0.0:../../x11/libXxf86vm
|
||||
DEPENDS+= libxkbfile>=0.99.1:../../x11/libxkbfile
|
||||
DEPENDS+= libxkbui>=1.0.1:../../x11/libxkbui
|
||||
|
||||
EXTRACT_ONLY= # empty
|
||||
NO_CHECKSUM= yes
|
||||
NO_CONFIGURE= yes
|
||||
NO_BUILD= yes
|
||||
NO_MTREE= yes
|
||||
|
||||
do-install: # empty
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,2 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/12 02:14:45 jeremy-c-reed Exp $
|
||||
@comment this plist intentionally left empty
|
|
@ -1,49 +0,0 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.11 2007/01/17 03:11:30 rillig Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
MODULAR_XORG_LIBS_BUILDLINK3_MK:= ${MODULAR_XORG_LIBS_BUILDLINK3_MK}+
|
||||
|
||||
.if !empty(BUILDLINK_DEPTH:M+)
|
||||
BUILDLINK_DEPENDS+= modular-xorg-libs
|
||||
.endif
|
||||
|
||||
#
|
||||
# modular-xorg-libs must come first so that packages listed later can overwrite
|
||||
# any symlinks created by buildlinking modular-xorg-libs.
|
||||
#
|
||||
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nmodular-xorg-libs}
|
||||
BUILDLINK_PACKAGES:= modular-xorg-libs ${BUILDLINK_PACKAGES}
|
||||
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}modular-xorg-libs
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if !empty(MODULAR_XORG_LIBS_BUILDLINK3_MK:M+)
|
||||
|
||||
BUILDLINK_API_DEPENDS.modular-xorg-libs+= modular-xorg-libs>=7.0nb6
|
||||
BUILDLINK_PKGSRCDIR.modular-xorg-libs?= ../../wip/modular-xorg-libs
|
||||
#BUILDLINK_FNAME_TRANSFORM.modular-xorg-libs+= -e "s|/${X11ROOT_PREFIX}/|/|"
|
||||
|
||||
.endif # MODULAR_XORG_LIBS_BUILDLINK3_MK
|
||||
|
||||
.include "../../x11/libX11/buildlink3.mk"
|
||||
.include "../../x11/libXau/buildlink3.mk"
|
||||
.include "../../x11/libXaw/buildlink3.mk"
|
||||
.include "../../x11/libXext/buildlink3.mk"
|
||||
.include "../../x11/libXfont/buildlink3.mk"
|
||||
.include "../../x11/libXi/buildlink3.mk"
|
||||
.include "../../x11/libXinerama/buildlink3.mk"
|
||||
.include "../../x11/libXmu/buildlink3.mk"
|
||||
.include "../../x11/libXp/buildlink3.mk"
|
||||
.include "../../x11/libXt/buildlink3.mk"
|
||||
.include "../../wip/libXxf86misc/buildlink3.mk"
|
||||
.include "../../wip/libXxf86vm/buildlink3.mk"
|
||||
.include "../../x11/xextproto/buildlink3.mk"
|
||||
.include "../../x11/libxkbfile/buildlink3.mk"
|
||||
.include "../../wip/libxkbui/buildlink3.mk"
|
||||
|
||||
#.include "../../devel/zlib/buildlink3.mk"
|
||||
#.include "../../fonts/fontconfig/buildlink3.mk"
|
||||
#.include "../../graphics/freetype2/buildlink3.mk"
|
||||
#.include "../../textproc/expat/buildlink3.mk"
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
|
@ -1,16 +0,0 @@
|
|||
# $NetBSD: version.mk,v 1.2 2006/11/10 18:08:25 jeremy-c-reed Exp $
|
||||
#
|
||||
# This Makefile fragment is included by Makefiles that need to access
|
||||
# the X11_TYPE and version number of a "modular" X.org distribution.
|
||||
#
|
||||
# The following variables are provided by this file:
|
||||
#
|
||||
# BUILTIN_X11_TYPE.modular is the X11_TYPE of the modular X.org
|
||||
# distribution and is "modular".
|
||||
#
|
||||
# BUILTIN_X11_VERSION.modular is the version number of the
|
||||
# modular X.org distribution detected on the system.
|
||||
#
|
||||
|
||||
BUILTIN_X11_TYPE.modular= modular
|
||||
BUILTIN_X11_VERSION.modular= 7.0 ## need to do this
|
Loading…
Reference in a new issue