summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/Makefile
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2008-03-07 21:47:50 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2008-03-07 21:47:50 +0000
commit836aebde5babd8b8701f585f03b775ebfc41a564 (patch)
treef990d2d5c21cdbac2e187df45b68fcc8e5d5353a /x11/XFree86-4-libraries/Makefile
parentUpdate to 1.0003 (diff)
Remove support for XFree8-4.
From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore. PR: ports/119418 Submitted by: flz Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=208626
Diffstat (limited to 'x11/XFree86-4-libraries/Makefile')
-rw-r--r--x11/XFree86-4-libraries/Makefile145
1 files changed, 0 insertions, 145 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile
deleted file mode 100644
index 14231722544c..000000000000
--- a/x11/XFree86-4-libraries/Makefile
+++ /dev/null
@@ -1,145 +0,0 @@
-# New ports collection makefile for: XFree86-libraries
-# Date created: 10 Oct 1999
-# Whom: taguchi@tohoku.iij.ad.jp
-#
-# $FreeBSD$
-#
-
-PORTNAME= libraries
-PORTVERSION= 4.5.0
-PORTREVISION= 1
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_XFREE}
-MASTER_SITE_SUBDIR= ${PORTVERSION}
-PKGNAMEPREFIX= XFree86-
-DISTFILES= XFree86-${PORTVERSION}-src-1.tgz \
- XFree86-${PORTVERSION}-src-2.tgz \
- XFree86-${PORTVERSION}-src-3.tgz
-
-MAINTAINER= x11@FreeBSD.org
-COMMENT= XFree86-4 libraries and headers
-
-LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
- fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
-
-CONFLICTS= Mesa-[0-9]* libX11-[0-9]* libGL-[0-9]* libGLU-[0-9]* \
- libICE-[0-9]* libSM-[0-9]* libXau-[0-9]* libXaw-[0-9]* \
- libXcursor-[0-9]* libXdmcp-[0-9]* libXext-[0-9]* \
- libXfont-[0-9]* libXi-[0-9]* libXinerama-[0-9]* libXmu-[0-9]* \
- libXp-[0-9]* libXpm-[0-9]* libXrandr-[0-9]* libXrender-[0-9]* \
- libXres-[0-9]* libXt-[0-9]* libXv-[0-9]* libXxf86-[0-9]* \
- libxkbfile-[0-9]* panoramixext-[0-9]* printext-[0-9]* \
- randrext-[0-9]* renderext-[0-9]* resourceext-[0-9]* \
- xextensions-[0-9]* xf86ext-[0-9]* xlibs-[0-9]* \
- xorg-libraries-[0-9]* xpm-[0-9]* xproto-[0-9]*
-
-DEPRECATED= isn't maintained anymore
-EXPIRATION_DATE= 2007-12-25
-
-USE_X_PREFIX= no
-PREFIX?= ${X11BASE}
-MTREE_FILE= ${PORTSDIR}/Templates/BSD.local.dist
-INSTALLS_SHLIB= yes
-SCRIPTS_ENV= DebuggableLibraries=${DebuggableLibraries}
-MAN3= FontCacheChangeCacheSettings.3 \
- FontCacheGetCacheSettings.3 \
- FontCacheGetCacheStatistics.3 \
- FontCacheQueryExtension.3 \
- FontCacheQueryVersion.3 \
- XDGA.3 \
- XDGAChangePixmapMode.3 \
- XDGACloseFramebuffer.3 \
- XDGACopyArea.3 \
- XDGACopyTransparentArea.3 \
- XDGACreateColormap.3 \
- XDGAFillRectangle.3 \
- XDGAGetViewportStatus.3 \
- XDGAInstallColormap.3 \
- XDGAKeyEventToXKeyEvent.3 \
- XDGAOpenFramebuffer.3 \
- XDGAQueryExtension.3 \
- XDGAQueryModes.3 \
- XDGAQueryVersion.3 \
- XDGASelectInput.3 \
- XDGASetClientVersion.3 \
- XDGASetMode.3 \
- XDGASetViewport.3 \
- XDGASync.3 \
- XF86DGA.3 \
- XFree86-DGA.3 \
- XRes.3 \
- XResQueryClientPixmapBytes.3 \
- XResQueryClientResources.3 \
- XResQueryClients.3 \
- XResQueryExtension.3 \
- XResQueryVersion.3 \
- XScreenSaverAllocInfo.3 \
- XScreenSaverGetRegistered.3 \
- XScreenSaverQueryExtension.3 \
- XScreenSaverQueryInfo.3 \
- XScreenSaverQueryVersion.3 \
- XScreenSaverRegister.3 \
- XScreenSaverSelectInput.3 \
- XScreenSaverSetAttributes.3 \
- XScreenSaverUnregister.3 \
- XScreenSaverUnsetAttributes.3 \
- Xaw.3 \
- Xcursor.3 \
- Xfontcache.3 \
- Xrandr.3 \
- Xss.3
-
-XBUILD_DIRS= lib nls programs/Xserver/include \
- programs/Xserver/hw/xfree86/parser
-XINCLUDE_DIRS= programs/proxymngr
-XINSTALL_DIRS= include lib nls programs/Xserver/include \
- programs/Xserver/hw/xfree86/parser
-XINSTALL_MAN_DIRS= ${XINSTALL_DIRS}
-
-# XFree86 User Config:
-# DebuggableLibraries NO build with debug libs
-# (requires FreeBSD 4.X or later)
-# ----------------------------------------------------------------------------
-DebuggableLibraries?= NO
-# End of XFree86 User Config
-
-.ifdef USE_XLIB
-.error You have `USE_XLIB' variable defined either in environment or in make(1) arguments. Please undefine and try again.
-.endif
-
-.include "Makefile.inc"
-.include <bsd.port.pre.mk>
-.if ${X_WINDOW_SYSTEM:L} != xfree86-4
-IGNORE= is part of XFree86 and you have ${X_WINDOW_SYSTEM} set for X11\
- distribution. See The X Window System and Virtual Consoles chapter\
- of FAQ for more information
-.endif
-
-PLIST_SUB+= OSMESA:=""
-
-# sparc64 doesn't have a working libc_r yet, and -current doesn't need
-# libXThrStub.
-#.if ${ARCH} == "sparc64" || ${OSVERSION} >= 500043
-#PLIST_SUB+= XTHRSTUB:="@comment "
-#.else
-#PLIST_SUB+= XTHRSTUB:=""
-#.endif
-
-post-patch:
- ${CP} ${FILESDIR}/nls::Compose::microsoft-cp1251 \
- ${WRKSRC}/nls/Compose/microsoft-cp1251
-
-post-install:
- ${MKDIR} ${PREFIX}/include/X11/PM
- ${INSTALL_DATA} ${WRKSRC}/programs/proxymngr/PM.h \
- ${PREFIX}/include/X11/PM
- ${INSTALL_DATA} ${WRKSRC}/programs/proxymngr/PMproto.h \
- ${PREFIX}/include/X11/PM
- ${MKDIR} ${PREFIX}/libdata/pkgconfig
- ${INSTALL_DATA} ${WRKSRC}/lib/Xcursor/xcursor.pc \
- ${PREFIX}/libdata/pkgconfig
- ${MKDIR} ${PREFIX}/lib/X11/xserver
- ${INSTALL_DATA} ${WRKSRC}/programs/Xserver/Xext/SecurityPolicy \
- ${PREFIX}/lib/X11/xserver/SecurityPolicy.default
-
-.include <bsd.port.post.mk>