mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Build record and xtrap extensions.
PR: ports/131033 Submitted by: "Sergey N. Voronkov" <serg@tmn.ru>
This commit is contained in:
parent
d3cba58809
commit
c23ee21635
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226953
@ -8,7 +8,7 @@
|
||||
PORTNAME= xorg-server
|
||||
PORTVERSION= 1.5.3
|
||||
PORTEPOCH= 1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-servers
|
||||
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/xserver/
|
||||
DISTFILES= xorg-server-${PORTVERSION}.tar.bz2
|
||||
@ -36,7 +36,8 @@ USE_XORG= xf86driproto glproto xdmcp x11 xkbfile xxf86misc xxf86vm xaw7 \
|
||||
USE_OPENSSL= yes
|
||||
USE_PERL5_BUILD=yes
|
||||
CONFIGURE_ARGS= --disable-dmx --disable-xvfb --disable-xnest --disable-xprint \
|
||||
--localstatedir=/var --without-dtrace --disable-xephyr
|
||||
--localstatedir=/var --without-dtrace --disable-xephyr \
|
||||
--enable-record=yes --enable-xtrap=yes
|
||||
|
||||
MAN1= Xorg.1 \
|
||||
Xserver.1 \
|
||||
|
@ -185,6 +185,10 @@ lib/xorg/modules/extensions/libextmod.la
|
||||
lib/xorg/modules/extensions/libextmod.so
|
||||
lib/xorg/modules/extensions/libglx.la
|
||||
lib/xorg/modules/extensions/libglx.so
|
||||
lib/xorg/modules/extensions/librecord.la
|
||||
lib/xorg/modules/extensions/librecord.so
|
||||
lib/xorg/modules/extensions/libxtrap.la
|
||||
lib/xorg/modules/extensions/libxtrap.so
|
||||
lib/xorg/modules/fonts/libfreetype.la
|
||||
lib/xorg/modules/fonts/libfreetype.so
|
||||
%%ALPHA_NA%%lib/xorg/modules/libafb.la
|
||||
|
Loading…
Reference in New Issue
Block a user