Remove the xlibs meta-package.

xlibs is getting out-of-date. It is not maintained.
It was experimental.

The new official project is modular X.org. It is in release
candidate 0 and release candidate 1 is expected within a day.

Feel free to clean up any leftover xlibs work here in pkgsrc-wip
to use modular X.org instead. (Some packages may be updated
and in some cases, the distfile names have changed so new
packages can be created and old, no longer used packages removed.)

Also todo: make a meta package for modular-xorg that will be
equivalent to xorg-libs and can be used as an X11_TYPE.
This commit is contained in:
Jeremy C. Reed 2005-10-17 19:43:45 +00:00 committed by Thomas Klausner
parent 197f8f8c56
commit be3df8b1cb
6 changed files with 2 additions and 74 deletions

View file

@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.1963 2005/10/17 19:31:33 jeremy-c-reed Exp $
# $Id: Makefile,v 1.1963 2005/10/17 19:31:33 jeremy-c-reed Exp $
$NetBSD: Makefile,v 1.1964 2005/10/17 19:43:45 jeremy-c-reed Exp $
# $Id: Makefile,v 1.1964 2005/10/17 19:43:45 jeremy-c-reed Exp $
COMMENT= WIP pkgsrc packages
@ -1224,7 +1224,6 @@ SUBDIR+= xfmedia
SUBDIR+= xgfe
SUBDIR+= xgobi
SUBDIR+= xinetd
SUBDIR+= xlibs
SUBDIR+= xmail
SUBDIR+= xmim
SUBDIR+= xmlformat-docs

View file

@ -1,5 +0,0 @@
X Libraries is a project containing X window system libraries.
This xlibs meta-package installs the variety of libraries, headers, and
documentation that make up the freedesktop.org X Libraries and Protocol
Headers Project.

View file

@ -1,28 +0,0 @@
# $NetBSD: Makefile,v 1.2 2005/04/11 21:16:17 tvierling Exp $
DISTNAME= xlibs-1.0
CATEGORIES= x11 meta
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://xlibs.freedesktop.org/
COMMENT= Meta-package for X Libraries and Protocol Headers Project
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-install: # empty
# This purposely omits xpm, Xrandr, Xrender, and Xft, because
# other packages already include these as needed.
.include "../../wip/libXmu/buildlink3.mk"
.include "../../wip/libXi/buildlink3.mk"
.include "../../wip/libXv/buildlink3.mk"
.include "../../wip/libXfont/buildlink3.mk"
.include "../../wip/libXres/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,2 +0,0 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/10 18:48:12 jeremy-c-reed Exp $
@comment this plist intentionally left empty

View file

@ -1,3 +0,0 @@
add libXaw too -- I provided this for official xlibs.
also need to add libXdmcp

View file

@ -1,33 +0,0 @@
# $NetBSD: buildlink3.mk,v 1.4 2004/05/09 04:16:12 minskim Exp $
#
# This Makefile fragment is included by packages that use xlibs.
#
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
XLIBS_BUILDLINK3_MK:= ${XLIBS_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= xlibs
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxlibs}
BUILDLINK_PACKAGES+= xlibs
.if !empty(XLIBS_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.xlibs+= xlibs>=1.0
BUILDLINK_PKGSRCDIR.xlibs?= ../../wip/xlibs
.endif # XLIBS_BUILDLINK3_MK
.include "../../x11/xextensions/buildlink3.mk"
.include "../../wip/xproto/buildlink3.mk"
.include "../../wip/xtrans/buildlink3.mk"
.include "../../wip/libXau/buildlink3.mk"
.include "../../wip/libXmu/buildlink3.mk"
.include "../../wip/libXt/buildlink3.mk"
.include "../../wip/libX11/buildlink3.mk"
.include "../../wip/libXi/buildlink3.mk"
.include "../../wip/libXv/buildlink3.mk"
.include "../../wip/libXfont/buildlink3.mk"
.include "../../wip/libXres/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}