2012-05-23 08:17:49 +00:00
|
|
|
#-*- tab-width: 4; -*-
|
2007-05-19 20:36:56 +00:00
|
|
|
# ex:ts=4
|
|
|
|
#
|
2008-03-11 23:45:04 +00:00
|
|
|
# bsd.xorg.mk - Support for X.Org ports and dependencies
|
2007-05-19 20:36:56 +00:00
|
|
|
#
|
|
|
|
# Created by: Florent Thoumie <flz@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# !!! Here be dragons !!! (yeah, here as well...)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2007-10-03 22:24:59 +00:00
|
|
|
.if !defined(_POSTMKINCLUDED) && !defined(Xorg_Pre_Include)
|
|
|
|
|
|
|
|
Xorg_Include_MAINTAINER= x11@FreeBSD.org
|
|
|
|
Xorg_Pre_Include= bsd.xorg.mk
|
2007-05-19 20:36:56 +00:00
|
|
|
|
|
|
|
# Some notes:
|
|
|
|
#
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
|
|
|
# app - Installs applications, no shared libraries.
|
|
|
|
# data - Installs only data.
|
2007-05-19 20:36:56 +00:00
|
|
|
# doc - no particular notes
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
|
|
|
# driver - input depends on inputproto/randrproto at least
|
2007-05-19 20:36:56 +00:00
|
|
|
# video depends on randrproto/renderproto at least
|
|
|
|
# font - don't install .pc file
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
|
|
|
# lib - various dependencies, install .pc file, needs pathfix
|
|
|
|
# proto - install .pc file, needs pathfix, most only needed at build time.
|
2007-05-19 20:36:56 +00:00
|
|
|
# xserver - there's only one atm, I guess everything can fit into the port itself
|
|
|
|
|
|
|
|
.if defined(XORG_CAT)
|
|
|
|
# Default variables, common to all new modular xorg ports.
|
2015-04-07 12:34:12 +00:00
|
|
|
.if !defined(USES) || ! ${USES:Mtar*}
|
|
|
|
USES+= tar:bzip2
|
2007-05-19 20:36:56 +00:00
|
|
|
.endif
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
DIST_SUBDIR= xorg/${XORG_CAT}
|
|
|
|
|
|
|
|
MASTER_SITES?= ${MASTER_SITE_XORG}
|
|
|
|
MASTER_SITE_SUBDIR?= individual/${XORG_CAT}
|
|
|
|
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
|
|
|
# All xorg ports needs pkgconfig to build, but some ports look for pkgconfig and
|
|
|
|
# then continues the build.
|
|
|
|
USES+= pkgconfig
|
|
|
|
|
|
|
|
# All xorg ports needs xorg-macros.
|
|
|
|
. if ${PORTNAME} != xorg-macros
|
|
|
|
USE_XORG+= xorg-macros
|
|
|
|
. endif
|
|
|
|
|
2007-05-19 20:36:56 +00:00
|
|
|
. if ${XORG_CAT} == "app"
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
|
|
|
# Nothing at the moment
|
2007-05-19 20:36:56 +00:00
|
|
|
. endif
|
|
|
|
|
|
|
|
. if ${XORG_CAT} == "data"
|
|
|
|
# Nothing at the moment.
|
|
|
|
. endif
|
|
|
|
|
|
|
|
. if ${XORG_CAT} == "driver"
|
2013-12-16 11:11:09 +00:00
|
|
|
USE_XORG+= xorg-server xproto randrproto xi renderproto xextproto \
|
|
|
|
inputproto kbproto fontsproto videoproto dri2proto xf86driproto \
|
|
|
|
glproto xineramaproto resourceproto scrnsaverproto
|
2013-02-19 16:24:16 +00:00
|
|
|
# work around a llvm bug on i386, llvm bug #15806
|
|
|
|
# reproduced with clang 3.2 (current release) and 3.1
|
|
|
|
. if ${ARCH} == i386
|
|
|
|
CFLAGS+= -fno-optimize-sibling-calls
|
|
|
|
. endif
|
2007-05-19 20:36:56 +00:00
|
|
|
CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4'
|
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
|
|
|
USES+= libtool
|
2007-05-19 20:36:56 +00:00
|
|
|
. endif
|
|
|
|
|
|
|
|
. if ${XORG_CAT} == "font"
|
2015-03-20 01:12:20 +00:00
|
|
|
FONTNAME?= ${PORTNAME:C/.*-//g:S/type/Type/:S/ttf/TTF/:S/speedo/Speedo/}
|
2015-03-21 23:05:19 +00:00
|
|
|
CONFIGURE_ARGS+= --with-fontrootdir=${PREFIX}/share/fonts
|
|
|
|
CONFIGURE_ENV+= FONTROOTDIR=${PREFIX}/share/fonts
|
2015-03-20 07:19:51 +00:00
|
|
|
. if !defined(NOFONT)
|
2015-03-20 01:12:20 +00:00
|
|
|
USES+= fonts
|
|
|
|
BUILD_DEPENDS+= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
|
|
|
|
bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
|
2015-03-21 23:05:19 +00:00
|
|
|
PLIST_FILES+= "@comment ${FONTSDIR}/fonts.dir" \
|
|
|
|
"@comment ${FONTSDIR}/fonts.scale"
|
2015-03-20 07:19:51 +00:00
|
|
|
. endif
|
|
|
|
. endif
|
2007-05-19 20:36:56 +00:00
|
|
|
|
|
|
|
. if ${XORG_CAT} == "lib"
|
2014-04-23 13:25:16 +00:00
|
|
|
USES+= pathfix libtool:keepla
|
2007-05-19 20:36:56 +00:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ARGS+=--enable-malloc0returnsnull
|
|
|
|
. endif
|
|
|
|
|
|
|
|
. if ${XORG_CAT} == "proto"
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
|
|
|
USES+= pathfix
|
2007-05-19 20:36:56 +00:00
|
|
|
. endif
|
|
|
|
|
|
|
|
. if ${XORG_CAT} == "xserver"
|
|
|
|
DISTFILES?= xorg-server-${PORTVERSION}.tar.bz2
|
|
|
|
WRKSRC= ${WRKDIR}/xorg-server-${PORTVERSION}
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
|
|
|
USES+= pathfix
|
2015-03-21 23:05:19 +00:00
|
|
|
CONFIGURE_ARGS+= --with-xkb-path=${LOCALBASE}/share/X11/xkb \
|
2015-03-22 19:49:09 +00:00
|
|
|
--with-fontrootdir=${LOCALBASE}/share/fonts
|
2009-01-23 16:28:36 +00:00
|
|
|
|
|
|
|
LIB_PC_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dri.pc:${PORTSDIR}/graphics/dri
|
2013-12-16 11:11:09 +00:00
|
|
|
USE_XORG+= pciaccess xextproto videoproto fontsproto dri2proto fontutil:build
|
2007-05-19 20:36:56 +00:00
|
|
|
. endif
|
|
|
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.endif
|
|
|
|
|
2007-10-03 22:24:59 +00:00
|
|
|
.if defined(_POSTMKINCLUDED) && !defined(Xorg_Post_Include)
|
|
|
|
|
|
|
|
Xorg_Post_Include= bsd.xorg.mk
|
|
|
|
|
2007-05-19 20:36:56 +00:00
|
|
|
# Register all xorg .pc files here.
|
|
|
|
# foo_LIB_PC_DEPENDS means it should go to BUILD_DEPENDS *and* RUN_DEPENDS.
|
|
|
|
|
2013-03-11 19:14:28 +00:00
|
|
|
XORG_MODULES= bigreqsproto \
|
|
|
|
compositeproto \
|
|
|
|
damageproto \
|
|
|
|
dmx \
|
|
|
|
dmxproto \
|
|
|
|
dri2proto \
|
2013-12-16 11:11:09 +00:00
|
|
|
dri3proto \
|
2013-03-11 19:14:28 +00:00
|
|
|
evieproto \
|
|
|
|
fixesproto \
|
|
|
|
fontcacheproto \
|
|
|
|
fontenc \
|
|
|
|
fontsproto \
|
|
|
|
fontutil \
|
|
|
|
glproto \
|
|
|
|
ice \
|
|
|
|
inputproto \
|
|
|
|
kbproto \
|
|
|
|
libfs \
|
|
|
|
oldx \
|
|
|
|
pciaccess \
|
|
|
|
pixman \
|
2013-12-16 11:11:09 +00:00
|
|
|
presentproto \
|
2013-03-11 19:14:28 +00:00
|
|
|
printproto \
|
|
|
|
randrproto \
|
|
|
|
recordproto \
|
|
|
|
renderproto \
|
|
|
|
resourceproto \
|
|
|
|
scrnsaverproto \
|
|
|
|
sm \
|
|
|
|
trapproto \
|
|
|
|
videoproto \
|
|
|
|
x11 \
|
|
|
|
xau \
|
|
|
|
xaw \
|
|
|
|
xaw6 \
|
|
|
|
xaw7 \
|
|
|
|
xbitmaps \
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
|
|
|
xcb \
|
2013-03-11 19:14:28 +00:00
|
|
|
xcmiscproto \
|
|
|
|
xcomposite \
|
|
|
|
xcursor \
|
|
|
|
xdamage \
|
|
|
|
xdmcp \
|
|
|
|
xevie \
|
|
|
|
xext \
|
|
|
|
xextproto \
|
|
|
|
xf86bigfontproto \
|
|
|
|
xf86dgaproto \
|
|
|
|
xf86driproto \
|
|
|
|
xf86miscproto \
|
|
|
|
xf86rushproto \
|
|
|
|
xf86vidmodeproto \
|
|
|
|
xfixes \
|
|
|
|
xfont \
|
|
|
|
xfontcache \
|
|
|
|
xft \
|
|
|
|
xi \
|
|
|
|
xinerama \
|
|
|
|
xineramaproto \
|
|
|
|
xkbfile \
|
|
|
|
xkbui \
|
|
|
|
xmu \
|
|
|
|
xmuu \
|
|
|
|
xorg-macros \
|
|
|
|
xorg-server \
|
|
|
|
xp \
|
|
|
|
xpm \
|
|
|
|
xprintapputil \
|
|
|
|
xprintutil \
|
|
|
|
xproto \
|
|
|
|
xproxymngproto \
|
|
|
|
xrandr \
|
|
|
|
xrender \
|
|
|
|
xres \
|
|
|
|
xscrnsaver \
|
2013-12-16 11:11:09 +00:00
|
|
|
xshmfence \
|
2013-03-11 19:14:28 +00:00
|
|
|
xt \
|
|
|
|
xtrans \
|
|
|
|
xtrap \
|
|
|
|
xtst \
|
|
|
|
xv \
|
|
|
|
xvmc \
|
|
|
|
xxf86dga \
|
|
|
|
xxf86misc \
|
|
|
|
xxf86vm
|
2007-05-19 20:36:56 +00:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
bigreqsproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bigreqsproto.pc:${PORTSDIR}/x11/bigreqsproto
|
|
|
|
compositeproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compositeproto.pc:${PORTSDIR}/x11/compositeproto
|
|
|
|
damageproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/damageproto.pc:${PORTSDIR}/x11/damageproto
|
|
|
|
dmx_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dmx.pc:${PORTSDIR}/x11/libdmx
|
|
|
|
dmxproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dmxproto.pc:${PORTSDIR}/x11/dmxproto
|
2009-01-23 16:28:36 +00:00
|
|
|
dri2proto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dri2proto.pc:${PORTSDIR}/x11/dri2proto
|
2013-12-16 11:11:09 +00:00
|
|
|
dri3proto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dri3proto.pc:${PORTSDIR}/x11/dri3proto
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
evieproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/evieproto.pc:${PORTSDIR}/x11/evieext
|
|
|
|
fixesproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fixesproto.pc:${PORTSDIR}/x11/fixesproto
|
|
|
|
fontcacheproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fontcacheproto.pc:${PORTSDIR}/x11-fonts/fontcacheproto
|
|
|
|
fontenc_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fontenc.pc:${PORTSDIR}/x11-fonts/libfontenc
|
|
|
|
fontsproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fontsproto.pc:${PORTSDIR}/x11-fonts/fontsproto
|
|
|
|
fontutil_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fontutil.pc:${PORTSDIR}/x11-fonts/font-util
|
|
|
|
glproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/glproto.pc:${PORTSDIR}/x11/glproto
|
|
|
|
ice_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ice.pc:${PORTSDIR}/x11/libICE
|
|
|
|
inputproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/inputproto.pc:${PORTSDIR}/x11/inputproto
|
|
|
|
kbproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/kbproto.pc:${PORTSDIR}/x11/kbproto
|
|
|
|
libfs_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libfs.pc:${PORTSDIR}/x11-fonts/libFS
|
|
|
|
oldx_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/oldx.pc:${PORTSDIR}/x11/liboldX
|
2009-01-23 16:28:36 +00:00
|
|
|
pciaccess_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pciaccess.pc:${PORTSDIR}/devel/libpciaccess
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
pixman_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pixman-1.pc:${PORTSDIR}/x11/pixman
|
2013-12-16 11:11:09 +00:00
|
|
|
presentproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/presentproto.pc:${PORTSDIR}/x11/presentproto
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
printproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/printproto.pc:${PORTSDIR}/x11/printproto
|
|
|
|
randrproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/randrproto.pc:${PORTSDIR}/x11/randrproto
|
|
|
|
recordproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/recordproto.pc:${PORTSDIR}/x11/recordproto
|
|
|
|
renderproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/renderproto.pc:${PORTSDIR}/x11/renderproto
|
|
|
|
resourceproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/resourceproto.pc:${PORTSDIR}/x11/resourceproto
|
|
|
|
scrnsaverproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/scrnsaverproto.pc:${PORTSDIR}/x11/scrnsaverproto
|
|
|
|
sm_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/sm.pc:${PORTSDIR}/x11/libSM
|
|
|
|
trapproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/trapproto.pc:${PORTSDIR}/x11/trapproto
|
|
|
|
videoproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/videoproto.pc:${PORTSDIR}/x11/videoproto
|
|
|
|
x11_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11
|
|
|
|
xau_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xau.pc:${PORTSDIR}/x11/libXau
|
2009-01-23 16:28:36 +00:00
|
|
|
xaw_LIB_PC_DEPENDS= ${xaw7_LIB_PC_DEPENDS}
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
xaw6_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xaw6.pc:${PORTSDIR}/x11-toolkits/libXaw
|
|
|
|
xaw7_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xaw7.pc:${PORTSDIR}/x11-toolkits/libXaw
|
|
|
|
xbitmaps_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:${PORTSDIR}/x11/xbitmaps
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
|
|
|
xcb_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
xcmiscproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcmiscproto.pc:${PORTSDIR}/x11/xcmiscproto
|
|
|
|
xcomposite_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcomposite.pc:${PORTSDIR}/x11/libXcomposite
|
|
|
|
xcursor_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcursor.pc:${PORTSDIR}/x11/libXcursor
|
|
|
|
xdamage_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xdamage.pc:${PORTSDIR}/x11/libXdamage
|
|
|
|
xdmcp_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xdmcp.pc:${PORTSDIR}/x11/libXdmcp
|
|
|
|
xevie_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xevie.pc:${PORTSDIR}/x11/libXevie
|
|
|
|
xext_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext
|
|
|
|
xextproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xextproto.pc:${PORTSDIR}/x11/xextproto
|
|
|
|
xf86bigfontproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xf86bigfontproto.pc:${PORTSDIR}/x11-fonts/xf86bigfontproto
|
|
|
|
xf86dgaproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xf86dgaproto.pc:${PORTSDIR}/x11/xf86dgaproto
|
|
|
|
xf86driproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xf86driproto.pc:${PORTSDIR}/x11/xf86driproto
|
|
|
|
xf86miscproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xf86miscproto.pc:${PORTSDIR}/x11/xf86miscproto
|
|
|
|
xf86rushproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xf86rushproto.pc:${PORTSDIR}/x11/xf86rushproto
|
|
|
|
xf86vidmodeproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xf86vidmodeproto.pc:${PORTSDIR}/x11/xf86vidmodeproto
|
|
|
|
xfixes_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xfixes.pc:${PORTSDIR}/x11/libXfixes
|
|
|
|
xfont_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xfont.pc:${PORTSDIR}/x11-fonts/libXfont
|
|
|
|
xfontcache_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xfontcache.pc:${PORTSDIR}/x11-fonts/libXfontcache
|
|
|
|
xft_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xft.pc:${PORTSDIR}/x11-fonts/libXft
|
|
|
|
xi_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xi.pc:${PORTSDIR}/x11/libXi
|
|
|
|
xinerama_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xinerama.pc:${PORTSDIR}/x11/libXinerama
|
|
|
|
xineramaproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xineramaproto.pc:${PORTSDIR}/x11/xineramaproto
|
|
|
|
xkbfile_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:${PORTSDIR}/x11/libxkbfile
|
|
|
|
xkbui_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xkbui.pc:${PORTSDIR}/x11/libxkbui
|
|
|
|
xmu_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xmu.pc:${PORTSDIR}/x11-toolkits/libXmu
|
|
|
|
xmuu_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xmuu.pc:${PORTSDIR}/x11-toolkits/libXmu
|
2013-03-11 19:14:28 +00:00
|
|
|
xorg-macros_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
xorg-server_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-server.pc:${PORTSDIR}/x11-servers/xorg-server
|
|
|
|
xp_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xp.pc:${PORTSDIR}/x11/libXp
|
|
|
|
xpm_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xpm.pc:${PORTSDIR}/x11/libXpm
|
|
|
|
xprintapputil_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xprintapputil.pc:${PORTSDIR}/x11/libXprintAppUtil
|
|
|
|
xprintutil_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xprintutil.pc:${PORTSDIR}/x11/libXprintUtil
|
|
|
|
xproto_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto
|
|
|
|
xproxymngproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xproxymngproto.pc:${PORTSDIR}/x11/xproxymanagementprotocol
|
|
|
|
xrandr_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xrandr.pc:${PORTSDIR}/x11/libXrandr
|
|
|
|
xrender_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xrender.pc:${PORTSDIR}/x11/libXrender
|
|
|
|
xres_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xres.pc:${PORTSDIR}/x11/libXres
|
|
|
|
xscrnsaver_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xscrnsaver.pc:${PORTSDIR}/x11/libXScrnSaver
|
|
|
|
xt_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xt.pc:${PORTSDIR}/x11-toolkits/libXt
|
2013-12-16 11:11:09 +00:00
|
|
|
xshmfence_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xshmfence.pc:${PORTSDIR}/x11/libxshmfence
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
xtrans_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xtrans.pc:${PORTSDIR}/x11/xtrans
|
|
|
|
xtrap_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xtrap.pc:${PORTSDIR}/x11/libXTrap
|
|
|
|
xtst_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xtst.pc:${PORTSDIR}/x11/libXtst
|
|
|
|
xv_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xv.pc:${PORTSDIR}/x11/libXv
|
|
|
|
xvmc_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xvmc.pc:${PORTSDIR}/x11/libXvMC
|
|
|
|
xxf86dga_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xxf86dga.pc:${PORTSDIR}/x11/libXxf86dga
|
|
|
|
xxf86misc_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xxf86misc.pc:${PORTSDIR}/x11/libXxf86misc
|
|
|
|
xxf86vm_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xxf86vm.pc:${PORTSDIR}/x11/libXxf86vm
|
2007-05-19 20:36:56 +00:00
|
|
|
|
|
|
|
.for _module in ${USE_XORG:M*\:both:C/\:.*//g}
|
|
|
|
. if ${XORG_MODULES:M${_module}} == ""
|
|
|
|
IGNORE= requires unknown xorg module (${_module})
|
|
|
|
. endif
|
|
|
|
RUN_DEPENDS+= ${${_module}_BUILD_DEPENDS}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.for _module in ${USE_XORG:C/\:.*//g}
|
|
|
|
. if ${XORG_MODULES:M${_module}} == ""
|
|
|
|
IGNORE= requires unknown xorg module (${_module})
|
|
|
|
. endif
|
|
|
|
LIB_PC_DEPENDS+= ${${_module}_LIB_PC_DEPENDS}
|
|
|
|
BUILD_DEPENDS+= ${${_module}_BUILD_DEPENDS}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
RUN_DEPENDS+= ${LIB_PC_DEPENDS}
|
|
|
|
BUILD_DEPENDS+= ${LIB_PC_DEPENDS}
|
|
|
|
|
2007-10-03 22:24:59 +00:00
|
|
|
.endif
|