View | Details | Raw Unified | Return to bug 184684 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/bsd.port.mk (+10 lines)
Lines 1222-1227 Link Here
1222
.endif
1222
.endif
1223
.endif
1223
.endif
1224
1224
1225
# Enable new xorg for FreeBSD versions after Radeon KMS was imported unless
1226
# WITHOUT_NEW_XORG is set.
1227
.if ${OSVERSION} >= 1100000
1228
. if !defined(WITHOUT_NEW_XORG)
1229
WITH_NEW_XORG?=	yes
1230
. else
1231
.undef WITH_NEW_XORG
1232
. endif
1233
.endif
1234
1225
# Only define tools here (for transition period with between pkg tools)
1235
# Only define tools here (for transition period with between pkg tools)
1226
.include "${PORTSDIR}/Mk/bsd.commands.mk"
1236
.include "${PORTSDIR}/Mk/bsd.commands.mk"
1227
1237
(-)Mk/bsd.xorg.mk (-10 / +10 lines)
Lines 56-62 Link Here
56
. endif
56
. endif
57
57
58
. if ${XORG_CAT} == "driver"
58
. if ${XORG_CAT} == "driver"
59
USE_XORG+=	xorg-server xproto randrproto xi
59
USE_XORG+=	xorg-server xproto randrproto xi renderproto xextproto \
60
			inputproto kbproto fontsproto videoproto dri2proto xf86driproto \
61
			glproto xineramaproto resourceproto scrnsaverproto
60
# work around a llvm bug on i386, llvm bug #15806 
62
# work around a llvm bug on i386, llvm bug #15806 
61
# reproduced with clang 3.2 (current release) and 3.1
63
# reproduced with clang 3.2 (current release) and 3.1
62
.  if ${ARCH} == i386
64
.  if ${ARCH} == i386
Lines 63-76 Link Here
63
CFLAGS+=	-fno-optimize-sibling-calls
65
CFLAGS+=	-fno-optimize-sibling-calls
64
.  endif
66
.  endif
65
CONFIGURE_ENV+=	DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4'
67
CONFIGURE_ENV+=	DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4'
66
.  if ${PORTNAME:M*input*}x != x
67
USE_XORG+=	inputproto videoproto fontsproto renderproto xextproto \
68
		dri2proto
69
.  elif ${PORTNAME:M*video*}x != x
70
USE_XORG+=	videoproto fontsproto renderproto xextproto dri2proto
71
.  else
72
IGNORE=		doesn't contain either "video" or "input"
73
.  endif
74
. endif
68
. endif
75
69
76
. if ${XORG_CAT} == "font"
70
. if ${XORG_CAT} == "font"
Lines 147-153 Link Here
147
CONFIGURE_ARGS+=	--with-xkb-path=${LOCALBASE}/share/X11/xkb
141
CONFIGURE_ARGS+=	--with-xkb-path=${LOCALBASE}/share/X11/xkb
148
142
149
LIB_PC_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/dri.pc:${PORTSDIR}/graphics/dri
143
LIB_PC_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/dri.pc:${PORTSDIR}/graphics/dri
150
USE_XORG+=	pciaccess xextproto videoproto fontsproto dri2proto
144
USE_XORG+=	pciaccess xextproto videoproto fontsproto dri2proto fontutil:build
151
. endif
145
. endif
152
146
153
.endif
147
.endif
Lines 171-176 Link Here
171
				dmx \
165
				dmx \
172
				dmxproto \
166
				dmxproto \
173
				dri2proto \
167
				dri2proto \
168
				dri3proto \
174
				evieproto \
169
				evieproto \
175
				fixesproto \
170
				fixesproto \
176
				fontcacheproto \
171
				fontcacheproto \
Lines 185-190 Link Here
185
				oldx \
180
				oldx \
186
				pciaccess \
181
				pciaccess \
187
				pixman \
182
				pixman \
183
				presentproto \
188
				printproto \
184
				printproto \
189
				randrproto \
185
				randrproto \
190
				recordproto \
186
				recordproto \
Lines 238-243 Link Here
238
				xrender \
234
				xrender \
239
				xres \
235
				xres \
240
				xscrnsaver \
236
				xscrnsaver \
237
				xshmfence \
241
				xt \
238
				xt \
242
				xtrans \
239
				xtrans \
243
				xtrap \
240
				xtrap \
Lines 254-259 Link Here
254
dmx_LIB_PC_DEPENDS=		${LOCALBASE}/libdata/pkgconfig/dmx.pc:${PORTSDIR}/x11/libdmx
251
dmx_LIB_PC_DEPENDS=		${LOCALBASE}/libdata/pkgconfig/dmx.pc:${PORTSDIR}/x11/libdmx
255
dmxproto_BUILD_DEPENDS=		${LOCALBASE}/libdata/pkgconfig/dmxproto.pc:${PORTSDIR}/x11/dmxproto
252
dmxproto_BUILD_DEPENDS=		${LOCALBASE}/libdata/pkgconfig/dmxproto.pc:${PORTSDIR}/x11/dmxproto
256
dri2proto_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/dri2proto.pc:${PORTSDIR}/x11/dri2proto
253
dri2proto_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/dri2proto.pc:${PORTSDIR}/x11/dri2proto
254
dri3proto_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/dri3proto.pc:${PORTSDIR}/x11/dri3proto
257
evieproto_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/evieproto.pc:${PORTSDIR}/x11/evieext
255
evieproto_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/evieproto.pc:${PORTSDIR}/x11/evieext
258
fixesproto_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/fixesproto.pc:${PORTSDIR}/x11/fixesproto
256
fixesproto_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/fixesproto.pc:${PORTSDIR}/x11/fixesproto
259
fontcacheproto_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/fontcacheproto.pc:${PORTSDIR}/x11-fonts/fontcacheproto
257
fontcacheproto_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/fontcacheproto.pc:${PORTSDIR}/x11-fonts/fontcacheproto
Lines 268-273 Link Here
268
oldx_LIB_PC_DEPENDS=		${LOCALBASE}/libdata/pkgconfig/oldx.pc:${PORTSDIR}/x11/liboldX
266
oldx_LIB_PC_DEPENDS=		${LOCALBASE}/libdata/pkgconfig/oldx.pc:${PORTSDIR}/x11/liboldX
269
pciaccess_LIB_PC_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pciaccess.pc:${PORTSDIR}/devel/libpciaccess
267
pciaccess_LIB_PC_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pciaccess.pc:${PORTSDIR}/devel/libpciaccess
270
pixman_LIB_PC_DEPENDS=		${LOCALBASE}/libdata/pkgconfig/pixman-1.pc:${PORTSDIR}/x11/pixman
268
pixman_LIB_PC_DEPENDS=		${LOCALBASE}/libdata/pkgconfig/pixman-1.pc:${PORTSDIR}/x11/pixman
269
presentproto_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/presentproto.pc:${PORTSDIR}/x11/presentproto
271
printproto_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/printproto.pc:${PORTSDIR}/x11/printproto
270
printproto_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/printproto.pc:${PORTSDIR}/x11/printproto
272
randrproto_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/randrproto.pc:${PORTSDIR}/x11/randrproto
271
randrproto_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/randrproto.pc:${PORTSDIR}/x11/randrproto
273
recordproto_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/recordproto.pc:${PORTSDIR}/x11/recordproto
272
recordproto_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/recordproto.pc:${PORTSDIR}/x11/recordproto
Lines 322-327 Link Here
322
xres_LIB_PC_DEPENDS=		${LOCALBASE}/libdata/pkgconfig/xres.pc:${PORTSDIR}/x11/libXres
321
xres_LIB_PC_DEPENDS=		${LOCALBASE}/libdata/pkgconfig/xres.pc:${PORTSDIR}/x11/libXres
323
xscrnsaver_LIB_PC_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/xscrnsaver.pc:${PORTSDIR}/x11/libXScrnSaver
322
xscrnsaver_LIB_PC_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/xscrnsaver.pc:${PORTSDIR}/x11/libXScrnSaver
324
xt_LIB_PC_DEPENDS=		${LOCALBASE}/libdata/pkgconfig/xt.pc:${PORTSDIR}/x11-toolkits/libXt
323
xt_LIB_PC_DEPENDS=		${LOCALBASE}/libdata/pkgconfig/xt.pc:${PORTSDIR}/x11-toolkits/libXt
324
xshmfence_LIB_PC_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/xshmfence.pc:${PORTSDIR}/x11/libxshmfence
325
xtrans_BUILD_DEPENDS=		${LOCALBASE}/libdata/pkgconfig/xtrans.pc:${PORTSDIR}/x11/xtrans
325
xtrans_BUILD_DEPENDS=		${LOCALBASE}/libdata/pkgconfig/xtrans.pc:${PORTSDIR}/x11/xtrans
326
xtrap_LIB_PC_DEPENDS=		${LOCALBASE}/libdata/pkgconfig/xtrap.pc:${PORTSDIR}/x11/libXTrap
326
xtrap_LIB_PC_DEPENDS=		${LOCALBASE}/libdata/pkgconfig/xtrap.pc:${PORTSDIR}/x11/libXTrap
327
xtst_LIB_PC_DEPENDS=		${LOCALBASE}/libdata/pkgconfig/xtst.pc:${PORTSDIR}/x11/libXtst
327
xtst_LIB_PC_DEPENDS=		${LOCALBASE}/libdata/pkgconfig/xtst.pc:${PORTSDIR}/x11/libXtst
(-)UPDATING (+25 lines)
Lines 5-10 Link Here
5
You should get into the habit of checking this file for changes each time
5
You should get into the habit of checking this file for changes each time
6
you update your ports collection, before attempting any port upgrades.
6
you update your ports collection, before attempting any port upgrades.
7
7
8
201309xx:
9
  AFFECTS: users of x11/xorg and all xorg ports
10
  AUTHOR: zeising@FreeBSD.org
11
12
  The default xorg version has been switched for FreeBSD CURRENT.
13
14
  No special upgrade procedure should be needed, but it is necessary to
15
  recompile all xorg drivers and other ports that depend on the xserver
16
  version, including emulators/virtualbox-ose-additions.  Portrevisions
17
  have been bumped where needed, but users of drivers not in the ports
18
  tree will need to recompile those.
19
20
201309xx:
21
  AFFECTS: users of x11/pixman
22
  AUTHOR: zeising@FreeBSD.org
23
24
  The library version of x11/pixman has changed, and portrevision has
25
  been bumped in all dependent ports.  If you have external software that
26
  depends on pixman, this software needs to be recompiled.
27
  To recompile all software dependent on pixman, run:
28
  
29
  # portmaster -r pixman
30
  or
31
  # portupgrade -rf pixman
32
8
20131209:
33
20131209:
9
  AFFECTS: users of dns/bind96, dns/bind98 and bind99 on FreeBSD 10.0
34
  AFFECTS: users of dns/bind96, dns/bind98 and bind99 on FreeBSD 10.0
10
  AUTHOR: erwin@FreeBSD.org
35
  AUTHOR: erwin@FreeBSD.org
(-)astro/viking/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	viking
4
PORTNAME=	viking
5
PORTVERSION=	1.5
5
PORTVERSION=	1.5
6
PORTREVISION=	1
6
CATEGORIES=	astro
7
CATEGORIES=	astro
7
MASTER_SITES=	SF/${PORTNAME}/
8
MASTER_SITES=	SF/${PORTNAME}/
8
9
(-)cad/pdnmesh/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pdnmesh
4
PORTNAME=	pdnmesh
5
PORTVERSION=	0.2.2
5
PORTVERSION=	0.2.2
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	cad
7
CATEGORIES=	cad
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION}
9
9
(-)cad/repsnapper/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	repsnapper
4
PORTNAME=	repsnapper
5
PORTVERSION=	2.3.2a3
5
PORTVERSION=	2.3.2a3
6
PORTREVISION=	1
6
CATEGORIES=	cad
7
CATEGORIES=	cad
7
MASTER_SITES=	https://codeload.github.com/timschmidt/repsnapper/tar.gz/
8
MASTER_SITES=	https://codeload.github.com/timschmidt/repsnapper/tar.gz/
8
DISTNAME=	${PORTVERSION}
9
DISTNAME=	${PORTVERSION}
(-)deskutils/pinot/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pinot
4
PORTNAME=	pinot
5
PORTVERSION=	1.06
5
PORTVERSION=	1.06
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	deskutils
7
CATEGORIES=	deskutils
8
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
8
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
9
#MASTER_SITES=	http://colinf.chez.com/pinot/
9
#MASTER_SITES=	http://colinf.chez.com/pinot/
(-)devel/gccmakedep/Makefile (-4 / +1 lines)
Lines 13-22 Link Here
13
13
14
BUILD_DEPENDS=	tradcpp:${PORTSDIR}/devel/tradcpp
14
BUILD_DEPENDS=	tradcpp:${PORTSDIR}/devel/tradcpp
15
15
16
MAN1=		gccmakedep.1
16
PLIST_FILES=	bin/gccmakedep man/man1/gccmakedep.1.gz
17
18
PLIST_FILES=	bin/gccmakedep
19
CONFIGURE_ENV+=	ac_cv_path_RAWCPP=tradcpp
17
CONFIGURE_ENV+=	ac_cv_path_RAWCPP=tradcpp
20
18
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)devel/imake/Makefile (-11 lines)
Lines 25-39 Link Here
25
25
26
CONFIGURE_ENV=	ac_cv_path_RAWCPP=tradcpp
26
CONFIGURE_ENV=	ac_cv_path_RAWCPP=tradcpp
27
27
28
MAN1=		ccmakedep.1 \
29
		cleanlinks.1 \
30
		imake.1 \
31
		makeg.1 \
32
		mergelib.1 \
33
		mkdirhier.1 \
34
		mkhtmlindex.1 \
35
		revpath.1 \
36
		xmkmf.1
37
38
NO_STAGE=	yes
39
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)devel/imake/pkg-plist (+9 lines)
Lines 7-9 Link Here
7
bin/mkhtmlindex
7
bin/mkhtmlindex
8
bin/revpath
8
bin/revpath
9
bin/xmkmf
9
bin/xmkmf
10
man/man1/ccmakedep.1.gz
11
man/man1/cleanlinks.1.gz
12
man/man1/imake.1.gz
13
man/man1/makeg.1.gz
14
man/man1/mergelib.1.gz
15
man/man1/mkdirhier.1.gz
16
man/man1/mkhtmlindex.1.gz
17
man/man1/revpath.1.gz
18
man/man1/xmkmf.1.gz
(-)devel/libpciaccess/Makefile (-1 lines)
Lines 14-18 Link Here
14
14
15
XORG_CAT=	lib
15
XORG_CAT=	lib
16
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)devel/makedepend/Makefile (-4 / +1 lines)
Lines 12-20 Link Here
12
XORG_CAT=	util
12
XORG_CAT=	util
13
USE_XORG=	xproto
13
USE_XORG=	xproto
14
14
15
PLIST_FILES=	bin/makedepend
15
PLIST_FILES=	bin/makedepend man/man1/makedepend.1.gz
16
16
17
MAN1=		makedepend.1
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)devel/xorg-macros/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	xorg-macros
4
PORTNAME=	xorg-macros
5
PORTVERSION=	1.17.1
5
PORTVERSION=	1.18.0
6
CATEGORIES=	devel x11
6
CATEGORIES=	devel x11
7
DISTNAME=	util-macros-$(PORTVERSION)
7
DISTNAME=	util-macros-$(PORTVERSION)
8
8
(-)devel/xorg-macros/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xorg/util/util-macros-1.17.1.tar.bz2) = 5e52654f2a0b04223cf28a9d7fd62cf288852e639ac13a75172fd47d0d6ac625
1
SHA256 (xorg/util/util-macros-1.18.0.tar.bz2) = e5e3d132a852f0576ea2cf831a9813c54a58810a59cdb198f56b884c5a78945b
2
SIZE (xorg/util/util-macros-1.17.1.tar.bz2) = 79105
2
SIZE (xorg/util/util-macros-1.18.0.tar.bz2) = 77830
(-)emulators/catapult/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	catapult
4
PORTNAME=	catapult
5
PORTVERSION=	0.9.1
5
PORTVERSION=	0.9.1
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	emulators
7
CATEGORIES=	emulators
8
MASTER_SITES=	SF/openmsx/openmsx/${PORTVERSION}
8
MASTER_SITES=	SF/openmsx/openmsx/${PORTVERSION}
9
DISTNAME=	openmsx-${PORTNAME}-${PORTVERSION}
9
DISTNAME=	openmsx-${PORTNAME}-${PORTVERSION}
(-)emulators/qemu-devel/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	qemu
4
PORTNAME=	qemu
5
PORTVERSION=	1.6.1
5
PORTVERSION=	1.6.1
6
PORTREVISION=	1
6
CATEGORIES=	emulators
7
CATEGORIES=	emulators
7
MASTER_SITES=	http://wiki.qemu.org/download/:release \
8
MASTER_SITES=	http://wiki.qemu.org/download/:release \
8
		LOCAL/nox:snapshot
9
		LOCAL/nox:snapshot
(-)emulators/tme/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	tme
4
PORTNAME=	tme
5
PORTVERSION=	0.8
5
PORTVERSION=	0.8
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	emulators
7
CATEGORIES=	emulators
8
MASTER_SITES=	http://people.csail.mit.edu/fredette/tme/
8
MASTER_SITES=	http://people.csail.mit.edu/fredette/tme/
9
9
(-)emulators/virtualbox-ose-additions/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	virtualbox-ose
4
PORTNAME=	virtualbox-ose
5
DISTVERSION=	4.2.20
5
DISTVERSION=	4.2.20
6
PORTREVISION=	1
6
CATEGORIES=	emulators
7
CATEGORIES=	emulators
7
MASTER_SITES=	http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \
8
MASTER_SITES=	http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \
8
		http://tmp.chruetertee.ch/ \
9
		http://tmp.chruetertee.ch/ \
(-)games/klavaro/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	klavaro
4
PORTNAME=	klavaro
5
PORTVERSION=	1.9.9
5
PORTVERSION=	1.9.9
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	games
7
CATEGORIES=	games
8
MASTER_SITES=	SF/${PORTNAME}/
8
MASTER_SITES=	SF/${PORTNAME}/
9
9
(-)graphics/cairo/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
PORTNAME=	cairo
5
PORTNAME=	cairo
6
PORTVERSION=	1.10.2
6
PORTVERSION=	1.10.2
7
PORTREVISION=	6
7
PORTREVISION=	7
8
PORTEPOCH?=	2
8
PORTEPOCH?=	2
9
CATEGORIES=	graphics
9
CATEGORIES=	graphics
10
MASTER_SITES=	http://cairographics.org/releases/
10
MASTER_SITES=	http://cairographics.org/releases/
(-)graphics/freeglut/Makefile (-6 / +5 lines)
Lines 28-34 Link Here
28
	progress.html structure.html
28
	progress.html structure.html
29
BINS=	CallbackMaker Fractals Fractals_random Lorenz One shapes
29
BINS=	CallbackMaker Fractals Fractals_random Lorenz One shapes
30
30
31
NO_STAGE=	yes
32
.include <bsd.port.options.mk>
31
.include <bsd.port.options.mk>
33
32
34
pre-configure:
33
pre-configure:
Lines 43-59 Link Here
43
42
44
post-install:
43
post-install:
45
.if ${PORT_OPTIONS:MDOCS}
44
.if ${PORT_OPTIONS:MDOCS}
46
	@${MKDIR} ${DOCSDIR}
45
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
47
.for FILE in ${DOCS}
46
.for FILE in ${DOCS}
48
	@${INSTALL_DATA} ${WRKSRC}/doc/${FILE} ${DOCSDIR}
47
	@${INSTALL_DATA} ${WRKSRC}/doc/${FILE} ${STAGEDIR}${DOCSDIR}
49
.endfor
48
.endfor
50
	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
49
	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
51
.endif
50
.endif
52
.if ${PORT_OPTIONS:MEXAMPLES}
51
.if ${PORT_OPTIONS:MEXAMPLES}
53
	@${MKDIR} ${EXAMPLESDIR}
52
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
54
	@${INSTALL_DATA} ${WRKSRC}/progs/demos/Fractals/fractals.dat ${EXAMPLESDIR}
53
	@${INSTALL_DATA} ${WRKSRC}/progs/demos/Fractals/fractals.dat ${STAGEDIR}${EXAMPLESDIR}
55
.for prog in ${BINS}
54
.for prog in ${BINS}
56
	@${INSTALL_PROGRAM} ${WRKSRC}/progs/demos/${prog}/.libs/${prog:L} ${EXAMPLESDIR}
55
	@${INSTALL_PROGRAM} ${WRKSRC}/progs/demos/${prog}/.libs/${prog:L} ${STAGEDIR}${EXAMPLESDIR}
57
.endfor
56
.endfor
58
	@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
57
	@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
59
.endif
58
.endif
(-)graphics/libdrm/Makefile (-14 / +10 lines)
Lines 17-23 Link Here
17
USE_BZIP2=	yes
17
USE_BZIP2=	yes
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
NO_STAGE=	yes
21
20
22
OPTIONS_DEFINE=	MANPAGES
21
OPTIONS_DEFINE=	MANPAGES
23
22
Lines 42-69 Link Here
42
.endif
41
.endif
43
42
44
.if ${PORT_OPTIONS:MMANPAGES}
43
.if ${PORT_OPTIONS:MMANPAGES}
45
BUILD_DEPENDS+=	${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \
44
BUILD_DEPENDS+=	${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl
46
		xsltproc:${PORTSDIR}/textproc/libxslt
45
USE_GNOME+=	libxslt:build
47
MAN3=		drmAvailable.3 \
46
PLIST_SUB+=	MAN=""
48
		drmHandleEvent.3 \
49
		drmModeGetResources.3
50
MAN7=		drm-gem.7 \
51
		drm-kms.7 \
52
		drm-memory.7 \
53
		drm-mm.7 \
54
		drm-ttm.7 \
55
		drm.7
56
.else
47
.else
57
CONFIGURE_ARGS+=--disable-manpages
48
CONFIGURE_ARGS+=--disable-manpages
49
PLIST_SUB+=	MAN="@comment "
58
.endif
50
.endif
59
51
60
LIBDRM_VERSION=	2.4.46
52
LIBDRM_VERSION=	2.4.50
61
LIBDRM_REVISION=0
53
LIBDRM_REVISION=0
62
PLIST_SUB+=	OLD="@comment " NEW=""
54
PLIST_SUB+=	OLD="@comment " NEW=""
63
EXTRA_PATCHES+=	${FILESDIR}/extra-configure \
55
EXTRA_PATCHES+=	${FILESDIR}/extra-configure \
64
		${FILESDIR}/extra-tests_modetest_Makefile.in \
56
		${FILESDIR}/extra-tests_modetest_Makefile.in \
65
		${FILESDIR}/extra-tests_modetest_modetest.c \
57
		${FILESDIR}/extra-tests_modetest_modetest.c \
66
		${FILESDIR}/extra-tests_modetest_strchrnul.c
58
		${FILESDIR}/extra-tests_modetest_strchrnul.c \
59
		${FILESDIR}/extra-tests__radeon__radeon_ttm.c
67
CONFIGURE_ARGS+=--disable-vmwgfx
60
CONFIGURE_ARGS+=--disable-vmwgfx
68
.else
61
.else
69
CONFIGURE_ARGS=	--enable-nouveau-experimental-api
62
CONFIGURE_ARGS=	--enable-nouveau-experimental-api
Lines 85-88 Link Here
85
			   s,i?86|x86_64),i?86|amd64|x86_64),g' \
78
			   s,i?86|x86_64),i?86|amd64|x86_64),g' \
86
		${WRKSRC}/configure
79
		${WRKSRC}/configure
87
80
81
post-install:
82
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so.*
83
88
.include <bsd.port.mk>
84
.include <bsd.port.mk>
(-)graphics/libdrm/distinfo (-2 / +2 lines)
Lines 1-4 Link Here
1
SHA256 (libdrm-2.4.17.tar.bz2) = b8a4e7c610b0e970546d791c06e28882857a49d34698633a89292d7ae142316a
1
SHA256 (libdrm-2.4.17.tar.bz2) = b8a4e7c610b0e970546d791c06e28882857a49d34698633a89292d7ae142316a
2
SIZE (libdrm-2.4.17.tar.bz2) = 408882
2
SIZE (libdrm-2.4.17.tar.bz2) = 408882
3
SHA256 (libdrm-2.4.46.tar.bz2) = 33cf320dad4e8060768714792e12643ddf6756a719d262ba7d60b39c2b2650f1
3
SHA256 (libdrm-2.4.50.tar.bz2) = 3823d24cda800c2cd36995e01830b890edb8fb1bebf97d5ea4318b8c3933b045
4
SIZE (libdrm-2.4.46.tar.bz2) = 554190
4
SIZE (libdrm-2.4.50.tar.bz2) = 563613
(-)graphics/libdrm/files/extra-tests__radeon__radeon_ttm.c (+13 lines)
Line 0 Link Here
1
--- tests/radeon/radeon_ttm.c.orig	2013-11-07 11:34:28.207096353 +0100
2
+++ tests/radeon/radeon_ttm.c	2013-11-07 11:37:41.571085931 +0100
3
@@ -25,6 +25,10 @@
4
  */
5
 #include <stdio.h>
6
 #include <stdlib.h>
7
+#include <unistd.h>
8
+
9
+#include <xf86drm.h>
10
+
11
 #include "rbo.h"
12
 
13
 /* allocate as many single page bo to try to starve the kernel
(-)graphics/libdrm/files/extra-tests_modetest_Makefile.in (-14 / +14 lines)
Lines 1-6 Link Here
1
--- tests/modetest/Makefile.in.orig	2013-04-04 15:41:48.212028807 +0200
1
--- tests/modetest/Makefile.in.orig	2013-10-11 18:46:07.000000000 +0200
2
+++ tests/modetest/Makefile.in	2013-04-04 15:45:21.384003991 +0200
2
+++ tests/modetest/Makefile.in	2013-11-07 11:30:15.274123603 +0100
3
@@ -36,8 +52,11 @@
3
@@ -80,8 +80,11 @@
4
 host_triplet = @host@
4
 host_triplet = @host@
5
 @HAVE_INSTALL_TESTS_TRUE@bin_PROGRAMS = modetest$(EXEEXT)
5
 @HAVE_INSTALL_TESTS_TRUE@bin_PROGRAMS = modetest$(EXEEXT)
6
 @HAVE_INSTALL_TESTS_FALSE@noinst_PROGRAMS = modetest$(EXEEXT)
6
 @HAVE_INSTALL_TESTS_FALSE@noinst_PROGRAMS = modetest$(EXEEXT)
Lines 12-20 Link Here
12
+@HAVE_CAIRO_TRUE@am__append_2 = $(CAIRO_CFLAGS)
12
+@HAVE_CAIRO_TRUE@am__append_2 = $(CAIRO_CFLAGS)
13
+@HAVE_CAIRO_TRUE@am__append_3 = $(CAIRO_LIBS)
13
+@HAVE_CAIRO_TRUE@am__append_3 = $(CAIRO_LIBS)
14
 subdir = tests/modetest
14
 subdir = tests/modetest
15
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
15
 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
16
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
16
 	$(top_srcdir)/build-aux/depcomp
17
@@ -53,7 +72,10 @@
17
@@ -98,7 +101,10 @@
18
 CONFIG_CLEAN_VPATH_FILES =
18
 CONFIG_CLEAN_VPATH_FILES =
19
 am__installdirs = "$(DESTDIR)$(bindir)"
19
 am__installdirs = "$(DESTDIR)$(bindir)"
20
 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
20
 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
Lines 26-41 Link Here
26
 modetest_OBJECTS = $(am_modetest_OBJECTS)
26
 modetest_OBJECTS = $(am_modetest_OBJECTS)
27
 am__DEPENDENCIES_1 =
27
 am__DEPENDENCIES_1 =
28
 @HAVE_CAIRO_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
28
 @HAVE_CAIRO_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
29
@@ -229,12 +265,10 @@
29
@@ -306,12 +312,12 @@
30
 top_builddir = @top_builddir@
31
 top_srcdir = @top_srcdir@
30
 top_srcdir = @top_srcdir@
32
 AM_CFLAGS = -I$(top_srcdir)/include/drm -I$(top_srcdir)/libkms/ \
31
 AM_CFLAGS = $(filter-out -Wpointer-arith, $(WARN_CFLAGS)) \
32
 	-I$(top_srcdir)/include/drm -I$(top_srcdir)/libkms/ \
33
-	-I$(top_srcdir) $(am__append_1)
33
-	-I$(top_srcdir) $(am__append_1)
34
-modetest_SOURCES = \
34
+	-I$(top_srcdir) $(am__append_2)
35
 modetest_SOURCES = \
35
-	buffers.c modetest.c buffers.h
36
-	buffers.c modetest.c buffers.h
36
-
37
+	buffers.c modetest.c buffers.h $(am__append_1)
37
+	-I$(top_srcdir) $(am__append_2)
38
 
38
+modetest_SOURCES = buffers.c modetest.c buffers.h $(am__append_1)
39
 modetest_LDADD = $(top_builddir)/libdrm.la \
39
 modetest_LDADD = $(top_builddir)/libdrm.la \
40
-	$(top_builddir)/libkms/libkms.la $(am__append_2)
40
-	$(top_builddir)/libkms/libkms.la $(am__append_2)
41
+	$(top_builddir)/libkms/libkms.la $(am__append_3)
41
+	$(top_builddir)/libkms/libkms.la $(am__append_3)
Lines 42-48 Link Here
42
 all: all-am
42
 all: all-am
43
 
43
 
44
 .SUFFIXES:
44
 .SUFFIXES:
45
@@ -333,6 +370,7 @@
45
@@ -417,6 +423,7 @@
46
 
46
 
47
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffers.Po@am__quote@
47
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffers.Po@am__quote@
48
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modetest.Po@am__quote@
48
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modetest.Po@am__quote@
(-)graphics/libdrm/files/extra-tests_modetest_modetest.c (-6 / +6 lines)
Lines 1-6 Link Here
1
--- tests/modetest/modetest.c.orig	2013-02-22 00:44:28.203705216 +0100
1
--- tests/modetest/modetest.c.orig	2013-09-16 22:56:20.000000000 +0200
2
+++ tests/modetest/modetest.c	2013-02-22 00:44:56.803699770 +0100
2
+++ tests/modetest/modetest.c	2013-11-07 11:32:10.534114644 +0100
3
@@ -57,6 +57,10 @@
3
@@ -59,6 +59,10 @@
4
 
4
 
5
 #include "buffers.h"
5
 #include "buffers.h"
6
 
6
 
Lines 8-13 Link Here
8
+char *strchrnul(const char *, int);
8
+char *strchrnul(const char *, int);
9
+#endif
9
+#endif
10
+
10
+
11
 drmModeRes *resources;
11
 struct crtc {
12
 int fd, modes;
12
 	drmModeCrtc *crtc;
13
 
13
 	drmModeObjectProperties *props;
(-)graphics/libdrm/pkg-plist (+9 lines)
Lines 70-75 Link Here
70
%%NOUVEAU%%libdata/pkgconfig/libdrm_nouveau.pc
70
%%NOUVEAU%%libdata/pkgconfig/libdrm_nouveau.pc
71
%%NEW%%%%RADEON_DRIVERS%%libdata/pkgconfig/libdrm_radeon.pc
71
%%NEW%%%%RADEON_DRIVERS%%libdata/pkgconfig/libdrm_radeon.pc
72
%%NEW%%%%KMS%%libdata/pkgconfig/libkms.pc
72
%%NEW%%%%KMS%%libdata/pkgconfig/libkms.pc
73
%%NEW%%%%MAN%%man/man3/drmAvailable.3.gz
74
%%NEW%%%%MAN%%man/man3/drmHandleEvent.3.gz
75
%%NEW%%%%MAN%%man/man3/drmModeGetResources.3.gz
76
%%NEW%%%%MAN%%man/man7/drm-gem.7.gz
77
%%NEW%%%%MAN%%man/man7/drm-kms.7.gz
78
%%NEW%%%%MAN%%man/man7/drm-memory.7.gz
79
%%NEW%%%%MAN%%man/man7/drm-mm.7.gz
80
%%NEW%%%%MAN%%man/man7/drm-ttm.7.gz
81
%%NEW%%%%MAN%%man/man7/drm.7.gz
73
%%OLD%%@dirrm include/nouveau
82
%%OLD%%@dirrm include/nouveau
74
%%NEW%%%%KMS%%@dirrm include/libkms
83
%%NEW%%%%KMS%%@dirrm include/libkms
75
%%NEW%%@dirrm include/libdrm
84
%%NEW%%@dirrm include/libdrm
(-)graphics/libreatlas/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	libreatlas
4
PORTNAME=	libreatlas
5
PORTVERSION=	1.0.0a
5
PORTVERSION=	1.0.0a
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	graphics geography
7
CATEGORIES=	graphics geography
8
MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
8
MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
9
9
(-)graphics/mesa-demos/Makefile (-1 lines)
Lines 23-29 Link Here
23
OPTIONS_DEFINE=	NVIDIA
23
OPTIONS_DEFINE=	NVIDIA
24
NVIDIA_DESC=	Use NVIDIA's libraries
24
NVIDIA_DESC=	Use NVIDIA's libraries
25
25
26
NO_STAGE=	yes
27
post-patch:
26
post-patch:
28
	@${REINPLACE_CMD} -e 's|-ffast-math|${FAST_MATH}|' -e 's|x86_64|amd64|' \
27
	@${REINPLACE_CMD} -e 's|-ffast-math|${FAST_MATH}|' -e 's|x86_64|amd64|' \
29
		${WRKSRC}/configure
28
		${WRKSRC}/configure
(-)multimedia/freetuxtv/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	freetuxtv
4
PORTNAME=	freetuxtv
5
PORTVERSION=	0.6.5
5
PORTVERSION=	0.6.5
6
PORTREVISION=	7
6
PORTREVISION=	8
7
CATEGORIES=	multimedia
7
CATEGORIES=	multimedia
8
MASTER_SITES=	GOOGLE_CODE
8
MASTER_SITES=	GOOGLE_CODE
9
9
(-)net/cvsup/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	cvsup
4
PORTNAME=	cvsup
5
PORTVERSION=	16.1h
5
PORTVERSION=	16.1h
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	net devel
7
CATEGORIES=	net devel
8
MASTER_SITES=	${MASTER_SITE_FREEBSD_ORG}
8
MASTER_SITES=	${MASTER_SITE_FREEBSD_ORG}
9
MASTER_SITE_SUBDIR=development/CVSup/snapshots
9
MASTER_SITE_SUBDIR=development/CVSup/snapshots
(-)net/tigervnc/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	tigervnc
4
PORTNAME=	tigervnc
5
PORTVERSION=	1.3.0
5
PORTVERSION=	1.3.0
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	net x11-servers
7
CATEGORIES=	net x11-servers
8
MASTER_SITES=	SF:tigervnc
8
MASTER_SITES=	SF:tigervnc
9
MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${PORTVERSION}/:tigervnc
9
MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${PORTVERSION}/:tigervnc
(-)print/photoprint/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	photoprint
3
PORTNAME=	photoprint
4
DISTVERSION=	0.4.2-pre2
4
DISTVERSION=	0.4.2-pre2
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	print graphics
6
CATEGORIES=	print graphics
7
MASTER_SITES=	http://www.blackfiveimaging.co.uk/photoprint/
7
MASTER_SITES=	http://www.blackfiveimaging.co.uk/photoprint/
8
8
(-)sysutils/gtk-imonc/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	gtk-imonc
4
PORTNAME=	gtk-imonc
5
PORTVERSION=	0.6.4.1
5
PORTVERSION=	0.6.4.1
6
PORTREVISION=	13
6
PORTREVISION=	14
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
MASTER_SITES=	http://stefan-strigler.de/download/
8
MASTER_SITES=	http://stefan-strigler.de/download/
9
9
(-)sysutils/nitrogen/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	nitrogen
4
PORTNAME=	nitrogen
5
PORTVERSION=	1.5.2
5
PORTVERSION=	1.5.2
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
MASTER_SITES=	http://projects.l3ib.org/nitrogen/files/
8
MASTER_SITES=	http://projects.l3ib.org/nitrogen/files/
9
9
(-)textproc/xorg-sgml-doctools/Makefile (-1 lines)
Lines 13-17 Link Here
13
USE_GMAKE=	yes
13
USE_GMAKE=	yes
14
USES=		pathfix
14
USES=		pathfix
15
15
16
NO_STAGE=	yes
17
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)x11/Makefile (+3 lines)
Lines 42-47 Link Here
42
    SUBDIR += dmxproto
42
    SUBDIR += dmxproto
43
    SUBDIR += docker
43
    SUBDIR += docker
44
    SUBDIR += dri2proto
44
    SUBDIR += dri2proto
45
    SUBDIR += dri3proto
45
    SUBDIR += dxpc
46
    SUBDIR += dxpc
46
    SUBDIR += dynamag
47
    SUBDIR += dynamag
47
    SUBDIR += dzen2
48
    SUBDIR += dzen2
Lines 185-190 Link Here
185
    SUBDIR += libxkbfile
186
    SUBDIR += libxkbfile
186
    SUBDIR += libxkbui
187
    SUBDIR += libxkbui
187
    SUBDIR += libxklavier
188
    SUBDIR += libxklavier
189
    SUBDIR += libxshmfence
188
    SUBDIR += linux-f10-xorg-libs
190
    SUBDIR += linux-f10-xorg-libs
189
    SUBDIR += listres
191
    SUBDIR += listres
190
    SUBDIR += lsw
192
    SUBDIR += lsw
Lines 232-237 Link Here
232
    SUBDIR += pixman
234
    SUBDIR += pixman
233
    SUBDIR += plasma-scriptengine-python
235
    SUBDIR += plasma-scriptengine-python
234
    SUBDIR += plasma-scriptengine-ruby
236
    SUBDIR += plasma-scriptengine-ruby
237
    SUBDIR += presentproto
235
    SUBDIR += printproto
238
    SUBDIR += printproto
236
    SUBDIR += printscreen
239
    SUBDIR += printscreen
237
    SUBDIR += props
240
    SUBDIR += props
(-)x11/beforelight/Makefile (-3 lines)
Lines 10-16 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	x11 xscrnsaver xt xaw7 xt
11
USE_XORG=	x11 xscrnsaver xt xaw7 xt
12
12
13
MAN1=		beforelight.1
14
15
NO_STAGE=	yes
16
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11/beforelight/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/beforelight
1
bin/beforelight
2
man/man1/beforelight.1.gz
2
share/X11/app-defaults/Beforelight
3
share/X11/app-defaults/Beforelight
3
@dirrmtry share/X11/app-defaults
4
@dirrmtry share/X11/app-defaults
4
@dirrmtry share/X11
5
@dirrmtry share/X11
(-)x11/bitmap/Makefile (-2 lines)
Lines 9-15 Link Here
9
9
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	x11 xaw xbitmaps xmu xproto
11
USE_XORG=	x11 xaw xbitmaps xmu xproto
12
MAN1=		atobm.1 bitmap.1 bmtoa.1
13
12
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11/bitmap/pkg-plist (+3 lines)
Lines 14-19 Link Here
14
include/X11/bitmaps/Stipple
14
include/X11/bitmaps/Stipple
15
include/X11/bitmaps/Term
15
include/X11/bitmaps/Term
16
include/X11/bitmaps/Up
16
include/X11/bitmaps/Up
17
man/man1/atobm.1.gz
18
man/man1/bitmap.1.gz
19
man/man1/bmtoa.1.gz
17
share/X11/app-defaults/Bitmap
20
share/X11/app-defaults/Bitmap
18
share/X11/app-defaults/Bitmap-color
21
share/X11/app-defaults/Bitmap-color
19
share/X11/app-defaults/Bitmap-nocase
22
share/X11/app-defaults/Bitmap-nocase
(-)x11/dri3proto/Makefile (+12 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	dri3proto
4
PORTVERSION=	1.0
5
CATEGORIES=	x11
6
7
MAINTAINER=	x11@FreeBSD.org
8
COMMENT=	DRI3 prototype headers
9
10
XORG_CAT=	proto
11
12
.include <bsd.port.mk>
(-)x11/dri3proto/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (xorg/proto/dri3proto-1.0.tar.bz2) = 01be49d70200518b9a6b297131f6cc71f4ea2de17436896af153226a774fc074
2
SIZE (xorg/proto/dri3proto-1.0.tar.bz2) = 105366
(-)x11/dri3proto/pkg-descr (+3 lines)
Line 0 Link Here
1
This package contains X.Org DRI3 prototype headers.
2
3
WWW: http://www.freedesktop.org/wiki/Software/xlibs
(-)x11/dri3proto/pkg-plist (+5 lines)
Line 0 Link Here
1
include/X11/extensions/dri3proto.h
2
libdata/pkgconfig/dri3proto.pc
3
share/doc/dri3proto/dri3proto.txt
4
@dirrm share/doc/dri3proto
5
@dirrmtry include/X11/extensions
(-)x11/editres/Makefile (-3 lines)
Lines 10-16 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	x11 xt xmu xaw
11
USE_XORG=	x11 xt xmu xaw
12
12
13
MAN1=		editres.1
14
15
NO_STAGE=	yes
16
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11/editres/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/editres
1
bin/editres
2
man/man1/editres.1.gz
2
share/X11/app-defaults/Editres
3
share/X11/app-defaults/Editres
3
share/X11/app-defaults/Editres-color
4
share/X11/app-defaults/Editres-color
4
@dirrmtry share/X11/app-defaults
5
@dirrmtry share/X11/app-defaults
(-)x11/fstobdf/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	x11 libfs
11
USE_XORG=	x11 libfs
12
12
13
PLIST_FILES=	bin/fstobdf
13
PLIST_FILES=	bin/fstobdf man/man1/fstobdf.1.gz
14
14
15
MAN1=		fstobdf.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/glproto/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	glproto
4
PORTNAME=	glproto
5
PORTVERSION=	1.4.16
5
PORTVERSION=	1.4.17
6
CATEGORIES=	x11
6
CATEGORIES=	x11
7
7
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
(-)x11/glproto/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xorg/proto/glproto-1.4.16.tar.bz2) = 54dd663a7f5ed702f2ff035b79edf770c2f850867ac0d55742f696bfc8b2598d
1
SHA256 (xorg/proto/glproto-1.4.17.tar.bz2) = adaa94bded310a2bfcbb9deb4d751d965fcfe6fb3a2f6d242e2df2d6589dbe40
2
SIZE (xorg/proto/glproto-1.4.16.tar.bz2) = 119584
2
SIZE (xorg/proto/glproto-1.4.17.tar.bz2) = 126969
(-)x11/iceauth/Makefile (-4 / +1 lines)
Lines 12-20 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	xproto ice
13
USE_XORG=	xproto ice
14
14
15
PLIST_FILES=	bin/iceauth
15
PLIST_FILES=	bin/iceauth man/man1/iceauth.1.gz
16
16
17
MAN1=		iceauth.1
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11/ico/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	x11
11
USE_XORG=	x11
12
12
13
PLIST_FILES=	bin/ico
13
PLIST_FILES=	bin/ico man/man1/ico.1.gz
14
14
15
MAN1=		ico.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/libXScrnSaver/Makefile (-14 lines)
Lines 10-27 Link Here
10
XORG_CAT=	lib
10
XORG_CAT=	lib
11
USE_XORG=	x11 xext xextproto scrnsaverproto:both
11
USE_XORG=	x11 xext xextproto scrnsaverproto:both
12
12
13
MAN3=		Xss.3 \
14
		XScreenSaverAllocInfo.3 \
15
		XScreenSaverGetRegistered.3 \
16
		XScreenSaverQueryExtension.3 \
17
		XScreenSaverQueryInfo.3 \
18
		XScreenSaverQueryVersion.3 \
19
		XScreenSaverRegister.3 \
20
		XScreenSaverSelectInput.3 \
21
		XScreenSaverSetAttributes.3 \
22
		XScreenSaverSuspend.3 \
23
		XScreenSaverUnregister.3 \
24
		XScreenSaverUnsetAttributes.3
25
26
NO_STAGE=	yes
27
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11/libXScrnSaver/pkg-plist (+12 lines)
Lines 4-7 Link Here
4
lib/libXss.la
4
lib/libXss.la
5
lib/libXss.a
5
lib/libXss.a
6
libdata/pkgconfig/xscrnsaver.pc
6
libdata/pkgconfig/xscrnsaver.pc
7
man/man3/Xss.3.gz
8
man/man3/XScreenSaverAllocInfo.3.gz
9
man/man3/XScreenSaverGetRegistered.3.gz
10
man/man3/XScreenSaverQueryExtension.3.gz
11
man/man3/XScreenSaverQueryInfo.3.gz
12
man/man3/XScreenSaverQueryVersion.3.gz
13
man/man3/XScreenSaverRegister.3.gz
14
man/man3/XScreenSaverSelectInput.3.gz
15
man/man3/XScreenSaverSetAttributes.3.gz
16
man/man3/XScreenSaverSuspend.3.gz
17
man/man3/XScreenSaverUnregister.3.gz
18
man/man3/XScreenSaverUnsetAttributes.3.gz
7
@dirrmtry include/X11/extensions
19
@dirrmtry include/X11/extensions
(-)x11/libXTrap/Makefile (+1 lines)
Lines 10-13 Link Here
10
XORG_CAT=	lib
10
XORG_CAT=	lib
11
USE_XORG=	trapproto:both x11 xext xextproto xt
11
USE_XORG=	trapproto:both x11 xext xextproto xt
12
USE_AUTOTOOLS=	libtool
12
USE_AUTOTOOLS=	libtool
13
13
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11/libXau/Makefile (-6 / +1 lines)
Lines 11-22 Link Here
11
XORG_CAT=	lib
11
XORG_CAT=	lib
12
USE_XORG=	xproto:both
12
USE_XORG=	xproto:both
13
13
14
MAN3=		Xau.3 XauDisposeAuth.3 XauFileName.3 XauGetAuthByAddr.3 \
15
		XauGetBestAuthByAddr.3 XauLockAuth.3 XauReadAuth.3 \
16
		XauUnlockAuth.3 XauWriteAuth.3
17
18
NO_STAGE=	yes
19
post-install:
14
post-install:
20
	${LN} -sf ${PREFIX}/lib/libXau.so.6 ${PREFIX}/lib/libXau.so.0
15
	${LN} -sf ${PREFIX}/lib/libXau.so.6 ${STAGEDIR}${PREFIX}/lib/libXau.so.0
21
16
22
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11/libXau/pkg-plist (+9 lines)
Lines 5-7 Link Here
5
lib/libXau.so.0
5
lib/libXau.so.0
6
lib/libXau.so.6
6
lib/libXau.so.6
7
libdata/pkgconfig/xau.pc
7
libdata/pkgconfig/xau.pc
8
man/man3/Xau.3.gz
9
man/man3/XauDisposeAuth.3.gz
10
man/man3/XauFileName.3.gz
11
man/man3/XauGetAuthByAddr.3.gz
12
man/man3/XauGetBestAuthByAddr.3.gz
13
man/man3/XauLockAuth.3.gz
14
man/man3/XauReadAuth.3.gz
15
man/man3/XauUnlockAuth.3.gz
16
man/man3/XauWriteAuth.3.gz
(-)x11/libXcomposite/Makefile (-13 lines)
Lines 11-28 Link Here
11
11
12
XORG_CAT=	lib
12
XORG_CAT=	lib
13
USE_XORG=	compositeproto:both x11 xfixes xext fixesproto xproto:both
13
USE_XORG=	compositeproto:both x11 xfixes xext fixesproto xproto:both
14
MAN3=		Xcomposite.3 \
15
		XCompositeQueryExtension.3 \
16
		XCompositeQueryVersion.3 \
17
		XCompositeVersion.3 \
18
		XCompositeRedirectWindow.3 \
19
		XCompositeRedirectSubwindows.3 \
20
		XCompositeUnredirectWindow.3 \
21
		XCompositeUnredirectSubwindows.3 \
22
		XCompositeCreateRegionFromBorderClip.3 \
23
		XCompositeNameWindowPixmap.3 \
24
		XCompositeGetOverlayWindow.3 \
25
		XCompositeReleaseOverlayWindow.3
26
14
27
NO_STAGE=	yes
28
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/libXcomposite/pkg-plist (+12 lines)
Lines 4-7 Link Here
4
lib/libXcomposite.so
4
lib/libXcomposite.so
5
lib/libXcomposite.so.1
5
lib/libXcomposite.so.1
6
libdata/pkgconfig/xcomposite.pc
6
libdata/pkgconfig/xcomposite.pc
7
man/man3/Xcomposite.3.gz
8
man/man3/XCompositeQueryExtension.3.gz
9
man/man3/XCompositeQueryVersion.3.gz
10
man/man3/XCompositeVersion.3.gz
11
man/man3/XCompositeRedirectWindow.3.gz
12
man/man3/XCompositeRedirectSubwindows.3.gz
13
man/man3/XCompositeUnredirectWindow.3.gz
14
man/man3/XCompositeUnredirectSubwindows.3.gz
15
man/man3/XCompositeCreateRegionFromBorderClip.3.gz
16
man/man3/XCompositeNameWindowPixmap.3.gz
17
man/man3/XCompositeGetOverlayWindow.3.gz
18
man/man3/XCompositeReleaseOverlayWindow.3.gz
7
@dirrmtry include/X11/extensions
19
@dirrmtry include/X11/extensions
(-)x11/libXcursor/Makefile (-34 lines)
Lines 16-53 Link Here
16
16
17
CONFIGURE_ARGS=	--with-icondir=${PREFIX}/lib/X11/icons
17
CONFIGURE_ARGS=	--with-icondir=${PREFIX}/lib/X11/icons
18
18
19
MAN3=		Xcursor.3 \
20
		XcursorImageCreate.3 \
21
		XcursorImageDestroy.3 \
22
		XcursorImagesCreate.3 \
23
		XcursorImagesDestroy.3 \
24
		XcursorCursorsCreate.3 \
25
		XcursorCursorsDestroy.3 \
26
		XcursorXcFileLoadImage.3 \
27
		XcursorXcFileLoadImages.3 \
28
		XcursorXcFileLoadAllImages.3 \
29
		XcursorXcFileLoad.3 \
30
		XcursorXcFileSave.3 \
31
		XcursorFilenameLoadImage.3 \
32
		XcursorFilenameLoadImages.3 \
33
		XcursorFilenameLoadAllImages.3 \
34
		XcursorFilenameLoad.3 \
35
		XcursorFilenameSaveImages.3 \
36
		XcursorFilenameSave.3 \
37
		XcursorLibraryLoadImage.3 \
38
		XcursorLibraryLoadImages.3 \
39
		XcursorFilenameLoadCursor.3 \
40
		XcursorLibraryLoadCursor.3 \
41
		XcursorLibraryLoadCursors.3 \
42
		XcursorShapeLoadImage.3 \
43
		XcursorShapeLoadImages.3 \
44
		XcursorShapeLoadCursor.3 \
45
		XcursorShapeLoadCursors.3 \
46
		XcursorSupportsARGB.3 \
47
		XcursorSetDefaultSize.3 \
48
		XcursorGetDefaultSize.3 \
49
		XcursorSetTheme.3 \
50
		XcursorGetTheme.3
51
52
NO_STAGE=	yes
53
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)x11/libXcursor/pkg-plist (+32 lines)
Lines 4-7 Link Here
4
lib/libXcursor.so
4
lib/libXcursor.so
5
lib/libXcursor.so.1
5
lib/libXcursor.so.1
6
libdata/pkgconfig/xcursor.pc
6
libdata/pkgconfig/xcursor.pc
7
man/man3/Xcursor.3.gz
8
man/man3/XcursorImageCreate.3.gz
9
man/man3/XcursorImageDestroy.3.gz
10
man/man3/XcursorImagesCreate.3.gz
11
man/man3/XcursorImagesDestroy.3.gz
12
man/man3/XcursorCursorsCreate.3.gz
13
man/man3/XcursorCursorsDestroy.3.gz
14
man/man3/XcursorXcFileLoadImage.3.gz
15
man/man3/XcursorXcFileLoadImages.3.gz
16
man/man3/XcursorXcFileLoadAllImages.3.gz
17
man/man3/XcursorXcFileLoad.3.gz
18
man/man3/XcursorXcFileSave.3.gz
19
man/man3/XcursorFilenameLoadImage.3.gz
20
man/man3/XcursorFilenameLoadImages.3.gz
21
man/man3/XcursorFilenameLoadAllImages.3.gz
22
man/man3/XcursorFilenameLoad.3.gz
23
man/man3/XcursorFilenameSaveImages.3.gz
24
man/man3/XcursorFilenameSave.3.gz
25
man/man3/XcursorLibraryLoadImage.3.gz
26
man/man3/XcursorLibraryLoadImages.3.gz
27
man/man3/XcursorFilenameLoadCursor.3.gz
28
man/man3/XcursorLibraryLoadCursor.3.gz
29
man/man3/XcursorLibraryLoadCursors.3.gz
30
man/man3/XcursorShapeLoadImage.3.gz
31
man/man3/XcursorShapeLoadImages.3.gz
32
man/man3/XcursorShapeLoadCursor.3.gz
33
man/man3/XcursorShapeLoadCursors.3.gz
34
man/man3/XcursorSupportsARGB.3.gz
35
man/man3/XcursorSetDefaultSize.3.gz
36
man/man3/XcursorGetDefaultSize.3.gz
37
man/man3/XcursorSetTheme.3.gz
38
man/man3/XcursorGetTheme.3.gz
7
@dirrm include/X11/Xcursor
39
@dirrm include/X11/Xcursor
(-)x11/libXdamage/Makefile (+1 lines)
Lines 10-13 Link Here
10
10
11
XORG_CAT=	lib
11
XORG_CAT=	lib
12
USE_XORG=	x11 damageproto:both xfixes fixesproto xextproto xproto:both
12
USE_XORG=	x11 damageproto:both xfixes fixesproto xextproto xproto:both
13
13
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11/libXevie/Makefile (-8 lines)
Lines 12-23 Link Here
12
XORG_CAT=	lib
12
XORG_CAT=	lib
13
USE_XORG=	evieproto x11 xext xextproto xproto:both
13
USE_XORG=	evieproto x11 xext xextproto xproto:both
14
14
15
MAN3=		Xevie.3 \
16
		XevieEnd.3 \
17
		XevieQueryVersion.3 \
18
		XevieSelectInput.3 \
19
		XevieSendEvent.3 \
20
		XevieStart.3
21
22
NO_STAGE=	yes
23
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/libXevie/pkg-plist (+6 lines)
Lines 4-6 Link Here
4
lib/libXevie.la
4
lib/libXevie.la
5
lib/libXevie.a
5
lib/libXevie.a
6
libdata/pkgconfig/xevie.pc
6
libdata/pkgconfig/xevie.pc
7
man/man3/Xevie.3.gz
8
man/man3/XevieEnd.3.gz
9
man/man3/XevieQueryVersion.3.gz
10
man/man3/XevieSelectInput.3.gz
11
man/man3/XevieSendEvent.3.gz
12
man/man3/XevieStart.3.gz
(-)x11/libXext/Makefile (-63 lines)
Lines 15-81 Link Here
15
USE_XORG=	xproto x11 xextproto:both xau
15
USE_XORG=	xproto x11 xextproto:both xau
16
CONFIGURE_ARGS+=--disable-specs --without-xmlto
16
CONFIGURE_ARGS+=--disable-specs --without-xmlto
17
17
18
MAN3=		DBE.3 \
19
		DPMSCapable.3 \
20
		DPMSDisable.3 \
21
		DPMSEnable.3 \
22
		DPMSForceLevel.3 \
23
		DPMSGetTimeouts.3 \
24
		DPMSGetVersion.3 \
25
		DPMSInfo.3 \
26
		DPMSQueryExtension.3 \
27
		DPMSSetTimeouts.3 \
28
		XShape.3 \
29
		XShapeCombineMask.3 \
30
		XShapeCombineRectangles.3 \
31
		XShapeCombineRegion.3 \
32
		XShapeCombineShape.3 \
33
		XShapeGetRectangles.3 \
34
		XShapeInputSelected.3 \
35
		XShapeOffsetShape.3 \
36
		XShapeQueryExtension.3 \
37
		XShapeQueryExtents.3 \
38
		XShapeQueryVersion.3 \
39
		XShapeSelectInput.3 \
40
		XcupGetReservedColormapEntries.3 \
41
		XcupQueryVersion.3 \
42
		XcupStoreColors.3 \
43
		XdbeAllocateBackBufferName.3 \
44
		XdbeBeginIdiom.3 \
45
		XdbeDeallocateBackBufferName.3 \
46
		XdbeEndIdiom.3 \
47
		XdbeFreeVisualInfo.3 \
48
		XdbeGetBackBufferAttributes.3 \
49
		XdbeGetVisualInfo.3 \
50
		XdbeQueryExtension.3 \
51
		XdbeSwapBuffers.3 \
52
		Xevi.3 \
53
		XeviGetVisualInfo.3 \
54
		XeviQueryExtension.3 \
55
		XeviQueryVersion.3 \
56
		Xmbuf.3 \
57
		XmbufChangeBufferAttributes.3 \
58
		XmbufChangeWindowAttributes.3 \
59
		XmbufCreateBuffers.3 \
60
		XmbufCreateStereoWindow.3 \
61
		XmbufDestroyBuffers.3 \
62
		XmbufDisplayBuffers.3 \
63
		XmbufGetBufferAttributes.3 \
64
		XmbufGetScreenInfo.3 \
65
		XmbufGetVersion.3 \
66
		XmbufGetWindowAttributes.3 \
67
		XmbufQueryExtension.3 \
68
		XShm.3 \
69
		XShmAttach.3 \
70
		XShmCreateImage.3 \
71
		XShmCreatePixmap.3 \
72
		XShmDetach.3 \
73
		XShmGetEventBase.3 \
74
		XShmGetImage.3 \
75
		XShmPixmapFormat.3 \
76
		XShmPutImage.3 \
77
		XShmQueryExtension.3 \
78
		XShmQueryVersion.3
79
80
NO_STAGE=	yes
81
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)x11/libXext/pkg-plist (+61 lines)
Lines 19-22 Link Here
19
include/X11/extensions/sync.h
19
include/X11/extensions/sync.h
20
include/X11/extensions/xtestext1.h
20
include/X11/extensions/xtestext1.h
21
libdata/pkgconfig/xext.pc
21
libdata/pkgconfig/xext.pc
22
man/man3/DBE.3.gz
23
man/man3/DPMSCapable.3.gz
24
man/man3/DPMSDisable.3.gz
25
man/man3/DPMSEnable.3.gz
26
man/man3/DPMSForceLevel.3.gz
27
man/man3/DPMSGetTimeouts.3.gz
28
man/man3/DPMSGetVersion.3.gz
29
man/man3/DPMSInfo.3.gz
30
man/man3/DPMSQueryExtension.3.gz
31
man/man3/DPMSSetTimeouts.3.gz
32
man/man3/XShape.3.gz
33
man/man3/XShapeCombineMask.3.gz
34
man/man3/XShapeCombineRectangles.3.gz
35
man/man3/XShapeCombineRegion.3.gz
36
man/man3/XShapeCombineShape.3.gz
37
man/man3/XShapeGetRectangles.3.gz
38
man/man3/XShapeInputSelected.3.gz
39
man/man3/XShapeOffsetShape.3.gz
40
man/man3/XShapeQueryExtension.3.gz
41
man/man3/XShapeQueryExtents.3.gz
42
man/man3/XShapeQueryVersion.3.gz
43
man/man3/XShapeSelectInput.3.gz
44
man/man3/XcupGetReservedColormapEntries.3.gz
45
man/man3/XcupQueryVersion.3.gz
46
man/man3/XcupStoreColors.3.gz
47
man/man3/XdbeAllocateBackBufferName.3.gz
48
man/man3/XdbeBeginIdiom.3.gz
49
man/man3/XdbeDeallocateBackBufferName.3.gz
50
man/man3/XdbeEndIdiom.3.gz
51
man/man3/XdbeFreeVisualInfo.3.gz
52
man/man3/XdbeGetBackBufferAttributes.3.gz
53
man/man3/XdbeGetVisualInfo.3.gz
54
man/man3/XdbeQueryExtension.3.gz
55
man/man3/XdbeSwapBuffers.3.gz
56
man/man3/Xevi.3.gz
57
man/man3/XeviGetVisualInfo.3.gz
58
man/man3/XeviQueryExtension.3.gz
59
man/man3/XeviQueryVersion.3.gz
60
man/man3/Xmbuf.3.gz
61
man/man3/XmbufChangeBufferAttributes.3.gz
62
man/man3/XmbufChangeWindowAttributes.3.gz
63
man/man3/XmbufCreateBuffers.3.gz
64
man/man3/XmbufCreateStereoWindow.3.gz
65
man/man3/XmbufDestroyBuffers.3.gz
66
man/man3/XmbufDisplayBuffers.3.gz
67
man/man3/XmbufGetBufferAttributes.3.gz
68
man/man3/XmbufGetScreenInfo.3.gz
69
man/man3/XmbufGetVersion.3.gz
70
man/man3/XmbufGetWindowAttributes.3.gz
71
man/man3/XmbufQueryExtension.3.gz
72
man/man3/XShm.3.gz
73
man/man3/XShmAttach.3.gz
74
man/man3/XShmCreateImage.3.gz
75
man/man3/XShmCreatePixmap.3.gz
76
man/man3/XShmDetach.3.gz
77
man/man3/XShmGetEventBase.3.gz
78
man/man3/XShmGetImage.3.gz
79
man/man3/XShmPixmapFormat.3.gz
80
man/man3/XShmPutImage.3.gz
81
man/man3/XShmQueryExtension.3.gz
82
man/man3/XShmQueryVersion.3.gz
22
@dirrmtry include/X11/extensions
83
@dirrmtry include/X11/extensions
(-)x11/libXfixes/Makefile (-3 lines)
Lines 13-19 Link Here
13
XORG_CAT=	lib
13
XORG_CAT=	lib
14
USE_XORG=	x11 fixesproto:both xproto:both xextproto
14
USE_XORG=	x11 fixesproto:both xproto:both xextproto
15
15
16
MAN3=		Xfixes.3
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)x11/libXfixes/pkg-plist (+1 lines)
Lines 4-6 Link Here
4
lib/libXfixes.so
4
lib/libXfixes.so
5
lib/libXfixes.so.3
5
lib/libXfixes.so.3
6
libdata/pkgconfig/xfixes.pc
6
libdata/pkgconfig/xfixes.pc
7
man/man3/Xfixes.3.gz
(-)x11/libXi/Makefile (-75 lines)
Lines 21-99 Link Here
21
		--without-asciidoc \
21
		--without-asciidoc \
22
		--without-xsltproc
22
		--without-xsltproc
23
23
24
MAN3=		XAllowDeviceEvents.3 \
25
		XChangeDeviceControl.3 \
26
		XChangeDeviceDontPropagateList.3 \
27
		XChangeDeviceKeyMapping.3 \
28
		XChangeDeviceProperty.3 \
29
		XChangeFeedbackControl.3 \
30
		XChangeKeyboardDevice.3\
31
		XChangePointerDevice.3\
32
		XCloseDevice.3\
33
		XDeleteDeviceProperty.3\
34
		XDeviceBell.3\
35
		XDeviceTimeCoord.3\
36
		XFreeDeviceList.3\
37
		XGetDeviceButtonMapping.3\
38
		XGetDeviceControl.3\
39
		XGetDeviceDontPropagateList.3\
40
		XGetDeviceFocus.3\
41
		XGetDeviceKeyMapping.3 \
42
		XGetDeviceModifierMapping.3\
43
		XGetDeviceMotionEvents.3\
44
		XGetDeviceProperty.3\
45
		XGetExtensionVersion.3\
46
		XGetFeedbackControl.3\
47
		XGetSelectedExtensionEvents.3\
48
		XGrabDevice.3\
49
		XGrabDeviceButton.3\
50
		XGrabDeviceKey.3\
51
		XIBarrierReleasePointer.3\
52
		XIBarrierReleasePointers.3\
53
		XIChangeHierarchy.3\
54
		XIChangeProperty.3\
55
		XIDefineCursor.3\
56
		XIDeleteProperty.3\
57
		XIFreeDeviceInfo.3\
58
		XIGetClientPointer.3\
59
		XIGetFocus.3\
60
		XIGetProperty.3\
61
		XIGetSelectedEvents.3\
62
		XIGrabButton.3 \
63
		XIGrabDevice.3\
64
		XIGrabEnter.3\
65
		XIGrabFocusIn.3\
66
		XIGrabKeycode.3\
67
		XIGrabTouchBegin.3 \
68
		XIListProperties.3\
69
		XIQueryDevice.3\
70
		XIQueryPointer.3\
71
		XIQueryVersion.3\
72
		XISelectEvents.3\
73
		XISetClientPointer.3\
74
		XISetFocus.3\
75
		XIUndefineCursor.3\
76
		XIUngrabButton.3\
77
		XIUngrabDevice.3 \
78
		XIUngrabEnter.3 \
79
		XIUngrabFocusIn.3 \
80
		XIUngrabKeycode.3 \
81
		XIUngrabTouchBegin.3 \
82
		XIWarpPointer.3 \
83
		XListDeviceProperties.3 \
84
		XListInputDevices.3 \
85
		XOpenDevice.3 \
86
		XQueryDeviceState.3 \
87
		XSelectExtensionEvent.3\
88
		XSendExtensionEvent.3\
89
		XSetDeviceButtonMapping.3\
90
		XSetDeviceFocus.3\
91
		XSetDeviceMode.3\
92
		XSetDeviceModifierMapping.3 \
93
		XSetDeviceValuators.3 \
94
		XUngrabDevice.3 \
95
		XUngrabDeviceButton.3 \
96
		XUngrabDeviceKey.3
97
98
NO_STAGE=	yes
99
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)x11/libXi/pkg-plist (+73 lines)
Lines 5-8 Link Here
5
lib/libXi.so
5
lib/libXi.so
6
lib/libXi.so.6
6
lib/libXi.so.6
7
libdata/pkgconfig/xi.pc
7
libdata/pkgconfig/xi.pc
8
man/man3/XAllowDeviceEvents.3.gz
9
man/man3/XChangeDeviceControl.3.gz
10
man/man3/XChangeDeviceDontPropagateList.3.gz
11
man/man3/XChangeDeviceKeyMapping.3.gz
12
man/man3/XChangeDeviceProperty.3.gz
13
man/man3/XChangeFeedbackControl.3.gz
14
man/man3/XChangeKeyboardDevice.3.gz
15
man/man3/XChangePointerDevice.3.gz
16
man/man3/XCloseDevice.3.gz
17
man/man3/XDeleteDeviceProperty.3.gz
18
man/man3/XDeviceBell.3.gz
19
man/man3/XDeviceTimeCoord.3.gz
20
man/man3/XFreeDeviceList.3.gz
21
man/man3/XGetDeviceButtonMapping.3.gz
22
man/man3/XGetDeviceControl.3.gz
23
man/man3/XGetDeviceDontPropagateList.3.gz
24
man/man3/XGetDeviceFocus.3.gz
25
man/man3/XGetDeviceKeyMapping.3.gz
26
man/man3/XGetDeviceModifierMapping.3.gz
27
man/man3/XGetDeviceMotionEvents.3.gz
28
man/man3/XGetDeviceProperty.3.gz
29
man/man3/XGetExtensionVersion.3.gz
30
man/man3/XGetFeedbackControl.3.gz
31
man/man3/XGetSelectedExtensionEvents.3.gz
32
man/man3/XGrabDevice.3.gz
33
man/man3/XGrabDeviceButton.3.gz
34
man/man3/XGrabDeviceKey.3.gz
35
man/man3/XIBarrierReleasePointer.3.gz
36
man/man3/XIBarrierReleasePointers.3.gz
37
man/man3/XIChangeHierarchy.3.gz
38
man/man3/XIChangeProperty.3.gz
39
man/man3/XIDefineCursor.3.gz
40
man/man3/XIDeleteProperty.3.gz
41
man/man3/XIFreeDeviceInfo.3.gz
42
man/man3/XIGetClientPointer.3.gz
43
man/man3/XIGetFocus.3.gz
44
man/man3/XIGetProperty.3.gz
45
man/man3/XIGetSelectedEvents.3.gz
46
man/man3/XIGrabButton.3.gz
47
man/man3/XIGrabDevice.3.gz
48
man/man3/XIGrabEnter.3.gz
49
man/man3/XIGrabFocusIn.3.gz
50
man/man3/XIGrabKeycode.3.gz
51
man/man3/XIGrabTouchBegin.3.gz
52
man/man3/XIListProperties.3.gz
53
man/man3/XIQueryDevice.3.gz
54
man/man3/XIQueryPointer.3.gz
55
man/man3/XIQueryVersion.3.gz
56
man/man3/XISelectEvents.3.gz
57
man/man3/XISetClientPointer.3.gz
58
man/man3/XISetFocus.3.gz
59
man/man3/XIUndefineCursor.3.gz
60
man/man3/XIUngrabButton.3.gz
61
man/man3/XIUngrabDevice.3.gz
62
man/man3/XIUngrabEnter.3.gz
63
man/man3/XIUngrabFocusIn.3.gz
64
man/man3/XIUngrabKeycode.3.gz
65
man/man3/XIUngrabTouchBegin.3.gz
66
man/man3/XIWarpPointer.3.gz
67
man/man3/XListDeviceProperties.3.gz
68
man/man3/XListInputDevices.3.gz
69
man/man3/XOpenDevice.3.gz
70
man/man3/XQueryDeviceState.3.gz
71
man/man3/XSelectExtensionEvent.3.gz
72
man/man3/XSendExtensionEvent.3.gz
73
man/man3/XSetDeviceButtonMapping.3.gz
74
man/man3/XSetDeviceFocus.3.gz
75
man/man3/XSetDeviceMode.3.gz
76
man/man3/XSetDeviceModifierMapping.3.gz
77
man/man3/XSetDeviceValuators.3.gz
78
man/man3/XUngrabDevice.3.gz
79
man/man3/XUngrabDeviceButton.3.gz
80
man/man3/XUngrabDeviceKey.3.gz
8
@dirrmtry include/X11/extensions
81
@dirrmtry include/X11/extensions
(-)x11/libXinerama/Makefile (-7 lines)
Lines 15-25 Link Here
15
USE_XORG=	x11 xext xextproto xineramaproto:both
15
USE_XORG=	x11 xext xextproto xineramaproto:both
16
USE_AUTOTOOLS=	libtool
16
USE_AUTOTOOLS=	libtool
17
17
18
MAN3=		Xinerama.3 \
19
		XineramaQueryExtension.3 \
20
		XineramaQueryVersion.3 \
21
		XineramaIsActive.3 \
22
		XineramaQueryScreens.3
23
24
NO_STAGE=	yes
25
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)x11/libXinerama/pkg-plist (+5 lines)
Lines 5-8 Link Here
5
lib/libXinerama.so
5
lib/libXinerama.so
6
lib/libXinerama.so.1
6
lib/libXinerama.so.1
7
libdata/pkgconfig/xinerama.pc
7
libdata/pkgconfig/xinerama.pc
8
man/man3/Xinerama.3.gz
9
man/man3/XineramaQueryExtension.3.gz
10
man/man3/XineramaQueryVersion.3.gz
11
man/man3/XineramaIsActive.3.gz
12
man/man3/XineramaQueryScreens.3.gz
8
@dirrmtry include/X11/extensions
13
@dirrmtry include/X11/extensions
(-)x11/libXp/Makefile (-36 lines)
Lines 15-54 Link Here
15
USE_XORG=	x11 xext xextproto xau printproto:both
15
USE_XORG=	x11 xext xextproto xau printproto:both
16
USE_AUTOTOOLS=	libtool
16
USE_AUTOTOOLS=	libtool
17
17
18
MAN3=	XpCancelDoc.3 \
19
	XpCancelJob.3 \
20
	XpCancelPage.3 \
21
	XpCreateContext.3 \
22
	XpDestroyContext.3 \
23
	XpEndDoc.3 \
24
	XpEndJob.3 \
25
	XpEndPage.3 \
26
	XpFreePrinterList.3 \
27
	XpGetAttributes.3 \
28
	XpGetContext.3 \
29
	XpGetDocumentData.3 \
30
	XpGetImageResolution.3 \
31
	XpGetLocaleHinter.3 \
32
	XpGetOneAttribute.3 \
33
	XpGetPageDimensions.3 \
34
	XpGetPdmStartParams.3 \
35
	XpGetPrinterList.3 \
36
	XpGetScreenOfContext.3 \
37
	XpInputSelected.3 \
38
	XpPutDocumentData.3 \
39
	XpQueryExtension.3 \
40
	XpQueryScreens.3 \
41
	XpQueryVersion.3 \
42
	XpRehashPrinterList.3 \
43
	XpSelectInput.3 \
44
	XpSetAttributes.3 \
45
	XpSetContext.3 \
46
	XpSetImageResolution.3 \
47
	XpSetLocaleHinter.3 \
48
	XpStartDoc.3 \
49
	XpStartJob.3 \
50
	XpStartPage.3 \
51
	libXp.3
52
53
NO_STAGE=	yes
54
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)x11/libXp/pkg-plist (+34 lines)
Lines 3-5 Link Here
3
lib/libXp.so
3
lib/libXp.so
4
lib/libXp.so.6
4
lib/libXp.so.6
5
libdata/pkgconfig/xp.pc
5
libdata/pkgconfig/xp.pc
6
man/man3/XpCancelDoc.3.gz
7
man/man3/XpCancelJob.3.gz
8
man/man3/XpCancelPage.3.gz
9
man/man3/XpCreateContext.3.gz
10
man/man3/XpDestroyContext.3.gz
11
man/man3/XpEndDoc.3.gz
12
man/man3/XpEndJob.3.gz
13
man/man3/XpEndPage.3.gz
14
man/man3/XpFreePrinterList.3.gz
15
man/man3/XpGetAttributes.3.gz
16
man/man3/XpGetContext.3.gz
17
man/man3/XpGetDocumentData.3.gz
18
man/man3/XpGetImageResolution.3.gz
19
man/man3/XpGetLocaleHinter.3.gz
20
man/man3/XpGetOneAttribute.3.gz
21
man/man3/XpGetPageDimensions.3.gz
22
man/man3/XpGetPdmStartParams.3.gz
23
man/man3/XpGetPrinterList.3.gz
24
man/man3/XpGetScreenOfContext.3.gz
25
man/man3/XpInputSelected.3.gz
26
man/man3/XpPutDocumentData.3.gz
27
man/man3/XpQueryExtension.3.gz
28
man/man3/XpQueryScreens.3.gz
29
man/man3/XpQueryVersion.3.gz
30
man/man3/XpRehashPrinterList.3.gz
31
man/man3/XpSelectInput.3.gz
32
man/man3/XpSetAttributes.3.gz
33
man/man3/XpSetContext.3.gz
34
man/man3/XpSetImageResolution.3.gz
35
man/man3/XpSetLocaleHinter.3.gz
36
man/man3/XpStartDoc.3.gz
37
man/man3/XpStartJob.3.gz
38
man/man3/XpStartPage.3.gz
39
man/man3/libXp.3.gz
(-)x11/libXpm/Makefile (-3 lines)
Lines 13-19 Link Here
13
XORG_CAT=	lib
13
XORG_CAT=	lib
14
USE_XORG=	xproto x11 xext xextproto xt
14
USE_XORG=	xproto x11 xext xextproto xt
15
15
16
MAN1=		cxpm.1 sxpm.1
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)x11/libXpm/pkg-plist (+2 lines)
Lines 6-8 Link Here
6
lib/libXpm.so
6
lib/libXpm.so
7
lib/libXpm.so.4
7
lib/libXpm.so.4
8
libdata/pkgconfig/xpm.pc
8
libdata/pkgconfig/xpm.pc
9
man/man1/cxpm.1.gz
10
man/man1/sxpm.1.gz
(-)x11/libXrandr/Makefile (-17 lines)
Lines 13-33 Link Here
13
XORG_CAT=	lib
13
XORG_CAT=	lib
14
USE_XORG=	x11 randrproto:both xext xextproto xrender renderproto xproto:both
14
USE_XORG=	x11 randrproto:both xext xextproto xrender renderproto xproto:both
15
15
16
MAN3=		Xrandr.3 \
17
		XRRConfigCurrentConfiguration.3 \
18
		XRRConfigCurrentRate.3 \
19
		XRRConfigRates.3 \
20
		XRRConfigRotations.3 \
21
		XRRConfigSizes.3 \
22
		XRRConfigTimes.3 \
23
		XRRFreeScreenConfigInfo.3 \
24
		XRRGetScreenInfo.3 \
25
		XRRQueryExtension.3 \
26
		XRRQueryVersion.3 \
27
		XRRRootToScreen.3 \
28
		XRRSelectInput.3 \
29
		XRRSetScreenConfig.3 \
30
		XRRSetScreenConfigAndRate.3
31
32
NO_STAGE=	yes
33
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)x11/libXrandr/pkg-plist (+15 lines)
Lines 4-6 Link Here
4
lib/libXrandr.so
4
lib/libXrandr.so
5
lib/libXrandr.so.2
5
lib/libXrandr.so.2
6
libdata/pkgconfig/xrandr.pc
6
libdata/pkgconfig/xrandr.pc
7
man/man3/Xrandr.3.gz
8
man/man3/XRRConfigCurrentConfiguration.3.gz
9
man/man3/XRRConfigCurrentRate.3.gz
10
man/man3/XRRConfigRates.3.gz
11
man/man3/XRRConfigRotations.3.gz
12
man/man3/XRRConfigSizes.3.gz
13
man/man3/XRRConfigTimes.3.gz
14
man/man3/XRRFreeScreenConfigInfo.3.gz
15
man/man3/XRRGetScreenInfo.3.gz
16
man/man3/XRRQueryExtension.3.gz
17
man/man3/XRRQueryVersion.3.gz
18
man/man3/XRRRootToScreen.3.gz
19
man/man3/XRRSelectInput.3.gz
20
man/man3/XRRSetScreenConfig.3.gz
21
man/man3/XRRSetScreenConfigAndRate.3.gz
(-)x11/libXrender/Makefile (+1 lines)
Lines 12-15 Link Here
12
12
13
XORG_CAT=	lib
13
XORG_CAT=	lib
14
USE_XORG=	x11 renderproto:both xproto:both
14
USE_XORG=	x11 renderproto:both xproto:both
15
15
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)x11/libXres/Makefile (-8 lines)
Lines 13-24 Link Here
13
XORG_CAT=	lib
13
XORG_CAT=	lib
14
USE_XORG=	x11 xext xextproto resourceproto xproto:both
14
USE_XORG=	x11 xext xextproto resourceproto xproto:both
15
15
16
MAN3=		XRes.3 \
17
		XResQueryClients.3 \
18
		XResQueryClientPixmapBytes.3 \
19
		XResQueryClientResources.3 \
20
		XResQueryExtension.3 \
21
		XResQueryVersion.3
22
23
NO_STAGE=	yes
24
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)x11/libXres/pkg-plist (+6 lines)
Lines 4-6 Link Here
4
lib/libXRes.so
4
lib/libXRes.so
5
lib/libXRes.so.1
5
lib/libXRes.so.1
6
libdata/pkgconfig/xres.pc
6
libdata/pkgconfig/xres.pc
7
man/man3/XRes.3.gz
8
man/man3/XResQueryClients.3.gz
9
man/man3/XResQueryClientPixmapBytes.3.gz
10
man/man3/XResQueryClientResources.3.gz
11
man/man3/XResQueryExtension.3.gz
12
man/man3/XResQueryVersion.3.gz
(-)x11/libXtst/Makefile (-13 lines)
Lines 17-35 Link Here
17
17
18
CONFIGURE_ARGS+=--disable-specs --without-xmlto
18
CONFIGURE_ARGS+=--disable-specs --without-xmlto
19
19
20
MAN3=	XTestCompareCurrentCursorWithWindow.3 \
21
	XTestCompareCursorWithWindow.3 \
22
	XTestDiscard.3 \
23
	XTestFakeButtonEvent.3 \
24
	XTestFakeKeyEvent.3 \
25
	XTestFakeMotionEvent.3 \
26
	XTestFakeRelativeMotionEvent.3 \
27
	XTestGrabControl.3 \
28
	XTestQueryExtension.3 \
29
	XTestSetGContextOfGC.3 \
30
	XTestSetVisualIDOfVisual.3
31
32
NO_STAGE=	yes
33
post-patch:
20
post-patch:
34
	@${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
21
	@${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
35
		s/specs//' ${WRKSRC}/Makefile.in
22
		s/specs//' ${WRKSRC}/Makefile.in
(-)x11/libXtst/pkg-plist (+11 lines)
Lines 5-8 Link Here
5
lib/libXtst.so
5
lib/libXtst.so
6
lib/libXtst.so.6
6
lib/libXtst.so.6
7
libdata/pkgconfig/xtst.pc
7
libdata/pkgconfig/xtst.pc
8
man/man3/XTestCompareCurrentCursorWithWindow.3.gz
9
man/man3/XTestCompareCursorWithWindow.3.gz
10
man/man3/XTestDiscard.3.gz
11
man/man3/XTestFakeButtonEvent.3.gz
12
man/man3/XTestFakeKeyEvent.3.gz
13
man/man3/XTestFakeMotionEvent.3.gz
14
man/man3/XTestFakeRelativeMotionEvent.3.gz
15
man/man3/XTestGrabControl.3.gz
16
man/man3/XTestQueryExtension.3.gz
17
man/man3/XTestSetGContextOfGC.3.gz
18
man/man3/XTestSetVisualIDOfVisual.3.gz
8
@dirrmtry include/X11/extensions
19
@dirrmtry include/X11/extensions
(-)x11/libXv/Makefile (-28 lines)
Lines 14-45 Link Here
14
XORG_CAT=	lib
14
XORG_CAT=	lib
15
USE_XORG=	x11 xext xextproto videoproto:both xproto:both
15
USE_XORG=	x11 xext xextproto videoproto:both xproto:both
16
16
17
MAN3=	Xv.3 \
18
	XvFreeAdaptorInfo.3 \
19
	XvFreeEncodingInfo.3 \
20
	XvCreateImage.3 \
21
	XvGetPortAttribute.3 \
22
	XvGetStill.3 \
23
	XvGetVideo.3 \
24
	XvGrabPort.3 \
25
	XvListImageFormats.3 \
26
	XvPutImage.3 \
27
	XvPortNotify.3 \
28
	XvPutStill.3 \
29
	XvPutVideo.3 \
30
	XvQueryAdaptors.3 \
31
	XvQueryBestSize.3 \
32
	XvQueryEncodings.3 \
33
	XvQueryExtension.3 \
34
	XvQueryPortAttributes.3 \
35
	XvSelectPortNotify.3 \
36
	XvSelectVideoNotify.3 \
37
	XvSetPortAttribute.3 \
38
	XvShmCreateImage.3 \
39
	XvShmPutImage.3 \
40
	XvStopVideo.3 \
41
	XvUngrabPort.3 \
42
	XvVideoNotify.3
43
44
NO_STAGE=	yes
45
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11/libXv/pkg-plist (+26 lines)
Lines 4-7 Link Here
4
lib/libXv.so
4
lib/libXv.so
5
lib/libXv.so.1
5
lib/libXv.so.1
6
libdata/pkgconfig/xv.pc
6
libdata/pkgconfig/xv.pc
7
man/man3/Xv.3.gz
8
man/man3/XvFreeAdaptorInfo.3.gz
9
man/man3/XvFreeEncodingInfo.3.gz
10
man/man3/XvCreateImage.3.gz
11
man/man3/XvGetPortAttribute.3.gz
12
man/man3/XvGetStill.3.gz
13
man/man3/XvGetVideo.3.gz
14
man/man3/XvGrabPort.3.gz
15
man/man3/XvListImageFormats.3.gz
16
man/man3/XvPutImage.3.gz
17
man/man3/XvPortNotify.3.gz
18
man/man3/XvPutStill.3.gz
19
man/man3/XvPutVideo.3.gz
20
man/man3/XvQueryAdaptors.3.gz
21
man/man3/XvQueryBestSize.3.gz
22
man/man3/XvQueryEncodings.3.gz
23
man/man3/XvQueryExtension.3.gz
24
man/man3/XvQueryPortAttributes.3.gz
25
man/man3/XvSelectPortNotify.3.gz
26
man/man3/XvSelectVideoNotify.3.gz
27
man/man3/XvSetPortAttribute.3.gz
28
man/man3/XvShmCreateImage.3.gz
29
man/man3/XvShmPutImage.3.gz
30
man/man3/XvStopVideo.3.gz
31
man/man3/XvUngrabPort.3.gz
32
man/man3/XvVideoNotify.3.gz
7
@dirrmtry include/X11/extensions
33
@dirrmtry include/X11/extensions
(-)x11/libXvMC/Makefile (+1 lines)
Lines 10-13 Link Here
10
10
11
XORG_CAT=	lib
11
XORG_CAT=	lib
12
USE_XORG=	x11 xext xv xextproto videoproto:both xproto:both
12
USE_XORG=	x11 xext xv xextproto videoproto:both xproto:both
13
13
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11/libXxf86dga/Makefile (-23 lines)
Lines 13-39 Link Here
13
XORG_CAT=	lib
13
XORG_CAT=	lib
14
USE_XORG=	xproto x11 xextproto xext xf86dgaproto:both
14
USE_XORG=	xproto x11 xextproto xext xf86dgaproto:both
15
15
16
MAN3=		XDGA.3 \
17
		XDGAOpenFramebuffer.3 \
18
		XDGAChangePixmapMode.3 \
19
		XDGAQueryExtension.3 \
20
		XDGACloseFramebuffer.3 \
21
		XDGAQueryModes.3 \
22
		XDGACopyArea.3 \
23
		XDGAQueryVersion.3 \
24
		XDGACopyTransparentArea.3 \
25
		XDGASelectInput.3 \
26
		XDGACreateColormap.3 \
27
		XDGASetClientVersion.3 \
28
		XDGAFillRectangle.3 \
29
		XDGASetMode.3 \
30
		XDGAGetViewportStatus.3 \
31
		XDGASetViewport.3 \
32
		XDGAInstallColormap.3 \
33
		XDGASync.3 \
34
		XDGAKeyEventToXKeyEvent.3 \
35
		XF86DGA.3 \
36
		XFree86-DGA.3
37
38
NO_STAGE=	yes
39
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)x11/libXxf86dga/pkg-plist (+21 lines)
Lines 5-8 Link Here
5
lib/libXxf86dga.so
5
lib/libXxf86dga.so
6
lib/libXxf86dga.so.1
6
lib/libXxf86dga.so.1
7
libdata/pkgconfig/xxf86dga.pc
7
libdata/pkgconfig/xxf86dga.pc
8
man/man3/XDGA.3.gz
9
man/man3/XDGAOpenFramebuffer.3.gz
10
man/man3/XDGAChangePixmapMode.3.gz
11
man/man3/XDGAQueryExtension.3.gz
12
man/man3/XDGACloseFramebuffer.3.gz
13
man/man3/XDGAQueryModes.3.gz
14
man/man3/XDGACopyArea.3.gz
15
man/man3/XDGAQueryVersion.3.gz
16
man/man3/XDGACopyTransparentArea.3.gz
17
man/man3/XDGASelectInput.3.gz
18
man/man3/XDGACreateColormap.3.gz
19
man/man3/XDGASetClientVersion.3.gz
20
man/man3/XDGAFillRectangle.3.gz
21
man/man3/XDGASetMode.3.gz
22
man/man3/XDGAGetViewportStatus.3.gz
23
man/man3/XDGASetViewport.3.gz
24
man/man3/XDGAInstallColormap.3.gz
25
man/man3/XDGASync.3.gz
26
man/man3/XDGAKeyEventToXKeyEvent.3.gz
27
man/man3/XF86DGA.3.gz
28
man/man3/XFree86-DGA.3.gz
8
@dirrmtry include/X11/extensions
29
@dirrmtry include/X11/extensions
(-)x11/libXxf86misc/Makefile (-11 lines)
Lines 13-27 Link Here
13
XORG_CAT=	lib
13
XORG_CAT=	lib
14
USE_XORG=	xproto x11 xextproto xext xf86miscproto:both
14
USE_XORG=	xproto x11 xextproto xext xf86miscproto:both
15
15
16
MAN3=		XF86Misc.3 \
17
		XF86MiscGetKbdSettings.3 \
18
		XF86MiscGetMouseSettings.3 \
19
		XF86MiscGetSaver.3 \
20
		XF86MiscQueryExtension.3 \
21
		XF86MiscQueryVersion.3 \
22
		XF86MiscSetKbdSettings.3 \
23
		XF86MiscSetMouseSettings.3 \
24
		XF86MiscSetSaver.3
25
26
NO_STAGE=	yes
27
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)x11/libXxf86misc/pkg-plist (-1 / +9 lines)
Lines 3-6 Link Here
3
lib/libXxf86misc.so
3
lib/libXxf86misc.so
4
lib/libXxf86misc.so.1
4
lib/libXxf86misc.so.1
5
libdata/pkgconfig/xxf86misc.pc
5
libdata/pkgconfig/xxf86misc.pc
6
@dirrmtry include/X11/extensions
6
man/man3/XF86Misc.3.gz
7
man/man3/XF86MiscGetKbdSettings.3.gz
8
man/man3/XF86MiscGetMouseSettings.3.gz
9
man/man3/XF86MiscGetSaver.3.gz
10
man/man3/XF86MiscQueryExtension.3.gz
11
man/man3/XF86MiscQueryVersion.3.gz
12
man/man3/XF86MiscSetKbdSettings.3.gz
13
man/man3/XF86MiscSetMouseSettings.3.gz
14
man/man3/XF86MiscSetSaver.3.gz
(-)x11/libXxf86vm/Makefile (-24 lines)
Lines 13-40 Link Here
13
XORG_CAT=	lib
13
XORG_CAT=	lib
14
USE_XORG=	xproto x11 xextproto xext xf86vidmodeproto:both
14
USE_XORG=	xproto x11 xextproto xext xf86vidmodeproto:both
15
15
16
MAN3=		XF86VM.3 \
17
		XF86VidModeLockModeSwitch.3 \
18
		XF86VidModeDeleteModeLine.3 \
19
		XF86VidModeModModeLine.3 \
20
		XF86VidModeGetAllModeLines.3 \
21
		XF86VidModeQueryExtension.3 \
22
		XF86VidModeGetDotClocks.3 \
23
		XF86VidModeQueryVersion.3 \
24
		XF86VidModeGetGamma.3 \
25
		XF86VidModeSetClientVersion.3 \
26
		XF86VidModeGetGammaRamp.3 \
27
		XF86VidModeSetGamma.3 \
28
		XF86VidModeGetGammaRampSize.3 \
29
		XF86VidModeSetGammaRamp.3 \
30
		XF86VidModeGetModeLine.3 \
31
		XF86VidModeSetViewPort.3 \
32
		XF86VidModeGetMonitor.3 \
33
		XF86VidModeSwitchMode.3 \
34
		XF86VidModeGetPermissions.3 \
35
		XF86VidModeSwitchToMode.3 \
36
		XF86VidModeGetViewPort.3 \
37
		XF86VidModeValidateModeLine.3
38
39
NO_STAGE=	yes
40
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)x11/libXxf86vm/pkg-plist (+22 lines)
Lines 4-7 Link Here
4
lib/libXxf86vm.so
4
lib/libXxf86vm.so
5
lib/libXxf86vm.so.1
5
lib/libXxf86vm.so.1
6
libdata/pkgconfig/xxf86vm.pc
6
libdata/pkgconfig/xxf86vm.pc
7
man/man3/XF86VM.3.gz
8
man/man3/XF86VidModeLockModeSwitch.3.gz
9
man/man3/XF86VidModeDeleteModeLine.3.gz
10
man/man3/XF86VidModeModModeLine.3.gz
11
man/man3/XF86VidModeGetAllModeLines.3.gz
12
man/man3/XF86VidModeQueryExtension.3.gz
13
man/man3/XF86VidModeGetDotClocks.3.gz
14
man/man3/XF86VidModeQueryVersion.3.gz
15
man/man3/XF86VidModeGetGamma.3.gz
16
man/man3/XF86VidModeSetClientVersion.3.gz
17
man/man3/XF86VidModeGetGammaRamp.3.gz
18
man/man3/XF86VidModeSetGamma.3.gz
19
man/man3/XF86VidModeGetGammaRampSize.3.gz
20
man/man3/XF86VidModeSetGammaRamp.3.gz
21
man/man3/XF86VidModeGetModeLine.3.gz
22
man/man3/XF86VidModeSetViewPort.3.gz
23
man/man3/XF86VidModeGetMonitor.3.gz
24
man/man3/XF86VidModeSwitchMode.3.gz
25
man/man3/XF86VidModeGetPermissions.3.gz
26
man/man3/XF86VidModeSwitchToMode.3.gz
27
man/man3/XF86VidModeGetViewPort.3.gz
28
man/man3/XF86VidModeValidateModeLine.3.gz
7
@dirrmtry include/X11/extensions
29
@dirrmtry include/X11/extensions
(-)x11/libdmx/Makefile (-19 lines)
Lines 11-33 Link Here
11
XORG_CAT=	lib
11
XORG_CAT=	lib
12
USE_XORG=	x11 xext xextproto dmxproto:both
12
USE_XORG=	x11 xext xextproto dmxproto:both
13
13
14
MAN3=		DMX.3 \
15
		DMXAddInput.3 \
16
		DMXAddScreen.3 \
17
		DMXChangeDesktopAttributes.3 \
18
		DMXChangeScreensAttributes.3 \
19
		DMXForceWindowCreation.3 \
20
		DMXGetDesktopAttributes.3 \
21
		DMXGetInputAttributes.3 \
22
		DMXGetInputCount.3 \
23
		DMXGetScreenAttributes.3 \
24
		DMXGetScreenCount.3 \
25
		DMXGetWindowAttributes.3 \
26
		DMXQueryExtension.3 \
27
		DMXQueryVersion.3 \
28
		DMXRemoveInput.3 \
29
		DMXRemoveScreen.3 \
30
		DMXSync.3
31
32
NO_STAGE=	yes
33
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11/libdmx/pkg-plist (+17 lines)
Lines 4-7 Link Here
4
lib/libdmx.so
4
lib/libdmx.so
5
lib/libdmx.so.1
5
lib/libdmx.so.1
6
libdata/pkgconfig/dmx.pc
6
libdata/pkgconfig/dmx.pc
7
man/man3/DMX.3.gz
8
man/man3/DMXAddInput.3.gz
9
man/man3/DMXAddScreen.3.gz
10
man/man3/DMXChangeDesktopAttributes.3.gz
11
man/man3/DMXChangeScreensAttributes.3.gz
12
man/man3/DMXForceWindowCreation.3.gz
13
man/man3/DMXGetDesktopAttributes.3.gz
14
man/man3/DMXGetInputAttributes.3.gz
15
man/man3/DMXGetInputCount.3.gz
16
man/man3/DMXGetScreenAttributes.3.gz
17
man/man3/DMXGetScreenCount.3.gz
18
man/man3/DMXGetWindowAttributes.3.gz
19
man/man3/DMXQueryExtension.3.gz
20
man/man3/DMXQueryVersion.3.gz
21
man/man3/DMXRemoveInput.3.gz
22
man/man3/DMXRemoveScreen.3.gz
23
man/man3/DMXSync.3.gz
7
@dirrmtry include/X11/extensions
24
@dirrmtry include/X11/extensions
(-)x11/libxcb/Makefile (-6 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libxcb
4
PORTNAME=	libxcb
5
PORTVERSION=	1.9.1
5
PORTVERSION=	1.9.3
6
PORTREVISION=	1
7
CATEGORIES=	x11 python
6
CATEGORIES=	x11 python
8
MASTER_SITES=	http://xcb.freedesktop.org/dist/
7
MASTER_SITES=	http://xcb.freedesktop.org/dist/
9
8
Lines 14-20 Link Here
14
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
15
14
16
BUILD_DEPENDS=	${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck \
15
BUILD_DEPENDS=	${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck \
17
		xcb-proto>=1.7:${PORTSDIR}/x11/xcb-proto \
16
		xcb-proto>=1.9:${PORTSDIR}/x11/xcb-proto \
18
		${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs
17
		${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs
19
RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs
18
RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs
20
19
Lines 46-54 Link Here
46
.include <bsd.port.options.mk>
45
.include <bsd.port.options.mk>
47
46
48
post-install:
47
post-install:
49
.if ${PORT_OPTIONS:MDOCS}
50
	${SETENV} DESTDIR=${STAGEDIR} ${MAKE} -C ${WRKSRC}/doc ${INSTALL_TARGET}
51
.endif
52
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxcb*.so.*
48
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxcb*.so.*
53
49
54
.include <bsd.port.mk>
50
.include <bsd.port.mk>
(-)x11/libxcb/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libxcb-1.9.1.tar.bz2) = d44a5ff4eb0b9569e6f7183b51fdaf6f58da90e7d6bfc36b612d7263f83e362f
1
SHA256 (libxcb-1.9.3.tar.bz2) = aad09d223fcb5bd345ce4d1737f178a557b6f2e201128e1ee3c83af46028018b
2
SIZE (libxcb-1.9.1.tar.bz2) = 373312
2
SIZE (libxcb-1.9.3.tar.bz2) = 400283
(-)x11/libxcb/files/patch-Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	Sun Jun 17 17:33:00 2007
2
+++ Makefile.in	Sun Jun 17 17:34:18 2007
3
@@ -220,7 +220,7 @@
4
 sysconfdir = @sysconfdir@
5
 target_alias = @target_alias@
6
 xcbincludedir = @xcbincludedir@
7
-SUBDIRS = src tests doc
8
+SUBDIRS = src tests
9
 pkgconfigdir = $(prefix)/libdata/pkgconfig
10
 pkgconfig_DATA = \
11
 xcb.pc \
(-)x11/libxcb/files/patch-src__c_client.py (+34 lines)
Line 0 Link Here
1
--- src/c_client.py.orig	2013-11-11 14:30:55.471622828 +0100
2
+++ src/c_client.py	2013-11-11 14:32:05.334624142 +0100
3
@@ -1133,11 +1133,11 @@
4
             _c('    %s *xcb_out = *_buffer;', self.c_type)
5
             _c('    unsigned int xcb_out_pad = -sizeof(%s) & 3;', self.c_type)
6
             _c('    unsigned int xcb_buffer_len = sizeof(%s) + xcb_out_pad;', self.c_type)
7
-            _c('    unsigned int xcb_align_to;')
8
+            _c('    unsigned int xcb_align_to = 0;')
9
         else:
10
             _c('    char *xcb_out = *_buffer;')
11
             _c('    unsigned int xcb_buffer_len = 0;')
12
-            _c('    unsigned int xcb_align_to;')
13
+            _c('    unsigned int xcb_align_to = 0;')
14
         prefix = [('_aux', '->', self)]
15
         aux_ptr = 'xcb_out'
16
 
17
@@ -1160,7 +1160,7 @@
18
         _c('    unsigned int xcb_buffer_len = 0;')
19
         _c('    unsigned int xcb_block_len = 0;')
20
         _c('    unsigned int xcb_pad = 0;')
21
-        _c('    unsigned int xcb_align_to;')
22
+        _c('    unsigned int xcb_align_to = 0;')
23
 
24
     elif 'sizeof' == context:
25
         param_names = [p[2] for p in params]
26
@@ -1205,7 +1205,7 @@
27
             _c('    unsigned int xcb_buffer_len = 0;')
28
             _c('    unsigned int xcb_block_len = 0;')
29
             _c('    unsigned int xcb_pad = 0;')        
30
-            _c('    unsigned int xcb_align_to;')
31
+            _c('    unsigned int xcb_align_to = 0;')
32
 
33
     _c('')
34
     for t in temp_vars:
(-)x11/libxcb/pkg-plist (-1 / +238 lines)
Lines 3-9 Link Here
3
include/xcb/damage.h
3
include/xcb/damage.h
4
include/xcb/dpms.h
4
include/xcb/dpms.h
5
include/xcb/dri2.h
5
include/xcb/dri2.h
6
include/xcb/dri3.h
6
include/xcb/glx.h
7
include/xcb/glx.h
8
include/xcb/present.h
7
include/xcb/randr.h
9
include/xcb/randr.h
8
include/xcb/record.h
10
include/xcb/record.h
9
include/xcb/render.h
11
include/xcb/render.h
Lines 43-52 Link Here
43
lib/libxcb-dri2.la
45
lib/libxcb-dri2.la
44
lib/libxcb-dri2.so
46
lib/libxcb-dri2.so
45
lib/libxcb-dri2.so.0
47
lib/libxcb-dri2.so.0
48
lib/libxcb-dri3.a
49
lib/libxcb-dri3.la
50
lib/libxcb-dri3.so
51
lib/libxcb-dri3.so.0
46
lib/libxcb-glx.a
52
lib/libxcb-glx.a
47
lib/libxcb-glx.la
53
lib/libxcb-glx.la
48
lib/libxcb-glx.so
54
lib/libxcb-glx.so
49
lib/libxcb-glx.so.0
55
lib/libxcb-glx.so.0
56
lib/libxcb-present.a
57
lib/libxcb-present.la
58
lib/libxcb-present.so
59
lib/libxcb-present.so.0
50
lib/libxcb-randr.a
60
lib/libxcb-randr.a
51
lib/libxcb-randr.la
61
lib/libxcb-randr.la
52
lib/libxcb-randr.so
62
lib/libxcb-randr.so
Lines 127-133 Link Here
127
libdata/pkgconfig/xcb-damage.pc
137
libdata/pkgconfig/xcb-damage.pc
128
libdata/pkgconfig/xcb-dpms.pc
138
libdata/pkgconfig/xcb-dpms.pc
129
libdata/pkgconfig/xcb-dri2.pc
139
libdata/pkgconfig/xcb-dri2.pc
140
libdata/pkgconfig/xcb-dri3.pc
130
libdata/pkgconfig/xcb-glx.pc
141
libdata/pkgconfig/xcb-glx.pc
142
libdata/pkgconfig/xcb-present.pc
131
libdata/pkgconfig/xcb-randr.pc
143
libdata/pkgconfig/xcb-randr.pc
132
libdata/pkgconfig/xcb-record.pc
144
libdata/pkgconfig/xcb-record.pc
133
libdata/pkgconfig/xcb-render.pc
145
libdata/pkgconfig/xcb-render.pc
Lines 349-354 Link Here
349
man/man3/xcb_dri2_wait_sbc.3.gz
361
man/man3/xcb_dri2_wait_sbc.3.gz
350
man/man3/xcb_dri2_wait_sbc_reply.3.gz
362
man/man3/xcb_dri2_wait_sbc_reply.3.gz
351
man/man3/xcb_dri2_wait_sbc_unchecked.3.gz
363
man/man3/xcb_dri2_wait_sbc_unchecked.3.gz
364
man/man3/xcb_dri3_buffer_from_pixmap.3.gz
365
man/man3/xcb_dri3_buffer_from_pixmap_reply.3.gz
366
man/man3/xcb_dri3_buffer_from_pixmap_unchecked.3.gz
367
man/man3/xcb_dri3_fd_from_fence.3.gz
368
man/man3/xcb_dri3_fd_from_fence_reply.3.gz
369
man/man3/xcb_dri3_fd_from_fence_unchecked.3.gz
370
man/man3/xcb_dri3_fence_from_fd.3.gz
371
man/man3/xcb_dri3_fence_from_fd_checked.3.gz
372
man/man3/xcb_dri3_open.3.gz
373
man/man3/xcb_dri3_open_reply.3.gz
374
man/man3/xcb_dri3_open_unchecked.3.gz
375
man/man3/xcb_dri3_pixmap_from_buffer.3.gz
376
man/man3/xcb_dri3_pixmap_from_buffer_checked.3.gz
377
man/man3/xcb_dri3_query_version.3.gz
378
man/man3/xcb_dri3_query_version_reply.3.gz
379
man/man3/xcb_dri3_query_version_unchecked.3.gz
352
man/man3/xcb_enter_notify_event_t.3.gz
380
man/man3/xcb_enter_notify_event_t.3.gz
353
man/man3/xcb_expose_event_t.3.gz
381
man/man3/xcb_expose_event_t.3.gz
354
man/man3/xcb_fill_poly.3.gz
382
man/man3/xcb_fill_poly.3.gz
Lines 367-372 Link Here
367
man/man3/xcb_free_gc_checked.3.gz
395
man/man3/xcb_free_gc_checked.3.gz
368
man/man3/xcb_free_pixmap.3.gz
396
man/man3/xcb_free_pixmap.3.gz
369
man/man3/xcb_free_pixmap_checked.3.gz
397
man/man3/xcb_free_pixmap_checked.3.gz
398
man/man3/xcb_ge_event_t.3.gz
370
man/man3/xcb_get_atom_name.3.gz
399
man/man3/xcb_get_atom_name.3.gz
371
man/man3/xcb_get_atom_name_name.3.gz
400
man/man3/xcb_get_atom_name_name.3.gz
372
man/man3/xcb_get_atom_name_name_end.3.gz
401
man/man3/xcb_get_atom_name_name_end.3.gz
Lines 441-446 Link Here
441
man/man3/xcb_glx_are_textures_resident_data_length.3.gz
470
man/man3/xcb_glx_are_textures_resident_data_length.3.gz
442
man/man3/xcb_glx_are_textures_resident_reply.3.gz
471
man/man3/xcb_glx_are_textures_resident_reply.3.gz
443
man/man3/xcb_glx_are_textures_resident_unchecked.3.gz
472
man/man3/xcb_glx_are_textures_resident_unchecked.3.gz
473
man/man3/xcb_glx_buffer_swap_complete_event_t.3.gz
444
man/man3/xcb_glx_change_drawable_attributes.3.gz
474
man/man3/xcb_glx_change_drawable_attributes.3.gz
445
man/man3/xcb_glx_change_drawable_attributes_checked.3.gz
475
man/man3/xcb_glx_change_drawable_attributes_checked.3.gz
446
man/man3/xcb_glx_client_info.3.gz
476
man/man3/xcb_glx_client_info.3.gz
Lines 887-897 Link Here
887
man/man3/xcb_image_text_8_checked.3.gz
917
man/man3/xcb_image_text_8_checked.3.gz
888
man/man3/xcb_input_allow_device_events.3.gz
918
man/man3/xcb_input_allow_device_events.3.gz
889
man/man3/xcb_input_allow_device_events_checked.3.gz
919
man/man3/xcb_input_allow_device_events_checked.3.gz
920
man/man3/xcb_input_barrier_hit_event_t.3.gz
921
man/man3/xcb_input_barrier_leave_event_t.3.gz
922
man/man3/xcb_input_button_press_event_t.3.gz
923
man/man3/xcb_input_button_release_event_t.3.gz
924
man/man3/xcb_input_change_device_control.3.gz
925
man/man3/xcb_input_change_device_control_reply.3.gz
926
man/man3/xcb_input_change_device_control_unchecked.3.gz
890
man/man3/xcb_input_change_device_dont_propagate_list.3.gz
927
man/man3/xcb_input_change_device_dont_propagate_list.3.gz
891
man/man3/xcb_input_change_device_dont_propagate_list_checked.3.gz
928
man/man3/xcb_input_change_device_dont_propagate_list_checked.3.gz
892
man/man3/xcb_input_change_device_key_mapping.3.gz
929
man/man3/xcb_input_change_device_key_mapping.3.gz
893
man/man3/xcb_input_change_device_key_mapping_checked.3.gz
930
man/man3/xcb_input_change_device_key_mapping_checked.3.gz
894
man/man3/xcb_input_change_device_notify_event_t.3.gz
931
man/man3/xcb_input_change_device_notify_event_t.3.gz
932
man/man3/xcb_input_change_device_property.3.gz
933
man/man3/xcb_input_change_device_property_checked.3.gz
934
man/man3/xcb_input_change_feedback_control.3.gz
935
man/man3/xcb_input_change_feedback_control_checked.3.gz
895
man/man3/xcb_input_change_keyboard_device.3.gz
936
man/man3/xcb_input_change_keyboard_device.3.gz
896
man/man3/xcb_input_change_keyboard_device_reply.3.gz
937
man/man3/xcb_input_change_keyboard_device_reply.3.gz
897
man/man3/xcb_input_change_keyboard_device_unchecked.3.gz
938
man/man3/xcb_input_change_keyboard_device_unchecked.3.gz
Lines 900-910 Link Here
900
man/man3/xcb_input_change_pointer_device_unchecked.3.gz
941
man/man3/xcb_input_change_pointer_device_unchecked.3.gz
901
man/man3/xcb_input_close_device.3.gz
942
man/man3/xcb_input_close_device.3.gz
902
man/man3/xcb_input_close_device_checked.3.gz
943
man/man3/xcb_input_close_device_checked.3.gz
944
man/man3/xcb_input_delete_device_property.3.gz
945
man/man3/xcb_input_delete_device_property_checked.3.gz
903
man/man3/xcb_input_device_bell.3.gz
946
man/man3/xcb_input_device_bell.3.gz
904
man/man3/xcb_input_device_bell_checked.3.gz
947
man/man3/xcb_input_device_bell_checked.3.gz
905
man/man3/xcb_input_device_button_press_event_t.3.gz
948
man/man3/xcb_input_device_button_press_event_t.3.gz
906
man/man3/xcb_input_device_button_release_event_t.3.gz
949
man/man3/xcb_input_device_button_release_event_t.3.gz
907
man/man3/xcb_input_device_button_state_notify_event_t.3.gz
950
man/man3/xcb_input_device_button_state_notify_event_t.3.gz
951
man/man3/xcb_input_device_changed_event_t.3.gz
952
man/man3/xcb_input_device_focus_in_event_t.3.gz
953
man/man3/xcb_input_device_focus_out_event_t.3.gz
908
man/man3/xcb_input_device_key_press_event_t.3.gz
954
man/man3/xcb_input_device_key_press_event_t.3.gz
909
man/man3/xcb_input_device_key_release_event_t.3.gz
955
man/man3/xcb_input_device_key_release_event_t.3.gz
910
man/man3/xcb_input_device_key_state_notify_event_t.3.gz
956
man/man3/xcb_input_device_key_state_notify_event_t.3.gz
Lines 911-918 Link Here
911
man/man3/xcb_input_device_mapping_notify_event_t.3.gz
957
man/man3/xcb_input_device_mapping_notify_event_t.3.gz
912
man/man3/xcb_input_device_motion_notify_event_t.3.gz
958
man/man3/xcb_input_device_motion_notify_event_t.3.gz
913
man/man3/xcb_input_device_presence_notify_event_t.3.gz
959
man/man3/xcb_input_device_presence_notify_event_t.3.gz
960
man/man3/xcb_input_device_property_notify_event_t.3.gz
914
man/man3/xcb_input_device_state_notify_event_t.3.gz
961
man/man3/xcb_input_device_state_notify_event_t.3.gz
915
man/man3/xcb_input_device_valuator_event_t.3.gz
962
man/man3/xcb_input_device_valuator_event_t.3.gz
963
man/man3/xcb_input_enter_event_t.3.gz
916
man/man3/xcb_input_focus_in_event_t.3.gz
964
man/man3/xcb_input_focus_in_event_t.3.gz
917
man/man3/xcb_input_focus_out_event_t.3.gz
965
man/man3/xcb_input_focus_out_event_t.3.gz
918
man/man3/xcb_input_get_device_button_mapping.3.gz
966
man/man3/xcb_input_get_device_button_mapping.3.gz
Lines 922-927 Link Here
922
man/man3/xcb_input_get_device_button_mapping_reply.3.gz
970
man/man3/xcb_input_get_device_button_mapping_reply.3.gz
923
man/man3/xcb_input_get_device_button_mapping_unchecked.3.gz
971
man/man3/xcb_input_get_device_button_mapping_unchecked.3.gz
924
man/man3/xcb_input_get_device_control.3.gz
972
man/man3/xcb_input_get_device_control.3.gz
973
man/man3/xcb_input_get_device_control_control.3.gz
925
man/man3/xcb_input_get_device_control_reply.3.gz
974
man/man3/xcb_input_get_device_control_reply.3.gz
926
man/man3/xcb_input_get_device_control_unchecked.3.gz
975
man/man3/xcb_input_get_device_control_unchecked.3.gz
927
man/man3/xcb_input_get_device_dont_propagate_list.3.gz
976
man/man3/xcb_input_get_device_dont_propagate_list.3.gz
Lines 948-957 Link Here
948
man/man3/xcb_input_get_device_motion_events.3.gz
997
man/man3/xcb_input_get_device_motion_events.3.gz
949
man/man3/xcb_input_get_device_motion_events_reply.3.gz
998
man/man3/xcb_input_get_device_motion_events_reply.3.gz
950
man/man3/xcb_input_get_device_motion_events_unchecked.3.gz
999
man/man3/xcb_input_get_device_motion_events_unchecked.3.gz
1000
man/man3/xcb_input_get_device_property.3.gz
1001
man/man3/xcb_input_get_device_property_items.3.gz
1002
man/man3/xcb_input_get_device_property_reply.3.gz
1003
man/man3/xcb_input_get_device_property_unchecked.3.gz
951
man/man3/xcb_input_get_extension_version.3.gz
1004
man/man3/xcb_input_get_extension_version.3.gz
952
man/man3/xcb_input_get_extension_version_reply.3.gz
1005
man/man3/xcb_input_get_extension_version_reply.3.gz
953
man/man3/xcb_input_get_extension_version_unchecked.3.gz
1006
man/man3/xcb_input_get_extension_version_unchecked.3.gz
954
man/man3/xcb_input_get_feedback_control.3.gz
1007
man/man3/xcb_input_get_feedback_control.3.gz
1008
man/man3/xcb_input_get_feedback_control_feedbacks_iterator.3.gz
1009
man/man3/xcb_input_get_feedback_control_feedbacks_length.3.gz
955
man/man3/xcb_input_get_feedback_control_reply.3.gz
1010
man/man3/xcb_input_get_feedback_control_reply.3.gz
956
man/man3/xcb_input_get_feedback_control_unchecked.3.gz
1011
man/man3/xcb_input_get_feedback_control_unchecked.3.gz
957
man/man3/xcb_input_get_selected_extension_events.3.gz
1012
man/man3/xcb_input_get_selected_extension_events.3.gz
Lines 970-975 Link Here
970
man/man3/xcb_input_grab_device_key_checked.3.gz
1025
man/man3/xcb_input_grab_device_key_checked.3.gz
971
man/man3/xcb_input_grab_device_reply.3.gz
1026
man/man3/xcb_input_grab_device_reply.3.gz
972
man/man3/xcb_input_grab_device_unchecked.3.gz
1027
man/man3/xcb_input_grab_device_unchecked.3.gz
1028
man/man3/xcb_input_hierarchy_event_t.3.gz
1029
man/man3/xcb_input_key_press_event_t.3.gz
1030
man/man3/xcb_input_key_release_event_t.3.gz
1031
man/man3/xcb_input_leave_event_t.3.gz
1032
man/man3/xcb_input_list_device_properties.3.gz
1033
man/man3/xcb_input_list_device_properties_atoms.3.gz
1034
man/man3/xcb_input_list_device_properties_atoms_end.3.gz
1035
man/man3/xcb_input_list_device_properties_atoms_length.3.gz
1036
man/man3/xcb_input_list_device_properties_reply.3.gz
1037
man/man3/xcb_input_list_device_properties_unchecked.3.gz
973
man/man3/xcb_input_list_input_devices.3.gz
1038
man/man3/xcb_input_list_input_devices.3.gz
974
man/man3/xcb_input_list_input_devices_devices.3.gz
1039
man/man3/xcb_input_list_input_devices_devices.3.gz
975
man/man3/xcb_input_list_input_devices_devices_iterator.3.gz
1040
man/man3/xcb_input_list_input_devices_devices_iterator.3.gz
Lines 976-981 Link Here
976
man/man3/xcb_input_list_input_devices_devices_length.3.gz
1041
man/man3/xcb_input_list_input_devices_devices_length.3.gz
977
man/man3/xcb_input_list_input_devices_reply.3.gz
1042
man/man3/xcb_input_list_input_devices_reply.3.gz
978
man/man3/xcb_input_list_input_devices_unchecked.3.gz
1043
man/man3/xcb_input_list_input_devices_unchecked.3.gz
1044
man/man3/xcb_input_motion_event_t.3.gz
979
man/man3/xcb_input_open_device.3.gz
1045
man/man3/xcb_input_open_device.3.gz
980
man/man3/xcb_input_open_device_class_info.3.gz
1046
man/man3/xcb_input_open_device_class_info.3.gz
981
man/man3/xcb_input_open_device_class_info_iterator.3.gz
1047
man/man3/xcb_input_open_device_class_info_iterator.3.gz
Lines 982-992 Link Here
982
man/man3/xcb_input_open_device_class_info_length.3.gz
1048
man/man3/xcb_input_open_device_class_info_length.3.gz
983
man/man3/xcb_input_open_device_reply.3.gz
1049
man/man3/xcb_input_open_device_reply.3.gz
984
man/man3/xcb_input_open_device_unchecked.3.gz
1050
man/man3/xcb_input_open_device_unchecked.3.gz
1051
man/man3/xcb_input_property_event_t.3.gz
985
man/man3/xcb_input_proximity_in_event_t.3.gz
1052
man/man3/xcb_input_proximity_in_event_t.3.gz
986
man/man3/xcb_input_proximity_out_event_t.3.gz
1053
man/man3/xcb_input_proximity_out_event_t.3.gz
987
man/man3/xcb_input_query_device_state.3.gz
1054
man/man3/xcb_input_query_device_state.3.gz
1055
man/man3/xcb_input_query_device_state_classes_iterator.3.gz
1056
man/man3/xcb_input_query_device_state_classes_length.3.gz
988
man/man3/xcb_input_query_device_state_reply.3.gz
1057
man/man3/xcb_input_query_device_state_reply.3.gz
989
man/man3/xcb_input_query_device_state_unchecked.3.gz
1058
man/man3/xcb_input_query_device_state_unchecked.3.gz
1059
man/man3/xcb_input_raw_button_press_event_t.3.gz
1060
man/man3/xcb_input_raw_button_release_event_t.3.gz
1061
man/man3/xcb_input_raw_key_press_event_t.3.gz
1062
man/man3/xcb_input_raw_key_release_event_t.3.gz
1063
man/man3/xcb_input_raw_motion_event_t.3.gz
1064
man/man3/xcb_input_raw_touch_begin_event_t.3.gz
1065
man/man3/xcb_input_raw_touch_end_event_t.3.gz
1066
man/man3/xcb_input_raw_touch_update_event_t.3.gz
990
man/man3/xcb_input_select_extension_event.3.gz
1067
man/man3/xcb_input_select_extension_event.3.gz
991
man/man3/xcb_input_select_extension_event_checked.3.gz
1068
man/man3/xcb_input_select_extension_event_checked.3.gz
992
man/man3/xcb_input_send_extension_event.3.gz
1069
man/man3/xcb_input_send_extension_event.3.gz
Lines 1005-1010 Link Here
1005
man/man3/xcb_input_set_device_valuators.3.gz
1082
man/man3/xcb_input_set_device_valuators.3.gz
1006
man/man3/xcb_input_set_device_valuators_reply.3.gz
1083
man/man3/xcb_input_set_device_valuators_reply.3.gz
1007
man/man3/xcb_input_set_device_valuators_unchecked.3.gz
1084
man/man3/xcb_input_set_device_valuators_unchecked.3.gz
1085
man/man3/xcb_input_touch_begin_event_t.3.gz
1086
man/man3/xcb_input_touch_end_event_t.3.gz
1087
man/man3/xcb_input_touch_ownership_event_t.3.gz
1088
man/man3/xcb_input_touch_update_event_t.3.gz
1008
man/man3/xcb_input_ungrab_device.3.gz
1089
man/man3/xcb_input_ungrab_device.3.gz
1009
man/man3/xcb_input_ungrab_device_button.3.gz
1090
man/man3/xcb_input_ungrab_device_button.3.gz
1010
man/man3/xcb_input_ungrab_device_button_checked.3.gz
1091
man/man3/xcb_input_ungrab_device_button_checked.3.gz
Lines 1011-1016 Link Here
1011
man/man3/xcb_input_ungrab_device_checked.3.gz
1092
man/man3/xcb_input_ungrab_device_checked.3.gz
1012
man/man3/xcb_input_ungrab_device_key.3.gz
1093
man/man3/xcb_input_ungrab_device_key.3.gz
1013
man/man3/xcb_input_ungrab_device_key_checked.3.gz
1094
man/man3/xcb_input_ungrab_device_key_checked.3.gz
1095
man/man3/xcb_input_xi_allow_events.3.gz
1096
man/man3/xcb_input_xi_allow_events_checked.3.gz
1097
man/man3/xcb_input_xi_barrier_release_pointer.3.gz
1098
man/man3/xcb_input_xi_barrier_release_pointer_checked.3.gz
1099
man/man3/xcb_input_xi_change_cursor.3.gz
1100
man/man3/xcb_input_xi_change_cursor_checked.3.gz
1101
man/man3/xcb_input_xi_change_hierarchy.3.gz
1102
man/man3/xcb_input_xi_change_hierarchy_checked.3.gz
1103
man/man3/xcb_input_xi_change_property.3.gz
1104
man/man3/xcb_input_xi_change_property_checked.3.gz
1105
man/man3/xcb_input_xi_delete_property.3.gz
1106
man/man3/xcb_input_xi_delete_property_checked.3.gz
1107
man/man3/xcb_input_xi_get_client_pointer.3.gz
1108
man/man3/xcb_input_xi_get_client_pointer_reply.3.gz
1109
man/man3/xcb_input_xi_get_client_pointer_unchecked.3.gz
1110
man/man3/xcb_input_xi_get_focus.3.gz
1111
man/man3/xcb_input_xi_get_focus_reply.3.gz
1112
man/man3/xcb_input_xi_get_focus_unchecked.3.gz
1113
man/man3/xcb_input_xi_get_property.3.gz
1114
man/man3/xcb_input_xi_get_property_items.3.gz
1115
man/man3/xcb_input_xi_get_property_reply.3.gz
1116
man/man3/xcb_input_xi_get_property_unchecked.3.gz
1117
man/man3/xcb_input_xi_get_selected_events.3.gz
1118
man/man3/xcb_input_xi_get_selected_events_masks_iterator.3.gz
1119
man/man3/xcb_input_xi_get_selected_events_masks_length.3.gz
1120
man/man3/xcb_input_xi_get_selected_events_reply.3.gz
1121
man/man3/xcb_input_xi_get_selected_events_unchecked.3.gz
1122
man/man3/xcb_input_xi_grab_device.3.gz
1123
man/man3/xcb_input_xi_grab_device_reply.3.gz
1124
man/man3/xcb_input_xi_grab_device_unchecked.3.gz
1125
man/man3/xcb_input_xi_list_properties.3.gz
1126
man/man3/xcb_input_xi_list_properties_properties.3.gz
1127
man/man3/xcb_input_xi_list_properties_properties_end.3.gz
1128
man/man3/xcb_input_xi_list_properties_properties_length.3.gz
1129
man/man3/xcb_input_xi_list_properties_reply.3.gz
1130
man/man3/xcb_input_xi_list_properties_unchecked.3.gz
1131
man/man3/xcb_input_xi_passive_grab_device.3.gz
1132
man/man3/xcb_input_xi_passive_grab_device_modifiers.3.gz
1133
man/man3/xcb_input_xi_passive_grab_device_modifiers_iterator.3.gz
1134
man/man3/xcb_input_xi_passive_grab_device_modifiers_length.3.gz
1135
man/man3/xcb_input_xi_passive_grab_device_reply.3.gz
1136
man/man3/xcb_input_xi_passive_grab_device_unchecked.3.gz
1137
man/man3/xcb_input_xi_passive_ungrab_device.3.gz
1138
man/man3/xcb_input_xi_passive_ungrab_device_checked.3.gz
1139
man/man3/xcb_input_xi_query_device.3.gz
1140
man/man3/xcb_input_xi_query_device_infos_iterator.3.gz
1141
man/man3/xcb_input_xi_query_device_infos_length.3.gz
1142
man/man3/xcb_input_xi_query_device_reply.3.gz
1143
man/man3/xcb_input_xi_query_device_unchecked.3.gz
1144
man/man3/xcb_input_xi_query_pointer.3.gz
1145
man/man3/xcb_input_xi_query_pointer_buttons.3.gz
1146
man/man3/xcb_input_xi_query_pointer_buttons_end.3.gz
1147
man/man3/xcb_input_xi_query_pointer_buttons_length.3.gz
1148
man/man3/xcb_input_xi_query_pointer_reply.3.gz
1149
man/man3/xcb_input_xi_query_pointer_unchecked.3.gz
1150
man/man3/xcb_input_xi_query_version.3.gz
1151
man/man3/xcb_input_xi_query_version_reply.3.gz
1152
man/man3/xcb_input_xi_query_version_unchecked.3.gz
1153
man/man3/xcb_input_xi_select_events.3.gz
1154
man/man3/xcb_input_xi_select_events_checked.3.gz
1155
man/man3/xcb_input_xi_set_client_pointer.3.gz
1156
man/man3/xcb_input_xi_set_client_pointer_checked.3.gz
1157
man/man3/xcb_input_xi_set_focus.3.gz
1158
man/man3/xcb_input_xi_set_focus_checked.3.gz
1159
man/man3/xcb_input_xi_ungrab_device.3.gz
1160
man/man3/xcb_input_xi_ungrab_device_checked.3.gz
1161
man/man3/xcb_input_xi_warp_pointer.3.gz
1162
man/man3/xcb_input_xi_warp_pointer_checked.3.gz
1014
man/man3/xcb_install_colormap.3.gz
1163
man/man3/xcb_install_colormap.3.gz
1015
man/man3/xcb_install_colormap_checked.3.gz
1164
man/man3/xcb_install_colormap_checked.3.gz
1016
man/man3/xcb_intern_atom.3.gz
1165
man/man3/xcb_intern_atom.3.gz
Lines 1092-1097 Link Here
1092
man/man3/xcb_poly_text_16_checked.3.gz
1241
man/man3/xcb_poly_text_16_checked.3.gz
1093
man/man3/xcb_poly_text_8.3.gz
1242
man/man3/xcb_poly_text_8.3.gz
1094
man/man3/xcb_poly_text_8_checked.3.gz
1243
man/man3/xcb_poly_text_8_checked.3.gz
1244
man/man3/xcb_present_complete_notify_event_t.3.gz
1245
man/man3/xcb_present_configure_notify_event_t.3.gz
1246
man/man3/xcb_present_generic_event_t.3.gz
1247
man/man3/xcb_present_idle_notify_event_t.3.gz
1248
man/man3/xcb_present_notify_msc.3.gz
1249
man/man3/xcb_present_notify_msc_checked.3.gz
1250
man/man3/xcb_present_pixmap.3.gz
1251
man/man3/xcb_present_pixmap_checked.3.gz
1252
man/man3/xcb_present_query_capabilities.3.gz
1253
man/man3/xcb_present_query_capabilities_reply.3.gz
1254
man/man3/xcb_present_query_capabilities_unchecked.3.gz
1255
man/man3/xcb_present_query_version.3.gz
1256
man/man3/xcb_present_query_version_reply.3.gz
1257
man/man3/xcb_present_query_version_unchecked.3.gz
1258
man/man3/xcb_present_redirect_notify_event_t.3.gz
1259
man/man3/xcb_present_select_input.3.gz
1260
man/man3/xcb_present_select_input_checked.3.gz
1095
man/man3/xcb_property_notify_event_t.3.gz
1261
man/man3/xcb_property_notify_event_t.3.gz
1096
man/man3/xcb_put_image.3.gz
1262
man/man3/xcb_put_image.3.gz
1097
man/man3/xcb_put_image_checked.3.gz
1263
man/man3/xcb_put_image_checked.3.gz
Lines 1135-1142 Link Here
1135
man/man3/xcb_randr_add_output_mode_checked.3.gz
1301
man/man3/xcb_randr_add_output_mode_checked.3.gz
1136
man/man3/xcb_randr_change_output_property.3.gz
1302
man/man3/xcb_randr_change_output_property.3.gz
1137
man/man3/xcb_randr_change_output_property_checked.3.gz
1303
man/man3/xcb_randr_change_output_property_checked.3.gz
1304
man/man3/xcb_randr_change_provider_property.3.gz
1305
man/man3/xcb_randr_change_provider_property_checked.3.gz
1138
man/man3/xcb_randr_configure_output_property.3.gz
1306
man/man3/xcb_randr_configure_output_property.3.gz
1139
man/man3/xcb_randr_configure_output_property_checked.3.gz
1307
man/man3/xcb_randr_configure_output_property_checked.3.gz
1308
man/man3/xcb_randr_configure_provider_property.3.gz
1309
man/man3/xcb_randr_configure_provider_property_checked.3.gz
1140
man/man3/xcb_randr_create_mode.3.gz
1310
man/man3/xcb_randr_create_mode.3.gz
1141
man/man3/xcb_randr_create_mode_reply.3.gz
1311
man/man3/xcb_randr_create_mode_reply.3.gz
1142
man/man3/xcb_randr_create_mode_unchecked.3.gz
1312
man/man3/xcb_randr_create_mode_unchecked.3.gz
Lines 1144-1149 Link Here
1144
man/man3/xcb_randr_delete_output_mode_checked.3.gz
1314
man/man3/xcb_randr_delete_output_mode_checked.3.gz
1145
man/man3/xcb_randr_delete_output_property.3.gz
1315
man/man3/xcb_randr_delete_output_property.3.gz
1146
man/man3/xcb_randr_delete_output_property_checked.3.gz
1316
man/man3/xcb_randr_delete_output_property_checked.3.gz
1317
man/man3/xcb_randr_delete_provider_property.3.gz
1318
man/man3/xcb_randr_delete_provider_property_checked.3.gz
1147
man/man3/xcb_randr_destroy_mode.3.gz
1319
man/man3/xcb_randr_destroy_mode.3.gz
1148
man/man3/xcb_randr_destroy_mode_checked.3.gz
1320
man/man3/xcb_randr_destroy_mode_checked.3.gz
1149
man/man3/xcb_randr_get_crtc_gamma.3.gz
1321
man/man3/xcb_randr_get_crtc_gamma.3.gz
Lines 1212-1217 Link Here
1212
man/man3/xcb_randr_get_panning.3.gz
1384
man/man3/xcb_randr_get_panning.3.gz
1213
man/man3/xcb_randr_get_panning_reply.3.gz
1385
man/man3/xcb_randr_get_panning_reply.3.gz
1214
man/man3/xcb_randr_get_panning_unchecked.3.gz
1386
man/man3/xcb_randr_get_panning_unchecked.3.gz
1387
man/man3/xcb_randr_get_provider_info.3.gz
1388
man/man3/xcb_randr_get_provider_info_associated_capability.3.gz
1389
man/man3/xcb_randr_get_provider_info_associated_capability_end.3.gz
1390
man/man3/xcb_randr_get_provider_info_associated_capability_length.3.gz
1391
man/man3/xcb_randr_get_provider_info_associated_providers.3.gz
1392
man/man3/xcb_randr_get_provider_info_associated_providers_end.3.gz
1393
man/man3/xcb_randr_get_provider_info_associated_providers_length.3.gz
1394
man/man3/xcb_randr_get_provider_info_crtcs.3.gz
1395
man/man3/xcb_randr_get_provider_info_crtcs_end.3.gz
1396
man/man3/xcb_randr_get_provider_info_crtcs_length.3.gz
1397
man/man3/xcb_randr_get_provider_info_name.3.gz
1398
man/man3/xcb_randr_get_provider_info_name_end.3.gz
1399
man/man3/xcb_randr_get_provider_info_name_length.3.gz
1400
man/man3/xcb_randr_get_provider_info_outputs.3.gz
1401
man/man3/xcb_randr_get_provider_info_outputs_end.3.gz
1402
man/man3/xcb_randr_get_provider_info_outputs_length.3.gz
1403
man/man3/xcb_randr_get_provider_info_reply.3.gz
1404
man/man3/xcb_randr_get_provider_info_unchecked.3.gz
1405
man/man3/xcb_randr_get_provider_property.3.gz
1406
man/man3/xcb_randr_get_provider_property_data.3.gz
1407
man/man3/xcb_randr_get_provider_property_data_end.3.gz
1408
man/man3/xcb_randr_get_provider_property_data_length.3.gz
1409
man/man3/xcb_randr_get_provider_property_reply.3.gz
1410
man/man3/xcb_randr_get_provider_property_unchecked.3.gz
1411
man/man3/xcb_randr_get_providers.3.gz
1412
man/man3/xcb_randr_get_providers_providers.3.gz
1413
man/man3/xcb_randr_get_providers_providers_end.3.gz
1414
man/man3/xcb_randr_get_providers_providers_length.3.gz
1415
man/man3/xcb_randr_get_providers_reply.3.gz
1416
man/man3/xcb_randr_get_providers_unchecked.3.gz
1215
man/man3/xcb_randr_get_screen_info.3.gz
1417
man/man3/xcb_randr_get_screen_info.3.gz
1216
man/man3/xcb_randr_get_screen_info_rates_iterator.3.gz
1418
man/man3/xcb_randr_get_screen_info_rates_iterator.3.gz
1217
man/man3/xcb_randr_get_screen_info_rates_length.3.gz
1419
man/man3/xcb_randr_get_screen_info_rates_length.3.gz
Lines 1259-1264 Link Here
1259
man/man3/xcb_randr_list_output_properties_atoms_length.3.gz
1461
man/man3/xcb_randr_list_output_properties_atoms_length.3.gz
1260
man/man3/xcb_randr_list_output_properties_reply.3.gz
1462
man/man3/xcb_randr_list_output_properties_reply.3.gz
1261
man/man3/xcb_randr_list_output_properties_unchecked.3.gz
1463
man/man3/xcb_randr_list_output_properties_unchecked.3.gz
1464
man/man3/xcb_randr_list_provider_properties.3.gz
1465
man/man3/xcb_randr_list_provider_properties_atoms.3.gz
1466
man/man3/xcb_randr_list_provider_properties_atoms_end.3.gz
1467
man/man3/xcb_randr_list_provider_properties_atoms_length.3.gz
1468
man/man3/xcb_randr_list_provider_properties_reply.3.gz
1469
man/man3/xcb_randr_list_provider_properties_unchecked.3.gz
1262
man/man3/xcb_randr_notify_event_t.3.gz
1470
man/man3/xcb_randr_notify_event_t.3.gz
1263
man/man3/xcb_randr_query_output_property.3.gz
1471
man/man3/xcb_randr_query_output_property.3.gz
1264
man/man3/xcb_randr_query_output_property_reply.3.gz
1472
man/man3/xcb_randr_query_output_property_reply.3.gz
Lines 1266-1271 Link Here
1266
man/man3/xcb_randr_query_output_property_valid_values.3.gz
1474
man/man3/xcb_randr_query_output_property_valid_values.3.gz
1267
man/man3/xcb_randr_query_output_property_valid_values_end.3.gz
1475
man/man3/xcb_randr_query_output_property_valid_values_end.3.gz
1268
man/man3/xcb_randr_query_output_property_valid_values_length.3.gz
1476
man/man3/xcb_randr_query_output_property_valid_values_length.3.gz
1477
man/man3/xcb_randr_query_provider_property.3.gz
1478
man/man3/xcb_randr_query_provider_property_reply.3.gz
1479
man/man3/xcb_randr_query_provider_property_unchecked.3.gz
1480
man/man3/xcb_randr_query_provider_property_valid_values.3.gz
1481
man/man3/xcb_randr_query_provider_property_valid_values_end.3.gz
1482
man/man3/xcb_randr_query_provider_property_valid_values_length.3.gz
1269
man/man3/xcb_randr_query_version.3.gz
1483
man/man3/xcb_randr_query_version.3.gz
1270
man/man3/xcb_randr_query_version_reply.3.gz
1484
man/man3/xcb_randr_query_version_reply.3.gz
1271
man/man3/xcb_randr_query_version_unchecked.3.gz
1485
man/man3/xcb_randr_query_version_unchecked.3.gz
Lines 1284-1289 Link Here
1284
man/man3/xcb_randr_set_panning.3.gz
1498
man/man3/xcb_randr_set_panning.3.gz
1285
man/man3/xcb_randr_set_panning_reply.3.gz
1499
man/man3/xcb_randr_set_panning_reply.3.gz
1286
man/man3/xcb_randr_set_panning_unchecked.3.gz
1500
man/man3/xcb_randr_set_panning_unchecked.3.gz
1501
man/man3/xcb_randr_set_provider_offload_sink.3.gz
1502
man/man3/xcb_randr_set_provider_offload_sink_checked.3.gz
1503
man/man3/xcb_randr_set_provider_output_source.3.gz
1504
man/man3/xcb_randr_set_provider_output_source_checked.3.gz
1287
man/man3/xcb_randr_set_screen_config.3.gz
1505
man/man3/xcb_randr_set_screen_config.3.gz
1288
man/man3/xcb_randr_set_screen_config_reply.3.gz
1506
man/man3/xcb_randr_set_screen_config_reply.3.gz
1289
man/man3/xcb_randr_set_screen_config_unchecked.3.gz
1507
man/man3/xcb_randr_set_screen_config_unchecked.3.gz
Lines 1400-1405 Link Here
1400
man/man3/xcb_reparent_notify_event_t.3.gz
1618
man/man3/xcb_reparent_notify_event_t.3.gz
1401
man/man3/xcb_reparent_window.3.gz
1619
man/man3/xcb_reparent_window.3.gz
1402
man/man3/xcb_reparent_window_checked.3.gz
1620
man/man3/xcb_reparent_window_checked.3.gz
1621
man/man3/xcb_res_query_client_ids.3.gz
1622
man/man3/xcb_res_query_client_ids_ids_iterator.3.gz
1623
man/man3/xcb_res_query_client_ids_ids_length.3.gz
1624
man/man3/xcb_res_query_client_ids_reply.3.gz
1625
man/man3/xcb_res_query_client_ids_unchecked.3.gz
1403
man/man3/xcb_res_query_client_pixmap_bytes.3.gz
1626
man/man3/xcb_res_query_client_pixmap_bytes.3.gz
1404
man/man3/xcb_res_query_client_pixmap_bytes_reply.3.gz
1627
man/man3/xcb_res_query_client_pixmap_bytes_reply.3.gz
1405
man/man3/xcb_res_query_client_pixmap_bytes_unchecked.3.gz
1628
man/man3/xcb_res_query_client_pixmap_bytes_unchecked.3.gz
Lines 1415-1420 Link Here
1415
man/man3/xcb_res_query_clients_clients_length.3.gz
1638
man/man3/xcb_res_query_clients_clients_length.3.gz
1416
man/man3/xcb_res_query_clients_reply.3.gz
1639
man/man3/xcb_res_query_clients_reply.3.gz
1417
man/man3/xcb_res_query_clients_unchecked.3.gz
1640
man/man3/xcb_res_query_clients_unchecked.3.gz
1641
man/man3/xcb_res_query_resource_bytes.3.gz
1642
man/man3/xcb_res_query_resource_bytes_reply.3.gz
1643
man/man3/xcb_res_query_resource_bytes_sizes_iterator.3.gz
1644
man/man3/xcb_res_query_resource_bytes_sizes_length.3.gz
1645
man/man3/xcb_res_query_resource_bytes_unchecked.3.gz
1418
man/man3/xcb_res_query_version.3.gz
1646
man/man3/xcb_res_query_version.3.gz
1419
man/man3/xcb_res_query_version_reply.3.gz
1647
man/man3/xcb_res_query_version_reply.3.gz
1420
man/man3/xcb_res_query_version_unchecked.3.gz
1648
man/man3/xcb_res_query_version_unchecked.3.gz
Lines 1596-1604 Link Here
1596
man/man3/xcb_shape_select_input_checked.3.gz
1824
man/man3/xcb_shape_select_input_checked.3.gz
1597
man/man3/xcb_shm_attach.3.gz
1825
man/man3/xcb_shm_attach.3.gz
1598
man/man3/xcb_shm_attach_checked.3.gz
1826
man/man3/xcb_shm_attach_checked.3.gz
1827
man/man3/xcb_shm_attach_fd.3.gz
1828
man/man3/xcb_shm_attach_fd_checked.3.gz
1599
man/man3/xcb_shm_completion_event_t.3.gz
1829
man/man3/xcb_shm_completion_event_t.3.gz
1600
man/man3/xcb_shm_create_pixmap.3.gz
1830
man/man3/xcb_shm_create_pixmap.3.gz
1601
man/man3/xcb_shm_create_pixmap_checked.3.gz
1831
man/man3/xcb_shm_create_pixmap_checked.3.gz
1832
man/man3/xcb_shm_create_segment.3.gz
1833
man/man3/xcb_shm_create_segment_reply.3.gz
1834
man/man3/xcb_shm_create_segment_unchecked.3.gz
1602
man/man3/xcb_shm_detach.3.gz
1835
man/man3/xcb_shm_detach.3.gz
1603
man/man3/xcb_shm_detach_checked.3.gz
1836
man/man3/xcb_shm_detach_checked.3.gz
1604
man/man3/xcb_shm_get_image.3.gz
1837
man/man3/xcb_shm_get_image.3.gz
Lines 1860-1865 Link Here
1860
man/man3/xcb_xfixes_change_save_set_checked.3.gz
2093
man/man3/xcb_xfixes_change_save_set_checked.3.gz
1861
man/man3/xcb_xfixes_copy_region.3.gz
2094
man/man3/xcb_xfixes_copy_region.3.gz
1862
man/man3/xcb_xfixes_copy_region_checked.3.gz
2095
man/man3/xcb_xfixes_copy_region_checked.3.gz
2096
man/man3/xcb_xfixes_create_pointer_barrier.3.gz
2097
man/man3/xcb_xfixes_create_pointer_barrier_checked.3.gz
1863
man/man3/xcb_xfixes_create_region.3.gz
2098
man/man3/xcb_xfixes_create_region.3.gz
1864
man/man3/xcb_xfixes_create_region_checked.3.gz
2099
man/man3/xcb_xfixes_create_region_checked.3.gz
1865
man/man3/xcb_xfixes_create_region_from_bitmap.3.gz
2100
man/man3/xcb_xfixes_create_region_from_bitmap.3.gz
Lines 1871-1876 Link Here
1871
man/man3/xcb_xfixes_create_region_from_window.3.gz
2106
man/man3/xcb_xfixes_create_region_from_window.3.gz
1872
man/man3/xcb_xfixes_create_region_from_window_checked.3.gz
2107
man/man3/xcb_xfixes_create_region_from_window_checked.3.gz
1873
man/man3/xcb_xfixes_cursor_notify_event_t.3.gz
2108
man/man3/xcb_xfixes_cursor_notify_event_t.3.gz
2109
man/man3/xcb_xfixes_delete_pointer_barrier.3.gz
2110
man/man3/xcb_xfixes_delete_pointer_barrier_checked.3.gz
1874
man/man3/xcb_xfixes_destroy_region.3.gz
2111
man/man3/xcb_xfixes_destroy_region.3.gz
1875
man/man3/xcb_xfixes_destroy_region_checked.3.gz
2112
man/man3/xcb_xfixes_destroy_region_checked.3.gz
1876
man/man3/xcb_xfixes_expand_region.3.gz
2113
man/man3/xcb_xfixes_expand_region.3.gz
Lines 1971-1977 Link Here
1971
man/man3/xcb_xkb_get_compat_map_group_rtrn_length.3.gz
2208
man/man3/xcb_xkb_get_compat_map_group_rtrn_length.3.gz
1972
man/man3/xcb_xkb_get_compat_map_reply.3.gz
2209
man/man3/xcb_xkb_get_compat_map_reply.3.gz
1973
man/man3/xcb_xkb_get_compat_map_si_rtrn.3.gz
2210
man/man3/xcb_xkb_get_compat_map_si_rtrn.3.gz
1974
man/man3/xcb_xkb_get_compat_map_si_rtrn_end.3.gz
2211
man/man3/xcb_xkb_get_compat_map_si_rtrn_iterator.3.gz
1975
man/man3/xcb_xkb_get_compat_map_si_rtrn_length.3.gz
2212
man/man3/xcb_xkb_get_compat_map_si_rtrn_length.3.gz
1976
man/man3/xcb_xkb_get_compat_map_unchecked.3.gz
2213
man/man3/xcb_xkb_get_compat_map_unchecked.3.gz
1977
man/man3/xcb_xkb_get_controls.3.gz
2214
man/man3/xcb_xkb_get_controls.3.gz
(-)x11/libxkbfile/Makefile (+1 lines)
Lines 12-15 Link Here
12
12
13
XORG_CAT=	lib
13
XORG_CAT=	lib
14
USE_XORG=	x11 kbproto:both
14
USE_XORG=	x11 kbproto:both
15
15
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)x11/libxshmfence/Makefile (+18 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	libxshmfence
4
PORTVERSION=	1.1
5
CATEGORIES=	x11
6
7
MAINTAINER=	x11@FreeBSD.org
8
COMMENT=	Shared memory 'SyncFence' synchronization primitive
9
10
LICENSE=	MIT
11
12
USE_XORG=	xproto
13
XORG_CAT=	lib
14
15
test: build
16
	@cd ${WRKSRC} && ${MAKE} check
17
18
.include <bsd.port.mk>
(-)x11/libxshmfence/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (xorg/lib/libxshmfence-1.1.tar.bz2) = dbc2db2925ca9f216fd1e9c63d0974db9f4d49aaf5877ffb606d2d8d7e58cebe
2
SIZE (xorg/lib/libxshmfence-1.1.tar.bz2) = 291347
(-)x11/libxshmfence/files/patch-config.h.in (+22 lines)
Line 0 Link Here
1
--- config.h.in	2013-11-27 00:54:40.000000000 -0500
2
+++ config.h.in	2013-12-09 16:56:20.000000000 -0500
3
@@ -12,6 +12,9 @@
4
 /* Define to 1 if you have the <memory.h> header file. */
5
 #undef HAVE_MEMORY_H
6
 
7
+/* Use mkostemp(3) */
8
+#undef HAVE_MKOSTEMP
9
+
10
 /* Use pthread primitives */
11
 #undef HAVE_PTHREAD
12
 
13
@@ -33,6 +36,9 @@
14
 /* Define to 1 if you have the <sys/types.h> header file. */
15
 #undef HAVE_SYS_TYPES_H
16
 
17
+/* Use umtx */
18
+#undef HAVE_UMTX
19
+
20
 /* Define to 1 if you have the <unistd.h> header file. */
21
 #undef HAVE_UNISTD_H
22
 
(-)x11/libxshmfence/files/patch-configure (+45 lines)
Line 0 Link Here
1
--- configure	2013-11-27 00:54:35.000000000 -0500
2
+++ configure	2013-12-09 15:03:55.000000000 -0500
3
@@ -17633,11 +17633,27 @@
4
 	ac_fn_c_check_header_mongrel "$LINENO" "linux/futex.h" "ac_cv_header_linux_futex_h" "$ac_includes_default"
5
 if test "x$ac_cv_header_linux_futex_h" = xyes; then :
6
   FUTEX=yes
7
+fi
8
+
9
+
10
+fi
11
+
12
+if test "x$FUTEX" = "xauto"; then
13
+	ac_fn_c_check_header_compile "$LINENO" "sys/umtx.h" "ac_cv_header_sys_umtx_h" "#include <errno.h>
14
+	     #include <sys/types.h>
15
+"
16
+if test "x$ac_cv_header_sys_umtx_h" = xyes; then :
17
+  FUTEX=yes
18
 else
19
   FUTEX=no
20
 fi
21
 
22
 
23
+	if test "x$FUTEX" = "xyes"; then
24
+
25
+$as_echo "#define HAVE_UMTX 1" >>confdefs.h
26
+
27
+	fi
28
 fi
29
 
30
 if test "x$FUTEX" = "xyes"; then
31
@@ -17717,6 +17733,14 @@
32
 fi
33
 
34
 
35
+ac_fn_c_check_func "$LINENO" "mkostemp" "ac_cv_func_mkostemp"
36
+if test "x$ac_cv_func_mkostemp" = xyes; then :
37
+
38
+$as_echo "#define HAVE_MKOSTEMP 1" >>confdefs.h
39
+
40
+fi
41
+
42
+
43
 
44
 pkg_failed=no
45
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XPROTO" >&5
(-)x11/libxshmfence/files/patch-src__xshmfence_alloc.c (+20 lines)
Line 0 Link Here
1
--- src/xshmfence_alloc.c	2013-11-20 17:13:08.000000000 -0500
2
+++ src/xshmfence_alloc.c	2013-12-09 16:06:17.000000000 -0500
3
@@ -41,11 +41,15 @@
4
 	char	template[] = SHMDIR "/shmfd-XXXXXX";
5
 	int	fd;
6
 
7
-#ifdef O_TMPFILE
8
+#if defined(O_CLOEXEC)
9
+#if defined(HAVE_MKOSTEMP)
10
+	fd = mkostemp(template, O_CLOEXEC);
11
+#elif defined(O_TMPFILE)
12
 	fd = open(SHMDIR, O_TMPFILE|O_RDWR|O_CLOEXEC|O_EXCL, 0666);
13
-	if (fd < 0)
14
 #endif
15
+	if (fd < 0)
16
         {
17
+#endif
18
             fd = mkstemp(template);
19
             if (fd < 0)
20
 		return fd;
(-)x11/libxshmfence/files/patch-src__xshmfence_futex.h (+46 lines)
Line 0 Link Here
1
--- src/xshmfence_futex.h	2013-11-20 17:13:08.000000000 -0500
2
+++ src/xshmfence_futex.h	2013-12-09 15:52:29.000000000 -0500
3
@@ -1,5 +1,6 @@
4
 /*
5
  * Copyright © 2013 Keith Packard
6
+ * Copyright © 2013 Jung-uk Kim <jkim@FreeBSD.org>
7
  *
8
  * Permission to use, copy, modify, distribute, and sell this software and its
9
  * documentation for any purpose is hereby granted without fee, provided that
10
@@ -24,6 +25,27 @@
11
 #define _XSHMFENCE_FUTEX_H_
12
 
13
 #include <errno.h>
14
+
15
+#ifdef HAVE_UMTX
16
+
17
+#include <sys/types.h>
18
+#include <sys/umtx.h>
19
+
20
+static inline int sys_futex(void *addr, int op, int32_t val)
21
+{
22
+	return _umtx_op(addr, op, (uint32_t)val, NULL, NULL) == -1 ? errno : 0;
23
+}
24
+
25
+static inline int futex_wake(int32_t *addr) {
26
+	return sys_futex(addr, UMTX_OP_WAKE, INT_MAX);
27
+}
28
+
29
+static inline int futex_wait(int32_t *addr, int32_t value) {
30
+	return sys_futex(addr, UMTX_OP_WAIT_UINT, value);
31
+}
32
+
33
+#else
34
+
35
 #include <stdint.h>
36
 #include <values.h>
37
 #include <linux/futex.h>
38
@@ -43,6 +65,8 @@
39
 	return sys_futex(addr, FUTEX_WAIT, value, NULL, NULL, 0);
40
 }
41
 
42
+#endif
43
+
44
 #define barrier() __asm__ __volatile__("": : :"memory")
45
 
46
 static inline void atomic_store(int32_t *f, int32_t v)
(-)x11/libxshmfence/files/patch-src__xshmfenceint.h (+10 lines)
Line 0 Link Here
1
--- src/xshmfenceint.h	2013-11-20 17:14:05.000000000 -0500
2
+++ src/xshmfenceint.h	2013-12-09 15:14:36.000000000 -0500
3
@@ -23,6 +23,7 @@
4
 #ifndef _XSHMFENCEINT_H_
5
 #define _XSHMFENCEINT_H_
6
 
7
+#include <fcntl.h>
8
 #include <stdlib.h>
9
 #include <unistd.h>
10
 #include <sys/mman.h>
(-)x11/libxshmfence/pkg-descr (+5 lines)
Line 0 Link Here
1
This library offers a CPU-based synchronization primitive compatible
2
with the X SyncFence objects that can be shared between processes
3
using file descriptor passing.
4
5
WWW: http://www.freedesktop.org/Software/xlibs
(-)x11/libxshmfence/pkg-plist (+6 lines)
Line 0 Link Here
1
include/X11/xshmfence.h
2
lib/libxshmfence.a
3
lib/libxshmfence.la
4
lib/libxshmfence.so
5
lib/libxshmfence.so.1
6
libdata/pkgconfig/xshmfence.pc
(-)x11/listres/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	xproto xt xmu xaw
11
USE_XORG=	xproto xt xmu xaw
12
12
13
PLIST_FILES=	bin/listres
13
PLIST_FILES=	bin/listres man/man1/listres.1.gz
14
14
15
MAN1=		listres.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/luit/Makefile (-4 / +1 lines)
Lines 12-20 Link Here
12
12
13
CONFIGURE_ARGS=	--datadir=${LOCALBASE}/lib
13
CONFIGURE_ARGS=	--datadir=${LOCALBASE}/lib
14
14
15
PLIST_FILES=	bin/luit
15
PLIST_FILES=	bin/luit man/man1/luit.1.gz
16
16
17
MAN1=		luit.1
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11/mkcomposecache/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	x11
11
USE_XORG=	x11
12
12
13
PLIST_FILES=	sbin/mkcomposecache
13
PLIST_FILES=	sbin/mkcomposecache man/man8/mkcomposecache.8.gz
14
14
15
MAN8=		mkcomposecache.8
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/pixman/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	pixman
3
PORTNAME=	pixman
4
PORTVERSION=	0.30.2
4
PORTVERSION=	0.32.4
5
CATEGORIES=	x11
5
CATEGORIES=	x11
6
6
7
MAINTAINER=	x11@FreeBSD.org
7
MAINTAINER=	x11@FreeBSD.org
(-)x11/pixman/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xorg/lib/pixman-0.30.2.tar.bz2) = 4fbb51788fe7cbd8abb5f80aed95ec878704e57a06328f7bebe0306e3822c96c
1
SHA256 (xorg/lib/pixman-0.32.4.tar.bz2) = ae2bd664057e330d41b40336ed296d3512318ce7f2401cc42601f2613d371e4c
2
SIZE (xorg/lib/pixman-0.30.2.tar.bz2) = 666281
2
SIZE (xorg/lib/pixman-0.32.4.tar.bz2) = 701414
(-)x11/pixman/pkg-plist (-1 / +1 lines)
Lines 3-8 Link Here
3
lib/libpixman-1.a
3
lib/libpixman-1.a
4
lib/libpixman-1.la
4
lib/libpixman-1.la
5
lib/libpixman-1.so
5
lib/libpixman-1.so
6
lib/libpixman-1.so.30
6
lib/libpixman-1.so.32
7
libdata/pkgconfig/pixman-1.pc
7
libdata/pkgconfig/pixman-1.pc
8
@dirrm include/pixman-1
8
@dirrm include/pixman-1
(-)x11/presentproto/Makefile (+12 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	presentproto
4
PORTVERSION=	1.0
5
CATEGORIES=	x11
6
7
MAINTAINER=	x11@FreeBSD.org
8
COMMENT=	Present protocol specification
9
10
XORG_CAT=	proto
11
12
.include <bsd.port.mk>
(-)x11/presentproto/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (xorg/proto/presentproto-1.0.tar.bz2) = 812c7d48721f909a0f7a2cb1e91f6eead76159a36c4712f4579ca587552839ce
2
SIZE (xorg/proto/presentproto-1.0.tar.bz2) = 107998
(-)x11/presentproto/pkg-descr (+1 lines)
Line 0 Link Here
1
This package contains X.Org Present protocol specification.
(-)x11/presentproto/pkg-plist (+6 lines)
Line 0 Link Here
1
include/X11/extensions/presentproto.h
2
include/X11/extensions/presenttokens.h
3
libdata/pkgconfig/presentproto.pc
4
share/doc/presentproto/presentproto.txt
5
@dirrm share/doc/presentproto
6
@dirrmtry include/X11/extensions
(-)x11/printproto/Makefile (-3 lines)
Lines 10-16 Link Here
10
10
11
XORG_CAT=	proto
11
XORG_CAT=	proto
12
12
13
MAN7=	Xprint.7
14
15
NO_STAGE=	yes
16
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11/printproto/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
include/X11/extensions/Print.h
1
include/X11/extensions/Print.h
2
include/X11/extensions/Printstr.h
2
include/X11/extensions/Printstr.h
3
libdata/pkgconfig/printproto.pc
3
libdata/pkgconfig/printproto.pc
4
man/man7/Xprint.7.gz
4
@dirrmtry include/X11/extensions
5
@dirrmtry include/X11/extensions
(-)x11/rstart/Makefile (-3 lines)
Lines 10-16 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	x11
11
USE_XORG=	x11
12
12
13
MAN1=		rstart.1 rstartd.1
14
15
NO_STAGE=	yes
16
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11/rstart/pkg-plist (+2 lines)
Lines 15-20 Link Here
15
lib/X11/rstart/contexts/x11
15
lib/X11/rstart/contexts/x11
16
lib/X11/rstart/contexts/x11r6
16
lib/X11/rstart/contexts/x11r6
17
lib/X11/rstart/rstartd.real
17
lib/X11/rstart/rstartd.real
18
man/man1/rstart.1.gz
19
man/man1/rstartd.1.gz
18
@dirrm lib/X11/rstart/contexts
20
@dirrm lib/X11/rstart/contexts
19
@dirrm lib/X11/rstart/commands/x11r6
21
@dirrm lib/X11/rstart/commands/x11r6
20
@dirrm lib/X11/rstart/commands
22
@dirrm lib/X11/rstart/commands
(-)x11/scripts/Makefile (-3 lines)
Lines 10-16 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	x11
11
USE_XORG=	x11
12
12
13
MAN1=		xon.1
14
15
NO_STAGE=	yes
16
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11/scripts/pkg-plist (+1 lines)
Lines 2-4 Link Here
2
bin/fontname.sh
2
bin/fontname.sh
3
bin/fontprop.sh
3
bin/fontprop.sh
4
bin/xon
4
bin/xon
5
man/man1/xon.1.gz
(-)x11/sessreg/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	x11
11
USE_XORG=	x11
12
12
13
PLIST_FILES=	bin/sessreg
13
PLIST_FILES=	bin/sessreg man/man1/sessreg.1.gz
14
14
15
MAN1=		sessreg.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/setxkbmap/Makefile (-4 / +1 lines)
Lines 12-20 Link Here
12
12
13
CONFIGURE_ARGS=	--with-xkb-config-root=${LOCALBASE}/share/X11/xkb
13
CONFIGURE_ARGS=	--with-xkb-config-root=${LOCALBASE}/share/X11/xkb
14
14
15
PLIST_FILES=	bin/setxkbmap
15
PLIST_FILES=	bin/setxkbmap man/man1/setxkbmap.1.gz
16
16
17
MAN1=		setxkbmap.1
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11/smproxy/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	xt xmu
11
USE_XORG=	xt xmu
12
12
13
PLIST_FILES=	bin/smproxy
13
PLIST_FILES=	bin/smproxy man/man1/smproxy.1.gz
14
14
15
MAN1=		smproxy.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/trapproto/Makefile (-1 lines)
Lines 12-16 Link Here
12
12
13
USE_XORG=	xt:both
13
USE_XORG=	xt:both
14
14
15
NO_STAGE=	yes
16
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/viewres/Makefile (-3 / +1 lines)
Lines 10-22 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	xt xaw
11
USE_XORG=	xt xaw
12
12
13
MAN1=		viewres.1
14
15
PLIST_FILES+=	bin/viewres \
13
PLIST_FILES+=	bin/viewres \
14
		man/man1/viewres.1.gz \
16
		share/X11/app-defaults/Viewres \
15
		share/X11/app-defaults/Viewres \
17
		share/X11/app-defaults/Viewres-color
16
		share/X11/app-defaults/Viewres-color
18
PLIST_DIRS+=	share/X11/app-defaults \
17
PLIST_DIRS+=	share/X11/app-defaults \
19
		share/X11
18
		share/X11
20
19
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)x11/x11perf/Makefile (-5 lines)
Lines 12-20 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	x11 xmuu xrender xft xext
13
USE_XORG=	x11 xmuu xrender xft xext
14
14
15
MAN1=		Xmark.1 \
16
		x11perf.1 \
17
		x11perfcomp.1
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/x11perf/pkg-plist (+3 lines)
Lines 4-7 Link Here
4
lib/X11/x11perfcomp/perfboth
4
lib/X11/x11perfcomp/perfboth
5
lib/X11/x11perfcomp/perfratio
5
lib/X11/x11perfcomp/perfratio
6
lib/X11/x11perfcomp/Xmark
6
lib/X11/x11perfcomp/Xmark
7
man/man1/Xmark.1.gz
8
man/man1/x11perf.1.gz
9
man/man1/x11perfcomp.1.gz
7
@dirrm lib/X11/x11perfcomp
10
@dirrm lib/X11/x11perfcomp
(-)x11/xcalc/Makefile (-6 / +3 lines)
Lines 8-21 Link Here
8
COMMENT=	Scientific calculator for X
8
COMMENT=	Scientific calculator for X
9
9
10
RUN_DEPENDS=	font-misc-misc>=1.1.2:${PORTSDIR}/x11-fonts/font-misc-misc \
10
RUN_DEPENDS=	font-misc-misc>=1.1.2:${PORTSDIR}/x11-fonts/font-misc-misc \
11
				font-adobe-100dpi>=1.0.3:${PORTSDIR}/x11-fonts/font-adobe-100dpi \
11
		font-adobe-100dpi>=1.0.3:${PORTSDIR}/x11-fonts/font-adobe-100dpi \
12
				font-alias>=1.0.3:${PORTSDIR}/x11-fonts/font-alias \
12
		font-alias>=1.0.3:${PORTSDIR}/x11-fonts/font-alias \
13
				xbitmaps>=1.1.0:${PORTSDIR}/x11/xbitmaps
13
		xbitmaps>=1.1.0:${PORTSDIR}/x11/xbitmaps
14
14
15
XORG_CAT=	app
15
XORG_CAT=	app
16
USE_XORG=	xt xaw
16
USE_XORG=	xt xaw
17
17
18
MAN1=		xcalc.1
19
20
NO_STAGE=	yes
21
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)x11/xcalc/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/xcalc
1
bin/xcalc
2
man/man1/xcalc.1.gz
2
share/X11/app-defaults/XCalc
3
share/X11/app-defaults/XCalc
3
share/X11/app-defaults/XCalc-color
4
share/X11/app-defaults/XCalc-color
4
@dirrmtry share/X11/app-defaults
5
@dirrmtry share/X11/app-defaults
(-)x11/xcb-proto/Makefile (-1 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	xcb-proto
4
PORTNAME=	xcb-proto
5
PORTVERSION=	1.8
5
PORTVERSION=	1.9
6
CATEGORIES=	x11 python
6
CATEGORIES=	x11 python
7
MASTER_SITES=	http://xcb.freedesktop.org/dist/
7
MASTER_SITES=	http://xcb.freedesktop.org/dist/
8
8
Lines 17-20 Link Here
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
18
19
DATADIR=	${PREFIX}/share/xcb
19
DATADIR=	${PREFIX}/share/xcb
20
20
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)x11/xcb-proto/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xcb-proto-1.8.tar.bz2) = 233d16c7a019235b3092111e7c11429119357eb13754a607b75eea04453121b0
1
SHA256 (xcb-proto-1.9.tar.bz2) = 895afe21793e6e26c5ce999b1900c02a5984c201d96d55cc42c182d3c3bde43c
2
SIZE (xcb-proto-1.8.tar.bz2) = 125072
2
SIZE (xcb-proto-1.9.tar.bz2) = 136421
(-)x11/xcb-proto/pkg-plist (+2 lines)
Lines 4-11 Link Here
4
%%DATADIR%%/damage.xml
4
%%DATADIR%%/damage.xml
5
%%DATADIR%%/dpms.xml
5
%%DATADIR%%/dpms.xml
6
%%DATADIR%%/dri2.xml
6
%%DATADIR%%/dri2.xml
7
%%DATADIR%%/dri3.xml
7
%%DATADIR%%/ge.xml
8
%%DATADIR%%/ge.xml
8
%%DATADIR%%/glx.xml
9
%%DATADIR%%/glx.xml
10
%%DATADIR%%/present.xml
9
%%DATADIR%%/randr.xml
11
%%DATADIR%%/randr.xml
10
%%DATADIR%%/record.xml
12
%%DATADIR%%/record.xml
11
%%DATADIR%%/render.xml
13
%%DATADIR%%/render.xml
(-)x11/xclipboard/Makefile (-3 lines)
Lines 13-19 Link Here
13
XORG_CAT=	app
13
XORG_CAT=	app
14
USE_XORG=	xt xaw
14
USE_XORG=	xt xaw
15
15
16
MAN1=		xclipboard.1 xcutsel.1
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)x11/xclipboard/pkg-plist (+2 lines)
Lines 1-5 Link Here
1
bin/xclipboard
1
bin/xclipboard
2
bin/xcutsel
2
bin/xcutsel
3
man/man1/xclipboard.1.gz
4
man/man1/xcutsel.1.gz
3
share/X11/app-defaults/XClipboard
5
share/X11/app-defaults/XClipboard
4
@dirrmtry share/X11/app-defaults
6
@dirrmtry share/X11/app-defaults
5
@dirrmtry share/X11
7
@dirrmtry share/X11
(-)x11/xcmsdb/Makefile (-4 / +1 lines)
Lines 12-20 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	x11
13
USE_XORG=	x11
14
14
15
PLIST_FILES=	bin/xcmsdb
15
PLIST_FILES=	bin/xcmsdb man/man1/xcmsdb.1.gz
16
16
17
MAN1=		xcmsdb.1
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11/xconsole/Makefile (-3 lines)
Lines 10-16 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	xt xaw
11
USE_XORG=	xt xaw
12
12
13
MAN1=		xconsole.1
14
15
NO_STAGE=	yes
16
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11/xconsole/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/xconsole
1
bin/xconsole
2
man/man1/xconsole.1.gz
2
share/X11/app-defaults/XConsole
3
share/X11/app-defaults/XConsole
3
@dirrmtry share/X11/app-defaults
4
@dirrmtry share/X11/app-defaults
4
@dirrmtry share/X11
5
@dirrmtry share/X11
(-)x11/xdbedizzy/Makefile (-4 / +1 lines)
Lines 12-20 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	xp xext xprintutil xp xau xext
13
USE_XORG=	xp xext xprintutil xp xau xext
14
14
15
PLIST_FILES=	bin/xdbedizzy
15
PLIST_FILES=	bin/xdbedizzy man/man1/xdbedizzy.1.gz
16
16
17
MAN1=		xdbedizzy.1
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11/xditview/Makefile (-3 lines)
Lines 12-18 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	xt xaw
13
USE_XORG=	xt xaw
14
14
15
MAN1=		xditview.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/xditview/pkg-plist (+1 lines)
Lines 1-6 Link Here
1
bin/xditview
1
bin/xditview
2
include/X11/bitmaps/ldblarrow
2
include/X11/bitmaps/ldblarrow
3
include/X11/bitmaps/rdblarrow
3
include/X11/bitmaps/rdblarrow
4
man/man1/xditview.1.gz
4
share/X11/app-defaults/Xditview
5
share/X11/app-defaults/Xditview
5
share/X11/app-defaults/Xditview-chrtr
6
share/X11/app-defaults/Xditview-chrtr
6
@dirrmtry share/X11/app-defaults
7
@dirrmtry share/X11/app-defaults
(-)x11/xdm/Makefile (-6 / +2 lines)
Lines 14-21 Link Here
14
CONFIGURE_ARGS+=	--with-xdmconfigdir=${EXAMPLESDIR} \
14
CONFIGURE_ARGS+=	--with-xdmconfigdir=${EXAMPLESDIR} \
15
			--with-xdmscriptdir=${EXAMPLESDIR}
15
			--with-xdmscriptdir=${EXAMPLESDIR}
16
16
17
MAN1=		xdm.1
18
19
CFFILES=	GiveConsole TakeConsole Xaccess Xreset Xresources \
17
CFFILES=	GiveConsole TakeConsole Xaccess Xreset Xresources \
20
		Xservers Xsession Xsetup_0 Xstartup Xwilling xdm-config
18
		Xservers Xsession Xsetup_0 Xstartup Xwilling xdm-config
21
19
Lines 22-33 Link Here
22
OPTIONS_DEFINE=	XDMSHELL
20
OPTIONS_DEFINE=	XDMSHELL
23
XDMSHELL_DESC=	Install xdmshell
21
XDMSHELL_DESC=	Install xdmshell
24
22
25
NO_STAGE=	yes
26
.include <bsd.port.options.mk>
23
.include <bsd.port.options.mk>
27
24
28
.if ${PORT_OPTIONS:MXDMSHELL}
25
.if ${PORT_OPTIONS:MXDMSHELL}
29
CONFIGURE_ARGS+=--enable-xdmshell
26
CONFIGURE_ARGS+=--enable-xdmshell
30
MAN1+=		xdmshell.1
31
PLIST_SUB+=	XDMSHELL=""
27
PLIST_SUB+=	XDMSHELL=""
32
.else
28
.else
33
CONFIGURE_ARGS+=--disable-xdmshell
29
CONFIGURE_ARGS+=--disable-xdmshell
Lines 50-58 Link Here
50
46
51
post-install:
47
post-install:
52
.for f in ${CFFILES}
48
.for f in ${CFFILES}
53
	${CP} -n ${EXAMPLESDIR}/$f ${PREFIX}/lib/X11/xdm/$f || ${TRUE}
49
	${CP} -n ${EXAMPLESDIR}/$f ${STAGEDIR}${PREFIX}/lib/X11/xdm/$f || ${TRUE}
54
.endfor
50
.endfor
55
	${MKDIR} /var/lib/xdm/authdir
51
	${MKDIR} /var/lib/xdm/authdir
56
	${LN} -sf /var/lib/xdm/authdir ${PREFIX}/lib/X11/xdm/authdir
52
	${LN} -sf /var/lib/xdm/authdir ${STAGEDIR}${PREFIX}/lib/X11/xdm/authdir
57
53
58
.include <bsd.port.mk>
54
.include <bsd.port.mk>
(-)x11/xdm/pkg-plist (+2 lines)
Lines 6-11 Link Here
6
lib/X11/xdm/libXdmGreet.so
6
lib/X11/xdm/libXdmGreet.so
7
lib/X11/xdm/pixmaps/xorg-bw.xpm
7
lib/X11/xdm/pixmaps/xorg-bw.xpm
8
lib/X11/xdm/pixmaps/xorg.xpm
8
lib/X11/xdm/pixmaps/xorg.xpm
9
man/man1/xdm.1.gz
10
%%XDMSHELL%%man/man1/xmdshell.1.gz
9
share/X11/app-defaults/Chooser
11
share/X11/app-defaults/Chooser
10
@unexec if cmp -s %D/%%EXAMPLESDIR%%/GiveConsole %D/lib/X11/xdm/GiveConsole; then rm -f %D/lib/X11/xdm/GiveConsole; fi
12
@unexec if cmp -s %D/%%EXAMPLESDIR%%/GiveConsole %D/lib/X11/xdm/GiveConsole; then rm -f %D/lib/X11/xdm/GiveConsole; fi
11
@unexec if cmp -s %D/%%EXAMPLESDIR%%/TakeConsole %D/lib/X11/xdm/TakeConsole; then rm -f %D/lib/X11/xdm/TakeConsole; fi
13
@unexec if cmp -s %D/%%EXAMPLESDIR%%/TakeConsole %D/lib/X11/xdm/TakeConsole; then rm -f %D/lib/X11/xdm/TakeConsole; fi
(-)x11/xdpyinfo/Makefile (-4 / +1 lines)
Lines 13-21 Link Here
13
USE_XORG=	dmx x11 xcb xcomposite xext xinerama xproto xrender \
13
USE_XORG=	dmx x11 xcb xcomposite xext xinerama xproto xrender \
14
		xtst xxf86dga xxf86misc xxf86vm
14
		xtst xxf86dga xxf86misc xxf86vm
15
15
16
PLIST_FILES=	bin/xdpyinfo
16
PLIST_FILES=	bin/xdpyinfo man/man1/xdpyinfo.1.gz
17
17
18
MAN1=		xdpyinfo.1
19
20
NO_STAGE=	yes
21
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)x11/xdriinfo/Makefile (-3 / +1 lines)
Lines 11-18 Link Here
11
11
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	x11 glproto
13
USE_XORG=	x11 glproto
14
MAN1=		xdriinfo.1
14
PLIST_FILES=	bin/xdriinfo man/man1/xdriinfo.1.gz
15
PLIST_FILES=	bin/xdriinfo
16
15
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)x11/xedit/Makefile (-3 lines)
Lines 10-16 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	xt xaw7
11
USE_XORG=	xt xaw7
12
12
13
MAN1=		xedit.1
14
15
NO_STAGE=	yes
16
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11/xedit/pkg-plist (+1 lines)
Lines 19-24 Link Here
19
lib/X11/xedit/lisp/xedit.lsp
19
lib/X11/xedit/lisp/xedit.lsp
20
lib/X11/xedit/lisp/syntax.lsp
20
lib/X11/xedit/lisp/syntax.lsp
21
lib/X11/xedit/lisp/indent.lsp
21
lib/X11/xedit/lisp/indent.lsp
22
man/man1/xedit.1.gz
22
share/X11/app-defaults/Xedit-color
23
share/X11/app-defaults/Xedit-color
23
share/X11/app-defaults/Xedit
24
share/X11/app-defaults/Xedit
24
@dirrmtry share/X11/app-defaults
25
@dirrmtry share/X11/app-defaults
(-)x11/xev/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	x11 xrandr
11
USE_XORG=	x11 xrandr
12
12
13
PLIST_FILES=	bin/xev
13
PLIST_FILES=	bin/xev man/man1/xev.1.gz
14
14
15
MAN1=		xev.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/xeyes/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	x11 xt xext xmu xrender
11
USE_XORG=	x11 xt xext xmu xrender
12
12
13
PLIST_FILES=	bin/xeyes
13
PLIST_FILES=	bin/xeyes man/man1/xeyes.1.gz
14
14
15
MAN1=		xeyes.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/xf86dga/Makefile (-4 / +1 lines)
Lines 12-20 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	x11 xxf86dga xt xaw7 xmu
13
USE_XORG=	x11 xxf86dga xt xaw7 xmu
14
14
15
PLIST_FILES=	bin/dga
15
PLIST_FILES=	bin/dga man/man1/dga.1.gz
16
16
17
MAN1=		dga.1
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11/xfindproxy/Makefile (-4 / +1 lines)
Lines 12-20 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	x11 ice xt xproxymngproto
13
USE_XORG=	x11 ice xt xproxymngproto
14
14
15
PLIST_FILES=	bin/xfindproxy
15
PLIST_FILES=	bin/xfindproxy man/man1/xfindproxy.1.gz
16
16
17
MAN1=		xfindproxy.1
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11/xfwp/Makefile (-4 / +1 lines)
Lines 12-20 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	x11 ice xproxymngproto
13
USE_XORG=	x11 ice xproxymngproto
14
14
15
PLIST_FILES=	bin/xfwp
15
PLIST_FILES=	bin/xfwp man/man1/xfwp.1.gz
16
16
17
MAN1=		xfwp.1
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11/xgamma/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	x11 xxf86vm
11
USE_XORG=	x11 xxf86vm
12
12
13
PLIST_FILES=	bin/xgamma
13
PLIST_FILES=	bin/xgamma man/man1/xgamma.1.gz
14
14
15
MAN1=		xgamma.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/xgc/Makefile (-3 lines)
Lines 12-18 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	xt xaw
13
USE_XORG=	xt xaw
14
14
15
MAN1=		xgc.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/xgc/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/xgc
1
bin/xgc
2
man/man1/xgc.1.gz
2
share/X11/app-defaults/Xgc
3
share/X11/app-defaults/Xgc
3
share/X11/app-defaults/Xgc-color
4
share/X11/app-defaults/Xgc-color
4
@dirrmtry share/X11/app-defaults
5
@dirrmtry share/X11/app-defaults
(-)x11/xhost/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	x11 xmuu xau
11
USE_XORG=	x11 xmuu xau
12
12
13
PLIST_FILES=	bin/xhost
13
PLIST_FILES=	bin/xhost man/man1/xhost.1.gz
14
14
15
MAN1=		xhost.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/xinit/Makefile (-3 lines)
Lines 13-21 Link Here
13
XORG_CAT=	app
13
XORG_CAT=	app
14
USE_XORG=	x11
14
USE_XORG=	x11
15
15
16
MAN1=		startx.1 xinit.1
17
18
NO_STAGE=	yes
19
post-patch:
16
post-patch:
20
	@${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' ${WRKSRC}/configure
17
	@${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' ${WRKSRC}/configure
21
	@${REINPLACE_CMD} -e 's|hexdump|/usr/bin/hexdump|' ${WRKSRC}/startx.cpp
18
	@${REINPLACE_CMD} -e 's|hexdump|/usr/bin/hexdump|' ${WRKSRC}/startx.cpp
(-)x11/xinit/pkg-plist (+2 lines)
Lines 1-5 Link Here
1
bin/startx
1
bin/startx
2
bin/xinit
2
bin/xinit
3
man/man1/startx.1.gz
4
man/man1/xinit.1.gz
3
etc/X11/xinit/xinitrc
5
etc/X11/xinit/xinitrc
4
@dirrm etc/X11/xinit
6
@dirrm etc/X11/xinit
5
@dirrmtry etc/X11
7
@dirrmtry etc/X11
(-)x11/xinput/Makefile (-4 / +1 lines)
Lines 11-19 Link Here
11
XORG_CAT=	app
11
XORG_CAT=	app
12
USE_XORG=	inputproto x11 xi xext xrandr xinerama
12
USE_XORG=	inputproto x11 xi xext xrandr xinerama
13
13
14
PLIST_FILES=	bin/xinput
14
PLIST_FILES=	bin/xinput man/man1/xinput.1.gz
15
15
16
MAN1=		xinput.1
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)x11/xkbcomp/Makefile (-4 / +2 lines)
Lines 14-22 Link Here
14
USES=		pathfix
14
USES=		pathfix
15
15
16
PLIST_FILES=	bin/xkbcomp \
16
PLIST_FILES=	bin/xkbcomp \
17
		libdata/pkgconfig/xkbcomp.pc
17
		libdata/pkgconfig/xkbcomp.pc \
18
		man/man1/xkbcomp.1.gz
18
19
19
MAN1=		xkbcomp.1
20
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)x11/xkbevd/Makefile (-4 / +1 lines)
Lines 12-20 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	xkbfile x11
13
USE_XORG=	xkbfile x11
14
14
15
PLIST_FILES=	bin/xkbevd
15
PLIST_FILES=	bin/xkbevd man/man1/xkbevd.1.gz
16
16
17
MAN1=		xkbevd.1
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11/xkbprint/Makefile (-4 / +1 lines)
Lines 12-20 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	xkbfile x11
13
USE_XORG=	xkbfile x11
14
14
15
PLIST_FILES=	bin/xkbprint
15
PLIST_FILES=	bin/xkbprint man/man1/xkbprint.1.gz
16
16
17
MAN1=		xkbprint.1
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11/xkbutils/Makefile (-3 lines)
Lines 12-18 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	xkbfile x11 xaw inputproto
13
USE_XORG=	xkbfile x11 xaw inputproto
14
14
15
MAN1=		xkbbell.1 xkbvleds.1 xkbwatch.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/xkbutils/pkg-plist (+3 lines)
Lines 1-3 Link Here
1
bin/xkbvleds
1
bin/xkbvleds
2
bin/xkbwatch
2
bin/xkbwatch
3
bin/xkbbell
3
bin/xkbbell
4
man/man1/xkbbell.1.gz
5
man/man1/xkbvleds.1.gz
6
man/man1/xkbwatch.1.gz
(-)x11/xkeyboard-config/Makefile (-14 / +5 lines)
Lines 1-13 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	xkeyboard-config
3
PORTNAME=	xkeyboard-config
4
PORTVERSION=	2.9
4
PORTVERSION=	2.10.1
5
PORTREVISION=	1
6
CATEGORIES=	x11
5
CATEGORIES=	x11
7
MASTER_SITE_SUBDIR=	individual/${XORG_CAT}/${PORTNAME}
8
6
9
MAINTAINER=	x11@FreeBSD.org
7
MAINTAINER=	x11@FreeBSD.org
10
COMMENT=	X Keyboard Configuration Database
8
COMMENT=	X Keyboard Configuration Database
9
MASTER_SITE_SUBDIR=	individual/${XORG_CAT}/${PORTNAME}
11
10
12
LICENSE=	MIT
11
LICENSE=	MIT
13
12
Lines 19-25 Link Here
19
USES=		gmake pathfix perl5
18
USES=		gmake pathfix perl5
20
USE_PERL5=	build
19
USE_PERL5=	build
21
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
22
MAKE_JOBS_UNSAFE=yes
23
21
24
CONFIGURE_ARGS=	--with-xkb-base=${PREFIX}/share/X11/xkb \
22
CONFIGURE_ARGS=	--with-xkb-base=${PREFIX}/share/X11/xkb \
25
		--with-xkb-rules-symlink=xorg
23
		--with-xkb-rules-symlink=xorg
Lines 26-40 Link Here
26
CPPFLAGS+=	-I${LOCALBASE}/include
24
CPPFLAGS+=	-I${LOCALBASE}/include
27
LDFLAGS+=	-L${LOCALBASE}/lib
25
LDFLAGS+=	-L${LOCALBASE}/lib
28
26
29
MAN7=		xkeyboard-config.7
27
.include <bsd.port.options.mk>
30
28
31
OPTIONS_DEFINE=	ETERSOFT
32
ETERSOFT_DESC=	Add pre-1918 Russian letters to typographic layout
33
ETERSOFT_EXTRA_PATCHES=	${FILESDIR}/etersoft-patch-symbols-typo
34
35
NO_STAGE=	yes
36
#.include <bsd.port.options.mk>
37
38
# !nls case doesn't work correctly, comment it out.
29
# !nls case doesn't work correctly, comment it out.
39
#.if ${PORT_OPTIONS:MNLS}
30
#.if ${PORT_OPTIONS:MNLS}
40
USES+=		gettext:build iconv
31
USES+=		gettext:build iconv
Lines 49-55 Link Here
49
		${WRKSRC}/rules/merge.sh
40
		${WRKSRC}/rules/merge.sh
50
41
51
post-install:
42
post-install:
52
	${MKDIR} /var/lib/xkb
43
	${MKDIR} ${STAGEDIR}/var/lib/xkb
53
	${LN} -sf /var/lib/xkb ${PREFIX}/share/X11/xkb/compiled
44
	${LN} -sf /var/lib/xkb ${STAGEDIR}${PREFIX}/share/X11/xkb/compiled
54
45
55
.include <bsd.port.mk>
46
.include <bsd.port.mk>
(-)x11/xkeyboard-config/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xorg/data/xkeyboard-config-2.9.tar.bz2) = 5e89bc182a10d53c3e83efc6c3546de0fe5504d91c3dbc80d55cc64ddab5643a
1
SHA256 (xorg/data/xkeyboard-config-2.10.1.tar.bz2) = 7d58064d86bb0155a3acc4ca35097dab4dfef334cdd0555fb5965ebca1fca18b
2
SIZE (xorg/data/xkeyboard-config-2.9.tar.bz2) = 912379
2
SIZE (xorg/data/xkeyboard-config-2.10.1.tar.bz2) = 908897
(-)x11/xkeyboard-config/files/etersoft-patch-symbols-typo (-26 lines)
Lines 1-26 Link Here
1
Etersoft version of typographic keyboard layout.  It removes Yen symbol `¥'
2
(can be easily inserted via "Compose Y =") and adds four letters of Russian
3
orthography that were removed during the reform of 1917-1918.
4
5
Original upstream bugzilla request:
6
7
	http://bugs.etersoft.ru/show_bug.cgi?id=5466
8
9
Description (in Russian) and the picture of keyboard layout:
10
11
	http://kb.etersoft.ru/Типографская_раскладка_Etersoft
12
13
--- symbols/typo.orig
14
+++ symbols/typo
15
@@ -29,7 +29,10 @@
16
     key <AD03> { [NoSymbol, NoSymbol, EuroSign] }; // "e"
17
     key <AD04> { [NoSymbol, NoSymbol, registered] }; // "r"
18
     key <AD05> { [NoSymbol, NoSymbol, trademark] }; // "t"
19
-    key <AD06> { [NoSymbol, NoSymbol, yen] }; // "y"
20
+    key <AD06> { [NoSymbol, NoSymbol, U0463, U0462] };
21
+    key <AD07> { [NoSymbol, NoSymbol, U0475, U0474] };
22
+    key <AD08> { [NoSymbol, NoSymbol, U0456, U0406] };
23
+    key <AD09> { [NoSymbol, NoSymbol, U0473, U0472] };
24
     key <AD10> { [NoSymbol, NoSymbol, acute, doubleacute] }; // "p"
25
     key <AD11> { [NoSymbol, NoSymbol, bracketleft, braceleft] }; // [
26
     key <AD12> { [NoSymbol, NoSymbol, bracketright, braceright] }; // ]
(-)x11/xkeyboard-config/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
libdata/pkgconfig/xkeyboard-config.pc
1
libdata/pkgconfig/xkeyboard-config.pc
2
man/man7/xkeyboard-config.7.gz
2
share/X11/xkb/compat/README
3
share/X11/xkb/compat/README
3
share/X11/xkb/compat/accessx
4
share/X11/xkb/compat/accessx
4
share/X11/xkb/compat/basic
5
share/X11/xkb/compat/basic
(-)x11/xkill/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	x11 xmuu
11
USE_XORG=	x11 xmuu
12
12
13
PLIST_FILES=	bin/xkill
13
PLIST_FILES=	bin/xkill man/man1/xkill.1.gz
14
14
15
MAN1=		xkill.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/xload/Makefile (-3 lines)
Lines 12-18 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	xt xaw
13
USE_XORG=	xt xaw
14
14
15
MAN1=		xload.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/xload/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/xload
1
bin/xload
2
man/man1/xload.1.gz
2
share/X11/app-defaults/XLoad
3
share/X11/app-defaults/XLoad
3
@dirrmtry share/X11/app-defaults
4
@dirrmtry share/X11/app-defaults
4
@dirrmtry share/X11
5
@dirrmtry share/X11
(-)x11/xlogo/Makefile (-3 lines)
Lines 12-18 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	xrender xft xext xt xaw xp xprintutil
13
USE_XORG=	xrender xft xext xt xaw xp xprintutil
14
14
15
MAN1=		xlogo.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/xlogo/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/xlogo
1
bin/xlogo
2
man/man1/xlogo.1.gz
2
share/X11/app-defaults/XLogo
3
share/X11/app-defaults/XLogo
3
share/X11/app-defaults/XLogo-color
4
share/X11/app-defaults/XLogo-color
4
@dirrmtry share/X11/app-defaults
5
@dirrmtry share/X11/app-defaults
(-)x11/xlsatoms/Makefile (-4 / +1 lines)
Lines 12-20 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	x11 xmuu
13
USE_XORG=	x11 xmuu
14
14
15
PLIST_FILES=	bin/xlsatoms
15
PLIST_FILES=	bin/xlsatoms man/man1/xlsatoms.1.gz
16
16
17
MAN1=		xlsatoms.1
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11/xlsclients/Makefile (-4 / +1 lines)
Lines 12-20 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	x11 xmuu
13
USE_XORG=	x11 xmuu
14
14
15
PLIST_FILES=	bin/xlsclients
15
PLIST_FILES=	bin/xlsclients man/man1/xlsclients.1.gz
16
16
17
MAN1=		xlsclients.1
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11/xmag/Makefile (-3 lines)
Lines 12-18 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	xt xaw
13
USE_XORG=	xt xaw
14
14
15
MAN1=		xmag.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/xmag/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/xmag
1
bin/xmag
2
man/man1/xmag.1.gz
2
share/X11/app-defaults/Xmag
3
share/X11/app-defaults/Xmag
3
@dirrmtry share/X11/app-defaults
4
@dirrmtry share/X11/app-defaults
4
@dirrmtry share/X11
5
@dirrmtry share/X11
(-)x11/xman/Makefile (-3 lines)
Lines 12-18 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	xt xaw xp xprintutil
13
USE_XORG=	xt xaw xp xprintutil
14
14
15
MAN1=		xman.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/xman/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/xman
1
bin/xman
2
man/man1/xman.1.gz
2
share/X11/app-defaults/Xman
3
share/X11/app-defaults/Xman
3
share/X11/xman.help
4
share/X11/xman.help
4
@dirrmtry share/X11/app-defaults
5
@dirrmtry share/X11/app-defaults
(-)x11/xmessage/Makefile (-3 lines)
Lines 10-16 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	xt xaw
11
USE_XORG=	xt xaw
12
12
13
MAN1=		xmessage.1
14
15
NO_STAGE=	yes
16
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11/xmessage/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/xmessage
1
bin/xmessage
2
man/man1/xmessage.1.gz
2
share/X11/app-defaults/Xmessage
3
share/X11/app-defaults/Xmessage
3
share/X11/app-defaults/Xmessage-color
4
share/X11/app-defaults/Xmessage-color
4
@dirrmtry share/X11/app-defaults
5
@dirrmtry share/X11/app-defaults
(-)x11/xmh/Makefile (-3 lines)
Lines 12-18 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	xaw xmu xt xbitmaps
13
USE_XORG=	xaw xmu xt xbitmaps
14
14
15
MAN1=		xmh.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/xmh/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/xmh
1
bin/xmh
2
man/man1/xmh.1.gz
2
share/X11/app-defaults/Xmh
3
share/X11/app-defaults/Xmh
3
@dirrmtry share/X11/app-defaults
4
@dirrmtry share/X11/app-defaults
4
@dirrmtry share/X11
5
@dirrmtry share/X11
(-)x11/xmodmap/Makefile (-4 / +1 lines)
Lines 12-20 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	x11
13
USE_XORG=	x11
14
14
15
PLIST_FILES=	bin/xmodmap
15
PLIST_FILES=	bin/xmodmap man/man1/xmodmap.1.gz
16
16
17
MAN1=		xmodmap.1
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11/xmore/Makefile (-3 lines)
Lines 10-16 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	xt xaw xp xprintutil
11
USE_XORG=	xt xaw xp xprintutil
12
12
13
MAN1=		xmore.1
14
15
NO_STAGE=	yes
16
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11/xmore/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/xmore
1
bin/xmore
2
man/man1/xmore.1.gz
2
share/X11/app-defaults/XMore
3
share/X11/app-defaults/XMore
3
@dirrmtry share/X11/app-defaults
4
@dirrmtry share/X11/app-defaults
4
@dirrmtry share/X11
5
@dirrmtry share/X11
(-)x11/xorg/Makefile (-1 / +1 lines)
Lines 12-17 Link Here
12
COMMENT=	X.Org complete distribution metaport
12
COMMENT=	X.Org complete distribution metaport
13
13
14
NO_BUILD=	yes
14
NO_BUILD=	yes
15
NO_MTREE=	yes
15
16
16
RUN_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/dri.pc:${PORTSDIR}/graphics/dri
17
RUN_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/dri.pc:${PORTSDIR}/graphics/dri
17
18
Lines 19-25 Link Here
19
RUN_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:${PORTSDIR}/x11/xbitmaps \
20
RUN_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:${PORTSDIR}/x11/xbitmaps \
20
		${LOCALBASE}/lib/X11/icons/handhelds/cursors/X_cursor:${PORTSDIR}/x11-themes/xcursor-themes
21
		${LOCALBASE}/lib/X11/icons/handhelds/cursors/X_cursor:${PORTSDIR}/x11-themes/xcursor-themes
21
22
22
NO_STAGE=	yes
23
.include <bsd.port.options.mk>
23
.include <bsd.port.options.mk>
24
24
25
# doc
25
# doc
(-)x11/xorg-apps/Makefile (-3 / +2 lines)
Lines 27-36 Link Here
27
27
28
NO_BUILD=	yes
28
NO_BUILD=	yes
29
29
30
NO_STAGE=	yes
31
do-install:
30
do-install:
32
		${MKDIR} ${PREFIX}/libdata/xorg
31
		${MKDIR} ${STAGEDIR}${PREFIX}/libdata/xorg
33
		${TOUCH} ${PREFIX}/libdata/xorg/apps
32
		${TOUCH} ${STAGEDIR}${PREFIX}/libdata/xorg/apps
34
33
35
.for comp in ${COMPONENTS}
34
.for comp in ${COMPONENTS}
36
OPTIONS_DEFINE+=	${comp:C/:.*//:C/.*\///:U}
35
OPTIONS_DEFINE+=	${comp:C/:.*//:C/.*\///:U}
(-)x11/xorg-docs/Makefile (-3 lines)
Lines 8-18 Link Here
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
9
COMMENT=	X.org documentation files
9
COMMENT=	X.org documentation files
10
10
11
MAN7=	X.7 Standards.7 XProjectTeam.7 Consortium.7 Xsecurity.7 XOrgFoundation.7
12
13
CONFIGURE_ARGS+=	--without-xmlto --without-fop --disable-specs
11
CONFIGURE_ARGS+=	--without-xmlto --without-fop --disable-specs
14
12
15
XORG_CAT=	doc
13
XORG_CAT=	doc
16
14
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/xorg-docs/pkg-plist (+6 lines)
Lines 1-3 Link Here
1
man/man7/X.7.gz
2
man/man7/Standards.7.gz
3
man/man7/XProjectTeam.7.gz
4
man/man7/Consortium.7.gz
5
man/man7/Xsecurity.7.gz
6
man/man7/XOrgFoundation.7.gz
1
%%DOCSDIR%%/fonts/fonts.xml
7
%%DOCSDIR%%/fonts/fonts.xml
2
%%DOCSDIR%%/input/XKB-Config.xml
8
%%DOCSDIR%%/input/XKB-Config.xml
3
%%DOCSDIR%%/input/XKB-Enhancing.xml
9
%%DOCSDIR%%/input/XKB-Enhancing.xml
(-)x11/xorg-libraries/Makefile (-5 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	xorg-libraries
4
PORTNAME=	xorg-libraries
5
PORTVERSION=	7.7
5
PORTVERSION=	7.7
6
PORTREVISION=	1
7
CATEGORIES=	x11
6
CATEGORIES=	x11
8
MASTER_SITES=	# none
7
MASTER_SITES=	# none
9
DISTFILES=	# none
8
DISTFILES=	# none
Lines 40-46 Link Here
40
		${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:${PORTSDIR}/x11/libxkbfile \
39
		${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:${PORTSDIR}/x11/libxkbfile \
41
		${LOCALBASE}/libdata/pkgconfig/xkbui.pc:${PORTSDIR}/x11/libxkbui \
40
		${LOCALBASE}/libdata/pkgconfig/xkbui.pc:${PORTSDIR}/x11/libxkbui \
42
		${LOCALBASE}/libdata/pkgconfig/xmu.pc:${PORTSDIR}/x11-toolkits/libXmu \
41
		${LOCALBASE}/libdata/pkgconfig/xmu.pc:${PORTSDIR}/x11-toolkits/libXmu \
43
		${LOCALBASE}/libdata/pkgconfig/xp.pc:${PORTSDIR}/x11/libXp \
44
		${LOCALBASE}/libdata/pkgconfig/xpm.pc:${PORTSDIR}/x11/libXpm \
42
		${LOCALBASE}/libdata/pkgconfig/xpm.pc:${PORTSDIR}/x11/libXpm \
45
		${LOCALBASE}/libdata/pkgconfig/xrandr.pc:${PORTSDIR}/x11/libXrandr \
43
		${LOCALBASE}/libdata/pkgconfig/xrandr.pc:${PORTSDIR}/x11/libXrandr \
46
		${LOCALBASE}/libdata/pkgconfig/xrender.pc:${PORTSDIR}/x11/libXrender \
44
		${LOCALBASE}/libdata/pkgconfig/xrender.pc:${PORTSDIR}/x11/libXrender \
Lines 56-64 Link Here
56
		${LOCALBASE}/libdata/pkgconfig/xxf86misc.pc:${PORTSDIR}/x11/libXxf86misc \
54
		${LOCALBASE}/libdata/pkgconfig/xxf86misc.pc:${PORTSDIR}/x11/libXxf86misc \
57
		${LOCALBASE}/libdata/pkgconfig/xxf86vm.pc:${PORTSDIR}/x11/libXxf86vm
55
		${LOCALBASE}/libdata/pkgconfig/xxf86vm.pc:${PORTSDIR}/x11/libXxf86vm
58
56
59
NO_STAGE=	yes
60
do-install:
57
do-install:
61
		${MKDIR} ${PREFIX}/libdata/xorg
58
		${MKDIR} ${STAGEDIR}${PREFIX}/libdata/xorg
62
		${TOUCH} ${PREFIX}/libdata/xorg/libraries
59
		${TOUCH} ${STAGEDIR}${PREFIX}/libdata/xorg/libraries
63
60
64
.include <bsd.port.mk>
61
.include <bsd.port.mk>
(-)x11/xplsprinters/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	xp xprintutil x11
11
USE_XORG=	xp xprintutil x11
12
12
13
PLIST_FILES=	bin/xplsprinters
13
PLIST_FILES=	bin/xplsprinters man/man1/xplsprinters.1.gz
14
14
15
MAN1=		xplsprinters.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/xprehashprinterlist/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	xp x11
11
USE_XORG=	xp x11
12
12
13
PLIST_FILES=	bin/xprehashprinterlist
13
PLIST_FILES=	bin/xprehashprinterlist man/man1/xprehashprinterlist.1.gz
14
14
15
MAN1=		xprehashprinterlist.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/xprop/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	xmuu x11
11
USE_XORG=	xmuu x11
12
12
13
PLIST_FILES=	bin/xprop
13
PLIST_FILES=	bin/xprop man/man1/xprop.1.gz
14
14
15
MAN1=		xprop.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/xproto/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	xproto
4
PORTNAME=	xproto
5
PORTVERSION=	7.0.24
5
PORTVERSION=	7.0.25
6
CATEGORIES=	x11
6
CATEGORIES=	x11
7
7
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
(-)x11/xproto/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xorg/proto/xproto-7.0.24.tar.bz2) = 3698a1c7e3b734bc1139a7eb694ed8c66188658d6b4dea3d567066fe4e88b2fc
1
SHA256 (xorg/proto/xproto-7.0.25.tar.bz2) = 92247485dc4ffc3611384ba84136591923da857212a7dc29f4ad7797e13909fe
2
SIZE (xorg/proto/xproto-7.0.24.tar.bz2) = 292795
2
SIZE (xorg/proto/xproto-7.0.25.tar.bz2) = 295948
(-)x11/xrandr/Makefile (-4 / +2 lines)
Lines 11-19 Link Here
11
USE_XORG=	xrandr xrender x11
11
USE_XORG=	xrandr xrender x11
12
12
13
PLIST_FILES=	bin/xrandr \
13
PLIST_FILES=	bin/xrandr \
14
		bin/xkeystone
14
		bin/xkeystone \
15
		man/man1/xrandr.1.gz
15
16
16
MAN1=		xrandr.1
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11/xrdb/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	xmuu x11
11
USE_XORG=	xmuu x11
12
12
13
PLIST_FILES=	bin/xrdb
13
PLIST_FILES=	bin/xrdb man/man1/xrdb.1.gz
14
14
15
MAN1=		xrdb.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/xrefresh/Makefile (-4 / +1 lines)
Lines 12-20 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	x11
13
USE_XORG=	x11
14
14
15
PLIST_FILES=	bin/xrefresh
15
PLIST_FILES=	bin/xrefresh man/man1/xrefresh.1.gz
16
16
17
MAN1=		xrefresh.1
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11/xrx/Makefile (-3 lines)
Lines 12-20 Link Here
12
USE_LDCONFIG=	yes
12
USE_LDCONFIG=	yes
13
USE_AUTOTOOLS=	libtool
13
USE_AUTOTOOLS=	libtool
14
14
15
MAN1=		xrx.1 libxrx.1
16
17
NO_STAGE=	yes
18
post-patch:
15
post-patch:
19
	@${REINPLACE_CMD} -e 's|mozilla-plugin|disabled-libxul-plugin|g' \
16
	@${REINPLACE_CMD} -e 's|mozilla-plugin|disabled-libxul-plugin|g' \
20
		${WRKSRC}/configure
17
		${WRKSRC}/configure
(-)x11/xrx/pkg-plist (+2 lines)
Lines 5-8 Link Here
5
lib/libxrxnest.a
5
lib/libxrxnest.a
6
lib/libxrxnest.la
6
lib/libxrxnest.la
7
lib/libxrxnest.so
7
lib/libxrxnest.so
8
man/man1/xrx.1.gz
9
man/man1/libxrx.1.gz
8
@dirrmtry include/X11/extensions
10
@dirrmtry include/X11/extensions
(-)x11/xsetmode/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	xi x11
11
USE_XORG=	xi x11
12
12
13
PLIST_FILES=	bin/xsetmode
13
PLIST_FILES=	bin/xsetmode man/man1/xsetmode.1.gz
14
14
15
MAN1=		xsetmode.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/xsetpointer/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	xi x11
11
USE_XORG=	xi x11
12
12
13
PLIST_FILES=	bin/xsetpointer
13
PLIST_FILES=	bin/xsetpointer man/man1/xsetpointer.1.gz
14
14
15
MAN1=		xsetpointer.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11/xtrans/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	xtrans
4
PORTNAME=	xtrans
5
PORTVERSION=	1.2.7
5
PORTVERSION=	1.3.2
6
CATEGORIES=	x11
6
CATEGORIES=	x11
7
7
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
(-)x11/xtrans/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xorg/lib/xtrans-1.2.7.tar.bz2) = 7f811191ba70a34a9994d165ea11a239e52c527f039b6e7f5011588f075fe1a6
1
SHA256 (xorg/lib/xtrans-1.3.2.tar.bz2) = 94177c89b74f594bcddc6a12825e9b464e17ab1977de671d25f67a4ea922cb87
2
SIZE (xorg/lib/xtrans-1.2.7.tar.bz2) = 173025
2
SIZE (xorg/lib/xtrans-1.3.2.tar.bz2) = 177812
(-)x11/xtrans/files/patch-Xtransint.h (+11 lines)
Line 0 Link Here
1
--- Xtransint.h.orig	2013-11-08 10:46:59.086340096 +0100
2
+++ Xtransint.h	2013-11-08 11:02:02.275278727 +0100
3
@@ -72,7 +72,7 @@
4
 #  define XTRANSDEBUG 1
5
 #endif
6
 
7
-#if XTRANS_SEND_FDS && !(defined(linux) || defined(__sun))
8
+#if XTRANS_SEND_FDS && !(defined(linux) || defined(__sun) || defined(__FreeBSD__))
9
 #error "FD passing support only on Linux & Solaris"
10
 #endif
11
 
(-)x11/xtrans/pkg-plist (-1 lines)
Lines 3-9 Link Here
3
include/X11/Xtrans/Xtransint.h
3
include/X11/Xtrans/Xtransint.h
4
include/X11/Xtrans/Xtranslcl.c
4
include/X11/Xtrans/Xtranslcl.c
5
include/X11/Xtrans/Xtranssock.c
5
include/X11/Xtrans/Xtranssock.c
6
include/X11/Xtrans/Xtranstli.c
7
include/X11/Xtrans/Xtransutil.c
6
include/X11/Xtrans/Xtransutil.c
8
include/X11/Xtrans/transport.c
7
include/X11/Xtrans/transport.c
9
libdata/pkgconfig/xtrans.pc
8
libdata/pkgconfig/xtrans.pc
(-)x11/xvidtune/Makefile (+1 lines)
Lines 9-12 Link Here
9
9
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	xxf86vm xt xaw
11
USE_XORG=	xxf86vm xt xaw
12
12
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11/xvmcinfo/Makefile (-4 / +1 lines)
Lines 16-24 Link Here
16
16
17
PLIST_FILES=	bin/xvmcinfo
17
PLIST_FILES=	bin/xvmcinfo
18
18
19
NO_MAN=		defined
20
21
NO_STAGE=	yes
22
do-build:
19
do-build:
23
	${CC} ${CFLAGS} ${CPPFLAGS} \
20
	${CC} ${CFLAGS} ${CPPFLAGS} \
24
	    -I${LOCALBASE}/include -L${LOCALBASE}/lib \
21
	    -I${LOCALBASE}/include -L${LOCALBASE}/lib \
Lines 25-30 Link Here
25
	    -o ${WRKSRC}/xvmcinfo ${FILESDIR}/xvmcinfo.c ${LDFLAGS}
22
	    -o ${WRKSRC}/xvmcinfo ${FILESDIR}/xvmcinfo.c ${LDFLAGS}
26
23
27
do-install:
24
do-install:
28
	${INSTALL_PROGRAM} ${WRKSRC}/xvmcinfo ${PREFIX}/bin
25
	${INSTALL_PROGRAM} ${WRKSRC}/xvmcinfo ${STAGEDIR}${PREFIX}/bin
29
26
30
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)x11-clocks/oclock/Makefile (-3 lines)
Lines 10-16 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	x11 xmu xext xt xkbfile
11
USE_XORG=	x11 xmu xext xt xkbfile
12
12
13
MAN1=		oclock.1
14
15
NO_STAGE=	yes
16
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-clocks/oclock/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/oclock
1
bin/oclock
2
man/man1/oclock.1.gz
2
share/X11/app-defaults/Clock-color
3
share/X11/app-defaults/Clock-color
3
@dirrmtry share/X11/app-defaults
4
@dirrmtry share/X11/app-defaults
4
@dirrmtry share/X11
5
@dirrmtry share/X11
(-)x11-clocks/xclock/Makefile (-3 lines)
Lines 12-18 Link Here
12
USE_XORG=	xrender xft xkbfile xt xaw
12
USE_XORG=	xrender xft xkbfile xt xaw
13
USES=		iconv
13
USES=		iconv
14
14
15
MAN1=		xclock.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11-clocks/xclock/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/xclock
1
bin/xclock
2
man/man1/xclock.1.gz
2
share/X11/app-defaults/XClock-color
3
share/X11/app-defaults/XClock-color
3
share/X11/app-defaults/XClock
4
share/X11/app-defaults/XClock
4
@dirrmtry share/X11/app-defaults
5
@dirrmtry share/X11/app-defaults
(-)x11-drivers/input-wacom/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	input-wacom
4
PORTNAME=	input-wacom
5
PORTVERSION=	${KLD_VERSION}.${WACOM_VERSION:C/-/./g}
5
PORTVERSION=	${KLD_VERSION}.${WACOM_VERSION:C/-/./g}
6
PORTREVISION=	1
6
PORTREVISION=	3
7
CATEGORIES=	x11-drivers kld
7
CATEGORIES=	x11-drivers kld
8
MASTER_SITES=	http://www.chillt.de/bsdwacom/:bsdwacom \
8
MASTER_SITES=	http://www.chillt.de/bsdwacom/:bsdwacom \
9
		SF/linuxwacom/xf86-input-wacom/:linuxwacom
9
		SF/linuxwacom/xf86-input-wacom/:linuxwacom
(-)x11-drivers/xf86-input-acecad/Makefile (-2 / +1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-input-acecad
3
PORTNAME=	xf86-input-acecad
4
PORTVERSION=	1.5.0
4
PORTVERSION=	1.5.0
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 8-14 Link Here
8
COMMENT=	X.Org acecad input driver
9
COMMENT=	X.Org acecad input driver
9
10
10
XORG_CAT=	driver
11
XORG_CAT=	driver
11
MAN4=		acecad.4x
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-drivers/xf86-input-acecad/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/input/acecad_drv.la
1
lib/xorg/modules/input/acecad_drv.la
2
lib/xorg/modules/input/acecad_drv.so
2
lib/xorg/modules/input/acecad_drv.so
3
man/man4/acecad.4x.gz
3
@dirrmtry lib/xorg/modules/input
4
@dirrmtry lib/xorg/modules/input
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-input-elographics/Makefile (-2 / +2 lines)
Lines 9-16 Link Here
9
COMMENT=	X.Org elographics input driver
9
COMMENT=	X.Org elographics input driver
10
10
11
XORG_CAT=	driver
11
XORG_CAT=	driver
12
MAN4=		elographics.4x
13
12
13
.include <bsd.port.options.mk>
14
14
.if defined(WITH_NEW_XORG)
15
.if defined(WITH_NEW_XORG)
15
ELO_VERSION=	1.4.1
16
ELO_VERSION=	1.4.1
16
ELO_REVISION=	0
17
ELO_REVISION=	0
Lines 19-23 Link Here
19
ELO_REVISION=	0
20
ELO_REVISION=	0
20
.endif
21
.endif
21
22
22
NO_STAGE=	yes
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)x11-drivers/xf86-input-elographics/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/input/elographics_drv.la
1
lib/xorg/modules/input/elographics_drv.la
2
lib/xorg/modules/input/elographics_drv.so
2
lib/xorg/modules/input/elographics_drv.so
3
man/man4/elographics.4x.gz
3
@dirrmtry lib/xorg/modules/input
4
@dirrmtry lib/xorg/modules/input
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-input-fpit/Makefile (+3 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-input-fpit
3
PORTNAME=	xf86-input-fpit
4
PORTVERSION=	1.4.0
4
PORTVERSION=	1.4.0
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 10-15 Link Here
10
XORG_CAT=	driver
11
XORG_CAT=	driver
11
USE_XORG=	xrandr
12
USE_XORG=	xrandr
12
13
14
.include <bsd.port.options.mk>
15
13
.if !defined(WITH_NEW_XORG)
16
.if !defined(WITH_NEW_XORG)
14
IGNORE=		does not build with X server 1.7.7
17
IGNORE=		does not build with X server 1.7.7
15
.endif
18
.endif
(-)x11-drivers/xf86-input-hyperpen/Makefile (-1 / +2 lines)
Lines 10-15 Link Here
10
10
11
XORG_CAT=	driver
11
XORG_CAT=	driver
12
12
13
.include <bsd.port.options.mk>
14
13
.if defined(WITH_NEW_XORG)
15
.if defined(WITH_NEW_XORG)
14
HYPERVER=	1.4.1
16
HYPERVER=	1.4.1
15
HYPERREVISION=	0
17
HYPERREVISION=	0
Lines 19-23 Link Here
19
EXTRA_PATCHES+=	${FILESDIR}/extra-patch-src_xf86HyperPen.c
21
EXTRA_PATCHES+=	${FILESDIR}/extra-patch-src_xf86HyperPen.c
20
.endif
22
.endif
21
23
22
NO_STAGE=	yes
23
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)x11-drivers/xf86-input-joystick/Makefile (-2 / +2 lines)
Lines 9-16 Link Here
9
COMMENT=	X.Org joystick input driver
9
COMMENT=	X.Org joystick input driver
10
10
11
XORG_CAT=	driver
11
XORG_CAT=	driver
12
MAN4=		joystick.4x
13
12
13
.include <bsd.port.options.mk>
14
14
.if defined(WITH_NEW_XORG)
15
.if defined(WITH_NEW_XORG)
15
JOYVER=		1.6.2
16
JOYVER=		1.6.2
16
JOYREVISION=	0
17
JOYREVISION=	0
Lines 19-25 Link Here
19
JOYREVISION=	1
20
JOYREVISION=	1
20
.endif
21
.endif
21
22
22
NO_STAGE=	yes
23
post-patch:
23
post-patch:
24
	@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
24
	@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
25
		${WRKSRC}/Makefile.in
25
		${WRKSRC}/Makefile.in
(-)x11-drivers/xf86-input-joystick/pkg-plist (+1 lines)
Lines 2-7 Link Here
2
lib/xorg/modules/input/joystick_drv.la
2
lib/xorg/modules/input/joystick_drv.la
3
lib/xorg/modules/input/joystick_drv.so
3
lib/xorg/modules/input/joystick_drv.so
4
libdata/pkgconfig/xorg-joystick.pc
4
libdata/pkgconfig/xorg-joystick.pc
5
man/man4/joystick.4x.gz
5
@dirrmtry lib/xorg/modules/input
6
@dirrmtry lib/xorg/modules/input
6
@dirrmtry lib/xorg/modules
7
@dirrmtry lib/xorg/modules
7
@dirrmtry lib/xorg
8
@dirrmtry lib/xorg
(-)x11-drivers/xf86-input-keyboard/Makefile (-3 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	xf86-input-keyboard
3
PORTNAME=	xf86-input-keyboard
4
PORTVERSION=	1.7.0
4
PORTVERSION=	1.8.0
5
CATEGORIES=	x11-drivers
5
CATEGORIES=	x11-drivers
6
6
7
MAINTAINER=	x11@FreeBSD.org
7
MAINTAINER=	x11@FreeBSD.org
Lines 9-15 Link Here
9
9
10
XORG_CAT=	driver
10
XORG_CAT=	driver
11
USE_XORG=	kbproto
11
USE_XORG=	kbproto
12
MAN4=		kbd.4x
13
12
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-drivers/xf86-input-keyboard/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xorg/driver/xf86-input-keyboard-1.7.0.tar.bz2) = 0cd5e2845149c7f0e19ec830c6914b7f3d154bff134ce84519e39f16ce65523c
1
SHA256 (xorg/driver/xf86-input-keyboard-1.8.0.tar.bz2) = 41c51c4e0a87aad6a1c4973c68a8de23b61162d0223f4ab36c627c307830cb5b
2
SIZE (xorg/driver/xf86-input-keyboard-1.7.0.tar.bz2) = 319043
2
SIZE (xorg/driver/xf86-input-keyboard-1.8.0.tar.bz2) = 323838
(-)x11-drivers/xf86-input-keyboard/files/patch-src__bsd_kbd.c (+14 lines)
Line 0 Link Here
1
Index: src/bsd_kbd.c
2
@@ -205,6 +205,12 @@
3
 #endif
4
         }
5
     }
6
+/*
7
+ * Switch keyboards which are not attached to console in RAW mode
8
+ */
9
+#if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT)
10
+	ioctl(pInfo->fd, KDSKBMODE, K_RAW);
11
+#endif
12
     return Success;
13
 }
14
 
(-)x11-drivers/xf86-input-keyboard/files/patch-src__kbd.c (+24 lines)
Line 0 Link Here
1
Index: src/kbd.c
2
@@ -25,6 +25,7 @@
3
 
4
 #include "xf86.h"
5
 #include "atKeynames.h"
6
+#include "xf86Priv.h"
7
 #include "xf86Privstr.h"
8
 
9
 #include <X11/extensions/XI.h>
10
@@ -392,6 +393,14 @@
11
       RemoveEnabledDevice(pInfo->fd);
12
     pKbd->KbdOff(pInfo, what);
13
     device->public.on = FALSE;
14
+	/*
15
+	 * Close device file for keyboards which are not attached
16
+	 * to console, otherwise they can't be opened again after
17
+	 * relogin when using session manager like xdm.
18
+	 * X server will take care about console attached keyboards.
19
+	 */
20
+	if (pInfo->fd != xf86Info.consoleFd)
21
+		close(pInfo->fd);
22
     break;
23
 
24
   default:
(-)x11-drivers/xf86-input-keyboard/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/input/kbd_drv.la
1
lib/xorg/modules/input/kbd_drv.la
2
lib/xorg/modules/input/kbd_drv.so
2
lib/xorg/modules/input/kbd_drv.so
3
man/man4/kbd.4x.gz
3
@dirrmtry lib/xorg/modules/input
4
@dirrmtry lib/xorg/modules/input
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-input-magictouch/Makefile (-2 / +4 lines)
Lines 8-18 Link Here
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
9
COMMENT=	X.Org magictouch input driver
9
COMMENT=	X.Org magictouch input driver
10
10
11
.include <bsd.port.options.mk>
12
13
.if defined(WITH_NEW_XORG)
11
IGNORE=		needs xf86_ansic.h which doesn't exist with recent xserver
14
IGNORE=		needs xf86_ansic.h which doesn't exist with recent xserver
15
.endif
12
16
13
XORG_CAT=	driver
17
XORG_CAT=	driver
14
MAN4=		magictouch.4x
15
USE_AUTOTOOLS=	libtool
18
USE_AUTOTOOLS=	libtool
16
19
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)x11-drivers/xf86-input-magictouch/pkg-plist (+1 lines)
Lines 1-6 Link Here
1
lib/xorg/modules/input/magictouch_drv.a
1
lib/xorg/modules/input/magictouch_drv.a
2
lib/xorg/modules/input/magictouch_drv.la
2
lib/xorg/modules/input/magictouch_drv.la
3
lib/xorg/modules/input/magictouch_drv.so
3
lib/xorg/modules/input/magictouch_drv.so
4
man/man4/magictouch.4x.gz
4
@dirrmtry lib/xorg/modules/input
5
@dirrmtry lib/xorg/modules/input
5
@dirrmtry lib/xorg/modules
6
@dirrmtry lib/xorg/modules
6
@dirrmtry lib/xorg
7
@dirrmtry lib/xorg
(-)x11-drivers/xf86-input-mouse/Makefile (-2 / +1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-input-mouse
3
PORTNAME=	xf86-input-mouse
4
PORTVERSION=	1.9.0
4
PORTVERSION=	1.9.0
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 9-15 Link Here
9
10
10
XORG_CAT=	driver
11
XORG_CAT=	driver
11
USES=		pathfix
12
USES=		pathfix
12
MAN4=		mousedrv.4x
13
13
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11-drivers/xf86-input-mouse/pkg-plist (+1 lines)
Lines 2-7 Link Here
2
lib/xorg/modules/input/mouse_drv.la
2
lib/xorg/modules/input/mouse_drv.la
3
lib/xorg/modules/input/mouse_drv.so
3
lib/xorg/modules/input/mouse_drv.so
4
libdata/pkgconfig/xorg-mouse.pc
4
libdata/pkgconfig/xorg-mouse.pc
5
man/man4/mousedrv.4x.gz
5
@dirrmtry lib/xorg/modules/input
6
@dirrmtry lib/xorg/modules/input
6
@dirrmtry lib/xorg/modules
7
@dirrmtry lib/xorg/modules
7
@dirrmtry lib/xorg
8
@dirrmtry lib/xorg
(-)x11-drivers/xf86-input-mutouch/Makefile (-4 / +2 lines)
Lines 8-20 Link Here
8
COMMENT=	X.Org mutouch input driver
8
COMMENT=	X.Org mutouch input driver
9
9
10
XORG_CAT=	driver
10
XORG_CAT=	driver
11
MAN4=		mutouch.4x
12
11
12
.include <bsd.port.options.mk>
13
13
.if !defined(WITH_NEW_XORG)
14
.if !defined(WITH_NEW_XORG)
14
IGNORE=		does not build with xorg-server 1.7.7
15
IGNORE=		does not build with xorg-server 1.7.7
15
.else
16
17
.endif
16
.endif
18
17
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)x11-drivers/xf86-input-mutouch/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/input/mutouch_drv.la
1
lib/xorg/modules/input/mutouch_drv.la
2
lib/xorg/modules/input/mutouch_drv.so
2
lib/xorg/modules/input/mutouch_drv.so
3
man/man4/mutouch.4x.gz
3
@dirrmtry lib/xorg/modules/input
4
@dirrmtry lib/xorg/modules/input
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-input-penmount/Makefile (-2 / +2 lines)
Lines 9-16 Link Here
9
COMMENT=	X.Org penmount input driver
9
COMMENT=	X.Org penmount input driver
10
10
11
XORG_CAT=	driver
11
XORG_CAT=	driver
12
MAN4=		penmount.4x
13
12
13
.include <bsd.port.options.mk>
14
14
.if defined(WITH_NEW_XORG)
15
.if defined(WITH_NEW_XORG)
15
PEN_VERSION=	1.5.0
16
PEN_VERSION=	1.5.0
16
PEN_REVISION=	0
17
PEN_REVISION=	0
Lines 19-23 Link Here
19
PEN_REVISION=	1
20
PEN_REVISION=	1
20
.endif
21
.endif
21
22
22
NO_STAGE=	yes
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)x11-drivers/xf86-input-penmount/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/input/penmount_drv.la
1
lib/xorg/modules/input/penmount_drv.la
2
lib/xorg/modules/input/penmount_drv.so
2
lib/xorg/modules/input/penmount_drv.so
3
man/man4/penmount.4x.gz
3
@dirrmtry lib/xorg/modules/input
4
@dirrmtry lib/xorg/modules/input
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-input-synaptics/Makefile (-30 / +1 lines)
Lines 10-38 Link Here
10
10
11
CONFLICTS=	synaptics-[0-9]*
11
CONFLICTS=	synaptics-[0-9]*
12
12
13
OPTIONS_DEFINE=	HAL
14
OPTIONS_DEFAULT=HAL
15
16
NO_STAGE=	yes
17
.include <bsd.port.options.mk>
18
19
USES=		pathfix
13
USES=		pathfix
20
USE_XORG=	x11 xtst
14
USE_XORG=	x11 xtst
21
XORG_CAT=	driver
15
XORG_CAT=	driver
22
16
23
.if ${PORT_OPTIONS:MHAL}
24
PLIST_SUB+=	HAL=""
25
LIB_DEPENDS+=	hal.1:${PORTSDIR}/sysutils/hal
26
.else
27
PLIST_SUB+=	HAL="@comment "
28
.endif
29
30
MAN1=		syndaemon.1 \
31
		synclient.1
32
MAN4=		synaptics.4x
33
34
.if defined(WITH_NEW_XORG)
17
.if defined(WITH_NEW_XORG)
35
SYNAPTICS_VERSION=	1.7.1
18
SYNAPTICS_VERSION=	1.7.2
36
SYNAPTICS_REVISION=	0
19
SYNAPTICS_REVISION=	0
37
PLIST_SUB+=	NEW="" OLD="@comment "
20
PLIST_SUB+=	NEW="" OLD="@comment "
38
.else
21
.else
Lines 42-57 Link Here
42
EXTRA_PATCHES+=	${PATCHDIR}/extra-Makefile.in
25
EXTRA_PATCHES+=	${PATCHDIR}/extra-Makefile.in
43
.endif
26
.endif
44
27
45
post-install:
46
.if ${PORT_OPTIONS:MHAL}
47
	${MKDIR} ${PREFIX}/share/hal/fdi/policy/10osvendor
48
	${INSTALL_DATA} ${WRKSRC}/conf/11-x11-synaptics.fdi \
49
		${PREFIX}/share/hal/fdi/policy/10osvendor/
50
.if !defined(WITH_NEW_XORG)
51
	${MKDIR} ${PREFIX}/share/hal/fdi/policy/20thirdparty
52
	${INSTALL_DATA} ${WRKSRC}/conf/11-x11-synaptics.fdi \
53
		${PREFIX}/share/hal/fdi/policy/20thirdparty/
54
.endif
55
.endif
56
57
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)x11-drivers/xf86-input-synaptics/distinfo (-2 / +2 lines)
Lines 1-4 Link Here
1
SHA256 (xorg/driver/xf86-input-synaptics-1.6.4.tar.bz2) = fe15b1afc61b40800f74a0dcf976c15b299ca0680ae5e537baef543455a732ee
1
SHA256 (xorg/driver/xf86-input-synaptics-1.6.4.tar.bz2) = fe15b1afc61b40800f74a0dcf976c15b299ca0680ae5e537baef543455a732ee
2
SIZE (xorg/driver/xf86-input-synaptics-1.6.4.tar.bz2) = 447004
2
SIZE (xorg/driver/xf86-input-synaptics-1.6.4.tar.bz2) = 447004
3
SHA256 (xorg/driver/xf86-input-synaptics-1.7.1.tar.bz2) = db5825660e1fb23190697f609bf75d4450fe707344a14298e1c9b47039bbb58e
3
SHA256 (xorg/driver/xf86-input-synaptics-1.7.2.tar.bz2) = 63957fa55f0d8662ef8c57f6325155c9884a854554d33921f0738e097f2a7dcd
4
SIZE (xorg/driver/xf86-input-synaptics-1.7.1.tar.bz2) = 441407
4
SIZE (xorg/driver/xf86-input-synaptics-1.7.2.tar.bz2) = 448170
(-)x11-drivers/xf86-input-synaptics/pkg-plist (-6 / +4 lines)
Lines 5-18 Link Here
5
lib/xorg/modules/input/synaptics_drv.la
5
lib/xorg/modules/input/synaptics_drv.la
6
lib/xorg/modules/input/synaptics_drv.so
6
lib/xorg/modules/input/synaptics_drv.so
7
libdata/pkgconfig/xorg-synaptics.pc
7
libdata/pkgconfig/xorg-synaptics.pc
8
man/man1/synclient.1.gz
9
man/man1/syndaemon.1.gz
10
man/man4/synaptics.4x.gz
8
%%NEW%%share/X11/xorg.conf.d/50-synaptics.conf
11
%%NEW%%share/X11/xorg.conf.d/50-synaptics.conf
9
%%HAL%%share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi
12
%%NEW%%@dirrmtry share/X11/xorg.conf.d
10
%%HAL%%%%OLD%%share/hal/fdi/policy/20thirdparty/11-x11-synaptics.fdi
11
@dirrmtry lib/xorg/modules/input
13
@dirrmtry lib/xorg/modules/input
12
@dirrmtry lib/xorg/modules
14
@dirrmtry lib/xorg/modules
13
@dirrmtry lib/xorg
15
@dirrmtry lib/xorg
14
@dirrmtry include/xorg
16
@dirrmtry include/xorg
15
%%HAL%%@dirrmtry share/hal/fdi/policy/10osvendor
16
%%HAL%%@dirrmtry share/hal/fdi/policy
17
%%HAL%%@dirrmtry share/hal/fdi
18
%%HAL%%@dirrmtry share/hal
(-)x11-drivers/xf86-input-vmmouse/Makefile (-4 / +3 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	xf86-input-vmmouse
4
PORTNAME=	xf86-input-vmmouse
5
PORTVERSION=	13.0.0
5
PORTVERSION=	13.0.0
6
PORTREVISION=	1
6
CATEGORIES=	x11-drivers
7
CATEGORIES=	x11-drivers
7
8
8
MAINTAINER=	x11@FreeBSD.org
9
MAINTAINER=	x11@FreeBSD.org
Lines 14-25 Link Here
14
CONFIGURE_ARGS=	--with-hal-callouts-dir=${PREFIX}/libexec/hal/scripts
15
CONFIGURE_ARGS=	--with-hal-callouts-dir=${PREFIX}/libexec/hal/scripts
15
USE_GMAKE=	yes
16
USE_GMAKE=	yes
16
17
17
MAN1=		vmmouse_detect.1
18
MAN4=		vmmouse.4x
19
20
ONLY_FOR_ARCHS=	i386 amd64
18
ONLY_FOR_ARCHS=	i386 amd64
21
ONLY_FOR_ARCHS_REASON=	The vmmouse protocol is only supported on x86-compatible architectures.
19
ONLY_FOR_ARCHS_REASON=	The vmmouse protocol is only supported on x86-compatible architectures.
22
20
21
.include <bsd.port.options.mk>
22
23
.if defined(WITH_NEW_XORG)
23
.if defined(WITH_NEW_XORG)
24
PLIST_SUB+=	NEW=""
24
PLIST_SUB+=	NEW=""
25
.else
25
.else
Lines 26-30 Link Here
26
PLIST_SUB+=	NEW="@comment "
26
PLIST_SUB+=	NEW="@comment "
27
.endif
27
.endif
28
28
29
NO_STAGE=	yes
30
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)x11-drivers/xf86-input-vmmouse/pkg-plist (+2 lines)
Lines 2-7 Link Here
2
libexec/hal/scripts/hal-probe-vmmouse
2
libexec/hal/scripts/hal-probe-vmmouse
3
lib/xorg/modules/input/vmmouse_drv.la
3
lib/xorg/modules/input/vmmouse_drv.la
4
lib/xorg/modules/input/vmmouse_drv.so
4
lib/xorg/modules/input/vmmouse_drv.so
5
man/man1/vmmouse_detect.1.gz
6
man/man4/vmmouse.4x.gz
5
%%NEW%%share/X11/xorg.conf.d/50-vmmouse.conf
7
%%NEW%%share/X11/xorg.conf.d/50-vmmouse.conf
6
share/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi
8
share/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi
7
@dirrmtry lib/xorg/modules/input
9
@dirrmtry lib/xorg/modules/input
(-)x11-drivers/xf86-input-void/Makefile (-3 / +2 lines)
Lines 9-16 Link Here
9
COMMENT=	X.Org void input driver
9
COMMENT=	X.Org void input driver
10
10
11
XORG_CAT=	driver
11
XORG_CAT=	driver
12
MAN4=		void.4x
13
12
13
.include <bsd.port.options.mk>
14
14
.if defined(WITH_NEW_XORG)
15
.if defined(WITH_NEW_XORG)
15
VOID_VERSION=	1.4.0
16
VOID_VERSION=	1.4.0
16
VOID_REVISION=	0
17
VOID_REVISION=	0
Lines 19-24 Link Here
19
VOID_REVISION=	0
20
VOID_REVISION=	0
20
.endif
21
.endif
21
22
22
23
NO_STAGE=	yes
24
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)x11-drivers/xf86-input-void/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/input/void_drv.la
1
lib/xorg/modules/input/void_drv.la
2
lib/xorg/modules/input/void_drv.so
2
lib/xorg/modules/input/void_drv.so
3
man/man4/void.4x.gz
3
@dirrmtry lib/xorg/modules/input
4
@dirrmtry lib/xorg/modules/input
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-apm/Makefile (-2 / +1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-apm
3
PORTNAME=	xf86-video-apm
4
PORTVERSION=	1.2.5
4
PORTVERSION=	1.2.5
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 8-14 Link Here
8
COMMENT=	X.Org apm display driver
9
COMMENT=	X.Org apm display driver
9
10
10
XORG_CAT=	driver
11
XORG_CAT=	driver
11
MAN4=		apm.4x
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-apm/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/apm_drv.la
1
lib/xorg/modules/drivers/apm_drv.la
2
lib/xorg/modules/drivers/apm_drv.so
2
lib/xorg/modules/drivers/apm_drv.so
3
man/man4/apm.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-ark/Makefile (-1 / +1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-ark
3
PORTNAME=	xf86-video-ark
4
PORTVERSION=	0.7.5
4
PORTVERSION=	0.7.5
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 9-13 Link Here
9
10
10
XORG_CAT=	driver
11
XORG_CAT=	driver
11
12
12
NO_STAGE=	yes
13
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-ati/Makefile (-2 / +3 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-ati
3
PORTNAME=	xf86-video-ati
4
PORTVERSION=	${ATI_VERSION}
4
PORTVERSION=	${ATI_VERSION}
5
PORTREVISION=	${ATI_REVISION}
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 10-26 Link Here
10
USE_GL=		gl
11
USE_GL=		gl
11
XORG_CAT=	driver
12
XORG_CAT=	driver
12
USE_XORG=	xf86driproto xineramaproto xf86miscproto glproto
13
USE_XORG=	xf86driproto xineramaproto xf86miscproto glproto
13
MAN4=		ati.4x radeon.4x
14
14
15
NO_STAGE=	yes
16
.include <bsd.port.pre.mk>
15
.include <bsd.port.pre.mk>
17
16
18
.if ${OSVERSION} < 1000051 || !defined(WITH_NEW_XORG)
17
.if ${OSVERSION} < 1000051 || !defined(WITH_NEW_XORG)
19
ATI_VERSION=	6.14.6
18
ATI_VERSION=	6.14.6
19
ATI_REVISION=	1
20
CONFIGURE_ARGS+=--disable-kms
20
CONFIGURE_ARGS+=--disable-kms
21
PLIST_SUB+=	OLD=""
21
PLIST_SUB+=	OLD=""
22
.else
22
.else
23
ATI_VERSION=	7.2.0
23
ATI_VERSION=	7.2.0
24
ATI_REVISION=	1
24
CONFIGURE_ARGS+=--disable-udev
25
CONFIGURE_ARGS+=--disable-udev
25
EXTRA_PATCHES+=	${FILESDIR}/extra-src__radeon_kms.c
26
EXTRA_PATCHES+=	${FILESDIR}/extra-src__radeon_kms.c
26
PLIST_SUB+=	OLD="@comment "
27
PLIST_SUB+=	OLD="@comment "
(-)x11-drivers/xf86-video-ati/pkg-plist (+2 lines)
Lines 8-13 Link Here
8
%%OLD%%lib/xorg/modules/multimedia/theatre_detect_drv.so
8
%%OLD%%lib/xorg/modules/multimedia/theatre_detect_drv.so
9
%%OLD%%lib/xorg/modules/multimedia/theatre_drv.la
9
%%OLD%%lib/xorg/modules/multimedia/theatre_drv.la
10
%%OLD%%lib/xorg/modules/multimedia/theatre_drv.so
10
%%OLD%%lib/xorg/modules/multimedia/theatre_drv.so
11
man/man4/ati.4x.gz
12
man/man4/radeon.4x.gz
11
@dirrmtry lib/xorg/modules/drivers
13
@dirrmtry lib/xorg/modules/drivers
12
%%OLD%%@dirrmtry lib/xorg/modules/multimedia
14
%%OLD%%@dirrmtry lib/xorg/modules/multimedia
13
@dirrmtry lib/xorg/modules
15
@dirrmtry lib/xorg/modules
(-)x11-drivers/xf86-video-chips/Makefile (-2 / +1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-chips
3
PORTNAME=	xf86-video-chips
4
PORTVERSION=	1.2.5
4
PORTVERSION=	1.2.5
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 8-14 Link Here
8
COMMENT=	X.Org chips display driver
9
COMMENT=	X.Org chips display driver
9
10
10
XORG_CAT=	driver
11
XORG_CAT=	driver
11
MAN4=		chips.4x
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-chips/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/chips_drv.la
1
lib/xorg/modules/drivers/chips_drv.la
2
lib/xorg/modules/drivers/chips_drv.so
2
lib/xorg/modules/drivers/chips_drv.so
3
man/man4/chips.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-cirrus/Makefile (-2 / +1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-cirrus
3
PORTNAME=	xf86-video-cirrus
4
PORTVERSION=	1.5.2
4
PORTVERSION=	1.5.2
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 8-14 Link Here
8
COMMENT=	X.Org cirrus display driver
9
COMMENT=	X.Org cirrus display driver
9
10
10
XORG_CAT=	driver
11
XORG_CAT=	driver
11
MAN4=		cirrus.4x
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-cirrus/pkg-plist (+1 lines)
Lines 4-9 Link Here
4
lib/xorg/modules/drivers/cirrus_drv.so
4
lib/xorg/modules/drivers/cirrus_drv.so
5
lib/xorg/modules/drivers/cirrus_laguna.la
5
lib/xorg/modules/drivers/cirrus_laguna.la
6
lib/xorg/modules/drivers/cirrus_laguna.so
6
lib/xorg/modules/drivers/cirrus_laguna.so
7
man/man4/cirrus.4x.gz
7
@dirrmtry lib/xorg/modules/drivers
8
@dirrmtry lib/xorg/modules/drivers
8
@dirrmtry lib/xorg/modules
9
@dirrmtry lib/xorg/modules
9
@dirrmtry lib/xorg
10
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-cyrix/Makefile (-3 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	xf86-video-cyrix
3
PORTNAME=	xf86-video-cyrix
4
PORTVERSION=	1.1.0
4
PORTVERSION=	1.1.0
5
PORTREVISION=	8
5
PORTREVISION=	9
6
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
7
7
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 12-18 Link Here
12
12
13
XORG_CAT=	driver
13
XORG_CAT=	driver
14
USE_XORG=	xextproto xf86dgaproto
14
USE_XORG=	xextproto xf86dgaproto
15
MAN4=		cyrix.4x
16
15
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-cyrix/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/cyrix_drv.la
1
lib/xorg/modules/drivers/cyrix_drv.la
2
lib/xorg/modules/drivers/cyrix_drv.so
2
lib/xorg/modules/drivers/cyrix_drv.so
3
man/man4/cyrix.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-dummy/Makefile (-1 / +1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-dummy
3
PORTNAME=	xf86-video-dummy
4
PORTVERSION=	0.3.7
4
PORTVERSION=	0.3.7
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 10-14 Link Here
10
XORG_CAT=	driver
11
XORG_CAT=	driver
11
USE_XORG=	xf86dgaproto
12
USE_XORG=	xf86dgaproto
12
13
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-fbdev/Makefile (-3 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	xf86-video-fbdev
3
PORTNAME=	xf86-video-fbdev
4
PORTVERSION=	0.4.4
4
PORTVERSION=	0.4.4
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
7
7
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 9-15 Link Here
9
COMMENT=	X.Org fbdev display driver
9
COMMENT=	X.Org fbdev display driver
10
10
11
XORG_CAT=	driver
11
XORG_CAT=	driver
12
MAN4=		fbdev.4x
13
12
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-fbdev/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/fbdev_drv.la
1
lib/xorg/modules/drivers/fbdev_drv.la
2
lib/xorg/modules/drivers/fbdev_drv.so
2
lib/xorg/modules/drivers/fbdev_drv.so
3
man/man4/fbdev.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-glint/Makefile (-2 / +1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-glint
3
PORTNAME=	xf86-video-glint
4
PORTVERSION=	1.2.8
4
PORTVERSION=	1.2.8
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 11-17 Link Here
11
12
12
XORG_CAT=	driver
13
XORG_CAT=	driver
13
USE_XORG=	xf86driproto xf86dgaproto glproto
14
USE_XORG=	xf86driproto xf86dgaproto glproto
14
MAN4=		glint.4x
15
15
16
NO_STAGE=	yes
17
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-glint/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/glint_drv.la
1
lib/xorg/modules/drivers/glint_drv.la
2
lib/xorg/modules/drivers/glint_drv.so
2
lib/xorg/modules/drivers/glint_drv.so
3
man/man4/glint.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-i128/Makefile (-2 / +1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-i128
3
PORTNAME=	xf86-video-i128
4
PORTVERSION=	1.3.6
4
PORTVERSION=	1.3.6
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 8-14 Link Here
8
COMMENT=	X.Org i128 display driver
9
COMMENT=	X.Org i128 display driver
9
10
10
XORG_CAT=	driver
11
XORG_CAT=	driver
11
MAN4=		i128.4x
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-i128/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/i128_drv.la
1
lib/xorg/modules/drivers/i128_drv.la
2
lib/xorg/modules/drivers/i128_drv.so
2
lib/xorg/modules/drivers/i128_drv.so
3
man/man4/i128.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-i740/Makefile (-2 / +1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-i740
3
PORTNAME=	xf86-video-i740
4
PORTVERSION=	1.3.4
4
PORTVERSION=	1.3.4
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 8-14 Link Here
8
COMMENT=	X.Org i740 display driver
9
COMMENT=	X.Org i740 display driver
9
10
10
XORG_CAT=	driver
11
XORG_CAT=	driver
11
MAN4=		i740.4x
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-i740/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/i740_drv.la
1
lib/xorg/modules/drivers/i740_drv.la
2
lib/xorg/modules/drivers/i740_drv.so
2
lib/xorg/modules/drivers/i740_drv.so
3
man/man4/i740.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-imstt/Makefile (-4 / +3 lines)
Lines 2-17 Link Here
2
2
3
PORTNAME=	xf86-video-imstt
3
PORTNAME=	xf86-video-imstt
4
PORTVERSION=	1.1.0
4
PORTVERSION=	1.1.0
5
PORTREVISION=	8
5
PORTREVISION=	9
6
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
7
7
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
9
COMMENT=	X.Org imstt display driver
9
COMMENT=	X.Org imstt display driver
10
10
11
IGNORE=		requires pciVideoPtr typedef
11
DEPRECATED=	requires pciVideoPtr typedef
12
EXPIRATION_DATE=2014-01-31
12
13
13
XORG_CAT=	driver
14
XORG_CAT=	driver
14
MAN4=		imstt.4x
15
15
16
NO_STAGE=	yes
17
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-imstt/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/imstt_drv.la
1
lib/xorg/modules/drivers/imstt_drv.la
2
lib/xorg/modules/drivers/imstt_drv.so
2
lib/xorg/modules/drivers/imstt_drv.so
3
man/man4/imstt.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-intel/Makefile (-16 / +8 lines)
Lines 23-36 Link Here
23
		xrender \
23
		xrender \
24
		xvmc
24
		xvmc
25
25
26
MAN4=		intel.4x
27
28
NO_STAGE=	yes
29
.include <bsd.port.options.mk>
26
.include <bsd.port.options.mk>
30
27
31
.if defined(WITH_NEW_XORG)
28
.if defined(WITH_NEW_XORG)
32
INTEL_VERSION=	2.21.15
29
INTEL_VERSION=	2.21.15
33
INTEL_REVISION=	0
30
INTEL_REVISION=	1
34
CONFIGURE_ENV+=	xorg_cv_cc_flag__Wno_maybe_uninitialized=no
31
CONFIGURE_ENV+=	xorg_cv_cc_flag__Wno_maybe_uninitialized=no
35
CONFIGURE_ARGS+=	--enable-sna
32
CONFIGURE_ARGS+=	--enable-sna
36
MAKE_JOBS_UNSAFE=yes
33
MAKE_JOBS_UNSAFE=yes
Lines 39-48 Link Here
39
		${PATCHDIR}/extra-src_sna_kgem.c \
36
		${PATCHDIR}/extra-src_sna_kgem.c \
40
		${PATCHDIR}/extra-clang \
37
		${PATCHDIR}/extra-clang \
41
		${PATCHDIR}/extra-i915kms
38
		${PATCHDIR}/extra-i915kms
42
LIB_DEPENDS+=	xcb-util:${PORTSDIR}/x11/xcb-util
39
LIB_DEPENDS+=	libxcb-util.so:${PORTSDIR}/x11/xcb-util
43
.else
40
.else
44
INTEL_VERSION=	2.7.1
41
INTEL_VERSION=	2.7.1
45
INTEL_REVISION=	5
42
INTEL_REVISION=	6
46
PLIST_SUB+=	OLD=""
43
PLIST_SUB+=	OLD=""
47
44
48
EXTRA_PATCHES+=	${PATCHDIR}/extra-src_ch7017_ch7017.c \
45
EXTRA_PATCHES+=	${PATCHDIR}/extra-src_ch7017_ch7017.c \
Lines 65-78 Link Here
65
		${PATCHDIR}/extra-uxa_uxa-priv.h
62
		${PATCHDIR}/extra-uxa_uxa-priv.h
66
.endif
63
.endif
67
64
68
.include <bsd.port.pre.mk>
65
post-install:
66
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libIntelXvMC.so.1
67
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libI810XvMC.so.1
68
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/xorg/modules/drivers/intel_drv.so
69
69
70
.if defined(WITH_NEW_XORG)
70
.include <bsd.port.mk>
71
pre-configure:
72
.if !exists(${LOCALBASE}/lib/libkms.so)
73
	@${ECHO} "${PKGNAME}: Rebuild graphics/libdrm with the WITH_KMS option."
74
	@${FALSE}
75
.endif
76
.endif
77
78
.include <bsd.port.post.mk>
(-)x11-drivers/xf86-video-intel/pkg-plist (+1 lines)
Lines 16-21 Link Here
16
%%OLD%%lib/xorg/modules/drivers/sil164.so
16
%%OLD%%lib/xorg/modules/drivers/sil164.so
17
%%OLD%%lib/xorg/modules/drivers/tfp410.la
17
%%OLD%%lib/xorg/modules/drivers/tfp410.la
18
%%OLD%%lib/xorg/modules/drivers/tfp410.so
18
%%OLD%%lib/xorg/modules/drivers/tfp410.so
19
man/man4/intel.4x.gz
19
@dirrmtry lib/xorg/modules/drivers
20
@dirrmtry lib/xorg/modules/drivers
20
@dirrmtry lib/xorg/modules
21
@dirrmtry lib/xorg/modules
21
@dirrmtry lib/xorg
22
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-mach64/Makefile (-1 / +1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-mach64
3
PORTNAME=	xf86-video-mach64
4
PORTVERSION=	6.9.4
4
PORTVERSION=	6.9.4
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 12-16 Link Here
12
XORG_CAT=	driver
13
XORG_CAT=	driver
13
USE_XORG=	glproto xf86driproto xf86miscproto
14
USE_XORG=	glproto xf86driproto xf86miscproto
14
15
15
NO_STAGE=	yes
16
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-mga/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-mga
3
PORTNAME=	xf86-video-mga
4
PORTVERSION=	1.6.3
4
PORTVERSION=	1.6.3
5
PORTREVISION=	1
5
PORTEPOCH=	3
6
PORTEPOCH=	3
6
CATEGORIES=	x11-drivers
7
CATEGORIES=	x11-drivers
7
8
(-)x11-drivers/xf86-video-neomagic/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	xf86-video-neomagic
3
PORTNAME=	xf86-video-neomagic
4
PORTVERSION=	1.2.8
4
PORTVERSION=	1.2.8
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
7
7
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
(-)x11-drivers/xf86-video-newport/Makefile (-2 / +1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-newport
3
PORTNAME=	xf86-video-newport
4
PORTVERSION=	0.2.4
4
PORTVERSION=	0.2.4
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 8-16 Link Here
8
COMMENT=	X.Org newport display driver
9
COMMENT=	X.Org newport display driver
9
10
10
XORG_CAT=	driver
11
XORG_CAT=	driver
11
MAN4=		newport.4x
12
12
13
NO_STAGE=	yes
14
post-patch:
13
post-patch:
15
		${REINPLACE_CMD} -e 's|values.h|sys/limits.h|' \
14
		${REINPLACE_CMD} -e 's|values.h|sys/limits.h|' \
16
				 -e 's|MAXSHORT|SHRT_MAX|g' \
15
				 -e 's|MAXSHORT|SHRT_MAX|g' \
(-)x11-drivers/xf86-video-newport/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/newport_drv.la
1
lib/xorg/modules/drivers/newport_drv.la
2
lib/xorg/modules/drivers/newport_drv.so
2
lib/xorg/modules/drivers/newport_drv.so
3
man/man4/newport.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-nouveau/Makefile (-5 / +3 lines)
Lines 4-10 Link Here
4
PORTNAME=	xf86-video-nouveau
4
PORTNAME=	xf86-video-nouveau
5
PORTVERSION=	0.0.10.${SNAPDATE}
5
PORTVERSION=	0.0.10.${SNAPDATE}
6
DISTVERSIONSUFFIX=.${SNAPREV}
6
DISTVERSIONSUFFIX=.${SNAPREV}
7
PORTREVISION=	3
7
PORTREVISION=	4
8
CATEGORIES=	x11-drivers
8
CATEGORIES=	x11-drivers
9
MASTER_SITES=	ftp://ftp.lissyara.su/users/Guest/distfiles/
9
MASTER_SITES=	ftp://ftp.lissyara.su/users/Guest/distfiles/
10
10
Lines 13-25 Link Here
13
13
14
XORG_CAT=	driver
14
XORG_CAT=	driver
15
USE_XORG=	xf86driproto glproto
15
USE_XORG=	xf86driproto glproto
16
MAN4=		nouveau.4x
17
16
18
19
# also doesn't work with mesa (libGL) version higher then 7.4.x
17
# also doesn't work with mesa (libGL) version higher then 7.4.x
20
IGNORE=		Not supported, missing kernel support. use the nvidia driver.
18
DEPRECATED=	Not supported, missing kernel support. use the nvidia driver.
19
EXPIRATION_DATE=2014-01-31
21
20
22
NO_STAGE=	yes
23
post-configure:
21
post-configure:
24
	${REINPLACE_CMD} '/NV_DRIVER_DATE/s/".*"/"${SNAPDATE}.${SNAPREV}"/' ${WRKSRC}/config.h
22
	${REINPLACE_CMD} '/NV_DRIVER_DATE/s/".*"/"${SNAPDATE}.${SNAPREV}"/' ${WRKSRC}/config.h
25
23
(-)x11-drivers/xf86-video-nouveau/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/nouveau_drv.la
1
lib/xorg/modules/drivers/nouveau_drv.la
2
lib/xorg/modules/drivers/nouveau_drv.so
2
lib/xorg/modules/drivers/nouveau_drv.so
3
man/man4/nouveau.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-nv/Makefile (-3 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	xf86-video-nv
3
PORTNAME=	xf86-video-nv
4
PORTVERSION=	2.1.20
4
PORTVERSION=	2.1.20
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
7
7
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 9-15 Link Here
9
COMMENT=	X.Org nv display driver
9
COMMENT=	X.Org nv display driver
10
10
11
XORG_CAT=	driver
11
XORG_CAT=	driver
12
MAN4=		nv.4x
13
12
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-nv/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/nv_drv.la
1
lib/xorg/modules/drivers/nv_drv.la
2
lib/xorg/modules/drivers/nv_drv.so
2
lib/xorg/modules/drivers/nv_drv.so
3
man/man4/nv.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-openchrome/Makefile (-2 / +1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-openchrome
3
PORTNAME=	xf86-video-openchrome
4
PORTVERSION=	0.3.3
4
PORTVERSION=	0.3.3
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 11-21 Link Here
11
12
12
XORG_CAT=	driver
13
XORG_CAT=	driver
13
USE_XORG=	xf86driproto xvmc glproto
14
USE_XORG=	xf86driproto xvmc glproto
14
MAN4=		openchrome.4x
15
15
16
MAKE_ARGS+=	drivermandir=${LOCALBASE}/man/man4
16
MAKE_ARGS+=	drivermandir=${LOCALBASE}/man/man4
17
17
18
ONLY_FOR_ARCHS=	amd64 i386 ia64
18
ONLY_FOR_ARCHS=	amd64 i386 ia64
19
19
20
NO_STAGE=	yes
21
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-openchrome/pkg-plist (+1 lines)
Lines 6-11 Link Here
6
lib/libchromeXvMCPro.so.1
6
lib/libchromeXvMCPro.so.1
7
lib/xorg/modules/drivers/openchrome_drv.la
7
lib/xorg/modules/drivers/openchrome_drv.la
8
lib/xorg/modules/drivers/openchrome_drv.so
8
lib/xorg/modules/drivers/openchrome_drv.so
9
man/man4/openchrome.4x.gz
9
@dirrmtry lib/xorg/modules/drivers
10
@dirrmtry lib/xorg/modules/drivers
10
@dirrmtry lib/xorg/modules
11
@dirrmtry lib/xorg/modules
11
@dirrmtry lib/xorg
12
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-r128/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-r128
3
PORTNAME=	xf86-video-r128
4
PORTVERSION=	6.9.2
4
PORTVERSION=	6.9.2
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
(-)x11-drivers/xf86-video-radeonhd/Makefile (-4 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	xf86-video-radeonhd
4
PORTNAME=	xf86-video-radeonhd
5
PORTVERSION=	1.3.0
5
PORTVERSION=	1.3.0
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	x11-drivers
7
CATEGORIES=	x11-drivers
8
8
9
MAINTAINER=	x11@FreeBSD.org
9
MAINTAINER=	x11@FreeBSD.org
Lines 17-25 Link Here
17
CONFIGURE_ARGS=	--enable-exa
17
CONFIGURE_ARGS=	--enable-exa
18
CONFLICTS=	xf86-video-radeonhd-devel-[0-9]*
18
CONFLICTS=	xf86-video-radeonhd-devel-[0-9]*
19
19
20
MAN4=	radeonhd.4x
21
22
NO_STAGE=	yes
23
.include <bsd.port.options.mk>
20
.include <bsd.port.options.mk>
24
21
25
.if ${PORT_OPTIONS:MUTILS}
22
.if ${PORT_OPTIONS:MUTILS}
(-)x11-drivers/xf86-video-radeonhd/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/radeonhd_drv.la
1
lib/xorg/modules/drivers/radeonhd_drv.la
2
lib/xorg/modules/drivers/radeonhd_drv.so
2
lib/xorg/modules/drivers/radeonhd_drv.so
3
man/man4/radeonhd.4x.gz
3
%%UTILS%%sbin/rhd_conntest
4
%%UTILS%%sbin/rhd_conntest
4
%%UTILS%%sbin/rhd_dump
5
%%UTILS%%sbin/rhd_dump
5
@dirrmtry lib/xorg/modules/drivers
6
@dirrmtry lib/xorg/modules/drivers
(-)x11-drivers/xf86-video-rdc/Makefile (+3 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	xf86-video-rdc
4
PORTNAME=	xf86-video-rdc
5
PORTVERSION=	0.9
5
PORTVERSION=	0.9
6
PORTREVISION=	1
6
CATEGORIES=	x11-drivers
7
CATEGORIES=	x11-drivers
7
MASTER_SITES=	http://www.SpringDaemons.com/stas/
8
MASTER_SITES=	http://www.SpringDaemons.com/stas/
8
9
Lines 13-18 Link Here
13
XORG_CAT=	driver
14
XORG_CAT=	driver
14
USE_XORG=	xvmc xf86driproto xextproto x11 glproto
15
USE_XORG=	xvmc xf86driproto xextproto x11 glproto
15
16
17
.include <bsd.port.options.mk>
18
16
.if defined(WITH_NEW_XORG)
19
.if defined(WITH_NEW_XORG)
17
IGNORE=         does not build with X server 1.12
20
IGNORE=         does not build with X server 1.12
18
.endif
21
.endif
(-)x11-drivers/xf86-video-rendition/Makefile (-3 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	xf86-video-rendition
3
PORTNAME=	xf86-video-rendition
4
PORTVERSION=	4.2.5
4
PORTVERSION=	4.2.5
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
7
7
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 9-15 Link Here
9
COMMENT=	X.Org rendition display driver
9
COMMENT=	X.Org rendition display driver
10
10
11
XORG_CAT=	driver
11
XORG_CAT=	driver
12
MAN4=		rendition.4x
13
12
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-rendition/pkg-plist (+1 lines)
Lines 2-7 Link Here
2
lib/xorg/modules/drivers/rendition_drv.so
2
lib/xorg/modules/drivers/rendition_drv.so
3
lib/xorg/modules/v10002d.uc
3
lib/xorg/modules/v10002d.uc
4
lib/xorg/modules/v20002d.uc
4
lib/xorg/modules/v20002d.uc
5
man/man4/rendition.4x.gz
5
@dirrmtry lib/xorg/modules/drivers
6
@dirrmtry lib/xorg/modules/drivers
6
@dirrmtry lib/xorg/modules
7
@dirrmtry lib/xorg/modules
7
@dirrmtry lib/xorg
8
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-s3/Makefile (-2 / +1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-s3
3
PORTNAME=	xf86-video-s3
4
PORTVERSION=	0.6.5
4
PORTVERSION=	0.6.5
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 8-14 Link Here
8
COMMENT=	X.Org s3 display driver
9
COMMENT=	X.Org s3 display driver
9
10
10
XORG_CAT=	driver
11
XORG_CAT=	driver
11
MAN4=		s3.4x
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-s3/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/s3_drv.la
1
lib/xorg/modules/drivers/s3_drv.la
2
lib/xorg/modules/drivers/s3_drv.so
2
lib/xorg/modules/drivers/s3_drv.so
3
man/man4/s3.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-s3virge/Makefile (-2 / +1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-s3virge
3
PORTNAME=	xf86-video-s3virge
4
PORTVERSION=	1.10.6
4
PORTVERSION=	1.10.6
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 8-14 Link Here
8
COMMENT=	X.Org s3virge display driver
9
COMMENT=	X.Org s3virge display driver
9
10
10
XORG_CAT=	driver
11
XORG_CAT=	driver
11
MAN4=		s3virge.4x
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-s3virge/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/s3virge_drv.la
1
lib/xorg/modules/drivers/s3virge_drv.la
2
lib/xorg/modules/drivers/s3virge_drv.so
2
lib/xorg/modules/drivers/s3virge_drv.so
3
man/man4/s3virge.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-savage/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-savage
3
PORTNAME=	xf86-video-savage
4
PORTVERSION=	2.3.7
4
PORTVERSION=	2.3.7
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
(-)x11-drivers/xf86-video-siliconmotion/Makefile (-2 / +1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-siliconmotion
3
PORTNAME=	xf86-video-siliconmotion
4
PORTVERSION=	1.7.7
4
PORTVERSION=	1.7.7
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 8-14 Link Here
8
COMMENT=	X.Org siliconmotion display driver
9
COMMENT=	X.Org siliconmotion display driver
9
10
10
XORG_CAT=	driver
11
XORG_CAT=	driver
11
MAN4=		siliconmotion.4x
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-siliconmotion/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/siliconmotion_drv.la
1
lib/xorg/modules/drivers/siliconmotion_drv.la
2
lib/xorg/modules/drivers/siliconmotion_drv.so
2
lib/xorg/modules/drivers/siliconmotion_drv.so
3
man/man4/siliconmotion.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-sis/Makefile (-2 / +1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-sis
3
PORTNAME=	xf86-video-sis
4
PORTVERSION=	0.10.7
4
PORTVERSION=	0.10.7
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 13-19 Link Here
13
14
14
XORG_CAT=	driver
15
XORG_CAT=	driver
15
USE_XORG=	xf86dgaproto xf86driproto xineramaproto xf86miscproto glproto
16
USE_XORG=	xf86dgaproto xf86driproto xineramaproto xf86miscproto glproto
16
MAN4=		sis.4x
17
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-sis/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/sis_drv.la
1
lib/xorg/modules/drivers/sis_drv.la
2
lib/xorg/modules/drivers/sis_drv.so
2
lib/xorg/modules/drivers/sis_drv.so
3
man/man4/sis.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-sis-intel/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	xf86-video-sis-intel
4
PORTNAME=	xf86-video-sis-intel
5
PORTVERSION=	300407
5
PORTVERSION=	300407
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	x11-drivers
7
CATEGORIES=	x11-drivers
8
MASTER_SITES=	http://downloadmirror.intel.com/15443/eng/
8
MASTER_SITES=	http://downloadmirror.intel.com/15443/eng/
9
DISTNAME=	sis_drv_src_300407
9
DISTNAME=	sis_drv_src_300407
(-)x11-drivers/xf86-video-sunffb/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-sunffb
3
PORTNAME=	xf86-video-sunffb
4
PORTVERSION=	1.2.2
4
PORTVERSION=	1.2.2
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
(-)x11-drivers/xf86-video-tdfx/Makefile (-3 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	xf86-video-tdfx
3
PORTNAME=	xf86-video-tdfx
4
PORTVERSION=	1.4.5
4
PORTVERSION=	1.4.5
5
PORTREVISION=	2
5
PORTREVISION=	3
6
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
7
7
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 12-18 Link Here
12
12
13
XORG_CAT=	driver
13
XORG_CAT=	driver
14
USE_XORG=	xf86driproto glproto
14
USE_XORG=	xf86driproto glproto
15
MAN4=		tdfx.4x
16
15
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-tdfx/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/tdfx_drv.la
1
lib/xorg/modules/drivers/tdfx_drv.la
2
lib/xorg/modules/drivers/tdfx_drv.so
2
lib/xorg/modules/drivers/tdfx_drv.so
3
man/man4/tdfx.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-tga/Makefile (-1 lines)
Lines 11-15 Link Here
11
XORG_CAT=	driver
11
XORG_CAT=	driver
12
USE_XORG=	xf86dgaproto
12
USE_XORG=	xf86dgaproto
13
13
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-trident/Makefile (-3 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	xf86-video-trident
3
PORTNAME=	xf86-video-trident
4
PORTVERSION=	1.3.6
4
PORTVERSION=	1.3.6
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
7
7
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 10-16 Link Here
10
10
11
XORG_CAT=	driver
11
XORG_CAT=	driver
12
USE_XORG=	xf86dgaproto
12
USE_XORG=	xf86dgaproto
13
MAN4=		trident.4x
14
13
15
NO_STAGE=	yes
16
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-trident/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/trident_drv.la
1
lib/xorg/modules/drivers/trident_drv.la
2
lib/xorg/modules/drivers/trident_drv.so
2
lib/xorg/modules/drivers/trident_drv.so
3
man/man4/trident.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-tseng/Makefile (-3 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	xf86-video-tseng
3
PORTNAME=	xf86-video-tseng
4
PORTVERSION=	1.2.5
4
PORTVERSION=	1.2.5
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
7
7
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 9-15 Link Here
9
COMMENT=	X.Org tseng display driver
9
COMMENT=	X.Org tseng display driver
10
10
11
XORG_CAT=	driver
11
XORG_CAT=	driver
12
MAN4=		tseng.4x
13
12
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-tseng/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/tseng_drv.la
1
lib/xorg/modules/drivers/tseng_drv.la
2
lib/xorg/modules/drivers/tseng_drv.so
2
lib/xorg/modules/drivers/tseng_drv.so
3
man/man4/tseng.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-vesa/Makefile (-2 / +1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-vesa
3
PORTNAME=	xf86-video-vesa
4
PORTVERSION=	2.3.3
4
PORTVERSION=	2.3.3
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 8-14 Link Here
8
COMMENT=	X.Org vesa display driver
9
COMMENT=	X.Org vesa display driver
9
10
10
XORG_CAT=	driver
11
XORG_CAT=	driver
11
MAN4=		vesa.4x
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-vesa/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/vesa_drv.la
1
lib/xorg/modules/drivers/vesa_drv.la
2
lib/xorg/modules/drivers/vesa_drv.so
2
lib/xorg/modules/drivers/vesa_drv.so
3
man/man4/vesa.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-via/Makefile (-5 / +3 lines)
Lines 2-22 Link Here
2
2
3
PORTNAME=	xf86-video-via
3
PORTNAME=	xf86-video-via
4
PORTVERSION=	0.2.2
4
PORTVERSION=	0.2.2
5
PORTREVISION=	9
5
PORTREVISION=	10
6
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
7
7
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
9
COMMENT=	X.Org via display driver
9
COMMENT=	X.Org via display driver
10
10
11
IGNORE=		requires pciVideoPtr typedef
11
DEPRECATED=	requires pciVideoPtr typedef
12
EXPIRATION_DATE=2014-01-31
12
13
13
USE_GL=		gl
14
USE_GL=		gl
14
XORG_CAT=	driver
15
XORG_CAT=	driver
15
USE_XORG=	xvmc xf86driproto xextproto x11 glproto
16
USE_XORG=	xvmc xf86driproto xextproto x11 glproto
16
17
17
MAN4=		via.4x
18
19
NO_STAGE=	yes
20
.include <bsd.port.pre.mk>
18
.include <bsd.port.pre.mk>
21
19
22
.if ${ARCH} == "sparc64"
20
.if ${ARCH} == "sparc64"
(-)x11-drivers/xf86-video-via/pkg-plist (+1 lines)
Lines 6-11 Link Here
6
lib/libviaXvMCPro.so.1
6
lib/libviaXvMCPro.so.1
7
lib/xorg/modules/drivers/via_drv.la
7
lib/xorg/modules/drivers/via_drv.la
8
lib/xorg/modules/drivers/via_drv.so
8
lib/xorg/modules/drivers/via_drv.so
9
man/man4/via.4x.gz
9
@dirrmtry lib/xorg/modules/drivers
10
@dirrmtry lib/xorg/modules/drivers
10
@dirrmtry lib/xorg/modules
11
@dirrmtry lib/xorg/modules
11
@dirrmtry lib/xorg
12
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-vmware/Makefile (-3 / +1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	xf86-video-vmware
3
PORTNAME=	xf86-video-vmware
4
PORTVERSION=	13.0.1
4
PORTVERSION=	13.0.1
5
PORTREVISION=	1
5
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
6
7
7
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 10-16 Link Here
10
XORG_CAT=	driver
11
XORG_CAT=	driver
11
USE_XORG=	xextproto xineramaproto videoproto
12
USE_XORG=	xextproto xineramaproto videoproto
12
13
13
MAN4=		vmware.4x
14
15
NO_STAGE=	yes
16
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-vmware/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/vmware_drv.la
1
lib/xorg/modules/drivers/vmware_drv.la
2
lib/xorg/modules/drivers/vmware_drv.so
2
lib/xorg/modules/drivers/vmware_drv.so
3
man/man4/vmware.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xf86-video-voodoo/Makefile (-3 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	xf86-video-voodoo
3
PORTNAME=	xf86-video-voodoo
4
PORTVERSION=	1.2.5
4
PORTVERSION=	1.2.5
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
7
7
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 10-16 Link Here
10
10
11
XORG_CAT=	driver
11
XORG_CAT=	driver
12
USE_XORG=	xf86dgaproto
12
USE_XORG=	xf86dgaproto
13
MAN4=		voodoo.4x
14
13
15
NO_STAGE=	yes
16
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11-drivers/xf86-video-voodoo/pkg-plist (+1 lines)
Lines 1-5 Link Here
1
lib/xorg/modules/drivers/voodoo_drv.la
1
lib/xorg/modules/drivers/voodoo_drv.la
2
lib/xorg/modules/drivers/voodoo_drv.so
2
lib/xorg/modules/drivers/voodoo_drv.so
3
man/man4/voodoo.4x.gz
3
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules/drivers
4
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg/modules
5
@dirrmtry lib/xorg
6
@dirrmtry lib/xorg
(-)x11-drivers/xorg-drivers/Makefile (-3 / +2 lines)
Lines 97-103 Link Here
97
# these drivers have a different module name compared to the plugin they install
97
# these drivers have a different module name compared to the plugin they install
98
QUIRKS=		keyboard:kbd
98
QUIRKS=		keyboard:kbd
99
99
100
NO_STAGE=	yes
101
.include <bsd.port.options.mk>
100
.include <bsd.port.options.mk>
102
101
103
# Manual add arch specific drivers so they be added to depend lines.
102
# Manual add arch specific drivers so they be added to depend lines.
Lines 122-128 Link Here
122
.endfor
121
.endfor
123
122
124
do-install:
123
do-install:
125
		${MKDIR} ${PREFIX}/libdata/xorg
124
		${MKDIR} ${STAGEDIR}${PREFIX}/libdata/xorg
126
		${TOUCH} ${PREFIX}/libdata/xorg/drivers
125
		${TOUCH} ${STAGEDIR}${PREFIX}/libdata/xorg/drivers
127
126
128
.include <bsd.port.mk>
127
.include <bsd.port.mk>
(-)x11-fonts/bdftopcf/Makefile (-3 / +1 lines)
Lines 11-18 Link Here
11
XORG_CAT=	app
11
XORG_CAT=	app
12
USE_XORG=	xfont
12
USE_XORG=	xfont
13
13
14
PLIST_FILES=	bin/bdftopcf
14
PLIST_FILES=	bin/bdftopcf man/man1/bdftopcf.1.gz
15
MAN1=		bdftopcf.1
16
15
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)x11-fonts/encodings/Makefile (-1 lines)
Lines 12-16 Link Here
12
USE_XORG=	fontutil
12
USE_XORG=	fontutil
13
FONTDIR=	encodings/large encodings
13
FONTDIR=	encodings/large encodings
14
14
15
NO_STAGE=	yes
16
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11-fonts/font-adobe-100dpi/Makefile (-1 lines)
Lines 11-15 Link Here
11
XORG_CAT=	font
11
XORG_CAT=	font
12
USE_XORG=	fontutil
12
USE_XORG=	fontutil
13
13
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11-fonts/font-adobe-75dpi/Makefile (-1 lines)
Lines 11-15 Link Here
11
XORG_CAT=	font
11
XORG_CAT=	font
12
USE_XORG=	fontutil
12
USE_XORG=	fontutil
13
13
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11-fonts/font-adobe-utopia-100dpi/Makefile (-1 lines)
Lines 11-15 Link Here
11
XORG_CAT=	font
11
XORG_CAT=	font
12
USE_XORG=	fontutil
12
USE_XORG=	fontutil
13
13
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11-fonts/font-adobe-utopia-75dpi/Makefile (-1 lines)
Lines 11-15 Link Here
11
XORG_CAT=	font
11
XORG_CAT=	font
12
USE_XORG=	fontutil
12
USE_XORG=	fontutil
13
13
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11-fonts/font-adobe-utopia-type1/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-alias/Makefile (-1 lines)
Lines 11-15 Link Here
11
XORG_CAT=	font
11
XORG_CAT=	font
12
FONTDIR=	100dpi 75dpi misc cyrillic
12
FONTDIR=	100dpi 75dpi misc cyrillic
13
13
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11-fonts/font-arabic-misc/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-bh-100dpi/Makefile (-1 lines)
Lines 11-15 Link Here
11
XORG_CAT=	font
11
XORG_CAT=	font
12
USE_XORG=	fontutil
12
USE_XORG=	fontutil
13
13
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11-fonts/font-bh-75dpi/Makefile (-1 lines)
Lines 11-15 Link Here
11
XORG_CAT=	font
11
XORG_CAT=	font
12
USE_XORG=	fontutil
12
USE_XORG=	fontutil
13
13
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11-fonts/font-bh-lucidatypewriter-100dpi/Makefile (-1 lines)
Lines 11-15 Link Here
11
XORG_CAT=	font
11
XORG_CAT=	font
12
USE_XORG=	fontutil
12
USE_XORG=	fontutil
13
13
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11-fonts/font-bh-lucidatypewriter-75dpi/Makefile (-1 lines)
Lines 11-15 Link Here
11
XORG_CAT=	font
11
XORG_CAT=	font
12
USE_XORG=	fontutil
12
USE_XORG=	fontutil
13
13
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11-fonts/font-bh-ttf/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-bh-type1/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-bitstream-100dpi/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-bitstream-75dpi/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-bitstream-speedo/Makefile (-1 lines)
Lines 9-13 Link Here
9
9
10
XORG_CAT=	font
10
XORG_CAT=	font
11
11
12
NO_STAGE=	yes
13
.include <bsd.port.mk>
12
.include <bsd.port.mk>
(-)x11-fonts/font-bitstream-type1/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-cronyx-cyrillic/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-cursor-misc/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-daewoo-misc/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-dec-misc/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-ibm-type1/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-isas-misc/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-jis-misc/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-micro-misc/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-misc-cyrillic/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-misc-ethiopic/Makefile (-1 lines)
Lines 11-15 Link Here
11
INSTALLS_TTF=	yes
11
INSTALLS_TTF=	yes
12
FONTDIR=	TTF OTF
12
FONTDIR=	TTF OTF
13
13
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11-fonts/font-misc-meltho/Makefile (-1 lines)
Lines 11-15 Link Here
11
INSTALLS_TTF=	yes
11
INSTALLS_TTF=	yes
12
FONTDIR=	OTF
12
FONTDIR=	OTF
13
13
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11-fonts/font-misc-misc/Makefile (-1 lines)
Lines 11-15 Link Here
11
XORG_CAT=	font
11
XORG_CAT=	font
12
USE_XORG=	fontutil
12
USE_XORG=	fontutil
13
13
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11-fonts/font-mutt-misc/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-schumacher-misc/Makefile (-1 lines)
Lines 11-15 Link Here
11
XORG_CAT=	font
11
XORG_CAT=	font
12
USE_XORG=	fontutil
12
USE_XORG=	fontutil
13
13
14
NO_STAGE=	yes
15
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)x11-fonts/font-screen-cyrillic/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-sony-misc/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-sun-misc/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-util/Makefile (-3 lines)
Lines 10-16 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
MAN1=		bdftruncate.1 ucs2any.1
14
15
NO_STAGE=	yes
16
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-util/pkg-plist (+2 lines)
Lines 18-21 Link Here
18
lib/X11/fonts/util/map-JISX0201.1976-0
18
lib/X11/fonts/util/map-JISX0201.1976-0
19
lib/X11/fonts/util/map-KOI8-R
19
lib/X11/fonts/util/map-KOI8-R
20
libdata/pkgconfig/fontutil.pc
20
libdata/pkgconfig/fontutil.pc
21
man/man1/bdftruncate.1.gz
22
man/man1/ucs2any.1.gz
21
share/aclocal/fontutil.m4
23
share/aclocal/fontutil.m4
(-)x11-fonts/font-winitzki-cyrillic/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/font-xfree86-type1/Makefile (-1 lines)
Lines 10-14 Link Here
10
10
11
XORG_CAT=	font
11
XORG_CAT=	font
12
12
13
NO_STAGE=	yes
14
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/fonttosfnt/Makefile (-4 / +1 lines)
Lines 12-20 Link Here
12
XORG_CAT=	app
12
XORG_CAT=	app
13
USE_XORG=	xproto fontenc
13
USE_XORG=	xproto fontenc
14
14
15
PLIST_FILES=	bin/fonttosfnt
15
PLIST_FILES=	bin/fonttosfnt fonttosfnt.1.gz
16
16
17
MAN1=		fonttosfnt.1
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11-fonts/fslsfonts/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	x11 libfs
11
USE_XORG=	x11 libfs
12
12
13
PLIST_FILES=	bin/fslsfonts
13
PLIST_FILES=	bin/fslsfonts man/man1/fslsfonts.1.gz
14
14
15
MAN1=		fslsfonts.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11-fonts/libXfont/Makefile (-1 lines)
Lines 16-20 Link Here
16
16
17
CONFIGURE_ARGS=--without-xmlto --disable-devel-docs
17
CONFIGURE_ARGS=--without-xmlto --disable-devel-docs
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)x11-fonts/libXfontcache/Makefile (-8 lines)
Lines 10-21 Link Here
10
XORG_CAT=	lib
10
XORG_CAT=	lib
11
USE_XORG=	fontcacheproto:both x11 xext xextproto
11
USE_XORG=	fontcacheproto:both x11 xext xextproto
12
12
13
MAN3=		FontCacheChangeCacheSettings.3 \
14
		FontCacheQueryExtension.3 \
15
		FontCacheQueryVersion.3 \
16
		FontCacheGetCacheSettings.3 \
17
		FontCacheGetCacheStatistics.3 \
18
		Xfontcache.3
19
20
NO_STAGE=	yes
21
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/libXfontcache/pkg-plist (+6 lines)
Lines 3-5 Link Here
3
lib/libXfontcache.so
3
lib/libXfontcache.so
4
lib/libXfontcache.so.1
4
lib/libXfontcache.so.1
5
libdata/pkgconfig/xfontcache.pc
5
libdata/pkgconfig/xfontcache.pc
6
man/man3/FontCacheChangeCacheSettings.3.gz
7
man/man3/FontCacheQueryExtension.3.gz
8
man/man3/FontCacheQueryVersion.3.gz
9
man/man3/FontCacheGetCacheSettings.3.gz
10
man/man3/FontCacheGetCacheStatistics.3.gz
11
man/man3/Xfontcache.3.gz
(-)x11-fonts/mkfontdir/Makefile (-3 / +1 lines)
Lines 12-19 Link Here
12
12
13
XORG_CAT=	app
13
XORG_CAT=	app
14
14
15
PLIST_FILES=	bin/mkfontdir
15
PLIST_FILES=	bin/mkfontdir man/man1/mkfontdir.1.gz
16
MAN1=		mkfontdir.1
17
16
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11-fonts/mkfontscale/Makefile (-3 / +1 lines)
Lines 15-22 Link Here
15
15
16
CONFIGURE_ARGS+=--disable-maintainer-mode
16
CONFIGURE_ARGS+=--disable-maintainer-mode
17
17
18
PLIST_FILES=	bin/mkfontscale
18
PLIST_FILES=	bin/mkfontscale man/man1/mkfontscale.1.gz
19
MAN1=		mkfontscale.1
20
19
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)x11-fonts/showfont/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	libfs
11
USE_XORG=	libfs
12
12
13
PLIST_FILES=	bin/showfont
13
PLIST_FILES=	bin/showfont man/man1/showfont.1.gz
14
14
15
MAN1=		showfont.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11-fonts/xfontsel/Makefile (-3 lines)
Lines 10-16 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	xt xaw
11
USE_XORG=	xt xaw
12
12
13
MAN1=		xfontsel.1
14
15
NO_STAGE=	yes
16
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)x11-fonts/xfontsel/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/xfontsel
1
bin/xfontsel
2
man/man1/xfontsel.1.gz
2
share/X11/app-defaults/XFontSel
3
share/X11/app-defaults/XFontSel
3
@dirrmtry share/X11/app-defaults
4
@dirrmtry share/X11/app-defaults
4
@dirrmtry share/X11
5
@dirrmtry share/X11
(-)x11-fonts/xfs/Makefile (-7 / +2 lines)
Lines 14-22 Link Here
14
USE_RC_SUBR=	xfs
14
USE_RC_SUBR=	xfs
15
CONFIGURE_ARGS=	--without-xmlto --without-fop
15
CONFIGURE_ARGS=	--without-xmlto --without-fop
16
16
17
MAN1=		xfs.1
18
19
NO_STAGE=	yes
20
post-patch:
17
post-patch:
21
	${REINPLACE_CMD} '/^config_DATA/d' ${WRKSRC}/config/Makefile.in
18
	${REINPLACE_CMD} '/^config_DATA/d' ${WRKSRC}/config/Makefile.in
22
.if defined(WITHOUT_XFS_CACHE)
19
.if defined(WITHOUT_XFS_CACHE)
Lines 27-35 Link Here
27
	@cd ${WRKSRC}/config/ && ${GMAKE} config
24
	@cd ${WRKSRC}/config/ && ${GMAKE} config
28
25
29
post-install:
26
post-install:
30
	${INSTALL_SCRIPT} ${WRKSRC}/config/config ${PREFIX}/etc/X11/fs/config.default
27
	${INSTALL_SCRIPT} ${WRKSRC}/config/config ${STAGEDIR}${PREFIX}/etc/X11/fs/config.default
31
	@if [ ! -f ${PREFIX}/etc/X11/fs/config ]; then \
28
	${INSTALL_SCRIPT} ${WRKSRC}/config/config ${STAGEDIR}${PREFIX}/etc/X11/fs/config; \
32
		${INSTALL_SCRIPT} ${WRKSRC}/config/config ${PREFIX}/etc/X11/fs/config; \
33
	fi
34
29
35
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)x11-fonts/xfs/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/xfs
1
bin/xfs
2
man/man1/xfs.1.gz
2
@unexec if cmp -s %D/etc/X11/fs/config.default %D/etc/X11/fs/config; then rm -f %D/etc/X11/fs/config; fi
3
@unexec if cmp -s %D/etc/X11/fs/config.default %D/etc/X11/fs/config; then rm -f %D/etc/X11/fs/config; fi
3
etc/X11/fs/config.default
4
etc/X11/fs/config.default
4
@exec if [ ! -f %D/etc/X11/fs/config ] ; then cp -p %D/%F %B/config; fi
5
@exec if [ ! -f %D/etc/X11/fs/config ] ; then cp -p %D/%F %B/config; fi
(-)x11-fonts/xfsinfo/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	x11 libfs
11
USE_XORG=	x11 libfs
12
12
13
PLIST_FILES=	bin/xfsinfo
13
PLIST_FILES=	bin/xfsinfo man/man1/xfsinfo.1.gz
14
14
15
MAN1=		xfsinfo.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11-fonts/xlsfonts/Makefile (-4 / +1 lines)
Lines 10-18 Link Here
10
XORG_CAT=	app
10
XORG_CAT=	app
11
USE_XORG=	x11
11
USE_XORG=	x11
12
12
13
PLIST_FILES=	bin/xlsfonts
13
PLIST_FILES=	bin/xlsfonts man/man1/xlsfonts.1.gz
14
14
15
MAN1=		xlsfonts.1
16
17
NO_STAGE=	yes
18
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11-fonts/xorg-fonts/Makefile (-3 / +2 lines)
Lines 23-31 Link Here
23
23
24
NO_BUILD=	yes
24
NO_BUILD=	yes
25
25
26
NO_STAGE=	yes
27
do-install:
26
do-install:
28
		${MKDIR} ${PREFIX}/libdata/xorg
27
		${MKDIR} ${STAGEDIR}${PREFIX}/libdata/xorg
29
		${TOUCH} ${PREFIX}/libdata/xorg/fonts
28
		${TOUCH} ${STAGEDIR}${PREFIX}/libdata/xorg/fonts
30
29
31
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)x11-fonts/xorg-fonts-100dpi/Makefile (-1 / +1 lines)
Lines 21-29 Link Here
21
CONFLICTS=	XFree86-font100dpi-*
21
CONFLICTS=	XFree86-font100dpi-*
22
22
23
NO_BUILD=	# none
23
NO_BUILD=	# none
24
NO_MTREE=	yes
24
FONTDIR=	${LOCALBASE}/lib/X11/fonts
25
FONTDIR=	${LOCALBASE}/lib/X11/fonts
25
26
26
do-install:	# empty
27
do-install:	# empty
27
28
28
NO_STAGE=	yes
29
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)x11-fonts/xorg-fonts-75dpi/Makefile (-1 / +1 lines)
Lines 21-29 Link Here
21
CONFLICTS=	XFree86-font75dpi-*
21
CONFLICTS=	XFree86-font75dpi-*
22
22
23
NO_BUILD=	# none
23
NO_BUILD=	# none
24
NO_MTREE=	yes
24
FONTDIR=	${LOCALBASE}/lib/X11/fonts
25
FONTDIR=	${LOCALBASE}/lib/X11/fonts
25
26
26
do-install:	# empty
27
do-install:	# empty
27
28
28
NO_STAGE=	yes
29
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)x11-fonts/xorg-fonts-cyrillic/Makefile (-1 / +1 lines)
Lines 20-28 Link Here
20
CONFLICTS=	XFree86-fontCyrillic-*
20
CONFLICTS=	XFree86-fontCyrillic-*
21
21
22
NO_BUILD=	# none
22
NO_BUILD=	# none
23
NO_MTREE=	yes
23
FONTDIR=	${LOCALBASE}/lib/X11/fonts
24
FONTDIR=	${LOCALBASE}/lib/X11/fonts
24
25
25
do-install:	# empty
26
do-install:	# empty
26
27
27
NO_STAGE=	yes
28
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)x11-fonts/xorg-fonts-miscbitmaps/Makefile (-1 / +1 lines)
Lines 27-35 Link Here
27
CONFLICTS=	XFree86-fontDefaultBitmaps-*
27
CONFLICTS=	XFree86-fontDefaultBitmaps-*
28
28
29
NO_BUILD=	# none
29
NO_BUILD=	# none
30
NO_MTREE=	yes
30
FONTDIR=	${LOCALBASE}/lib/X11/fonts
31
FONTDIR=	${LOCALBASE}/lib/X11/fonts
31
32
32
do-install:	# empty
33
do-install:	# empty
33
34
34
NO_STAGE=	yes
35
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)x11-fonts/xorg-fonts-truetype/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
do-install:	# empty
21
do-install:	# empty
22
22
23
NO_BUILD=	# none
23
NO_BUILD=	# none
24
NO_MTREE=	yes
24
FONTDIR=	${LOCALBASE}/lib/X11/fonts
25
FONTDIR=	${LOCALBASE}/lib/X11/fonts
25
26
26
NO_STAGE=	yes
27
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)x11-fonts/xorg-fonts-type1/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
do-install:	# empty
23
do-install:	# empty
24
24
25
NO_BUILD=	# none
25
NO_BUILD=	# none
26
NO_MTREE=	yes
26
FONTDIR=	${LOCALBASE}/lib/X11/fonts
27
FONTDIR=	${LOCALBASE}/lib/X11/fonts
27
28
28
NO_STAGE=	yes
29
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)x11-servers/mga_hal/Makefile (-6 / +5 lines)
Lines 16-22 Link Here
16
16
17
ONLY_FOR_ARCHS=	i386 amd64
17
ONLY_FOR_ARCHS=	i386 amd64
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.pre.mk>
19
.include <bsd.port.pre.mk>
21
20
22
.if ${ARCH} == "i386"
21
.if ${ARCH} == "i386"
Lines 31-43 Link Here
31
30
32
do-install:
31
do-install:
33
.if !defined(NOPORTDOCS)
32
.if !defined(NOPORTDOCS)
34
	${MKDIR} ${DOCSDIR}
33
	${MKDIR} ${STAGEDIR}${DOCSDIR}
35
	${INSTALL_DATA} ${WRKSRC}/docs/readme.txt ${DOCSDIR}
34
	${INSTALL_DATA} ${WRKSRC}/docs/readme.txt ${STAGEDIR}${DOCSDIR}
36
.endif
35
.endif
37
	${MKDIR} ${PREFIX}/lib/modules/drivers
36
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/modules/drivers
38
	${INSTALL_DATA} ${WRKSRC}/xserver/${XORG_VERSION}/mga_hal_drv.so \
37
	${INSTALL_DATA} ${WRKSRC}/xserver/${XORG_VERSION}/mga_hal_drv.so \
39
		${PREFIX}/lib/modules/drivers/
38
		${STAGEDIR}${PREFIX}/lib/modules/drivers/
40
	${INSTALL_DATA} ${WRKSRC}/xserver/${XORG_VERSION}/mga_drv.so \
39
	${INSTALL_DATA} ${WRKSRC}/xserver/${XORG_VERSION}/mga_drv.so \
41
		${PREFIX}/lib/modules/drivers/
40
		${STAGEDIR}${PREFIX}/lib/modules/drivers/
42
41
43
.include <bsd.port.post.mk>
42
.include <bsd.port.post.mk>
(-)x11-servers/xephyr/Makefile (-3 / +9 lines)
Lines 19-28 Link Here
19
		--disable-xnest --localstatedir=/var --without-dtrace
19
		--disable-xnest --localstatedir=/var --without-dtrace
20
20
21
SLAVE_PORT=	yes
21
SLAVE_PORT=	yes
22
PLIST_FILES=	bin/Xephyr
22
PLIST_FILES=	bin/Xephyr man/man1/Xephyr.1.gz
23
23
24
NO_STAGE=	yes
24
.include <bsd.port.options.mk>
25
25
do-install:
26
do-install:
26
	${INSTALL_PROGRAM} ${WRKSRC}/hw/kdrive/ephyr/Xephyr ${PREFIX}/bin/
27
	${INSTALL_PROGRAM} ${WRKSRC}/hw/kdrive/ephyr/Xephyr ${STAGEDIR}${PREFIX}/bin/
28
.if defined(WITH_NEW_XORG)
29
	${INSTALL_MAN} ${WRKSRC}/hw/kdrive/ephyr/man/Xephyr.1 ${STAGEDIR}${PREFIX}/man/man1/
30
.else
31
	${INSTALL_MAN} ${WRKSRC}/hw/kdrive/ephyr/Xephyr.1 ${STAGEDIR}${PREFIX}/man/man1/
32
.endif
27
33
28
.include "${MASTERDIR}/Makefile"
34
.include "${MASTERDIR}/Makefile"
(-)x11-servers/xorg-dmx/Makefile (-3 lines)
Lines 20-30 Link Here
20
		--without-xmlto	--disable-docs --disable-devel-docs \
20
		--without-xmlto	--disable-docs --disable-devel-docs \
21
		--enable-dmx --localstatedir=/var --without-dtrace
21
		--enable-dmx --localstatedir=/var --without-dtrace
22
22
23
MAN1=		Xdmx.1 dmxtodmx.1 vdltodmx.1 xdmxconfig.1
24
25
SLAVE_PORT=	yes
23
SLAVE_PORT=	yes
26
24
27
NO_STAGE=	yes
28
do-install:
25
do-install:
29
	cd ${WRKSRC}/hw/dmx; ${MAKE} install
26
	cd ${WRKSRC}/hw/dmx; ${MAKE} install
30
27
(-)x11-servers/xorg-dmx/pkg-plist (+5 lines)
Lines 11-13 Link Here
11
bin/dmxwininfo
11
bin/dmxwininfo
12
bin/vdltodmx
12
bin/vdltodmx
13
bin/xdmxconfig
13
bin/xdmxconfig
14
man/man1/Xdmx.1.gz
15
man/man1/dmxtodmx.1.gz
16
man/man1/vdltodmx.1.gz
17
man/man1/xdmxconfig.1.gz
18
(-)x11-servers/xorg-nestserver/Makefile (-6 / +4 lines)
Lines 20-37 Link Here
20
		--localstatedir=/var --without-dtrace
20
		--localstatedir=/var --without-dtrace
21
21
22
SLAVE_PORT=	yes
22
SLAVE_PORT=	yes
23
PLIST_FILES=	bin/Xnest
23
PLIST_FILES=	bin/Xnest man/man1/Xnest.1.gz
24
MAN1=		Xnest.1
25
24
26
NO_STAGE=	yes
27
.include <bsd.port.options.mk>
25
.include <bsd.port.options.mk>
28
26
29
do-install:
27
do-install:
30
	${INSTALL_PROGRAM} ${WRKSRC}/hw/xnest/Xnest ${PREFIX}/bin/
28
	${INSTALL_PROGRAM} ${WRKSRC}/hw/xnest/Xnest ${STAGEDIR}${PREFIX}/bin/
31
.if defined(WITH_NEW_XORG)
29
.if defined(WITH_NEW_XORG)
32
	${INSTALL_MAN} ${WRKSRC}/hw/xnest/man/Xnest.1 ${PREFIX}/man/man1/
30
	${INSTALL_MAN} ${WRKSRC}/hw/xnest/man/Xnest.1 ${STAGEDIR}${PREFIX}/man/man1/
33
.else
31
.else
34
	${INSTALL_MAN} ${WRKSRC}/hw/xnest/Xnest.1 ${PREFIX}/man/man1/
32
	${INSTALL_MAN} ${WRKSRC}/hw/xnest/Xnest.1 ${STAGEDIR}${PREFIX}/man/man1/
35
.endif
33
.endif
36
34
37
.include "${MASTERDIR}/Makefile"
35
.include "${MASTERDIR}/Makefile"
(-)x11-servers/xorg-server/Makefile (-21 / +14 lines)
Lines 13-19 Link Here
13
MAINTAINER=	x11@FreeBSD.org
13
MAINTAINER=	x11@FreeBSD.org
14
COMMENT?=	X.Org X server and related programs
14
COMMENT?=	X.Org X server and related programs
15
15
16
LIB_DEPENDS=	drm:${PORTSDIR}/graphics/libdrm
16
LIB_DEPENDS=	libdrm.so:${PORTSDIR}/graphics/libdrm
17
RUN_DEPENDS=	xkeyboard-config>=2.5:${PORTSDIR}/x11/xkeyboard-config \
17
RUN_DEPENDS=	xkeyboard-config>=2.5:${PORTSDIR}/x11/xkeyboard-config \
18
		xkbcomp:${PORTSDIR}/x11/xkbcomp
18
		xkbcomp:${PORTSDIR}/x11/xkbcomp
19
19
Lines 74-90 Link Here
74
74
75
.if ${SLAVE_PORT} == "no"
75
.if ${SLAVE_PORT} == "no"
76
SUB_FILES=	pkg-install pkg-deinstall
76
SUB_FILES=	pkg-install pkg-deinstall
77
MAN1=		Xorg.1 \
78
		Xserver.1 \
79
		cvt.1 \
80
		gtf.1
81
MAN4=		exa.4 \
82
		fbdevhw.4
83
MAN5=		xorg.conf.5
84
85
.if defined(WITH_NEW_XORG)
86
MAN5+=		xorg.conf.d.5
87
.endif
88
.else
77
.else
89
# for slave ports we need to overwrite PLIST, so it doesn't overwrite
78
# for slave ports we need to overwrite PLIST, so it doesn't overwrite
90
# PLIST_FILES, with the masterport plist.
79
# PLIST_FILES, with the masterport plist.
Lines 91-97 Link Here
91
PLIST=		${.CURDIR}/pkg-plist
80
PLIST=		${.CURDIR}/pkg-plist
92
.endif
81
.endif
93
82
94
NO_STAGE=	yes
95
.include <bsd.port.pre.mk>
83
.include <bsd.port.pre.mk>
96
84
97
.if defined(WITH_OPENSSL_BASE)
85
.if defined(WITH_OPENSSL_BASE)
Lines 102-108 Link Here
102
.endif
90
.endif
103
91
104
.if ${PORT_OPTIONS:MHAL}
92
.if ${PORT_OPTIONS:MHAL}
105
LIB_DEPENDS+=	hal:${PORTSDIR}/sysutils/hal
93
LIB_DEPENDS+=	libhal.so:${PORTSDIR}/sysutils/hal
106
CONFIGURE_ARGS+=	--enable-config-hal=yes
94
CONFIGURE_ARGS+=	--enable-config-hal=yes
107
.else
95
.else
108
CONFIGURE_ARGS+=	--enable-config-hal=no
96
CONFIGURE_ARGS+=	--enable-config-hal=no
Lines 120-127 Link Here
120
108
121
.if ${PORT_OPTIONS:MSUID}
109
.if ${PORT_OPTIONS:MSUID}
122
CONFIGURE_ARGS+=--enable-install-setuid=yes
110
CONFIGURE_ARGS+=--enable-install-setuid=yes
111
PLIST_SUB+=	SUID=""
123
.else
112
.else
124
CONFIGURE_ARGS+=--enable-install-setuid=no
113
CONFIGURE_ARGS+=--enable-install-setuid=no
114
PLIST_SUB+=	SUID="@comment"
125
.endif
115
.endif
126
116
127
.if ${ARCH} == i386
117
.if ${ARCH} == i386
Lines 199-216 Link Here
199
.endif
189
.endif
200
190
201
.if ${SLAVE_PORT} == "no"
191
.if ${SLAVE_PORT} == "no"
202
pre-su-install:
192
post-install:
203
# The .xorg dir because else the xorg-server might not load the correct 
193
# The .xorg dir because else the xorg-server might not load the correct 
204
# libglx module.
194
# libglx module.
205
	${MKDIR} ${PREFIX}/lib/xorg/modules/extensions/.xorg
195
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/xorg/modules/extensions/.xorg
206
	${INSTALL_LIB} ${WRKSRC}/hw/xfree86/dixmods/.libs/libglx.so \
196
	${INSTALL_LIB} ${WRKSRC}/hw/xfree86/dixmods/.libs/libglx.so \
207
		${PREFIX}/lib/xorg/modules/extensions/.xorg/
197
		${STAGEDIR}${PREFIX}/lib/xorg/modules/extensions/.xorg/
198
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/xorg/modules/*.so
199
.if !defined(WITH_NEW_XORG)
200
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/xorg/modules/extensions/*.so
201
.endif
202
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/xorg/modules/multimedia/*.so
208
203
209
post-install:
210
.if defined(WITH_NEW_XORG)
204
.if defined(WITH_NEW_XORG)
211
	@${MKDIR} ${PREFIX}/share/X11/xorg.conf.d
205
	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/X11/xorg.conf.d
212
.endif
206
.endif
213
	@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
207
.endif # ! SLAVE_PORT
214
.endif
215
208
216
.include <bsd.port.post.mk>
209
.include <bsd.port.post.mk>
(-)x11-servers/xorg-server/pkg-plist (-3 / +17 lines)
Lines 1-5 Link Here
1
bin/X
1
bin/X
2
%%SUID%%@owner root
3
%%SUID%%@group wheel
4
%%SUID%%@mode 4555
2
bin/Xorg
5
bin/Xorg
6
%%SUID%%@owner
7
%%SUID%%@group
8
%%SUID%%@mode
3
bin/cvt
9
bin/cvt
4
bin/gtf
10
bin/gtf
5
include/xorg/BT.h
11
include/xorg/BT.h
Lines 226-233 Link Here
226
lib/xorg/modules/multimedia/uda1380_drv.so
232
lib/xorg/modules/multimedia/uda1380_drv.so
227
lib/xorg/protocol.txt
233
lib/xorg/protocol.txt
228
libdata/pkgconfig/xorg-server.pc
234
libdata/pkgconfig/xorg-server.pc
235
man/man1/Xorg.1.gz
236
man/man1/Xserver.1.gz
237
man/man1/cvt.1.gz
238
man/man1/gtf.1.gz
239
man/man4/exa.4.gz
240
man/man4/fbdevhw.4.gz
241
man/man5/xorg.conf.5.gz
242
%%NEW%%man/man5/xorg.conf.d.5.gz
229
share/aclocal/xorg-server.m4
243
share/aclocal/xorg-server.m4
230
%%NEW%%@exec /bin/mkdir -p %D/share/X11/xorg.conf.d
244
%%NEW%%@exec /bin/mkdir -p %D/etc/X11/xorg.conf.d
231
@comment %%NEW%%@dirrm share/doc/xorg-server
245
@comment %%NEW%%@dirrm share/doc/xorg-server
232
@dirrm include/xorg
246
@dirrm include/xorg
233
@dirrm lib/xorg/modules/extensions/.xorg
247
@dirrm lib/xorg/modules/extensions/.xorg
Lines 236-240 Link Here
236
%%OLD%%@dirrm lib/xorg/modules/linux
250
%%OLD%%@dirrm lib/xorg/modules/linux
237
@dirrm lib/xorg/modules
251
@dirrm lib/xorg/modules
238
@dirrm lib/xorg
252
@dirrm lib/xorg
239
%%NEW%%@dirrmtry share/X11/xorg.conf.d
253
%%NEW%%@dirrmtry etc/X11/xorg.conf.d
240
@dirrmtry share/X11
254
%%NEW%%@dirrmtry etc/X11
(-)x11-servers/xorg-vfbserver/Makefile (-4 / +9 lines)
Lines 20-30 Link Here
20
		--localstatedir=/var --without-dtrace
20
		--localstatedir=/var --without-dtrace
21
21
22
SLAVE_PORT=	yes
22
SLAVE_PORT=	yes
23
PLIST_FILES=	bin/Xvfb
23
PLIST_FILES=	bin/Xvfb man/man1/Xvfb.1.gz
24
MAN1=		Xvfb.1
25
24
26
NO_STAGE=	yes
25
.include <bsd.port.options.mk>
26
27
do-install:
27
do-install:
28
	cd ${WRKSRC}/hw/vfb; ${MAKE} install
28
	${INSTALL_PROGRAM} ${WRKSRC}/hw/vfb/Xvfb ${STAGEDIR}${PREFIX}/bin/
29
.if defined(WITH_NEW_XORG)
30
	${INSTALL_MAN} ${WRKSRC}/hw/vfb/man/Xvfb.1 ${STAGEDIR}${PREFIX}/man/man1/
31
.else
32
	${INSTALL_MAN} ${WRKSRC}/hw/vfb/Xvfb.1 ${STAGEDIR}${PREFIX}/man/man1/
33
.endif
29
34
30
.include "${MASTERDIR}/Makefile"
35
.include "${MASTERDIR}/Makefile"
(-)x11-themes/gtk-murrine-engine/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	murrine
4
PORTNAME=	murrine
5
PORTVERSION=	0.98.2
5
PORTVERSION=	0.98.2
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	x11-themes
7
CATEGORIES=	x11-themes
8
MASTER_SITES=	GNOME
8
MASTER_SITES=	GNOME
9
PKGNAMEPREFIX=	gtk-
9
PKGNAMEPREFIX=	gtk-
(-)x11-themes/xcursor-themes/Makefile (-1 lines)
Lines 16-20 Link Here
16
16
17
XORG_CAT=	data
17
XORG_CAT=	data
18
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)x11-toolkits/gtkglext/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	gtkglext
4
PORTNAME=	gtkglext
5
PORTVERSION=	1.2.0
5
PORTVERSION=	1.2.0
6
PORTREVISION=	12
6
PORTREVISION=	13
7
CATEGORIES=	x11-toolkits
7
CATEGORIES=	x11-toolkits
8
MASTER_SITES=	SF
8
MASTER_SITES=	SF
9
DIST_SUBDIR=	gnome2
9
DIST_SUBDIR=	gnome2
(-)x11-toolkits/libXaw/Makefile (-3 lines)
Lines 14-20 Link Here
14
USES=		gmake
14
USES=		gmake
15
CONFIGURE_ARGS+=--without-xmlto
15
CONFIGURE_ARGS+=--without-xmlto
16
16
17
MAN3=		Xaw.3
18
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11-toolkits/libXaw/pkg-plist (+1 lines)
Lines 82-87 Link Here
82
lib/libXaw7.so.7
82
lib/libXaw7.so.7
83
libdata/pkgconfig/xaw6.pc
83
libdata/pkgconfig/xaw6.pc
84
libdata/pkgconfig/xaw7.pc
84
libdata/pkgconfig/xaw7.pc
85
man/man3/Xaw.3.gz
85
%%DOCSDIR%%/AsciiSink.xml
86
%%DOCSDIR%%/AsciiSink.xml
86
%%DOCSDIR%%/AsciiSource.xml
87
%%DOCSDIR%%/AsciiSource.xml
87
%%DOCSDIR%%/AsciiText.xml
88
%%DOCSDIR%%/AsciiText.xml
(-)x11-toolkits/libXmu/Makefile (-1 lines)
Lines 12-16 Link Here
12
XORG_CAT=	lib
12
XORG_CAT=	lib
13
USE_XORG=	xproto:both x11 xt xext
13
USE_XORG=	xproto:both x11 xt xext
14
14
15
NO_STAGE=	yes
16
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)x11-toolkits/libXt/Makefile (-270 lines)
Lines 13-288 Link Here
13
USE_XORG=	x11 sm xproto:both kbproto
13
USE_XORG=	x11 sm xproto:both kbproto
14
CONFIGURE_ARGS=	--disable-specs
14
CONFIGURE_ARGS=	--disable-specs
15
15
16
MAN3=	MenuPopdown.3 \
17
	MenuPopup.3 \
18
	XtAddActions.3 \
19
	XtAddCallback.3 \
20
	XtAddCallbacks.3 \
21
	XtAddConverter.3 \
22
	XtAddEventHandler.3 \
23
	XtAddExposureToRegion.3 \
24
	XtAddGrab.3 \
25
	XtAddInput.3 \
26
	XtAddRawEventHandler.3 \
27
	XtAddTimeOut.3 \
28
	XtAddWorkProc.3 \
29
	XtAllocateGC.3 \
30
	XtAppAddActionHook.3 \
31
	XtAppAddActions.3 \
32
	XtAppAddBlockHook.3 \
33
	XtAppAddConverter.3 \
34
	XtAppAddInput.3 \
35
	XtAppAddSignal.3 \
36
	XtAppAddTimeOut.3 \
37
	XtAppAddWorkProc.3 \
38
	XtAppCreateShell.3 \
39
	XtAppError.3 \
40
	XtAppErrorMsg.3 \
41
	XtAppGetErrorDatabase.3 \
42
	XtAppGetErrorDatabaseText.3 \
43
	XtAppGetExitFlag.3 \
44
	XtAppGetSelectionTimeout.3 \
45
	XtAppInitialize.3 \
46
	XtAppLock.3 \
47
	XtAppMainLoop.3 \
48
	XtAppNextEvent.3 \
49
	XtAppPeekEvent.3 \
50
	XtAppPending.3 \
51
	XtAppProcessEvent.3 \
52
	XtAppReleaseCacheRefs.3 \
53
	XtAppSetErrorHandler.3 \
54
	XtAppSetErrorMsgHandler.3 \
55
	XtAppSetExitFlag.3 \
56
	XtAppSetFallbackResources.3 \
57
	XtAppSetSelectionTimeout.3 \
58
	XtAppSetTypeConverter.3 \
59
	XtAppSetWarningHandler.3 \
60
	XtAppSetWarningMsgHandler.3 \
61
	XtAppUnlock.3 \
62
	XtAppWarning.3 \
63
	XtAppWarningMsg.3 \
64
	XtAsprintf.3 \
65
	XtAugmentTranslations.3 \
66
	XtBuildEventMask.3 \
67
	XtCallAcceptFocus.3\
68
	XtCallActionProc.3 \
69
	XtCallCallbackList.3 \
70
	XtCallCallbacks.3 \
71
	XtCallConverter.3 \
72
	XtCallbackExclusive.3 \
73
	XtCallbackNone.3 \
74
	XtCallbackNonexclusive.3 \
75
	XtCallbackPopdown.3 \
76
	XtCalloc.3 \
77
	XtCancelSelectionRequest.3 \
78
	XtChangeManagedSet.3 \
79
	XtCheckSubclass.3 \
80
	XtClass.3\
81
	XtCloseDisplay.3\
82
	XtConfigureWidget.3\
83
	XtConvert.3\
84
	XtConvertAndStore.3\
85
	XtConvertCase.3\
86
	XtCreateApplicationContext.3\
87
	XtCreateApplicationShell.3\
88
	XtCreateManagedWidget.3\
89
	XtCreatePopupShell.3\
90
	XtCreateSelectionRequest.3\
91
	XtCreateWidget.3\
92
	XtCreateWindow.3\
93
	XtDatabase.3\
94
	XtDestroyApplicationContext.3\
95
	XtDestroyWidget.3\
96
	XtDirectConvert.3\
97
	XtDisownSelection.3 \
98
	XtDispatchEvent.3  \
99
	XtDispatchEventToWidget.3\
100
	XtDisplay.3\
101
	XtDisplayInitialize.3\
102
	XtDisplayOfObject.3\
103
	XtDisplayStringConversionWarning.3\
104
	XtDisplayToApplicationContext.3\
105
	XtError.3\
106
	XtErrorMsg.3\
107
	XtFindFile.3\
108
	XtFree.3\
109
	XtGetActionKeysym.3\
110
	XtGetActionList.3\
111
	XtGetApplicationNameAndClass.3\
112
	XtGetApplicationResources.3\
113
	XtGetClassExtension.3\
114
	XtGetConstraintResourceList.3\
115
	XtGetDisplays.3\
116
	XtGetErrorDatabase.3\
117
	XtGetErrorDatabaseText.3\
118
	XtGetGC.3\
119
	XtGetKeyboardFocusWidget.3\
120
	XtGetKeysymTable.3\
121
	XtGetMultiClickTime.3 \
122
	XtGetResourceList.3\
123
	XtGetSelectionParameters.3\
124
	XtGetSelectionRequest.3\
125
	XtGetSelectionTimeout.3\
126
	XtGetSelectionValue.3\
127
	XtGetSelectionValueIncremental.3 \
128
	XtGetSelectionValues.3\
129
	XtGetSelectionValuesIncremental.3 \
130
	XtGetSubresources.3 \
131
	XtGetSubvalues.3 \
132
	XtGetValues.3 \
133
	XtGrabButton.3 \
134
	XtGrabKey.3 \
135
	XtGrabKeyboard.3 \
136
	XtGrabPointer.3 \
137
	XtHasCallbacks.3 \
138
	XtHooksOfDisplay.3 \
139
	XtInitialize.3 \
140
	XtInitializeWidgetClass.3 \
141
	XtInsertEventHandler.3 \
142
	XtInsertEventTypeHandler.3 \
143
	XtInsertRawEventHandler.3 \
144
	XtInstallAccelerators.3\
145
	XtInstallAllAccelerators.3\
146
	XtIsApplicationShell.3\
147
	XtIsComposite.3\
148
	XtIsConstraint.3\
149
	XtIsManaged.3\
150
	XtIsObject.3\
151
	XtIsOverrideShell.3\
152
	XtIsRealized.3\
153
	XtIsRectObj.3\
154
	XtIsSensitive.3\
155
	XtIsSessionShell.3\
156
	XtIsShell.3\
157
	XtIsSubclass.3\
158
	XtIsTopLevelShell.3\
159
	XtIsTransientShell.3\
160
	XtIsVendorShell.3\
161
	XtIsWMShell.3\
162
	XtIsWidget.3\
163
	XtKeysymToKeycodeList.3\
164
	XtLastEventProcessed.3\
165
	XtLastTimestampProcessed.3 \
166
	XtMainLoop.3 \
167
	XtMakeGeometryRequest.3 \
168
	XtMakeResizeRequest.3 \
169
	XtMalloc.3 \
170
	XtManageChild.3 \
171
	XtManageChildren.3 \
172
	XtMapWidget.3 \
173
	XtMergeArgLists.3 \
174
	XtMoveWidget.3 \
175
	XtName.3 \
176
	XtNameToWidget.3 \
177
	XtNew.3 \
178
	XtNewString.3 \
179
	XtNextEvent.3 \
180
	XtNoticeSignal.3 \
181
	XtNumber.3 \
182
	XtOffset.3 \
183
	XtOffsetOf.3 \
184
	XtOpenApplication.3 \
185
	XtOpenDisplay.3 \
186
	XtOverrideTranslations.3 \
187
	XtOwnSelection.3 \
188
	XtOwnSelectionIncremental.3 \
189
	XtParent.3 \
190
	XtParseAcceleratorTable.3 \
191
	XtParseTranslationTable.3 \
192
	XtPeekEvent.3 \
193
	XtPending.3 \
194
	XtPopdown.3 \
195
	XtPopup.3 \
196
	XtPopupSpringLoaded.3 \
197
	XtProcessEvent.3 \
198
	XtProcessLock.3 \
199
	XtProcessUnlock.3 \
200
	XtQueryGeometry.3 \
201
	XtRealizeWidget.3 \
202
	XtRealloc.3 \
203
	XtRegisterCaseConverter.3 \
204
	XtRegisterDrawable.3 \
205
	XtRegisterExtensionSelector.3 \
206
	XtRegisterGrabAction.3 \
207
	XtReleaseGC.3 \
208
	XtReleasePropertyAtom.3 \
209
	XtRemoveActionHook.3 \
210
	XtRemoveAllCallbacks.3 \
211
	XtRemoveBlockHook.3 \
212
	XtRemoveCallback.3 \
213
	XtRemoveCallbacks.3 \
214
	XtRemoveEventHandler.3\
215
	XtRemoveEventTypeHandler.3\
216
	XtRemoveGrab.3\
217
	XtRemoveInput.3\
218
	XtRemoveRawEventHandler.3\
219
	XtRemoveSignal.3\
220
	XtRemoveTimeOut.3\
221
	XtRemoveWorkProc.3\
222
	XtReservePropertyAtom.3\
223
	XtResizeWidget.3\
224
	XtResolvePathname.3\
225
	XtScreen.3\
226
	XtScreenDatabase.3\
227
	XtScreenOfObject.3\
228
	XtSendSelectionRequest.3\
229
	XtSessionGetToken.3\
230
	XtSessionReturnToken.3\
231
	XtSetArg.3\
232
	XtSetErrorHandler.3\
233
	XtSetErrorMsgHandler.3\
234
	XtSetEventDispatcher.3\
235
	XtSetKeyTranslator.3\
236
	XtSetKeyboardFocus.3\
237
	XtSetLanguageProc.3 \
238
	XtSetMappedWhenManaged.3 \
239
	XtSetMultiClickTime.3 \
240
	XtSetSelectionParameters.3 \
241
	XtSetSelectionTimeout.3 \
242
	XtSetSensitive.3 \
243
	XtSetSubvalues.3 \
244
	XtSetTypeConverter.3 \
245
	XtSetValues.3 \
246
	XtSetWMColormapWindows.3 \
247
	XtSetWarningHandler.3 \
248
	XtSetWarningMsgHandler.3\
249
	XtStringConversionWarning.3\
250
	XtSuperclass.3\
251
	XtToolkitInitialize.3\
252
	XtToolkitThreadInitialize.3\
253
	XtTranslateCoords.3 \
254
	XtTranslateKeycode.3\
255
	XtUngrabButton.3\
256
	XtUngrabKey.3\
257
	XtUngrabKeyboard.3\
258
	XtUngrabPointer.3\
259
	XtUninstallTranslations.3\
260
	XtUnmanageChild.3\
261
	XtUnmanageChildren.3\
262
	XtUnmapWidget.3\
263
	XtUnrealizeWidget.3\
264
	XtUnregisterDrawable.3\
265
	XtVaAppCreateShell.3\
266
	XtVaAppInitialize.3\
267
	XtVaCreateArgsList.3\
268
	XtVaCreateManagedWidget.3\
269
	XtVaCreatePopupShell.3\
270
	XtVaCreateWidget.3\
271
	XtVaGetApplicationResources.3\
272
	XtVaGetSubresources.3\
273
	XtVaGetSubvalues.3 \
274
	XtVaGetValues.3 \
275
	XtVaOpenApplication.3\
276
	XtVaSetSubvalues.3\
277
	XtVaSetValues.3\
278
	XtWarning.3 \
279
	XtWarningMsg.3\
280
	XtWidgetToApplicationContext.3\
281
	XtWindow.3 \
282
	XtWindowOfObject.3 \
283
	XtWindowToWidget.3
284
285
NO_STAGE=	yes
286
post-patch:
16
post-patch:
287
	@${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' \
17
	@${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' \
288
		${WRKSRC}/configure
18
		${WRKSRC}/configure
(-)x11-toolkits/libXt/pkg-plist (+268 lines)
Lines 36-38 Link Here
36
lib/libXt.so
36
lib/libXt.so
37
lib/libXt.so.6
37
lib/libXt.so.6
38
libdata/pkgconfig/xt.pc
38
libdata/pkgconfig/xt.pc
39
man/man3/MenuPopdown.3.gz
40
man/man3/MenuPopup.3.gz
41
man/man3/XtAddActions.3.gz
42
man/man3/XtAddCallback.3.gz
43
man/man3/XtAddCallbacks.3.gz
44
man/man3/XtAddConverter.3.gz
45
man/man3/XtAddEventHandler.3.gz
46
man/man3/XtAddExposureToRegion.3.gz
47
man/man3/XtAddGrab.3.gz
48
man/man3/XtAddInput.3.gz
49
man/man3/XtAddRawEventHandler.3.gz
50
man/man3/XtAddTimeOut.3.gz
51
man/man3/XtAddWorkProc.3.gz
52
man/man3/XtAllocateGC.3.gz
53
man/man3/XtAppAddActionHook.3.gz
54
man/man3/XtAppAddActions.3.gz
55
man/man3/XtAppAddBlockHook.3.gz
56
man/man3/XtAppAddConverter.3.gz
57
man/man3/XtAppAddInput.3.gz
58
man/man3/XtAppAddSignal.3.gz
59
man/man3/XtAppAddTimeOut.3.gz
60
man/man3/XtAppAddWorkProc.3.gz
61
man/man3/XtAppCreateShell.3.gz
62
man/man3/XtAppError.3.gz
63
man/man3/XtAppErrorMsg.3.gz
64
man/man3/XtAppGetErrorDatabase.3.gz
65
man/man3/XtAppGetErrorDatabaseText.3.gz
66
man/man3/XtAppGetExitFlag.3.gz
67
man/man3/XtAppGetSelectionTimeout.3.gz
68
man/man3/XtAppInitialize.3.gz
69
man/man3/XtAppLock.3.gz
70
man/man3/XtAppMainLoop.3.gz
71
man/man3/XtAppNextEvent.3.gz
72
man/man3/XtAppPeekEvent.3.gz
73
man/man3/XtAppPending.3.gz
74
man/man3/XtAppProcessEvent.3.gz
75
man/man3/XtAppReleaseCacheRefs.3.gz
76
man/man3/XtAppSetErrorHandler.3.gz
77
man/man3/XtAppSetErrorMsgHandler.3.gz
78
man/man3/XtAppSetExitFlag.3.gz
79
man/man3/XtAppSetFallbackResources.3.gz
80
man/man3/XtAppSetSelectionTimeout.3.gz
81
man/man3/XtAppSetTypeConverter.3.gz
82
man/man3/XtAppSetWarningHandler.3.gz
83
man/man3/XtAppSetWarningMsgHandler.3.gz
84
man/man3/XtAppUnlock.3.gz
85
man/man3/XtAppWarning.3.gz
86
man/man3/XtAppWarningMsg.3.gz
87
man/man3/XtAsprintf.3.gz
88
man/man3/XtAugmentTranslations.3.gz
89
man/man3/XtBuildEventMask.3.gz
90
man/man3/XtCallAcceptFocus.3.gz
91
man/man3/XtCallActionProc.3.gz
92
man/man3/XtCallCallbackList.3.gz
93
man/man3/XtCallCallbacks.3.gz
94
man/man3/XtCallConverter.3.gz
95
man/man3/XtCallbackExclusive.3.gz
96
man/man3/XtCallbackNone.3.gz
97
man/man3/XtCallbackNonexclusive.3.gz
98
man/man3/XtCallbackPopdown.3.gz
99
man/man3/XtCalloc.3.gz
100
man/man3/XtCancelSelectionRequest.3.gz
101
man/man3/XtChangeManagedSet.3.gz
102
man/man3/XtCheckSubclass.3.gz
103
man/man3/XtClass.3.gz
104
man/man3/XtCloseDisplay.3.gz
105
man/man3/XtConfigureWidget.3.gz
106
man/man3/XtConvert.3.gz
107
man/man3/XtConvertAndStore.3.gz
108
man/man3/XtConvertCase.3.gz
109
man/man3/XtCreateApplicationContext.3.gz
110
man/man3/XtCreateApplicationShell.3.gz
111
man/man3/XtCreateManagedWidget.3.gz
112
man/man3/XtCreatePopupShell.3.gz
113
man/man3/XtCreateSelectionRequest.3.gz
114
man/man3/XtCreateWidget.3.gz
115
man/man3/XtCreateWindow.3.gz
116
man/man3/XtDatabase.3.gz
117
man/man3/XtDestroyApplicationContext.3.gz
118
man/man3/XtDestroyWidget.3.gz
119
man/man3/XtDirectConvert.3.gz
120
man/man3/XtDisownSelection.3.gz
121
man/man3/XtDispatchEvent.3.gz
122
man/man3/XtDispatchEventToWidget.3.gz
123
man/man3/XtDisplay.3.gz
124
man/man3/XtDisplayInitialize.3.gz
125
man/man3/XtDisplayOfObject.3.gz
126
man/man3/XtDisplayStringConversionWarning.3.gz
127
man/man3/XtDisplayToApplicationContext.3.gz
128
man/man3/XtError.3.gz
129
man/man3/XtErrorMsg.3.gz
130
man/man3/XtFindFile.3.gz
131
man/man3/XtFree.3.gz
132
man/man3/XtGetActionKeysym.3.gz
133
man/man3/XtGetActionList.3.gz
134
man/man3/XtGetApplicationNameAndClass.3.gz
135
man/man3/XtGetApplicationResources.3.gz
136
man/man3/XtGetClassExtension.3.gz
137
man/man3/XtGetConstraintResourceList.3.gz
138
man/man3/XtGetDisplays.3.gz
139
man/man3/XtGetErrorDatabase.3.gz
140
man/man3/XtGetErrorDatabaseText.3.gz
141
man/man3/XtGetGC.3.gz
142
man/man3/XtGetKeyboardFocusWidget.3.gz
143
man/man3/XtGetKeysymTable.3.gz
144
man/man3/XtGetMultiClickTime.3.gz
145
man/man3/XtGetResourceList.3.gz
146
man/man3/XtGetSelectionParameters.3.gz
147
man/man3/XtGetSelectionRequest.3.gz
148
man/man3/XtGetSelectionTimeout.3.gz
149
man/man3/XtGetSelectionValue.3.gz
150
man/man3/XtGetSelectionValueIncremental.3.gz
151
man/man3/XtGetSelectionValues.3.gz
152
man/man3/XtGetSelectionValuesIncremental.3.gz
153
man/man3/XtGetSubresources.3.gz
154
man/man3/XtGetSubvalues.3.gz
155
man/man3/XtGetValues.3.gz
156
man/man3/XtGrabButton.3.gz
157
man/man3/XtGrabKey.3.gz
158
man/man3/XtGrabKeyboard.3.gz
159
man/man3/XtGrabPointer.3.gz
160
man/man3/XtHasCallbacks.3.gz
161
man/man3/XtHooksOfDisplay.3.gz
162
man/man3/XtInitialize.3.gz
163
man/man3/XtInitializeWidgetClass.3.gz
164
man/man3/XtInsertEventHandler.3.gz
165
man/man3/XtInsertEventTypeHandler.3.gz
166
man/man3/XtInsertRawEventHandler.3.gz
167
man/man3/XtInstallAccelerators.3.gz
168
man/man3/XtInstallAllAccelerators.3.gz
169
man/man3/XtIsApplicationShell.3.gz
170
man/man3/XtIsComposite.3.gz
171
man/man3/XtIsConstraint.3.gz
172
man/man3/XtIsManaged.3.gz
173
man/man3/XtIsObject.3.gz
174
man/man3/XtIsOverrideShell.3.gz
175
man/man3/XtIsRealized.3.gz
176
man/man3/XtIsRectObj.3.gz
177
man/man3/XtIsSensitive.3.gz
178
man/man3/XtIsSessionShell.3.gz
179
man/man3/XtIsShell.3.gz
180
man/man3/XtIsSubclass.3.gz
181
man/man3/XtIsTopLevelShell.3.gz
182
man/man3/XtIsTransientShell.3.gz
183
man/man3/XtIsVendorShell.3.gz
184
man/man3/XtIsWMShell.3.gz
185
man/man3/XtIsWidget.3.gz
186
man/man3/XtKeysymToKeycodeList.3.gz
187
man/man3/XtLastEventProcessed.3.gz
188
man/man3/XtLastTimestampProcessed.3.gz
189
man/man3/XtMainLoop.3.gz
190
man/man3/XtMakeGeometryRequest.3.gz
191
man/man3/XtMakeResizeRequest.3.gz
192
man/man3/XtMalloc.3.gz
193
man/man3/XtManageChild.3.gz
194
man/man3/XtManageChildren.3.gz
195
man/man3/XtMapWidget.3.gz
196
man/man3/XtMergeArgLists.3.gz
197
man/man3/XtMoveWidget.3.gz
198
man/man3/XtName.3.gz
199
man/man3/XtNameToWidget.3.gz
200
man/man3/XtNew.3.gz
201
man/man3/XtNewString.3.gz
202
man/man3/XtNextEvent.3.gz
203
man/man3/XtNoticeSignal.3.gz
204
man/man3/XtNumber.3.gz
205
man/man3/XtOffset.3.gz
206
man/man3/XtOffsetOf.3.gz
207
man/man3/XtOpenApplication.3.gz
208
man/man3/XtOpenDisplay.3.gz
209
man/man3/XtOverrideTranslations.3.gz
210
man/man3/XtOwnSelection.3.gz
211
man/man3/XtOwnSelectionIncremental.3.gz
212
man/man3/XtParent.3.gz
213
man/man3/XtParseAcceleratorTable.3.gz
214
man/man3/XtParseTranslationTable.3.gz
215
man/man3/XtPeekEvent.3.gz
216
man/man3/XtPending.3.gz
217
man/man3/XtPopdown.3.gz
218
man/man3/XtPopup.3.gz
219
man/man3/XtPopupSpringLoaded.3.gz
220
man/man3/XtProcessEvent.3.gz
221
man/man3/XtProcessLock.3.gz
222
man/man3/XtProcessUnlock.3.gz
223
man/man3/XtQueryGeometry.3.gz
224
man/man3/XtRealizeWidget.3.gz
225
man/man3/XtRealloc.3.gz
226
man/man3/XtRegisterCaseConverter.3.gz
227
man/man3/XtRegisterDrawable.3.gz
228
man/man3/XtRegisterExtensionSelector.3.gz
229
man/man3/XtRegisterGrabAction.3.gz
230
man/man3/XtReleaseGC.3.gz
231
man/man3/XtReleasePropertyAtom.3.gz
232
man/man3/XtRemoveActionHook.3.gz
233
man/man3/XtRemoveAllCallbacks.3.gz
234
man/man3/XtRemoveBlockHook.3.gz
235
man/man3/XtRemoveCallback.3.gz
236
man/man3/XtRemoveCallbacks.3.gz
237
man/man3/XtRemoveEventHandler.3.gz
238
man/man3/XtRemoveEventTypeHandler.3.gz
239
man/man3/XtRemoveGrab.3.gz
240
man/man3/XtRemoveInput.3.gz
241
man/man3/XtRemoveRawEventHandler.3.gz
242
man/man3/XtRemoveSignal.3.gz
243
man/man3/XtRemoveTimeOut.3.gz
244
man/man3/XtRemoveWorkProc.3.gz
245
man/man3/XtReservePropertyAtom.3.gz
246
man/man3/XtResizeWidget.3.gz
247
man/man3/XtResolvePathname.3.gz
248
man/man3/XtScreen.3.gz
249
man/man3/XtScreenDatabase.3.gz
250
man/man3/XtScreenOfObject.3.gz
251
man/man3/XtSendSelectionRequest.3.gz
252
man/man3/XtSessionGetToken.3.gz
253
man/man3/XtSessionReturnToken.3.gz
254
man/man3/XtSetArg.3.gz
255
man/man3/XtSetErrorHandler.3.gz
256
man/man3/XtSetErrorMsgHandler.3.gz
257
man/man3/XtSetEventDispatcher.3.gz
258
man/man3/XtSetKeyTranslator.3.gz
259
man/man3/XtSetKeyboardFocus.3.gz
260
man/man3/XtSetLanguageProc.3.gz
261
man/man3/XtSetMappedWhenManaged.3.gz
262
man/man3/XtSetMultiClickTime.3.gz
263
man/man3/XtSetSelectionParameters.3.gz
264
man/man3/XtSetSelectionTimeout.3.gz
265
man/man3/XtSetSensitive.3.gz
266
man/man3/XtSetSubvalues.3.gz
267
man/man3/XtSetTypeConverter.3.gz
268
man/man3/XtSetValues.3.gz
269
man/man3/XtSetWMColormapWindows.3.gz
270
man/man3/XtSetWarningHandler.3.gz
271
man/man3/XtSetWarningMsgHandler.3.gz
272
man/man3/XtStringConversionWarning.3.gz
273
man/man3/XtSuperclass.3.gz
274
man/man3/XtToolkitInitialize.3.gz
275
man/man3/XtToolkitThreadInitialize.3.gz
276
man/man3/XtTranslateCoords.3.gz
277
man/man3/XtTranslateKeycode.3.gz
278
man/man3/XtUngrabButton.3.gz
279
man/man3/XtUngrabKey.3.gz
280
man/man3/XtUngrabKeyboard.3.gz
281
man/man3/XtUngrabPointer.3.gz
282
man/man3/XtUninstallTranslations.3.gz
283
man/man3/XtUnmanageChild.3.gz
284
man/man3/XtUnmanageChildren.3.gz
285
man/man3/XtUnmapWidget.3.gz
286
man/man3/XtUnrealizeWidget.3.gz
287
man/man3/XtUnregisterDrawable.3.gz
288
man/man3/XtVaAppCreateShell.3.gz
289
man/man3/XtVaAppInitialize.3.gz
290
man/man3/XtVaCreateArgsList.3.gz
291
man/man3/XtVaCreateManagedWidget.3.gz
292
man/man3/XtVaCreatePopupShell.3.gz
293
man/man3/XtVaCreateWidget.3.gz
294
man/man3/XtVaGetApplicationResources.3.gz
295
man/man3/XtVaGetSubresources.3.gz
296
man/man3/XtVaGetSubvalues.3.gz
297
man/man3/XtVaGetValues.3.gz
298
man/man3/XtVaOpenApplication.3.gz
299
man/man3/XtVaSetSubvalues.3.gz
300
man/man3/XtVaSetValues.3.gz
301
man/man3/XtWarning.3.gz
302
man/man3/XtWarningMsg.3.gz
303
man/man3/XtWidgetToApplicationContext.3.gz
304
man/man3/XtWindow.3.gz
305
man/man3/XtWindowOfObject.3.gz
306
man/man3/XtWindowToWidget.3.gz
(-)x11-toolkits/termit/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	termit
4
PORTNAME=	termit
5
PORTVERSION=	2.9.6
5
PORTVERSION=	2.9.6
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	x11-toolkits gnome
7
CATEGORIES=	x11-toolkits gnome
8
MASTER_SITES=	http://cloud.github.com/downloads/nonstop/termit/
8
MASTER_SITES=	http://cloud.github.com/downloads/nonstop/termit/
9
9
(-)x11-wm/awesome/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	awesome
4
PORTNAME=	awesome
5
PORTVERSION=	3.5.2
5
PORTVERSION=	3.5.2
6
PORTREVISION=	1
6
PORTREVISION=	2
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	x11-wm
8
CATEGORIES=	x11-wm
9
MASTER_SITES=	http://awesome.naquadah.org/download/
9
MASTER_SITES=	http://awesome.naquadah.org/download/
(-)x11-wm/transset/Makefile (-3 / +1 lines)
Lines 13-20 Link Here
13
XORG_CAT=	app
13
XORG_CAT=	app
14
USE_XORG=	x11 xproto
14
USE_XORG=	x11 xproto
15
15
16
MAN1=		transset.1
16
PLIST_FILES=	bin/transset man/man1/transset.1.gz
17
PLIST_FILES=	bin/transset
18
17
19
NO_STAGE=	yes
20
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)x11-wm/xcompmgr/Makefile (-4 / +1 lines)
Lines 11-19 Link Here
11
XORG_CAT=	app
11
XORG_CAT=	app
12
USE_XORG=	x11 xcomposite xfixes xdamage xrender
12
USE_XORG=	x11 xcomposite xfixes xdamage xrender
13
13
14
PLIST_FILES=	bin/${PORTNAME}
14
PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
15
15
16
MAN1=		xcompmgr.1
17
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
16
.include <bsd.port.mk>

Return to bug 184684