Lines 1-6
Link Here
|
1 |
PORTNAME= xorg |
1 |
PORTNAME= xorg |
2 |
PORTVERSION= 21.1.8 |
2 |
PORTVERSION= 21.1.8 |
3 |
PORTREVISION= 2 |
3 |
PORTREVISION= 3 |
4 |
PORTEPOCH= 1 |
4 |
PORTEPOCH= 1 |
5 |
CATEGORIES= x11-servers |
5 |
CATEGORIES= x11-servers |
6 |
MASTER_SITES= XORG/individual/xserver |
6 |
MASTER_SITES= XORG/individual/xserver |
Lines 24-32
USE_GL= gl
Link Here
|
24 |
PORTNAME= xephyr |
24 |
PORTNAME= xephyr |
25 |
.elif ${FLAVOR} == xorg |
25 |
.elif ${FLAVOR} == xorg |
26 |
PKGNAMESUFFIX= -server |
26 |
PKGNAMESUFFIX= -server |
27 |
SUB_FILES= pkg-post-deinstall pkg-post-install |
|
|
28 |
PKGPOSTINSTALL= ${WRKDIR}/pkg-post-install |
29 |
PKGPOSTDEINSTALL= ${WRKDIR}/pkg-post-deinstall |
30 |
.elif ${FLAVOR} == xnest |
27 |
.elif ${FLAVOR} == xnest |
31 |
PORTEPOCH= 2 |
28 |
PORTEPOCH= 2 |
32 |
PKGNAMESUFFIX= -nestserver |
29 |
PKGNAMESUFFIX= -nestserver |
Lines 133-142
PLIST_SUB+= SPARC64="@comment "
Link Here
|
133 |
|
130 |
|
134 |
.if ${FLAVOR} == xorg |
131 |
.if ${FLAVOR} == xorg |
135 |
post-install: |
132 |
post-install: |
136 |
# Avoid conflict with nvidia-driver, move libglx.so into .xorg directory |
|
|
137 |
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/xorg/modules/extensions/.xorg |
138 |
${MV} ${STAGEDIR}${PREFIX}/lib/xorg/modules/extensions/libglx.so \ |
139 |
${STAGEDIR}${PREFIX}/lib/xorg/modules/extensions/.xorg/ |
140 |
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/X11/xorg.conf.d |
133 |
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/X11/xorg.conf.d |
141 |
@${MKDIR} ${STAGEDIR}${FONTPATHD} |
134 |
@${MKDIR} ${STAGEDIR}${FONTPATHD} |
142 |
@${MKDIR} ${STAGEDIR}${PREFIX}/share/X11/xorg.conf.d |
135 |
@${MKDIR} ${STAGEDIR}${PREFIX}/share/X11/xorg.conf.d |