Update to 4.0.1. Remove libraries from -clients. Try to extract
only what each port needs. Other miscellaneous bug fixes. Submitted by: maintainer
This commit is contained in:
parent
d3ed5696bd
commit
036dd8c105
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31962
73 changed files with 3458 additions and 1818 deletions
|
@ -6,26 +6,39 @@
|
|||
#
|
||||
|
||||
PORTNAME= imake
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0/source/
|
||||
DISTFILES= X400src-1.tgz
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-${PORTVERSION}/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/${PORTVERSION}/source/
|
||||
DISTFILES= X401src-1.tgz
|
||||
|
||||
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
||||
|
||||
MANUAL_PACKAGE_BUILD= installs/removes files also in the XFree86 port
|
||||
#MANUAL_PACKAGE_BUILD= installs/removes files also in the XFree86 port
|
||||
|
||||
PREFIX?= ${X11BASE}
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc/config
|
||||
MTREE_FILE= /etc/mtree/BSD.x11.dist
|
||||
MTREE_FILE= /etc/mtree/BSD.x11-4.dist
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/Imakefile \
|
||||
xc/Makefile \
|
||||
xc/config \
|
||||
xc/include \
|
||||
xc/extras
|
||||
.if !defined(NO_INSTALL_MANPAGES)
|
||||
MAN1= imake.1 lndir.1 makedepend.1 makeg.1 makestrs.1 \
|
||||
mkdirhier.1 pswrap.1 revpath.1 xmkmf.1
|
||||
MAN1= imake.1 \
|
||||
lndir.1 \
|
||||
makedepend.1 \
|
||||
makeg.1 \
|
||||
makestrs.1 \
|
||||
mkdirhier.1 \
|
||||
pswrap.1 \
|
||||
revpath.1 \
|
||||
rman.1 \
|
||||
xmkmf.1
|
||||
MANCOMPRESSED= yes
|
||||
INSTALL_TARGET= install install.man
|
||||
.else
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xc/X400src-1.tgz) = a93f407ee0dd7ed806a97370c2ae637d
|
||||
MD5 (xc/X401src-1.tgz) = b2ad4a077ac7c09d85e6a0fc0728a536
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- cf/Imake.tmpl~ Tue Feb 22 02:42:26 2000
|
||||
+++ cf/Imake.tmpl Tue Feb 22 03:11:21 2000
|
||||
@@ -1282,7 +1282,7 @@
|
||||
--- cf/Imake.tmpl.orig Tue Jun 27 09:55:44 2000
|
||||
+++ cf/Imake.tmpl Sun Jul 16 18:19:54 2000
|
||||
@@ -1385,7 +1385,7 @@
|
||||
CXXOPTIONS = CplusplusOptions
|
||||
CXXINCLUDES = $(INCLUDES) $(TOP_INCLUDES) $(CXXEXTRA_INCLUDES)
|
||||
CXXDEFINES = $(CXXINCLUDES) $(CXXSTD_DEFINES) $(THREADS_CXXDEFINES) $(CXXEXTRA_DEFINES) $(DEFINES)
|
||||
|
@ -9,7 +9,7 @@
|
|||
#endif
|
||||
COMPRESS = CompressCmd
|
||||
GZIPCMD = GzipCmd
|
||||
@@ -1469,7 +1469,7 @@
|
||||
@@ -1574,7 +1574,7 @@
|
||||
*/
|
||||
ALLINCLUDES = $(INCLUDES) $(EXTRA_INCLUDES) $(TOP_INCLUDES) $(STD_INCLUDES)
|
||||
ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(EXTRA_DEFINES) $(PROTO_DEFINES) $(THREADS_DEFINES) $(MODULE_DEFINES) $(DEFINES)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- cf/FreeBSD.cf.orig Thu Feb 17 18:09:43 2000
|
||||
+++ cf/FreeBSD.cf Sat Mar 18 19:42:06 2000
|
||||
@@ -336,14 +336,14 @@
|
||||
--- cf/FreeBSD.cf.orig Sun Jun 25 03:15:53 2000
|
||||
+++ cf/FreeBSD.cf Sun Jul 16 18:22:14 2000
|
||||
@@ -356,14 +356,14 @@
|
||||
/* The GCC strength-reduce bug is fixed for FreeBSD 2.1.5 and later */
|
||||
#ifndef DefaultGcc2i386Opt
|
||||
#if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion > 1) || (OSMajorVersion == 2 && OSMinorVersion == 1 && OSTeenyVersion >= 5)
|
||||
|
@ -17,14 +17,3 @@
|
|||
#endif
|
||||
|
||||
#ifndef PreIncDir
|
||||
@@ -463,8 +463,9 @@
|
||||
/*
|
||||
* A hack to work around an optimisation problem with the compiler on
|
||||
* FreeBSD 4.0-current in late 1999/early 2000.
|
||||
+ * (and FreeBSD 5.0-current in early 2000)
|
||||
*/
|
||||
-#if OSMajorVersion == 4 && OSMinorVersion == 0 && OSTeenyVersion == 0
|
||||
+#if (OSMajorVersion == 4 || OSMajorVersion == 5) && OSMinorVersion == 0 && OSTeenyVersion == 0
|
||||
#define FreeBSDGccOptBug
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- cf/Imake.rules.orig Wed Mar 8 00:54:17 2000
|
||||
+++ cf/Imake.rules Wed Apr 12 18:00:00 2000
|
||||
@@ -1437,7 +1437,7 @@
|
||||
--- cf/Imake.rules.orig Sun Jun 18 03:39:14 2000
|
||||
+++ cf/Imake.rules Sun Jul 16 18:47:58 2000
|
||||
@@ -1533,7 +1533,7 @@
|
||||
MakeDir(Concat($(DESTDIR),npath/mdir)) @@\
|
||||
@MakeFlagsToShellFlags(i,set +e); \ @@\
|
||||
if [ -d Concat($(DESTDIR),opath/cdir) ]; then \ @@\
|
||||
|
@ -9,7 +9,7 @@
|
|||
sed -e 's:^.::' -e 's:[^/.][^/]*:..:'g`; \ @@\
|
||||
cd Concat($(DESTDIR),opath/cdir); \ @@\
|
||||
if [ -d rdir -a ! -h rdir ]; then \ @@\
|
||||
@@ -1484,7 +1484,7 @@
|
||||
@@ -1580,7 +1580,7 @@
|
||||
MakeDir(Concat($(DESTDIR),npath)) @@\
|
||||
@MakeFlagsToShellFlags(i,set +e); \ @@\
|
||||
if [ -d Concat($(DESTDIR),opath) ]; then \ @@\
|
||||
|
@ -18,4 +18,3 @@
|
|||
sed -e 's:^.::' -e 's:[^/.][^/]*:..:'g`; \ @@\
|
||||
cd Concat($(DESTDIR),opath); \ @@\
|
||||
if [ -f lfile -a ! -h lfile ]; then \ @@\
|
||||
|
||||
|
|
|
@ -6,8 +6,10 @@ bin/makeg
|
|||
bin/makestrs
|
||||
bin/mergelib
|
||||
bin/mkdirhier
|
||||
bin/mkhtmlindex
|
||||
bin/pswrap
|
||||
bin/revpath
|
||||
bin/rman
|
||||
bin/xmkmf
|
||||
lib/X11/config/Amoeba.cf
|
||||
lib/X11/config/DGUX.cf
|
||||
|
@ -106,3 +108,13 @@ lib/X11/config/xf86.rules
|
|||
lib/X11/config/xf86.tmpl
|
||||
lib/X11/config/xf86site.def
|
||||
lib/X11/config/xfree86.cf
|
||||
lib/X11/doc/html/imake.1.html
|
||||
lib/X11/doc/html/lndir.1.html
|
||||
lib/X11/doc/html/makedepend.1.html
|
||||
lib/X11/doc/html/makeg.1.html
|
||||
lib/X11/doc/html/makestrs.1.html
|
||||
lib/X11/doc/html/mkdirhier.1.html
|
||||
lib/X11/doc/html/pswrap.1.html
|
||||
lib/X11/doc/html/revpath.1.html
|
||||
lib/X11/doc/html/rman.1.html
|
||||
lib/X11/doc/html/xmkmf.1.html
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# New ports collection makefile for: XFree86Xfont100dpi-4.0
|
||||
# New ports collection makefile for: XFree86-4-font100dpi
|
||||
# Date created: 10 Oct 1999
|
||||
# Whom: taguchi@tohoku.iij.ad.jp
|
||||
#
|
||||
|
@ -6,27 +6,27 @@
|
|||
#
|
||||
|
||||
PORTNAME= font100dpi
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0/source/
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-${PORTVERSION}/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/${PORTVERSION}/source/
|
||||
PKGNAMEPREFIX= XFree86-
|
||||
DISTFILES= X400src-2.tgz
|
||||
DISTFILES= X401src-2.tgz
|
||||
|
||||
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
||||
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4 \
|
||||
mkfontdir:${PORTSDIR}/x11/XFree86-4-libraries
|
||||
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings
|
||||
BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
|
||||
RUN_DEPENDS= ${X11_BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings
|
||||
|
||||
PREFIX?= ${X11BASE}
|
||||
PROJECTROOT= -DProjectRoot=${PREFIX}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11.dist
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc/fonts/bdf/100dpi
|
||||
XFREE86_VERSION= 4
|
||||
USE_IMAKE= YES
|
||||
PROJECTROOT= -DProjectRoot=${PREFIX}
|
||||
DIST_SUBDIR= xc
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/fonts
|
||||
WRKSRC= ${WRKDIR}/xc/fonts/bdf/100dpi
|
||||
|
||||
do-configure:
|
||||
(cd ${WRKDIR}/xc/fonts/encodings && \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xc/X400src-2.tgz) = ad5f7461adb6b2646f9a9c48ad93f6da
|
||||
MD5 (xc/X401src-2.tgz) = a3363a076f355ddbba68c7f0557438ff
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# New ports collection makefile for: XFree86Xfont75dpi-4.0
|
||||
# New ports collection makefile for: XFree86-4-font75dpi
|
||||
# Date created: 10 Oct 1999
|
||||
# Whom: taguchi@tohoku.iij.ad.jp
|
||||
#
|
||||
|
@ -6,27 +6,27 @@
|
|||
#
|
||||
|
||||
PORTNAME= font75dpi
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0/source/
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-${PORTVERSION}/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/${PORTVERSION}/source/
|
||||
PKGNAMEPREFIX= XFree86-
|
||||
DISTFILES= X400src-2.tgz
|
||||
DISTFILES= X401src-2.tgz
|
||||
|
||||
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
||||
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4 \
|
||||
mkfontdir:${PORTSDIR}/x11/XFree86-4-libraries
|
||||
BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
|
||||
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings
|
||||
|
||||
PREFIX?= ${X11BASE}
|
||||
PROJECTROOT= -DProjectRoot=${PREFIX}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11.dist
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc/fonts/bdf/75dpi
|
||||
XFREE86_VERSION= 4
|
||||
USE_IMAKE= YES
|
||||
PROJECTROOT= -DProjectRoot=${PREFIX}
|
||||
DIST_SUBDIR= xc
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/fonts
|
||||
WRKSRC= ${WRKDIR}/xc/fonts/bdf/75dpi
|
||||
|
||||
do-configure:
|
||||
(cd ${WRKDIR}/xc/fonts/encodings && \
|
||||
|
@ -46,7 +46,4 @@ pre-build:
|
|||
(cd ${WRKDIR}/xc/fonts/encodings && \
|
||||
${MAKE} all)
|
||||
|
||||
post-install:
|
||||
@echo "DEBUG: PREFIX=${PREFIX}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xc/X400src-2.tgz) = ad5f7461adb6b2646f9a9c48ad93f6da
|
||||
MD5 (xc/X401src-2.tgz) = a3363a076f355ddbba68c7f0557438ff
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# New ports collection makefile for: XFree86XfontCyrillic-4.0
|
||||
# New ports collection makefile for: XFree86-4-fontCyrillic
|
||||
# Date created: 10 Oct 1999
|
||||
# Whom: taguchi@tohoku.iij.ad.jp
|
||||
#
|
||||
|
@ -6,27 +6,27 @@
|
|||
#
|
||||
|
||||
PORTNAME= fontCyrillic
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0/source/
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-${PORTVERSION}/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/${PORTVERSION}/source/
|
||||
PKGNAMEPREFIX= XFree86-
|
||||
DISTFILES= X400src-2.tgz
|
||||
DISTFILES= X401src-2.tgz
|
||||
|
||||
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
||||
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4 \
|
||||
mkfontdir:${PORTSDIR}/x11/XFree86-4-libraries
|
||||
BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
|
||||
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings
|
||||
|
||||
PREFIX?= ${X11BASE}
|
||||
PROJECTROOT= -DProjectRoot=${PREFIX}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11.dist
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc/fonts/bdf/cyrillic
|
||||
XFREE86_VERSION= 4
|
||||
USE_IMAKE= YES
|
||||
PROJECTROOT= -DProjectRoot=${PREFIX}
|
||||
DIST_SUBDIR= xc
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/fonts
|
||||
WRKSRC= ${WRKDIR}/xc/fonts/bdf/cyrillic
|
||||
|
||||
do-configure:
|
||||
(cd ${WRKDIR}/xc/fonts/encodings && \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xc/X400src-2.tgz) = ad5f7461adb6b2646f9a9c48ad93f6da
|
||||
MD5 (xc/X401src-2.tgz) = a3363a076f355ddbba68c7f0557438ff
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# New ports collection makefile for: XFree86XfontDefaultBitmap-4.0
|
||||
# New ports collection makefile for: XFree86-4-fontDefaultBitmap
|
||||
# Date created: 10 Oct 1999
|
||||
# Whom: taguchi@tohoku.iij.ad.jp
|
||||
#
|
||||
|
@ -6,34 +6,34 @@
|
|||
#
|
||||
|
||||
PORTNAME= fontDefaultBitmap
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0/source/
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-${PORTVERSION}/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/${PORTVERSION}/source/
|
||||
PKGNAMEPREFIX= XFree86-
|
||||
DISTFILES= X400src-1.tgz X400src-2.tgz
|
||||
EXTRACT_ONLY= X400src-2.tgz
|
||||
DISTFILES= X401src-1.tgz X401src-2.tgz
|
||||
EXTRACT_ONLY= X401src-2.tgz
|
||||
|
||||
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
||||
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4 \
|
||||
mkfontdir:${PORTSDIR}/x11/XFree86-4-libraries
|
||||
BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
|
||||
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings
|
||||
|
||||
PREFIX?= ${X11BASE}
|
||||
PROJECTROOT= -DProjectRoot=${PREFIX}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11.dist
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc/fonts/bdf/misc
|
||||
XFREE86_VERSION= 4
|
||||
USE_IMAKE= YES
|
||||
PROJECTROOT= -DProjectRoot=${PREFIX}
|
||||
DIST_SUBDIR= xc
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/fonts
|
||||
WRKSRC= ${WRKDIR}/xc/fonts/bdf/misc
|
||||
|
||||
post-extract:
|
||||
(cd ${WRKDIR} && \
|
||||
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
|
||||
${DISTDIR}/${DIST_SUBDIR}/X400src-1.tgz \
|
||||
${EXTRACT_AFTER_ARGS} xc/extras/fonts)
|
||||
${DISTDIR}/${DIST_SUBDIR}/X401src-1.tgz \
|
||||
| ${TAR} -xf - xc/extras/fonts)
|
||||
|
||||
do-configure:
|
||||
(cd ${WRKDIR}/xc/fonts/encodings && \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (xc/X400src-1.tgz) = a93f407ee0dd7ed806a97370c2ae637d
|
||||
MD5 (xc/X400src-2.tgz) = ad5f7461adb6b2646f9a9c48ad93f6da
|
||||
MD5 (xc/X401src-1.tgz) = b2ad4a077ac7c09d85e6a0fc0728a536
|
||||
MD5 (xc/X401src-2.tgz) = a3363a076f355ddbba68c7f0557438ff
|
||||
|
|
|
@ -1,3 +1,65 @@
|
|||
lib/X11/fonts/misc/6x13-ISO8859-3.pcf.gz
|
||||
lib/X11/fonts/misc/6x13-ISO8859-4.pcf.gz
|
||||
lib/X11/fonts/misc/6x13-ISO8859-5.pcf.gz
|
||||
lib/X11/fonts/misc/6x13-ISO8859-9.pcf.gz
|
||||
lib/X11/fonts/misc/6x13-ISO8859-10.pcf.gz
|
||||
lib/X11/fonts/misc/6x13-ISO8859-13.pcf.gz
|
||||
lib/X11/fonts/misc/6x13-ISO8859-15.pcf.gz
|
||||
lib/X11/fonts/misc/6x13B-ISO8859-5.pcf.gz
|
||||
lib/X11/fonts/misc/6x13B-ISO8859-9.pcf.gz
|
||||
lib/X11/fonts/misc/6x13B-ISO8859-13.pcf.gz
|
||||
lib/X11/fonts/misc/6x13B-ISO8859-15.pcf.gz
|
||||
lib/X11/fonts/misc/6x13O.pcf.gz
|
||||
lib/X11/fonts/misc/6x13O-ISO8859-1.pcf.gz
|
||||
lib/X11/fonts/misc/6x13O-ISO8859-2.pcf.gz
|
||||
lib/X11/fonts/misc/6x13O-ISO8859-5.pcf.gz
|
||||
lib/X11/fonts/misc/6x13O-ISO8859-7.pcf.gz
|
||||
lib/X11/fonts/misc/6x13O-ISO8859-9.pcf.gz
|
||||
lib/X11/fonts/misc/6x13O-ISO8859-13.pcf.gz
|
||||
lib/X11/fonts/misc/6x13O-ISO8859-15.pcf.gz
|
||||
lib/X11/fonts/misc/7x13-ISO8859-2.pcf.gz
|
||||
lib/X11/fonts/misc/7x13-ISO8859-3.pcf.gz
|
||||
lib/X11/fonts/misc/7x13-ISO8859-4.pcf.gz
|
||||
lib/X11/fonts/misc/7x13-ISO8859-5.pcf.gz
|
||||
lib/X11/fonts/misc/7x13-ISO8859-7.pcf.gz
|
||||
lib/X11/fonts/misc/7x13-ISO8859-8.pcf.gz
|
||||
lib/X11/fonts/misc/7x13-ISO8859-9.pcf.gz
|
||||
lib/X11/fonts/misc/7x13-ISO8859-10.pcf.gz
|
||||
lib/X11/fonts/misc/7x13-ISO8859-13.pcf.gz
|
||||
lib/X11/fonts/misc/7x13-KOI8-R.pcf.gz
|
||||
lib/X11/fonts/misc/7x13B-ISO8859-2.pcf.gz
|
||||
lib/X11/fonts/misc/7x13B-ISO8859-5.pcf.gz
|
||||
lib/X11/fonts/misc/7x13B-ISO8859-7.pcf.gz
|
||||
lib/X11/fonts/misc/7x13B-ISO8859-9.pcf.gz
|
||||
lib/X11/fonts/misc/7x13B-ISO8859-13.pcf.gz
|
||||
lib/X11/fonts/misc/7x13O.pcf.gz
|
||||
lib/X11/fonts/misc/7x13O-ISO8859-1.pcf.gz
|
||||
lib/X11/fonts/misc/7x13O-ISO8859-2.pcf.gz
|
||||
lib/X11/fonts/misc/7x13O-ISO8859-5.pcf.gz
|
||||
lib/X11/fonts/misc/7x13O-ISO8859-7.pcf.gz
|
||||
lib/X11/fonts/misc/7x13O-ISO8859-9.pcf.gz
|
||||
lib/X11/fonts/misc/7x13O-ISO8859-13.pcf.gz
|
||||
lib/X11/fonts/misc/7x13O-ISO8859-15.pcf.gz
|
||||
lib/X11/fonts/misc/8x13-ISO8859-3.pcf.gz
|
||||
lib/X11/fonts/misc/8x13-ISO8859-4.pcf.gz
|
||||
lib/X11/fonts/misc/8x13-ISO8859-5.pcf.gz
|
||||
lib/X11/fonts/misc/8x13-ISO8859-9.pcf.gz
|
||||
lib/X11/fonts/misc/8x13-ISO8859-10.pcf.gz
|
||||
lib/X11/fonts/misc/8x13-ISO8859-13.pcf.gz
|
||||
lib/X11/fonts/misc/8x13-ISO8859-15.pcf.gz
|
||||
lib/X11/fonts/misc/8x13B-ISO8859-5.pcf.gz
|
||||
lib/X11/fonts/misc/8x13B-ISO8859-9.pcf.gz
|
||||
lib/X11/fonts/misc/8x13B-ISO8859-13.pcf.gz
|
||||
lib/X11/fonts/misc/8x13B-ISO8859-15.pcf.gz
|
||||
lib/X11/fonts/misc/8x13O.pcf.gz
|
||||
lib/X11/fonts/misc/8x13O-ISO8859-1.pcf.gz
|
||||
lib/X11/fonts/misc/8x13O-ISO8859-2.pcf.gz
|
||||
lib/X11/fonts/misc/8x13O-ISO8859-5.pcf.gz
|
||||
lib/X11/fonts/misc/8x13O-ISO8859-7.pcf.gz
|
||||
lib/X11/fonts/misc/8x13O-ISO8859-9.pcf.gz
|
||||
lib/X11/fonts/misc/8x13O-ISO8859-13.pcf.gz
|
||||
lib/X11/fonts/misc/8x13O-ISO8859-15.pcf.gz
|
||||
lib/X11/fonts/misc/18x18ko.pcf.gz
|
||||
lib/X11/fonts/misc/10x20-ISO8859-1.pcf.gz
|
||||
lib/X11/fonts/misc/10x20.pcf.gz
|
||||
lib/X11/fonts/misc/12x13ja.pcf.gz
|
||||
|
|
|
@ -6,26 +6,26 @@
|
|||
#
|
||||
|
||||
PORTNAME= fontEncodings
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0/source/
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-${PORTVERSION}/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/${PORTVERSION}/source/
|
||||
PKGNAMEPREFIX= XFree86-
|
||||
DISTFILES= X400src-2.tgz
|
||||
DISTFILES= X401src-2.tgz
|
||||
|
||||
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
||||
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4 \
|
||||
mkfontdir:${PORTSDIR}/x11/XFree86-4-libraries
|
||||
BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
|
||||
|
||||
PREFIX?= ${X11BASE}
|
||||
PROJECTROOT= -DProjectRoot=${PREFIX}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11.dist
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc/fonts/encodings
|
||||
XFREE86_VERSION= 4
|
||||
USE_IMAKE= YES
|
||||
PROJECTROOT= -DProjectRoot=${PREFIX}
|
||||
DIST_SUBDIR= xc
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/fonts
|
||||
WRKSRC= ${WRKDIR}/xc/fonts/encodings
|
||||
|
||||
do-configure:
|
||||
(cd ${WRKSRC} && \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xc/X400src-2.tgz) = ad5f7461adb6b2646f9a9c48ad93f6da
|
||||
MD5 (xc/X401src-2.tgz) = a3363a076f355ddbba68c7f0557438ff
|
||||
|
|
|
@ -31,5 +31,3 @@ lib/X11/fonts/encodings/mulearabic-2.enc
|
|||
lib/X11/fonts/encodings/mulelao-1.enc
|
||||
lib/X11/fonts/encodings/tcvn-0.enc
|
||||
lib/X11/fonts/encodings/viscii1.1-1.enc.gz
|
||||
@dirrm lib/X11/fonts/encodings/large
|
||||
@dirrm lib/X11/fonts/encodings
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# New ports collection makefile for: XFree86XfontLatin2-4.0
|
||||
# New ports collection makefile for: XFree86-4-fontLatin2
|
||||
# Date created: 10 Oct 1999
|
||||
# Whom: taguchi@tohoku.iij.ad.jp
|
||||
#
|
||||
|
@ -6,27 +6,27 @@
|
|||
#
|
||||
|
||||
PORTNAME= fontLatin2
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0/source/
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-${PORTVERSION}/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/${PORTVERSION}/source/
|
||||
PKGNAMEPREFIX= XFree86-
|
||||
DISTFILES= X400src-2.tgz
|
||||
DISTFILES= X401src-2.tgz
|
||||
|
||||
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
||||
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4 \
|
||||
mkfontdir:${PORTSDIR}/x11/XFree86-4-libraries
|
||||
BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
|
||||
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings
|
||||
|
||||
PREFIX?= ${X11BASE}
|
||||
PROJECTROOT= -DProjectRoot=${PREFIX}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11.dist
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc/fonts/bdf/latin2
|
||||
XFREE86_VERSION= 4
|
||||
USE_IMAKE= YES
|
||||
PROJECTROOT= -DProjectRoot=${PREFIX}
|
||||
DIST_SUBDIR= xc
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/fonts
|
||||
WRKSRC= ${WRKDIR}/xc/fonts/bdf/latin2
|
||||
# User Config:
|
||||
# If you want to disable 100dpi font, set following variable to "NO"
|
||||
Build100DpiFonts?= YES
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xc/X400src-2.tgz) = ad5f7461adb6b2646f9a9c48ad93f6da
|
||||
MD5 (xc/X401src-2.tgz) = a3363a076f355ddbba68c7f0557438ff
|
||||
|
|
|
@ -332,6 +332,3 @@ lib/X11/fonts/latin2/75dpi/timR12.pcf.gz
|
|||
lib/X11/fonts/latin2/75dpi/timR14.pcf.gz
|
||||
lib/X11/fonts/latin2/75dpi/timR18.pcf.gz
|
||||
lib/X11/fonts/latin2/75dpi/timR24.pcf.gz
|
||||
@dirrm lib/X11/fonts/latin2/100dpi
|
||||
@dirrm lib/X11/fonts/latin2/75dpi
|
||||
@dirrm lib/X11/fonts/latin2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# New ports collection makefile for: XFree86XfontScalable-4.0
|
||||
# New ports collection makefile for: XFree86-4-fontScalable
|
||||
# Date created: 10 Oct 1999
|
||||
# Whom: taguchi@tohoku.iij.ad.jp
|
||||
#
|
||||
|
@ -6,27 +6,33 @@
|
|||
#
|
||||
|
||||
PORTNAME= fontScalable
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0/source/
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-${PORTVERSION}/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/${PORTVERSION}/source/
|
||||
PKGNAMEPREFIX= XFree86-
|
||||
DISTFILES= X400src-2.tgz
|
||||
DISTFILES= X401src-2.tgz
|
||||
|
||||
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
||||
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4 \
|
||||
mkfontdir:${PORTSDIR}/x11/XFree86-4-libraries
|
||||
BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
|
||||
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings
|
||||
|
||||
PREFIX?= ${X11BASE}
|
||||
PROJECTROOT= -DProjectRoot=${PREFIX}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11.dist
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc/fonts
|
||||
XFREE86_VERSION= 4
|
||||
USE_IMAKE= YES
|
||||
PROJECTROOT= -DProjectRoot=${PREFIX}
|
||||
DIST_SUBDIR= xc
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/fonts
|
||||
WRKSRC= ${WRKDIR}/xc/fonts
|
||||
# User Config:
|
||||
# To disable following fonts, set variable to "NO"
|
||||
BuildSpeedoFonts?= YES
|
||||
BuildType1Fonts?= YES
|
||||
BuildCIDFonts?= YES
|
||||
BuildTTFonts?= YES
|
||||
|
||||
do-configure:
|
||||
(cd ${WRKDIR}/xc/fonts/encodings && \
|
||||
|
@ -37,8 +43,10 @@ do-configure:
|
|||
${MAKE} depend)
|
||||
(cd ${WRKSRC} && \
|
||||
imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \
|
||||
-DBuildSpeedoFonts=YES -DBuildType1Fonts=YES \
|
||||
-DBuildCIDFonts=YES -DBuildTTFonts=YES \
|
||||
-DBuildSpeedoFonts=${BuildSpeedoFonts} \
|
||||
-DBuildType1Fonts=${BuildType1Fonts} \
|
||||
-DBuildCIDFonts=${BuildCIDFonts} \
|
||||
-DBuildTTFonts=${BuildTTFonts} \
|
||||
-DMakeLocalFontDir=YES \
|
||||
-DFreeBSDBuildXscl=YES \
|
||||
-DTOPDIR=.. -DCURDIR=.; \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xc/X400src-2.tgz) = ad5f7461adb6b2646f9a9c48ad93f6da
|
||||
MD5 (xc/X401src-2.tgz) = a3363a076f355ddbba68c7f0557438ff
|
||||
|
|
|
@ -61,5 +61,4 @@ lib/X11/fonts/Type1/lcdxso.afm
|
|||
lib/X11/fonts/Type1/lcdxso.pfa
|
||||
lib/X11/fonts/Type1/lcdxsr.afm
|
||||
lib/X11/fonts/Type1/lcdxsr.pfa
|
||||
@dirrm lib/X11/fonts/CID
|
||||
@unexec if [ `wc -c %D/lib/X11/fonts/local/fonts.dir | awk '{print $1}'` = 2 ]; then rm -f %D/lib/X11/fonts/local/fonts.dir; fi
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# New ports collection makefile for: XFree86XFontServer-4.0
|
||||
# New ports collection makefile for: XFree86XFontServer-4.0.1
|
||||
# Date created: 10 Oct 1999
|
||||
# Whom: taguchi@tohoku.iij.ad.jp
|
||||
#
|
||||
|
@ -6,37 +6,33 @@
|
|||
#
|
||||
|
||||
PORTNAME= FontServer
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= x11-servers x11-fonts
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0/source/
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0.1/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0.1/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0.1/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0.1/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0.1/source/
|
||||
PKGNAMEPREFIX= XFree86-
|
||||
DISTFILES= X400src-1.tgz
|
||||
DISTFILES= X401src-1.tgz
|
||||
|
||||
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
||||
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4
|
||||
LIB_DEPENDS= X11.6:${PORTSDIR}/x11/XFree86-4-libraries
|
||||
XFREE86_VERSION= 4
|
||||
USE_IMAKE= YES
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc
|
||||
PATCHDIR= ${PORTSDIR}/x11/XFree86-4-libraries/patches
|
||||
SCRIPTS_ENV+= PREFIX=${PREFIX} \
|
||||
X11BASE=${X11BASE} \
|
||||
WRKDIR=${WRKDIR} \
|
||||
DISTDIR=${DISTDIR}
|
||||
ALL_TARGET= FreeBSDPortsBuild
|
||||
INSTALL_TARGET= FreeBSDPortsInstall FreeBSDPortsInstall.man
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= xfs.1
|
||||
|
||||
PREFIX?= ${X11BASE}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11.dist
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc
|
||||
PATCHDIR= ${PORTSDIR}/x11/XFree86-4-libraries/patches
|
||||
SCRIPTS_ENV+= PREFIX=${PREFIX} \
|
||||
X11BASE=${X11BASE} \
|
||||
WRKDIR=${WRKDIR} \
|
||||
DISTDIR=${DISTDIR}
|
||||
ALL_TARGET= FreeBSDPortsBuild
|
||||
.if defined(NO_INSTALL_MANPAGES)
|
||||
INSTALL_TARGET= FreeBSDPortsInstall
|
||||
.else
|
||||
INSTALL_TARGET= FreeBSDPortsInstall FreeBSDPortsInstall.man
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= xfs.1
|
||||
.endif
|
||||
do-configure:
|
||||
cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xc/X400src-1.tgz) = a93f407ee0dd7ed806a97370c2ae637d
|
||||
MD5 (xc/X401src-1.tgz) = b2ad4a077ac7c09d85e6a0fc0728a536
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
bin/xfs
|
||||
@cwd /etc
|
||||
X11/fs/config
|
||||
@unexec rmdir /etc/X11/fs
|
||||
lib/X11/fs/config
|
||||
|
|
|
@ -26,6 +26,13 @@ configure () {
|
|||
InstallFSConfig=YES
|
||||
fi
|
||||
|
||||
# It's good for FreeBSD ports/packages system.
|
||||
echo "#define NothingOutsideProjectRoot YES" >> $LOCALDEF
|
||||
|
||||
# I want to set this line.
|
||||
# but the probrem is too deep. not yet done.
|
||||
# echo "#define InstallXserverSetUID NO" >> $LOCALDEF
|
||||
|
||||
# disable some configs: there are not used this ports
|
||||
for i in BuildFonts \
|
||||
Build75DpiFonts \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# New ports collection makefile for: XFree86XNestServer-4.0
|
||||
# New ports collection makefile for: XFree86XNestServer-4.0.1
|
||||
# Date created: 10 Oct 1999
|
||||
# Whom: taguchi@tohoku.iij.ad.jp
|
||||
#
|
||||
|
@ -6,37 +6,33 @@
|
|||
#
|
||||
|
||||
PORTNAME= NestServer
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= x11-servers
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0/source/
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0.1/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0.1/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0.1/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0.1/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0.1/source/
|
||||
PKGNAMEPREFIX= XFree86-
|
||||
DISTFILES= X400src-1.tgz
|
||||
DISTFILES= X401src-1.tgz
|
||||
|
||||
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
||||
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4
|
||||
LIB_DEPENDS= X11.6:${PORTSDIR}/x11/XFree86-4-libraries
|
||||
XFREE86_VERSION= 4
|
||||
USE_IMAKE= YES
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc
|
||||
PATCHDIR= ${PORTSDIR}/x11/XFree86-4-libraries/patches
|
||||
SCRIPTS_ENV+= PREFIX=${PREFIX} \
|
||||
X11BASE=${X11BASE} \
|
||||
WRKDIR=${WRKDIR} \
|
||||
DISTDIR=${DISTDIR}
|
||||
ALL_TARGET= FreeBSDPortsBuild
|
||||
INSTALL_TARGET= installXnest installXnest.man
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= Xnest.1
|
||||
|
||||
PREFIX?= ${X11BASE}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11.dist
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc
|
||||
PATCHDIR= ${PORTSDIR}/x11/XFree86-4-libraries/patches
|
||||
SCRIPTS_ENV+= PREFIX=${PREFIX} \
|
||||
X11BASE=${X11BASE} \
|
||||
WRKDIR=${WRKDIR} \
|
||||
DISTDIR=${DISTDIR}
|
||||
ALL_TARGET= FreeBSDPortsBuild
|
||||
.if defined(NO_INSTALL_MANPAGES)
|
||||
INSTALL_TARGET= installXnest
|
||||
.else
|
||||
INSTALL_TARGET= installXnest installXnest.man
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= Xnest.1
|
||||
.endif
|
||||
do-configure:
|
||||
cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xc/X400src-1.tgz) = a93f407ee0dd7ed806a97370c2ae637d
|
||||
MD5 (xc/X401src-1.tgz) = b2ad4a077ac7c09d85e6a0fc0728a536
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# New ports collection makefile for: XFree86XPrintServer-4.0
|
||||
# New ports collection makefile for: XFree86XPrintServer-4.0.1
|
||||
# Date created: 10 Oct 1999
|
||||
# Whom: taguchi@tohoku.iij.ad.jp
|
||||
#
|
||||
|
@ -6,31 +6,31 @@
|
|||
#
|
||||
|
||||
PORTNAME= PrintServer
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= x11-servers
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0/source/
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0.1/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0.1/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0.1/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0.1/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0.1/source/
|
||||
PKGNAMEPREFIX= XFree86-
|
||||
DISTFILES= X400src-1.tgz
|
||||
DISTFILES= X401src-1.tgz
|
||||
|
||||
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
||||
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4
|
||||
LIB_DEPENDS= X11.6:${PORTSDIR}/x11/XFree86-4-libraries
|
||||
XFREE86_VERSION= 4
|
||||
USE_IMAKE= YES
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc
|
||||
PATCHDIR= ${PORTSDIR}/x11/XFree86-4-libraries/patches
|
||||
SCRIPTS_ENV+= PREFIX=${PREFIX} \
|
||||
X11BASE=${X11BASE} \
|
||||
WRKDIR=${WRKDIR} \
|
||||
DISTDIR=${DISTDIR}
|
||||
ALL_TARGET= FreeBSDPortsBuild
|
||||
INSTALL_TARGET= installXprt
|
||||
|
||||
PREFIX?= ${X11BASE}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11.dist
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc
|
||||
PATCHDIR= ${PORTSDIR}/x11/XFree86-4-libraries/patches
|
||||
SCRIPTS_ENV+= PREFIX=${PREFIX} \
|
||||
X11BASE=${X11BASE} \
|
||||
WRKDIR=${WRKDIR} \
|
||||
DISTDIR=${DISTDIR}
|
||||
ALL_TARGET= FreeBSDPortsBuild
|
||||
INSTALL_TARGET= installXprt
|
||||
do-configure:
|
||||
cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xc/X400src-1.tgz) = a93f407ee0dd7ed806a97370c2ae637d
|
||||
MD5 (xc/X401src-1.tgz) = b2ad4a077ac7c09d85e6a0fc0728a536
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# New ports collection makefile for: XFree86XServer-4.0
|
||||
# New ports collection makefile for: XFree86XServer-4.0.1
|
||||
# Date created: 10 Oct 1999
|
||||
# Whom: taguchi@tohoku.iij.ad.jp
|
||||
#
|
||||
|
@ -6,51 +6,88 @@
|
|||
#
|
||||
|
||||
PORTNAME= Server
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= x11-servers
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0/source/
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0.1/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0.1/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0.1/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0.1/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0.1/source/
|
||||
PKGNAMEPREFIX= XFree86-
|
||||
DISTFILES= X400src-1.tgz
|
||||
DISTFILES= X401src-1.tgz
|
||||
|
||||
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
||||
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4
|
||||
|
||||
PREFIX?= ${X11BASE}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11.dist
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc
|
||||
PATCHDIR= ${PORTSDIR}/x11/XFree86-4-libraries/patches
|
||||
SCRIPTS_ENV+= PREFIX=${PREFIX} \
|
||||
X11BASE=${X11BASE} \
|
||||
WRKDIR=${WRKDIR} \
|
||||
DISTDIR=${DISTDIR} \
|
||||
ExtendedInputDevices=${ExtendedInputDevices}
|
||||
ALL_TARGET= FreeBSDPortsBuild
|
||||
.if defined(NO_INSTALL_MANPAGES)
|
||||
INSTALL_TARGET= FreeBSDPortsInstall
|
||||
.else
|
||||
INSTALL_TARGET= FreeBSDPortsInstall FreeBSDPortsInstall.man
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= SuperProbe.1 XFree86.1 Xserver.1 \
|
||||
kbd_mode.1 xf86config.1 showrgb.1
|
||||
MAN3= XF86VidMode.3 XF86VidModeDeleteModeLine.3 \
|
||||
XF86VidModeGetAllModeLines.3 XF86VidModeGetModeLine.3 \
|
||||
XF86VidModeGetMonitor.3 XF86VidModeGetViewPort.3 \
|
||||
XF86VidModeLockModeSwitch.3 XF86VidModeModModeLine.3 \
|
||||
XF86VidModeQueryExtension.3 XF86VidModeQueryVersion.3 \
|
||||
XF86VidModeSetViewPort.3 XF86VidModeSwitchMode.3 \
|
||||
XF86VidModeSwitchToMode.3
|
||||
MAN4= apm.4 ati.4 chips.4 cirrus.4 dynapro.4 fbdev.4 \
|
||||
glint.4 i740.4 keyboard.4 mga.4 microtouch.4 mouse.4 \
|
||||
neomagic.4 nv.4 r128.4 rendition.4 s3virge.4 sis.4 \
|
||||
tdfx.4 trident.4 tseng.4 vga.4 wacom.4
|
||||
MAN5= XF86Config.5
|
||||
.endif
|
||||
XFREE86_VERSION= 4
|
||||
USE_IMAKE= YES
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc
|
||||
PATCHDIR= ${PORTSDIR}/x11/XFree86-4-libraries/patches
|
||||
SCRIPTS_ENV+= PREFIX=${PREFIX} \
|
||||
X11BASE=${X11BASE} \
|
||||
WRKDIR=${WRKDIR} \
|
||||
DISTDIR=${DISTDIR} \
|
||||
ExtendedInputDevices=${ExtendedInputDevices}
|
||||
ALL_TARGET= FreeBSDPortsBuild
|
||||
INSTALL_TARGET= FreeBSDPortsInstall FreeBSDPortsInstall.man
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= SuperProbe.1 \
|
||||
XFree86.1 \
|
||||
Xserver.1 \
|
||||
imake.1 \
|
||||
kbd_mode.1 \
|
||||
lndir.1 \
|
||||
makedepend.1 \
|
||||
makeg.1 \
|
||||
makestrs.1 \
|
||||
mkdirhier.1 \
|
||||
pswrap.1 \
|
||||
revpath.1 \
|
||||
rman.1 \
|
||||
showrgb.1 \
|
||||
xf86config.1 \
|
||||
xmkmf.1
|
||||
MAN3= XF86VidMode.3 \
|
||||
XF86VidModeDeleteModeLine.3 \
|
||||
XF86VidModeGetAllModeLines.3 \
|
||||
XF86VidModeGetModeLine.3 \
|
||||
XF86VidModeGetMonitor.3 \
|
||||
XF86VidModeGetViewPort.3 \
|
||||
XF86VidModeLockModeSwitch.3 \
|
||||
XF86VidModeModModeLine.3 \
|
||||
XF86VidModeQueryExtension.3 \
|
||||
XF86VidModeQueryVersion.3 \
|
||||
XF86VidModeSetViewPort.3 \
|
||||
XF86VidModeSwitchMode.3 \
|
||||
XF86VidModeSwitchToMode.3
|
||||
MAN4= apm.4 \
|
||||
ati.4 \
|
||||
chips.4 \
|
||||
cirrus.4 \
|
||||
cyrix.4 \
|
||||
dynapro.4 \
|
||||
elographics.4 \
|
||||
fbdev.4 \
|
||||
glint.4 \
|
||||
i740.4 \
|
||||
i810.4 \
|
||||
keyboard.4 \
|
||||
mga.4 \
|
||||
microtouch.4 \
|
||||
mouse.4 \
|
||||
mutouch.4 \
|
||||
neomagic.4 \
|
||||
nv.4 \
|
||||
r128.4 \
|
||||
rendition.4 \
|
||||
s3virge.4 \
|
||||
sis.4 \
|
||||
tdfx.4 \
|
||||
trident.4 \
|
||||
tseng.4 \
|
||||
vga.4 \
|
||||
wacom.4
|
||||
MAN5= XF86Config.5
|
||||
|
||||
# User Config:
|
||||
# If you want to disabe Extended input devices (such as wacom tablets),
|
||||
|
@ -59,7 +96,10 @@ ExtendedInputDevices?= YES
|
|||
|
||||
pre-fetch:
|
||||
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
|
||||
${SH} ${PKGDIR}/INSTALL
|
||||
${SH} ${PKGDIR}/INSTALL
|
||||
.endif
|
||||
|
||||
do-configure:
|
||||
cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
MD5 (xc/X400src-1.tgz) = a93f407ee0dd7ed806a97370c2ae637d
|
||||
MD5 (xc/X400src-2.tgz) = ad5f7461adb6b2646f9a9c48ad93f6da
|
||||
MD5 (xc/X401src-1.tgz) = b2ad4a077ac7c09d85e6a0fc0728a536
|
||||
|
|
|
@ -17,6 +17,7 @@ lib/X11/doc/README
|
|||
lib/X11/doc/README.DECtga
|
||||
lib/X11/doc/README.DGA
|
||||
lib/X11/doc/README.DRI
|
||||
lib/X11/doc/README.DRIcomp
|
||||
lib/X11/doc/README.SiS
|
||||
lib/X11/doc/README.apm
|
||||
lib/X11/doc/README.ati
|
||||
|
@ -33,6 +34,67 @@ lib/X11/doc/RELNOTES
|
|||
lib/X11/doc/ServersOnly
|
||||
lib/X11/doc/Status
|
||||
lib/X11/doc/VideoBoard98
|
||||
lib/X11/doc/html/SuperProbe.1.html
|
||||
lib/X11/doc/html/XF86Config.5.html
|
||||
lib/X11/doc/html/XF86VidMode.3.html
|
||||
lib/X11/doc/html/XF86VidModeDeleteModeLine.3.html
|
||||
lib/X11/doc/html/XF86VidModeGetAllModeLines.3.html
|
||||
lib/X11/doc/html/XF86VidModeGetModeLine.3.html
|
||||
lib/X11/doc/html/XF86VidModeGetMonitor.3.html
|
||||
lib/X11/doc/html/XF86VidModeGetViewPort.3.html
|
||||
lib/X11/doc/html/XF86VidModeLockModeSwitch.3.html
|
||||
lib/X11/doc/html/XF86VidModeModModeLine.3.html
|
||||
lib/X11/doc/html/XF86VidModeQueryExtension.3.html
|
||||
lib/X11/doc/html/XF86VidModeQueryVersion.3.html
|
||||
lib/X11/doc/html/XF86VidModeSetViewPort.3.html
|
||||
lib/X11/doc/html/XF86VidModeSwitchMode.3.html
|
||||
lib/X11/doc/html/XF86VidModeSwitchToMode.3.html
|
||||
lib/X11/doc/html/XFree86.1.html
|
||||
lib/X11/doc/html/Xserver.1.html
|
||||
lib/X11/doc/html/apm.4.html
|
||||
lib/X11/doc/html/ati.4.html
|
||||
lib/X11/doc/html/chips.4.html
|
||||
lib/X11/doc/html/cirrus.4.html
|
||||
lib/X11/doc/html/cyrix.4.html
|
||||
lib/X11/doc/html/dynapro.4.html
|
||||
lib/X11/doc/html/elographics.4.html
|
||||
lib/X11/doc/html/fbdev.4.html
|
||||
lib/X11/doc/html/glint.4.html
|
||||
lib/X11/doc/html/i740.4.html
|
||||
lib/X11/doc/html/i810.4.html
|
||||
lib/X11/doc/html/imake.1.html
|
||||
lib/X11/doc/html/kbd_mode.1.html
|
||||
lib/X11/doc/html/keyboard.4.html
|
||||
lib/X11/doc/html/lndir.1.html
|
||||
lib/X11/doc/html/makedepend.1.html
|
||||
lib/X11/doc/html/makeg.1.html
|
||||
lib/X11/doc/html/makestrs.1.html
|
||||
lib/X11/doc/html/manindex1.html
|
||||
lib/X11/doc/html/manindex3.html
|
||||
lib/X11/doc/html/manindex4.html
|
||||
lib/X11/doc/html/manindex5.html
|
||||
lib/X11/doc/html/mga.4.html
|
||||
lib/X11/doc/html/microtouch.4.html
|
||||
lib/X11/doc/html/mkdirhier.1.html
|
||||
lib/X11/doc/html/mouse.4.html
|
||||
lib/X11/doc/html/mutouch.4.html
|
||||
lib/X11/doc/html/neomagic.4.html
|
||||
lib/X11/doc/html/nv.4.html
|
||||
lib/X11/doc/html/pswrap.1.html
|
||||
lib/X11/doc/html/r128.4.html
|
||||
lib/X11/doc/html/rendition.4.html
|
||||
lib/X11/doc/html/revpath.1.html
|
||||
lib/X11/doc/html/rman.1.html
|
||||
lib/X11/doc/html/s3virge.4.html
|
||||
lib/X11/doc/html/showrgb.1.html
|
||||
lib/X11/doc/html/sis.4.html
|
||||
lib/X11/doc/html/tdfx.4.html
|
||||
lib/X11/doc/html/trident.4.html
|
||||
lib/X11/doc/html/tseng.4.html
|
||||
lib/X11/doc/html/vga.4.html
|
||||
lib/X11/doc/html/wacom.4.html
|
||||
lib/X11/doc/html/xf86config.1.html
|
||||
lib/X11/doc/html/xmkmf.1.html
|
||||
lib/X11/etc/Xinstall.sh
|
||||
lib/X11/etc/sun.termcap
|
||||
lib/X11/etc/sun.terminfo
|
||||
|
@ -40,16 +102,50 @@ lib/X11/etc/xmodmap.std
|
|||
lib/X11/etc/xterm.termcap
|
||||
lib/X11/etc/xterm.terminfo
|
||||
lib/X11/rgb.txt
|
||||
lib/libxf86config.a
|
||||
lib/X11/xserver/SecurityPolicy
|
||||
lib/modules/codeconv/libARABIC.a
|
||||
lib/modules/codeconv/libARMSCII8.a
|
||||
lib/modules/codeconv/libBIG5.a
|
||||
lib/modules/codeconv/libDOSENCODING.a
|
||||
lib/modules/codeconv/libGB2312.a
|
||||
lib/modules/codeconv/libGEORGIAN.a
|
||||
lib/modules/codeconv/libISO8859_1.a
|
||||
lib/modules/codeconv/libISO8859_10.a
|
||||
lib/modules/codeconv/libISO8859_11.a
|
||||
lib/modules/codeconv/libISO8859_14.a
|
||||
lib/modules/codeconv/libISO8859_15.a
|
||||
lib/modules/codeconv/libISO8859_2.a
|
||||
lib/modules/codeconv/libISO8859_3.a
|
||||
lib/modules/codeconv/libISO8859_4.a
|
||||
lib/modules/codeconv/libISO8859_5.a
|
||||
lib/modules/codeconv/libISO8859_6.a
|
||||
lib/modules/codeconv/libISO8859_7.a
|
||||
lib/modules/codeconv/libISO8859_8.a
|
||||
lib/modules/codeconv/libISO8859_9.a
|
||||
lib/modules/codeconv/libJISX0201.a
|
||||
lib/modules/codeconv/libJISX0208.a
|
||||
lib/modules/codeconv/libJISX0212.a
|
||||
lib/modules/codeconv/libKOI8.a
|
||||
lib/modules/codeconv/libKSC5601.a
|
||||
lib/modules/codeconv/libKSCJOHAB.a
|
||||
lib/modules/codeconv/libMULEENCODING.a
|
||||
lib/modules/codeconv/libTCVN.a
|
||||
lib/modules/codeconv/libVISCII.a
|
||||
lib/modules/dri/gamma_dri.so
|
||||
lib/modules/dri/i810_dri.so
|
||||
lib/modules/dri/mga_dri.so
|
||||
lib/modules/dri/r128_dri.so
|
||||
lib/modules/drivers/apm_drv.o
|
||||
lib/modules/drivers/ati_drv.o
|
||||
lib/modules/drivers/chips_drv.o
|
||||
lib/modules/drivers/cirrus_alpine.o
|
||||
lib/modules/drivers/cirrus_drv.o
|
||||
lib/modules/drivers/cirrus_laguna.o
|
||||
lib/modules/drivers/cyrix_drv.o
|
||||
lib/modules/drivers/fbdev_drv.o
|
||||
lib/modules/drivers/glint_drv.o
|
||||
lib/modules/drivers/i740_drv.o
|
||||
lib/modules/drivers/i810_drv.o
|
||||
lib/modules/drivers/mga_drv.o
|
||||
lib/modules/drivers/neomagic_drv.o
|
||||
lib/modules/drivers/nv_drv.o
|
||||
|
@ -64,11 +160,18 @@ lib/modules/drivers/tseng_drv.o
|
|||
lib/modules/drivers/vga_drv.o
|
||||
lib/modules/extensions/libGLcore.a
|
||||
lib/modules/extensions/libdbe.a
|
||||
lib/modules/extensions/libdri.a
|
||||
lib/modules/extensions/libextmod.a
|
||||
lib/modules/extensions/libglx.a
|
||||
lib/modules/extensions/libpex5.a
|
||||
lib/modules/extensions/librecord.a
|
||||
lib/modules/extensions/libxie.a
|
||||
lib/modules/fonts/libbitmap.a
|
||||
lib/modules/fonts/libfreetype.a
|
||||
lib/modules/fonts/libspeedo.a
|
||||
lib/modules/fonts/libtype1.a
|
||||
lib/modules/fonts/libxtt.a
|
||||
lib/modules/freebsd/libdrm.a
|
||||
lib/modules/input/dynapro_drv.o
|
||||
lib/modules/input/elo2300_drv.o
|
||||
lib/modules/input/elographics_drv.o
|
||||
|
@ -103,8 +206,3 @@ lib/modules/libxf8_16bpp.a
|
|||
lib/modules/libxf8_32bpp.a
|
||||
lib/modules/v10002d.uc
|
||||
lib/modules/v20002d.uc
|
||||
@dirrm lib/modules/drivers
|
||||
@dirrm lib/modules/extensions
|
||||
@dirrm lib/modules/input
|
||||
@cwd /etc
|
||||
X11/xserver/SecurityPolicy
|
||||
|
|
|
@ -26,8 +26,16 @@ configure () {
|
|||
ExtendedInputDevices=YES
|
||||
fi
|
||||
|
||||
# It's good for FreeBSD ports/packages system.
|
||||
echo "#define NothingOutsideProjectRoot YES" >> $LOCALDEF
|
||||
|
||||
# I want to set this line.
|
||||
# but the probrem is too deep. not yet done.
|
||||
# echo "#define InstallXserverSetUID NO" >> $LOCALDEF
|
||||
|
||||
# disable some configs: there are not used this ports
|
||||
for i in BuildFonts \
|
||||
for i in \
|
||||
BuildFonts \
|
||||
Build75DpiFonts \
|
||||
Build100DpiFonts \
|
||||
BuildSpeedoFonts \
|
||||
|
@ -40,12 +48,14 @@ configure () {
|
|||
XVirtualFramebufferServer \
|
||||
XprtServer \
|
||||
LibHeaders \
|
||||
LibInstall \
|
||||
ForceNormalLib \
|
||||
XTrueTypeInstallCConvHeaders
|
||||
do \
|
||||
echo "#define $i NO" >> $LOCALDEF
|
||||
done
|
||||
echo "#define BuildServer YES" >> $LOCALDEF
|
||||
echo "#define LibInstallBuild YES" >> $LOCALDEF
|
||||
echo "#define XF86Server YES" >> $LOCALDEF
|
||||
echo "#define BuildServersOnly YES" >> $LOCALDEF
|
||||
cat >> $LOCALDEF <<END
|
||||
|
@ -53,7 +63,8 @@ configure () {
|
|||
neomagic i740 tdfx \
|
||||
cirrus tseng trident chips apm \
|
||||
GlideDriver fbdev \
|
||||
ati r128 vga XF86ExtraCardDrivers
|
||||
ati r128 AgpGartDrivers cyrix \
|
||||
vga XF86OSCardDrivers XF86ExtraCardDrivers
|
||||
END
|
||||
if [ $ExtendedInputDevices != "YES" ]; then
|
||||
echo "#define XInputDrivers mouse" >> $LOCALDEF
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# New ports collection makefile for: XFree86XServer-4.0
|
||||
# New ports collection makefile for: XFree86XServer-4.0.1
|
||||
# Date created: 10 Oct 1999
|
||||
# Whom: taguchi@tohoku.iij.ad.jp
|
||||
#
|
||||
|
@ -6,51 +6,88 @@
|
|||
#
|
||||
|
||||
PORTNAME= Server
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= x11-servers
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0/source/
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0.1/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0.1/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0.1/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0.1/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0.1/source/
|
||||
PKGNAMEPREFIX= XFree86-
|
||||
DISTFILES= X400src-1.tgz
|
||||
DISTFILES= X401src-1.tgz
|
||||
|
||||
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
||||
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4
|
||||
|
||||
PREFIX?= ${X11BASE}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11.dist
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc
|
||||
PATCHDIR= ${PORTSDIR}/x11/XFree86-4-libraries/patches
|
||||
SCRIPTS_ENV+= PREFIX=${PREFIX} \
|
||||
X11BASE=${X11BASE} \
|
||||
WRKDIR=${WRKDIR} \
|
||||
DISTDIR=${DISTDIR} \
|
||||
ExtendedInputDevices=${ExtendedInputDevices}
|
||||
ALL_TARGET= FreeBSDPortsBuild
|
||||
.if defined(NO_INSTALL_MANPAGES)
|
||||
INSTALL_TARGET= FreeBSDPortsInstall
|
||||
.else
|
||||
INSTALL_TARGET= FreeBSDPortsInstall FreeBSDPortsInstall.man
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= SuperProbe.1 XFree86.1 Xserver.1 \
|
||||
kbd_mode.1 xf86config.1 showrgb.1
|
||||
MAN3= XF86VidMode.3 XF86VidModeDeleteModeLine.3 \
|
||||
XF86VidModeGetAllModeLines.3 XF86VidModeGetModeLine.3 \
|
||||
XF86VidModeGetMonitor.3 XF86VidModeGetViewPort.3 \
|
||||
XF86VidModeLockModeSwitch.3 XF86VidModeModModeLine.3 \
|
||||
XF86VidModeQueryExtension.3 XF86VidModeQueryVersion.3 \
|
||||
XF86VidModeSetViewPort.3 XF86VidModeSwitchMode.3 \
|
||||
XF86VidModeSwitchToMode.3
|
||||
MAN4= apm.4 ati.4 chips.4 cirrus.4 dynapro.4 fbdev.4 \
|
||||
glint.4 i740.4 keyboard.4 mga.4 microtouch.4 mouse.4 \
|
||||
neomagic.4 nv.4 r128.4 rendition.4 s3virge.4 sis.4 \
|
||||
tdfx.4 trident.4 tseng.4 vga.4 wacom.4
|
||||
MAN5= XF86Config.5
|
||||
.endif
|
||||
XFREE86_VERSION= 4
|
||||
USE_IMAKE= YES
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc
|
||||
PATCHDIR= ${PORTSDIR}/x11/XFree86-4-libraries/patches
|
||||
SCRIPTS_ENV+= PREFIX=${PREFIX} \
|
||||
X11BASE=${X11BASE} \
|
||||
WRKDIR=${WRKDIR} \
|
||||
DISTDIR=${DISTDIR} \
|
||||
ExtendedInputDevices=${ExtendedInputDevices}
|
||||
ALL_TARGET= FreeBSDPortsBuild
|
||||
INSTALL_TARGET= FreeBSDPortsInstall FreeBSDPortsInstall.man
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= SuperProbe.1 \
|
||||
XFree86.1 \
|
||||
Xserver.1 \
|
||||
imake.1 \
|
||||
kbd_mode.1 \
|
||||
lndir.1 \
|
||||
makedepend.1 \
|
||||
makeg.1 \
|
||||
makestrs.1 \
|
||||
mkdirhier.1 \
|
||||
pswrap.1 \
|
||||
revpath.1 \
|
||||
rman.1 \
|
||||
showrgb.1 \
|
||||
xf86config.1 \
|
||||
xmkmf.1
|
||||
MAN3= XF86VidMode.3 \
|
||||
XF86VidModeDeleteModeLine.3 \
|
||||
XF86VidModeGetAllModeLines.3 \
|
||||
XF86VidModeGetModeLine.3 \
|
||||
XF86VidModeGetMonitor.3 \
|
||||
XF86VidModeGetViewPort.3 \
|
||||
XF86VidModeLockModeSwitch.3 \
|
||||
XF86VidModeModModeLine.3 \
|
||||
XF86VidModeQueryExtension.3 \
|
||||
XF86VidModeQueryVersion.3 \
|
||||
XF86VidModeSetViewPort.3 \
|
||||
XF86VidModeSwitchMode.3 \
|
||||
XF86VidModeSwitchToMode.3
|
||||
MAN4= apm.4 \
|
||||
ati.4 \
|
||||
chips.4 \
|
||||
cirrus.4 \
|
||||
cyrix.4 \
|
||||
dynapro.4 \
|
||||
elographics.4 \
|
||||
fbdev.4 \
|
||||
glint.4 \
|
||||
i740.4 \
|
||||
i810.4 \
|
||||
keyboard.4 \
|
||||
mga.4 \
|
||||
microtouch.4 \
|
||||
mouse.4 \
|
||||
mutouch.4 \
|
||||
neomagic.4 \
|
||||
nv.4 \
|
||||
r128.4 \
|
||||
rendition.4 \
|
||||
s3virge.4 \
|
||||
sis.4 \
|
||||
tdfx.4 \
|
||||
trident.4 \
|
||||
tseng.4 \
|
||||
vga.4 \
|
||||
wacom.4
|
||||
MAN5= XF86Config.5
|
||||
|
||||
# User Config:
|
||||
# If you want to disabe Extended input devices (such as wacom tablets),
|
||||
|
@ -59,7 +96,10 @@ ExtendedInputDevices?= YES
|
|||
|
||||
pre-fetch:
|
||||
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
|
||||
${SH} ${PKGDIR}/INSTALL
|
||||
${SH} ${PKGDIR}/INSTALL
|
||||
.endif
|
||||
|
||||
do-configure:
|
||||
cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
MD5 (xc/X400src-1.tgz) = a93f407ee0dd7ed806a97370c2ae637d
|
||||
MD5 (xc/X400src-2.tgz) = ad5f7461adb6b2646f9a9c48ad93f6da
|
||||
MD5 (xc/X401src-1.tgz) = b2ad4a077ac7c09d85e6a0fc0728a536
|
||||
|
|
|
@ -17,6 +17,7 @@ lib/X11/doc/README
|
|||
lib/X11/doc/README.DECtga
|
||||
lib/X11/doc/README.DGA
|
||||
lib/X11/doc/README.DRI
|
||||
lib/X11/doc/README.DRIcomp
|
||||
lib/X11/doc/README.SiS
|
||||
lib/X11/doc/README.apm
|
||||
lib/X11/doc/README.ati
|
||||
|
@ -33,6 +34,67 @@ lib/X11/doc/RELNOTES
|
|||
lib/X11/doc/ServersOnly
|
||||
lib/X11/doc/Status
|
||||
lib/X11/doc/VideoBoard98
|
||||
lib/X11/doc/html/SuperProbe.1.html
|
||||
lib/X11/doc/html/XF86Config.5.html
|
||||
lib/X11/doc/html/XF86VidMode.3.html
|
||||
lib/X11/doc/html/XF86VidModeDeleteModeLine.3.html
|
||||
lib/X11/doc/html/XF86VidModeGetAllModeLines.3.html
|
||||
lib/X11/doc/html/XF86VidModeGetModeLine.3.html
|
||||
lib/X11/doc/html/XF86VidModeGetMonitor.3.html
|
||||
lib/X11/doc/html/XF86VidModeGetViewPort.3.html
|
||||
lib/X11/doc/html/XF86VidModeLockModeSwitch.3.html
|
||||
lib/X11/doc/html/XF86VidModeModModeLine.3.html
|
||||
lib/X11/doc/html/XF86VidModeQueryExtension.3.html
|
||||
lib/X11/doc/html/XF86VidModeQueryVersion.3.html
|
||||
lib/X11/doc/html/XF86VidModeSetViewPort.3.html
|
||||
lib/X11/doc/html/XF86VidModeSwitchMode.3.html
|
||||
lib/X11/doc/html/XF86VidModeSwitchToMode.3.html
|
||||
lib/X11/doc/html/XFree86.1.html
|
||||
lib/X11/doc/html/Xserver.1.html
|
||||
lib/X11/doc/html/apm.4.html
|
||||
lib/X11/doc/html/ati.4.html
|
||||
lib/X11/doc/html/chips.4.html
|
||||
lib/X11/doc/html/cirrus.4.html
|
||||
lib/X11/doc/html/cyrix.4.html
|
||||
lib/X11/doc/html/dynapro.4.html
|
||||
lib/X11/doc/html/elographics.4.html
|
||||
lib/X11/doc/html/fbdev.4.html
|
||||
lib/X11/doc/html/glint.4.html
|
||||
lib/X11/doc/html/i740.4.html
|
||||
lib/X11/doc/html/i810.4.html
|
||||
lib/X11/doc/html/imake.1.html
|
||||
lib/X11/doc/html/kbd_mode.1.html
|
||||
lib/X11/doc/html/keyboard.4.html
|
||||
lib/X11/doc/html/lndir.1.html
|
||||
lib/X11/doc/html/makedepend.1.html
|
||||
lib/X11/doc/html/makeg.1.html
|
||||
lib/X11/doc/html/makestrs.1.html
|
||||
lib/X11/doc/html/manindex1.html
|
||||
lib/X11/doc/html/manindex3.html
|
||||
lib/X11/doc/html/manindex4.html
|
||||
lib/X11/doc/html/manindex5.html
|
||||
lib/X11/doc/html/mga.4.html
|
||||
lib/X11/doc/html/microtouch.4.html
|
||||
lib/X11/doc/html/mkdirhier.1.html
|
||||
lib/X11/doc/html/mouse.4.html
|
||||
lib/X11/doc/html/mutouch.4.html
|
||||
lib/X11/doc/html/neomagic.4.html
|
||||
lib/X11/doc/html/nv.4.html
|
||||
lib/X11/doc/html/pswrap.1.html
|
||||
lib/X11/doc/html/r128.4.html
|
||||
lib/X11/doc/html/rendition.4.html
|
||||
lib/X11/doc/html/revpath.1.html
|
||||
lib/X11/doc/html/rman.1.html
|
||||
lib/X11/doc/html/s3virge.4.html
|
||||
lib/X11/doc/html/showrgb.1.html
|
||||
lib/X11/doc/html/sis.4.html
|
||||
lib/X11/doc/html/tdfx.4.html
|
||||
lib/X11/doc/html/trident.4.html
|
||||
lib/X11/doc/html/tseng.4.html
|
||||
lib/X11/doc/html/vga.4.html
|
||||
lib/X11/doc/html/wacom.4.html
|
||||
lib/X11/doc/html/xf86config.1.html
|
||||
lib/X11/doc/html/xmkmf.1.html
|
||||
lib/X11/etc/Xinstall.sh
|
||||
lib/X11/etc/sun.termcap
|
||||
lib/X11/etc/sun.terminfo
|
||||
|
@ -40,16 +102,50 @@ lib/X11/etc/xmodmap.std
|
|||
lib/X11/etc/xterm.termcap
|
||||
lib/X11/etc/xterm.terminfo
|
||||
lib/X11/rgb.txt
|
||||
lib/libxf86config.a
|
||||
lib/X11/xserver/SecurityPolicy
|
||||
lib/modules/codeconv/libARABIC.a
|
||||
lib/modules/codeconv/libARMSCII8.a
|
||||
lib/modules/codeconv/libBIG5.a
|
||||
lib/modules/codeconv/libDOSENCODING.a
|
||||
lib/modules/codeconv/libGB2312.a
|
||||
lib/modules/codeconv/libGEORGIAN.a
|
||||
lib/modules/codeconv/libISO8859_1.a
|
||||
lib/modules/codeconv/libISO8859_10.a
|
||||
lib/modules/codeconv/libISO8859_11.a
|
||||
lib/modules/codeconv/libISO8859_14.a
|
||||
lib/modules/codeconv/libISO8859_15.a
|
||||
lib/modules/codeconv/libISO8859_2.a
|
||||
lib/modules/codeconv/libISO8859_3.a
|
||||
lib/modules/codeconv/libISO8859_4.a
|
||||
lib/modules/codeconv/libISO8859_5.a
|
||||
lib/modules/codeconv/libISO8859_6.a
|
||||
lib/modules/codeconv/libISO8859_7.a
|
||||
lib/modules/codeconv/libISO8859_8.a
|
||||
lib/modules/codeconv/libISO8859_9.a
|
||||
lib/modules/codeconv/libJISX0201.a
|
||||
lib/modules/codeconv/libJISX0208.a
|
||||
lib/modules/codeconv/libJISX0212.a
|
||||
lib/modules/codeconv/libKOI8.a
|
||||
lib/modules/codeconv/libKSC5601.a
|
||||
lib/modules/codeconv/libKSCJOHAB.a
|
||||
lib/modules/codeconv/libMULEENCODING.a
|
||||
lib/modules/codeconv/libTCVN.a
|
||||
lib/modules/codeconv/libVISCII.a
|
||||
lib/modules/dri/gamma_dri.so
|
||||
lib/modules/dri/i810_dri.so
|
||||
lib/modules/dri/mga_dri.so
|
||||
lib/modules/dri/r128_dri.so
|
||||
lib/modules/drivers/apm_drv.o
|
||||
lib/modules/drivers/ati_drv.o
|
||||
lib/modules/drivers/chips_drv.o
|
||||
lib/modules/drivers/cirrus_alpine.o
|
||||
lib/modules/drivers/cirrus_drv.o
|
||||
lib/modules/drivers/cirrus_laguna.o
|
||||
lib/modules/drivers/cyrix_drv.o
|
||||
lib/modules/drivers/fbdev_drv.o
|
||||
lib/modules/drivers/glint_drv.o
|
||||
lib/modules/drivers/i740_drv.o
|
||||
lib/modules/drivers/i810_drv.o
|
||||
lib/modules/drivers/mga_drv.o
|
||||
lib/modules/drivers/neomagic_drv.o
|
||||
lib/modules/drivers/nv_drv.o
|
||||
|
@ -64,11 +160,18 @@ lib/modules/drivers/tseng_drv.o
|
|||
lib/modules/drivers/vga_drv.o
|
||||
lib/modules/extensions/libGLcore.a
|
||||
lib/modules/extensions/libdbe.a
|
||||
lib/modules/extensions/libdri.a
|
||||
lib/modules/extensions/libextmod.a
|
||||
lib/modules/extensions/libglx.a
|
||||
lib/modules/extensions/libpex5.a
|
||||
lib/modules/extensions/librecord.a
|
||||
lib/modules/extensions/libxie.a
|
||||
lib/modules/fonts/libbitmap.a
|
||||
lib/modules/fonts/libfreetype.a
|
||||
lib/modules/fonts/libspeedo.a
|
||||
lib/modules/fonts/libtype1.a
|
||||
lib/modules/fonts/libxtt.a
|
||||
lib/modules/freebsd/libdrm.a
|
||||
lib/modules/input/dynapro_drv.o
|
||||
lib/modules/input/elo2300_drv.o
|
||||
lib/modules/input/elographics_drv.o
|
||||
|
@ -103,8 +206,3 @@ lib/modules/libxf8_16bpp.a
|
|||
lib/modules/libxf8_32bpp.a
|
||||
lib/modules/v10002d.uc
|
||||
lib/modules/v20002d.uc
|
||||
@dirrm lib/modules/drivers
|
||||
@dirrm lib/modules/extensions
|
||||
@dirrm lib/modules/input
|
||||
@cwd /etc
|
||||
X11/xserver/SecurityPolicy
|
||||
|
|
15
x11-servers/XFree86-4-Server/scripts/configure
vendored
15
x11-servers/XFree86-4-Server/scripts/configure
vendored
|
@ -26,8 +26,16 @@ configure () {
|
|||
ExtendedInputDevices=YES
|
||||
fi
|
||||
|
||||
# It's good for FreeBSD ports/packages system.
|
||||
echo "#define NothingOutsideProjectRoot YES" >> $LOCALDEF
|
||||
|
||||
# I want to set this line.
|
||||
# but the probrem is too deep. not yet done.
|
||||
# echo "#define InstallXserverSetUID NO" >> $LOCALDEF
|
||||
|
||||
# disable some configs: there are not used this ports
|
||||
for i in BuildFonts \
|
||||
for i in \
|
||||
BuildFonts \
|
||||
Build75DpiFonts \
|
||||
Build100DpiFonts \
|
||||
BuildSpeedoFonts \
|
||||
|
@ -40,12 +48,14 @@ configure () {
|
|||
XVirtualFramebufferServer \
|
||||
XprtServer \
|
||||
LibHeaders \
|
||||
LibInstall \
|
||||
ForceNormalLib \
|
||||
XTrueTypeInstallCConvHeaders
|
||||
do \
|
||||
echo "#define $i NO" >> $LOCALDEF
|
||||
done
|
||||
echo "#define BuildServer YES" >> $LOCALDEF
|
||||
echo "#define LibInstallBuild YES" >> $LOCALDEF
|
||||
echo "#define XF86Server YES" >> $LOCALDEF
|
||||
echo "#define BuildServersOnly YES" >> $LOCALDEF
|
||||
cat >> $LOCALDEF <<END
|
||||
|
@ -53,7 +63,8 @@ configure () {
|
|||
neomagic i740 tdfx \
|
||||
cirrus tseng trident chips apm \
|
||||
GlideDriver fbdev \
|
||||
ati r128 vga XF86ExtraCardDrivers
|
||||
ati r128 AgpGartDrivers cyrix \
|
||||
vga XF86OSCardDrivers XF86ExtraCardDrivers
|
||||
END
|
||||
if [ $ExtendedInputDevices != "YES" ]; then
|
||||
echo "#define XInputDrivers mouse" >> $LOCALDEF
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# New ports collection makefile for: XFree86XVirtualFramebufferServer-4.0
|
||||
# New ports collection makefile for: XFree86XVirtualFramebufferServer-4.0.1
|
||||
# Date created: 10 Oct 1999
|
||||
# Whom: taguchi@tohoku.iij.ad.jp
|
||||
#
|
||||
|
@ -6,37 +6,33 @@
|
|||
#
|
||||
|
||||
PORTNAME= VirtualFramebufferServer
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= x11-servers
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0/source/
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0.1/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0.1/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0.1/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0.1/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0.1/source/
|
||||
PKGNAMEPREFIX= XFree86-
|
||||
DISTFILES= X400src-1.tgz
|
||||
DISTFILES= X401src-1.tgz
|
||||
|
||||
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
||||
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4
|
||||
LIB_DEPENDS= X11.6:${PORTSDIR}/x11/XFree86-4-libraries
|
||||
XFREE86_VERSION= 4
|
||||
USE_IMAKE= YES
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc
|
||||
PATCHDIR= ${PORTSDIR}/x11/XFree86-4-libraries/patches
|
||||
SCRIPTS_ENV+= PREFIX=${PREFIX} \
|
||||
X11BASE=${X11BASE} \
|
||||
WRKDIR=${WRKDIR} \
|
||||
DISTDIR=${DISTDIR}
|
||||
ALL_TARGET= FreeBSDPortsBuild
|
||||
INSTALL_TARGET= installXvfb installXvfb.man
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= Xvfb.1
|
||||
|
||||
PREFIX?= ${X11BASE}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11.dist
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc
|
||||
PATCHDIR= ${PORTSDIR}/x11/XFree86-4-libraries/patches
|
||||
SCRIPTS_ENV+= PREFIX=${PREFIX} \
|
||||
X11BASE=${X11BASE} \
|
||||
WRKDIR=${WRKDIR} \
|
||||
DISTDIR=${DISTDIR}
|
||||
ALL_TARGET= FreeBSDPortsBuild
|
||||
.if defined(NO_INSTALL_MANPAGES)
|
||||
INSTALL_TARGET= installXvfb
|
||||
.else
|
||||
INSTALL_TARGET= installXvfb installXvfb.man
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= Xvfb.1
|
||||
.endif
|
||||
do-configure:
|
||||
cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xc/X400src-1.tgz) = a93f407ee0dd7ed806a97370c2ae637d
|
||||
MD5 (xc/X401src-1.tgz) = b2ad4a077ac7c09d85e6a0fc0728a536
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# New ports collection makefile for: XFree86Xclients-4.0
|
||||
# New ports collection makefile for: XFree86-4-clients
|
||||
# Date created: 10 Oct 1999
|
||||
# Whom: taguchi@tohoku.iij.ad.jp
|
||||
#
|
||||
|
@ -6,58 +6,131 @@
|
|||
#
|
||||
|
||||
PORTNAME= clients
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0/source/
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-${PORTVERSION}/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/${PORTVERSION}/source/
|
||||
PKGNAMEPREFIX= XFree86-
|
||||
DISTFILES= X400src-1.tgz
|
||||
DISTFILES= X401src-1.tgz
|
||||
|
||||
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
||||
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4
|
||||
|
||||
PREFIX?= ${X11BASE}
|
||||
INSTALLS_SHLIB= yes
|
||||
MTREE_FILE= /etc/mtree/BSD.x11.dist
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc
|
||||
PATCHDIR= ${PORTSDIR}/x11/XFree86-4-libraries/patches
|
||||
SCRIPTS_ENV+= PREFIX=${PREFIX} \
|
||||
X11BASE=${X11BASE} \
|
||||
WRKDIR=${WRKDIR} \
|
||||
DISTDIR=${DISTDIR} \
|
||||
InstallXdmConfig=${InstallXdmConfig} \
|
||||
InstallXinitConfig=${InstallXinitConfig} \
|
||||
InstallAppDefFiles=${InstallAppDefFiles} \
|
||||
BuildAoutLibraries=${BuildAoutLibraries}
|
||||
ALL_TARGET= FreeBSDPortsBuild
|
||||
.if defined(NO_INSTALL_MANPAGES)
|
||||
INSTALL_TARGET= FreeBSDPortsInstall
|
||||
.else
|
||||
INSTALL_TARGET= FreeBSDPortsInstall FreeBSDPortsInstall.man
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= appres.1 atobm.1 bdftopcf.1 beforelight.1 bitmap.1 \
|
||||
bmtoa.1 cxpm.1 dga.1 editres.1 fsinfo.1 fslsfonts.1 \
|
||||
fstobdf.1 iceauth.1 ico.1 lbxproxy.1 libxrx.1 \
|
||||
listres.1 makepsres.1 mkcfm.1 mkfontdir.1 oclock.1 \
|
||||
proxymngr.1 resize.1 rstart.1 rstartd.1 sessreg.1 \
|
||||
setxkbmap.1 showfont.1 smproxy.1 startx.1 sxpm.1 \
|
||||
twm.1 viewres.1 x11perf.1 x11perfcomp.1 xauth.1 \
|
||||
xbiff.1 xcalc.1 xclipboard.1 xclock.1 xcmsdb.1 \
|
||||
xconsole.1 xcutsel.1 xditview.1 xdm.1 xdpyinfo.1 \
|
||||
xedit.1 xev.1 xeyes.1 xfd.1 xfindproxy.1 xfontsel.1 \
|
||||
xfwp.1 xgamma.1 xgc.1 xhost.1 xieperf.1 xinit.1 \
|
||||
xkbcomp.1 xkbevd.1 xkbprint.1 xkill.1 xload.1 \
|
||||
xlogo.1 xlsatoms.1 xlsclients.1 xlsfonts.1 xmag.1 \
|
||||
xman.1 xmessage.1 xmodmap.1 xon.1 xprop.1 xrdb.1 \
|
||||
xrefresh.1 xset.1 xsetmode.1 xsetpointer.1 xsetroot.1 \
|
||||
xsm.1 xstdcmap.1 xterm.1 xvidtune.1 xwd.1 xwininfo.1 \
|
||||
xwud.1
|
||||
.endif
|
||||
XFREE86_VERSION= 4
|
||||
USE_IMAKE= YES
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc
|
||||
PATCHDIR= ${PORTSDIR}/x11/XFree86-4-libraries/patches
|
||||
SCRIPTS_ENV+= PREFIX=${PREFIX} \
|
||||
X11BASE=${X11BASE} \
|
||||
WRKDIR=${WRKDIR} \
|
||||
DISTDIR=${DISTDIR} \
|
||||
InstallXdmConfig=${InstallXdmConfig} \
|
||||
InstallXinitConfig=${InstallXinitConfig} \
|
||||
InstallAppDefFiles=${InstallAppDefFiles} \
|
||||
BuildAoutLibraries=${BuildAoutLibraries}
|
||||
ALL_TARGET= FreeBSDPortsBuild
|
||||
INSTALL_TARGET= FreeBSDPortsInstall FreeBSDPortsInstall.man
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= appres.1 \
|
||||
atobm.1 \
|
||||
bdftopcf.1 \
|
||||
beforelight.1 \
|
||||
bitmap.1 \
|
||||
bmtoa.1 \
|
||||
cxpm.1 \
|
||||
dga.1 \
|
||||
editres.1 \
|
||||
fsinfo.1 \
|
||||
fslsfonts.1 \
|
||||
fstobdf.1 \
|
||||
iceauth.1 \
|
||||
ico.1 \
|
||||
imake.1 \
|
||||
lbxproxy.1 \
|
||||
libxrx.1 \
|
||||
listres.1 \
|
||||
lndir.1 \
|
||||
makedepend.1 \
|
||||
makeg.1 \
|
||||
makepsres.1 \
|
||||
makestrs.1 \
|
||||
mkcfm.1 \
|
||||
mkdirhier.1 \
|
||||
mkfontdir.1 \
|
||||
oclock.1 \
|
||||
proxymngr.1 \
|
||||
pswrap.1 \
|
||||
resize.1 \
|
||||
revpath.1 \
|
||||
rman.1 \
|
||||
rstart.1 \
|
||||
rstartd.1 \
|
||||
sessreg.1 \
|
||||
setxkbmap.1 \
|
||||
showfont.1 \
|
||||
smproxy.1 \
|
||||
startx.1 \
|
||||
sxpm.1 \
|
||||
twm.1 \
|
||||
viewres.1 \
|
||||
x11perf.1 \
|
||||
x11perfcomp.1 \
|
||||
xauth.1 \
|
||||
xbiff.1 \
|
||||
xcalc.1 \
|
||||
xclipboard.1 \
|
||||
xclock.1 \
|
||||
xcmsdb.1 \
|
||||
xconsole.1 \
|
||||
xcutsel.1 \
|
||||
xditview.1 \
|
||||
xdm.1 \
|
||||
xdpyinfo.1 \
|
||||
xedit.1 \
|
||||
xev.1 \
|
||||
xeyes.1 \
|
||||
xf86cfg.1 \
|
||||
xfd.1 \
|
||||
xfindproxy.1 \
|
||||
xfontsel.1 \
|
||||
xfwp.1 \
|
||||
xgamma.1 \
|
||||
xgc.1 \
|
||||
xhost.1 \
|
||||
xieperf.1 \
|
||||
xinit.1 \
|
||||
xkbcomp.1 \
|
||||
xkbevd.1 \
|
||||
xkbprint.1 \
|
||||
xkill.1 \
|
||||
xload.1 \
|
||||
xlogo.1 \
|
||||
xlsatoms.1 \
|
||||
xlsclients.1 \
|
||||
xlsfonts.1 \
|
||||
xmag.1 \
|
||||
xman.1 \
|
||||
xmessage.1 \
|
||||
xmkmf.1 \
|
||||
xmodmap.1 \
|
||||
xon.1 \
|
||||
xprop.1 \
|
||||
xrdb.1 \
|
||||
xrefresh.1 \
|
||||
xset.1 \
|
||||
xsetmode.1 \
|
||||
xsetpointer.1 \
|
||||
xsetroot.1 \
|
||||
xsm.1 \
|
||||
xstdcmap.1 \
|
||||
xterm.1 \
|
||||
xvidtune.1 \
|
||||
xwd.1 \
|
||||
xwininfo.1 \
|
||||
xwud.1
|
||||
|
||||
.if defined(XDM_DES)
|
||||
.if ${USA_RESIDENT} == YES
|
||||
|
@ -68,12 +141,15 @@ pre-fetch:
|
|||
MASTER_SITES+= ftp://psych.psy.uq.oz.au/pub/X11R5/ \
|
||||
ftp://ftp.internat.freebsd.org/pub/FreeBSD/X11-Crypto/ \
|
||||
ftp://ftp3.za.freebsd.org/pub/FreeBSD/X11-Crypto/
|
||||
EXTRACT_ONLY= X400src-1.tgz
|
||||
EXTRACT_ONLY= X401src-1.tgz
|
||||
DISTFILES+= Wraphelp.c
|
||||
IGNOREFILES= Wraphelp.c
|
||||
.endif
|
||||
.endif
|
||||
|
||||
do-configure:
|
||||
cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
|
||||
|
||||
# User Config:
|
||||
# If you want to save your current config files for Xdm, set following as NO
|
||||
InstallXdmConfig?= YES
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xc/X400src-1.tgz) = a93f407ee0dd7ed806a97370c2ae637d
|
||||
MD5 (xc/X401src-1.tgz) = b2ad4a077ac7c09d85e6a0fc0728a536
|
||||
|
|
|
@ -47,6 +47,7 @@ bin/xdpyinfo
|
|||
bin/xedit
|
||||
bin/xev
|
||||
bin/xeyes
|
||||
bin/xf86cfg
|
||||
bin/xfd
|
||||
bin/xfindproxy
|
||||
bin/xfontsel
|
||||
|
@ -104,97 +105,168 @@ include/bitmaps/ldblarrow
|
|||
include/bitmaps/rdblarrow
|
||||
lib/X11/XErrorDB
|
||||
lib/X11/XKeysymDB
|
||||
lib/X11/locale/C/XLC_LOCALE
|
||||
lib/X11/locale/armscii-8/Compose
|
||||
lib/X11/locale/armscii-8/XLC_LOCALE
|
||||
lib/X11/locale/compose.dir
|
||||
lib/X11/locale/en_US.UTF-8/XLC_LOCALE
|
||||
lib/X11/locale/en_US.utf/Compose
|
||||
lib/X11/locale/en_US.utf/XLC_LOCALE
|
||||
lib/X11/locale/georgian-academy/Compose
|
||||
lib/X11/locale/georgian-academy/XLC_LOCALE
|
||||
lib/X11/locale/georgian-ps/Compose
|
||||
lib/X11/locale/georgian-ps/XLC_LOCALE
|
||||
lib/X11/locale/ibm-cp1133/Compose
|
||||
lib/X11/locale/ibm-cp1133/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-1/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-10/Compose
|
||||
lib/X11/locale/iso8859-10/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-14/Compose
|
||||
lib/X11/locale/iso8859-14/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-15/Compose
|
||||
lib/X11/locale/iso8859-15/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-2/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-3/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-4/Compose
|
||||
lib/X11/locale/iso8859-4/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-5/Compose
|
||||
lib/X11/locale/iso8859-5/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-6/Compose
|
||||
lib/X11/locale/iso8859-6/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-7/Compose
|
||||
lib/X11/locale/iso8859-7/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-8/Compose
|
||||
lib/X11/locale/iso8859-8/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-9/Compose
|
||||
lib/X11/locale/iso8859-9/XLC_LOCALE
|
||||
lib/X11/locale/ja.JIS/Compose
|
||||
lib/X11/locale/ja.JIS/XLC_LOCALE
|
||||
lib/X11/locale/ja.SJIS/Compose
|
||||
lib/X11/locale/ja.SJIS/XLC_LOCALE
|
||||
lib/X11/locale/ja/Compose
|
||||
lib/X11/locale/ja/XLC_LOCALE
|
||||
lib/X11/locale/ko/Compose
|
||||
lib/X11/locale/ko/XLC_LOCALE
|
||||
lib/X11/locale/koi8-r/Compose
|
||||
lib/X11/locale/koi8-r/XLC_LOCALE
|
||||
lib/X11/locale/koi8-u/Compose
|
||||
lib/X11/locale/koi8-u/XLC_LOCALE
|
||||
lib/X11/locale/locale.alias
|
||||
lib/X11/locale/locale.dir
|
||||
lib/X11/locale/mulelao-1/Compose
|
||||
lib/X11/locale/mulelao-1/XLC_LOCALE
|
||||
lib/X11/locale/tbl_data/gb2312
|
||||
lib/X11/locale/tbl_data/jis0201
|
||||
lib/X11/locale/tbl_data/jis0208
|
||||
lib/X11/locale/tbl_data/ksc5601
|
||||
lib/X11/locale/tbl_data/tab8859_1
|
||||
lib/X11/locale/tbl_data/tab8859_10
|
||||
lib/X11/locale/tbl_data/tab8859_14
|
||||
lib/X11/locale/tbl_data/tab8859_15
|
||||
lib/X11/locale/tbl_data/tab8859_2
|
||||
lib/X11/locale/tbl_data/tab8859_3
|
||||
lib/X11/locale/tbl_data/tab8859_4
|
||||
lib/X11/locale/tbl_data/tab8859_5
|
||||
lib/X11/locale/tbl_data/tab8859_6
|
||||
lib/X11/locale/tbl_data/tab8859_7
|
||||
lib/X11/locale/tbl_data/tab8859_8
|
||||
lib/X11/locale/tbl_data/tab8859_9
|
||||
lib/X11/locale/tbl_data/tabarmscii_8
|
||||
lib/X11/locale/tbl_data/tabgeorgian_academy
|
||||
lib/X11/locale/tbl_data/tabgeorgian_ps
|
||||
lib/X11/locale/tbl_data/tabibm_cp1133
|
||||
lib/X11/locale/tbl_data/tabkoi8_r
|
||||
lib/X11/locale/tbl_data/tabkoi8_u
|
||||
lib/X11/locale/tbl_data/tabmulelao_1
|
||||
lib/X11/locale/tbl_data/tabtcvn
|
||||
lib/X11/locale/tbl_data/tabtis620
|
||||
lib/X11/locale/tbl_data/tabviscii
|
||||
lib/X11/locale/th_TH.TACTIS/Compose
|
||||
lib/X11/locale/th_TH.TACTIS/XLC_LOCALE
|
||||
lib/X11/locale/vi_VN.tcvn/Compose
|
||||
lib/X11/locale/vi_VN.tcvn/XLC_LOCALE
|
||||
lib/X11/locale/vi_VN.viscii/Compose
|
||||
lib/X11/locale/vi_VN.viscii/XLC_LOCALE
|
||||
lib/X11/locale/zh/Compose
|
||||
lib/X11/locale/zh/XLC_LOCALE
|
||||
lib/X11/locale/zh_TW.Big5/Compose
|
||||
lib/X11/locale/zh_TW.Big5/XLC_LOCALE
|
||||
lib/X11/locale/zh_TW/Compose
|
||||
lib/X11/locale/zh_TW/XLC_LOCALE
|
||||
lib/X11/app-defaults/Beforelight
|
||||
lib/X11/app-defaults/Bitmap
|
||||
lib/X11/app-defaults/Bitmap-color
|
||||
lib/X11/app-defaults/Chooser
|
||||
lib/X11/app-defaults/Clock-color
|
||||
lib/X11/app-defaults/Editres
|
||||
lib/X11/app-defaults/Editres-color
|
||||
lib/X11/app-defaults/Viewres
|
||||
lib/X11/app-defaults/XCalc
|
||||
lib/X11/app-defaults/XCalc-color
|
||||
lib/X11/app-defaults/XClipboard
|
||||
lib/X11/app-defaults/XClock
|
||||
lib/X11/app-defaults/XConsole
|
||||
lib/X11/app-defaults/XF86Cfg
|
||||
lib/X11/app-defaults/XFontSel
|
||||
lib/X11/app-defaults/XLoad
|
||||
lib/X11/app-defaults/XLogo
|
||||
lib/X11/app-defaults/XLogo-color
|
||||
lib/X11/app-defaults/XSm
|
||||
lib/X11/app-defaults/XTerm
|
||||
lib/X11/app-defaults/XTerm-color
|
||||
lib/X11/app-defaults/Xditview
|
||||
lib/X11/app-defaults/Xditview-chrtr
|
||||
lib/X11/app-defaults/Xedit
|
||||
lib/X11/app-defaults/Xedit-color
|
||||
lib/X11/app-defaults/Xfd
|
||||
lib/X11/app-defaults/Xgc
|
||||
lib/X11/app-defaults/Xmag
|
||||
lib/X11/app-defaults/Xman
|
||||
lib/X11/app-defaults/Xmessage
|
||||
lib/X11/app-defaults/Xvidtune
|
||||
lib/X11/doc/html/appres.1.html
|
||||
lib/X11/doc/html/atobm.1.html
|
||||
lib/X11/doc/html/bdftopcf.1.html
|
||||
lib/X11/doc/html/beforelight.1.html
|
||||
lib/X11/doc/html/bitmap.1.html
|
||||
lib/X11/doc/html/bmtoa.1.html
|
||||
lib/X11/doc/html/cxpm.1.html
|
||||
lib/X11/doc/html/dga.1.html
|
||||
lib/X11/doc/html/editres.1.html
|
||||
lib/X11/doc/html/fsinfo.1.html
|
||||
lib/X11/doc/html/fslsfonts.1.html
|
||||
lib/X11/doc/html/fstobdf.1.html
|
||||
lib/X11/doc/html/iceauth.1.html
|
||||
lib/X11/doc/html/ico.1.html
|
||||
lib/X11/doc/html/imake.1.html
|
||||
lib/X11/doc/html/lbxproxy.1.html
|
||||
lib/X11/doc/html/libxrx.1.html
|
||||
lib/X11/doc/html/listres.1.html
|
||||
lib/X11/doc/html/lndir.1.html
|
||||
lib/X11/doc/html/makedepend.1.html
|
||||
lib/X11/doc/html/makeg.1.html
|
||||
lib/X11/doc/html/makepsres.1.html
|
||||
lib/X11/doc/html/makestrs.1.html
|
||||
lib/X11/doc/html/manindex1.html
|
||||
lib/X11/doc/html/manindex3.html
|
||||
lib/X11/doc/html/mkcfm.1.html
|
||||
lib/X11/doc/html/mkdirhier.1.html
|
||||
lib/X11/doc/html/mkfontdir.1.html
|
||||
lib/X11/doc/html/oclock.1.html
|
||||
lib/X11/doc/html/proxymngr.1.html
|
||||
lib/X11/doc/html/pswrap.1.html
|
||||
lib/X11/doc/html/resize.1.html
|
||||
lib/X11/doc/html/revpath.1.html
|
||||
lib/X11/doc/html/rman.1.html
|
||||
lib/X11/doc/html/rstart.1.html
|
||||
lib/X11/doc/html/rstartd.1.html
|
||||
lib/X11/doc/html/sessreg.1.html
|
||||
lib/X11/doc/html/setxkbmap.1.html
|
||||
lib/X11/doc/html/showfont.1.html
|
||||
lib/X11/doc/html/smproxy.1.html
|
||||
lib/X11/doc/html/startx.1.html
|
||||
lib/X11/doc/html/sxpm.1.html
|
||||
lib/X11/doc/html/twm.1.html
|
||||
lib/X11/doc/html/viewres.1.html
|
||||
lib/X11/doc/html/x11perf.1.html
|
||||
lib/X11/doc/html/x11perfcomp.1.html
|
||||
lib/X11/doc/html/xauth.1.html
|
||||
lib/X11/doc/html/xbiff.1.html
|
||||
lib/X11/doc/html/xcalc.1.html
|
||||
lib/X11/doc/html/xclipboard.1.html
|
||||
lib/X11/doc/html/xclock.1.html
|
||||
lib/X11/doc/html/xcmsdb.1.html
|
||||
lib/X11/doc/html/xconsole.1.html
|
||||
lib/X11/doc/html/xcutsel.1.html
|
||||
lib/X11/doc/html/xditview.1.html
|
||||
lib/X11/doc/html/xdm.1.html
|
||||
lib/X11/doc/html/xdpyinfo.1.html
|
||||
lib/X11/doc/html/xedit.1.html
|
||||
lib/X11/doc/html/xev.1.html
|
||||
lib/X11/doc/html/xeyes.1.html
|
||||
lib/X11/doc/html/xf86cfg.1.html
|
||||
lib/X11/doc/html/xfd.1.html
|
||||
lib/X11/doc/html/xfindproxy.1.html
|
||||
lib/X11/doc/html/xfontsel.1.html
|
||||
lib/X11/doc/html/xfwp.1.html
|
||||
lib/X11/doc/html/xgamma.1.html
|
||||
lib/X11/doc/html/xgc.1.html
|
||||
lib/X11/doc/html/xhost.1.html
|
||||
lib/X11/doc/html/xieperf.1.html
|
||||
lib/X11/doc/html/xinit.1.html
|
||||
lib/X11/doc/html/xkbcomp.1.html
|
||||
lib/X11/doc/html/xkbevd.1.html
|
||||
lib/X11/doc/html/xkbprint.1.html
|
||||
lib/X11/doc/html/xkill.1.html
|
||||
lib/X11/doc/html/xload.1.html
|
||||
lib/X11/doc/html/xlogo.1.html
|
||||
lib/X11/doc/html/xlsatoms.1.html
|
||||
lib/X11/doc/html/xlsclients.1.html
|
||||
lib/X11/doc/html/xlsfonts.1.html
|
||||
lib/X11/doc/html/xmag.1.html
|
||||
lib/X11/doc/html/xman.1.html
|
||||
lib/X11/doc/html/xmessage.1.html
|
||||
lib/X11/doc/html/xmkmf.1.html
|
||||
lib/X11/doc/html/xmodmap.1.html
|
||||
lib/X11/doc/html/xon.1.html
|
||||
lib/X11/doc/html/xprop.1.html
|
||||
lib/X11/doc/html/xrdb.1.html
|
||||
lib/X11/doc/html/xrefresh.1.html
|
||||
lib/X11/doc/html/xset.1.html
|
||||
lib/X11/doc/html/xsetmode.1.html
|
||||
lib/X11/doc/html/xsetpointer.1.html
|
||||
lib/X11/doc/html/xsetroot.1.html
|
||||
lib/X11/doc/html/xsm.1.html
|
||||
lib/X11/doc/html/xstdcmap.1.html
|
||||
lib/X11/doc/html/xterm.1.html
|
||||
lib/X11/doc/html/xvidtune.1.html
|
||||
lib/X11/doc/html/xwd.1.html
|
||||
lib/X11/doc/html/xwininfo.1.html
|
||||
lib/X11/doc/html/xwud.1.html
|
||||
lib/X11/lbxproxy/AtomControl
|
||||
lib/X11/proxymngr/pmconfig
|
||||
lib/X11/rstart/commands/@List
|
||||
lib/X11/rstart/commands/ListContexts
|
||||
lib/X11/rstart/commands/ListGenericCommands
|
||||
lib/X11/rstart/commands/x11r6/@List
|
||||
lib/X11/rstart/commands/x11r6/LoadMonitor
|
||||
lib/X11/rstart/commands/x11r6/Terminal
|
||||
lib/X11/rstart/config
|
||||
lib/X11/rstart/contexts/@List
|
||||
lib/X11/rstart/contexts/default
|
||||
lib/X11/rstart/contexts/x
|
||||
lib/X11/rstart/contexts/x11
|
||||
lib/X11/rstart/contexts/x11r6
|
||||
lib/X11/rstart/rstartd.real
|
||||
lib/X11/twm/system.twmrc
|
||||
lib/X11/x11perfcomp/fillblnk
|
||||
lib/X11/x11perfcomp/perfboth
|
||||
lib/X11/x11perfcomp/perfratio
|
||||
lib/X11/xdm/GiveConsole
|
||||
lib/X11/xdm/TakeConsole
|
||||
lib/X11/xdm/Xaccess
|
||||
lib/X11/xdm/Xresources
|
||||
lib/X11/xdm/Xservers
|
||||
lib/X11/xdm/Xsession
|
||||
lib/X11/xdm/Xsetup_0
|
||||
lib/X11/xdm/Xwilling
|
||||
lib/X11/xdm/chooser
|
||||
lib/X11/xdm/pixmaps/XFree86.xpm
|
||||
lib/X11/xdm/pixmaps/XFree86bw.xpm
|
||||
lib/X11/xdm/xdm-config
|
||||
lib/X11/xinit/xinitrc
|
||||
lib/X11/xkb/compat.dir
|
||||
lib/X11/xkb/compat/accessx
|
||||
lib/X11/xkb/compat/basic
|
||||
|
@ -210,6 +282,7 @@ lib/X11/xkb/compat/norepeat
|
|||
lib/X11/xkb/compat/pc
|
||||
lib/X11/xkb/compat/pc98
|
||||
lib/X11/xkb/compat/xtest
|
||||
lib/X11/xkb/compiled/README
|
||||
lib/X11/xkb/geometry.dir
|
||||
lib/X11/xkb/geometry/amiga
|
||||
lib/X11/xkb/geometry/ataritt
|
||||
|
@ -286,6 +359,8 @@ lib/X11/xkb/keymap/xfree86
|
|||
lib/X11/xkb/keymap/xfree98
|
||||
lib/X11/xkb/rules/sgi
|
||||
lib/X11/xkb/rules/sgi.lst
|
||||
lib/X11/xkb/rules/sun
|
||||
lib/X11/xkb/rules/sun.lst
|
||||
lib/X11/xkb/rules/xfree86
|
||||
lib/X11/xkb/rules/xfree86-it.lst
|
||||
lib/X11/xkb/rules/xfree86.lst
|
||||
|
@ -361,188 +436,6 @@ lib/X11/xkb/types/nocancel
|
|||
lib/X11/xkb/types/pc
|
||||
lib/X11/xkb/xkbcomp
|
||||
lib/X11/xman.help
|
||||
lib/libFS.a
|
||||
lib/libGL.a
|
||||
lib/libGL.so
|
||||
lib/libGL.so.1
|
||||
lib/libICE.so
|
||||
lib/libICE.so.6
|
||||
lib/libPEX5.so
|
||||
lib/libPEX5.so.6
|
||||
lib/libSM.so
|
||||
lib/libSM.so.6
|
||||
lib/libX11.so
|
||||
lib/libX11.so.6
|
||||
lib/libXIE.so
|
||||
lib/libXIE.so.6
|
||||
lib/libXau.a
|
||||
lib/libXaw.so
|
||||
lib/libXaw.so.6
|
||||
lib/libXaw.so.7
|
||||
lib/libXdmcp.a
|
||||
lib/libXext.so
|
||||
lib/libXext.so.6
|
||||
lib/libXfont.so
|
||||
lib/libXfont.so.1
|
||||
lib/libXfontcache.a
|
||||
lib/libXi.so
|
||||
lib/libXi.so.6
|
||||
lib/libXinerama.a
|
||||
lib/libXmu.so
|
||||
lib/libXmu.so.6
|
||||
lib/libXp.so
|
||||
lib/libXp.so.6
|
||||
lib/libXpm.so
|
||||
lib/libXpm.so.4
|
||||
lib/libXss.a
|
||||
lib/libXt.so
|
||||
lib/libXt.so.6
|
||||
lib/libXtst.so
|
||||
lib/libXtst.so.6
|
||||
lib/libXv.a
|
||||
lib/libXxf86dga.a
|
||||
lib/libXxf86misc.a
|
||||
lib/libXxf86vm.a
|
||||
lib/libdps.a
|
||||
lib/libdps.so
|
||||
lib/libdps.so.1
|
||||
lib/libdpstk.a
|
||||
lib/libdpstk.so
|
||||
lib/libdpstk.so.1
|
||||
lib/libfntstubs.a
|
||||
lib/liboldX.so
|
||||
lib/liboldX.so.6
|
||||
lib/libpsres.a
|
||||
lib/libpsres.so
|
||||
lib/libpsres.so.1
|
||||
lib/libxkbfile.a
|
||||
lib/libxkbui.a
|
||||
lib/libxrx.so
|
||||
lib/libxrx.so.6
|
||||
lib/modules/codeconv/libARABIC.a
|
||||
lib/modules/codeconv/libARMSCII8.a
|
||||
lib/modules/codeconv/libBIG5.a
|
||||
lib/modules/codeconv/libDOSENCODING.a
|
||||
lib/modules/codeconv/libGB2312.a
|
||||
lib/modules/codeconv/libGEORGIAN.a
|
||||
lib/modules/codeconv/libISO8859_1.a
|
||||
lib/modules/codeconv/libISO8859_10.a
|
||||
lib/modules/codeconv/libISO8859_11.a
|
||||
lib/modules/codeconv/libISO8859_14.a
|
||||
lib/modules/codeconv/libISO8859_15.a
|
||||
lib/modules/codeconv/libISO8859_2.a
|
||||
lib/modules/codeconv/libISO8859_3.a
|
||||
lib/modules/codeconv/libISO8859_4.a
|
||||
lib/modules/codeconv/libISO8859_5.a
|
||||
lib/modules/codeconv/libISO8859_6.a
|
||||
lib/modules/codeconv/libISO8859_7.a
|
||||
lib/modules/codeconv/libISO8859_8.a
|
||||
lib/modules/codeconv/libISO8859_9.a
|
||||
lib/modules/codeconv/libJISX0201.a
|
||||
lib/modules/codeconv/libJISX0208.a
|
||||
lib/modules/codeconv/libJISX0212.a
|
||||
lib/modules/codeconv/libKOI8.a
|
||||
lib/modules/codeconv/libKSC5601.a
|
||||
lib/modules/codeconv/libKSCJOHAB.a
|
||||
lib/modules/codeconv/libMULEENCODING.a
|
||||
lib/modules/codeconv/libTCVN.a
|
||||
lib/modules/codeconv/libVISCII.a
|
||||
lib/modules/fonts/libbitmap.a
|
||||
lib/modules/fonts/libfreetype.a
|
||||
lib/modules/fonts/libspeedo.a
|
||||
lib/modules/fonts/libtype1.a
|
||||
lib/modules/fonts/libxtt.a
|
||||
lib/X11/xsm/system.xsm
|
||||
@unexec rm -f %D/lib/X11/rstart/commands/x
|
||||
@unexec rm -f %D/lib/X11/rstart/commands/x11
|
||||
@unexec rm -f %D/lib/X11/rstart
|
||||
@unexec rm -f %D/lib/X11/twm
|
||||
@unexec rm -f %D/lib/X11/xinit
|
||||
@unexec rm -f %D/lib/X11/xsm
|
||||
@dirrm lib/X11/x11perfcomp
|
||||
@dirrm lib/X11/xkb/symbols/hp
|
||||
@dirrm lib/X11/xkb/symbols/macintosh
|
||||
@dirrm lib/X11/xkb/symbols/sgi
|
||||
@dirrm lib/X11/xkb/symbols/xfree68
|
||||
@dirrm lib/X11/xkb/types
|
||||
@dirrm lib/X11/locale/armscii-8
|
||||
@dirrm lib/X11/locale/en_US.UTF-8
|
||||
@dirrm lib/X11/locale/georgian-academy
|
||||
@dirrm lib/X11/locale/georgian-ps
|
||||
@dirrm lib/X11/locale/ibm-cp1133
|
||||
@dirrm lib/X11/locale/iso8859-10
|
||||
@dirrm lib/X11/locale/iso8859-14
|
||||
@dirrm lib/X11/locale/iso8859-15
|
||||
@dirrm lib/X11/locale/koi8-u
|
||||
@dirrm lib/X11/locale/mulelao-1
|
||||
@dirrm lib/X11/locale/vi_VN.tcvn
|
||||
@dirrm lib/X11/locale/vi_VN.viscii
|
||||
@dirrm lib/modules/fonts
|
||||
@dirrm lib/modules/codeconv
|
||||
@dirrm include/bitmaps
|
||||
@cwd /etc
|
||||
X11/app-defaults/Beforelight
|
||||
X11/app-defaults/Bitmap
|
||||
X11/app-defaults/Bitmap-color
|
||||
X11/app-defaults/Chooser
|
||||
X11/app-defaults/Clock-color
|
||||
X11/app-defaults/Editres
|
||||
X11/app-defaults/Editres-color
|
||||
X11/app-defaults/Viewres
|
||||
X11/app-defaults/XCalc
|
||||
X11/app-defaults/XCalc-color
|
||||
X11/app-defaults/XClipboard
|
||||
X11/app-defaults/XClock
|
||||
X11/app-defaults/XConsole
|
||||
X11/app-defaults/XFontSel
|
||||
X11/app-defaults/XLoad
|
||||
X11/app-defaults/XLogo
|
||||
X11/app-defaults/XLogo-color
|
||||
X11/app-defaults/XSm
|
||||
X11/app-defaults/XTerm
|
||||
X11/app-defaults/XTerm-color
|
||||
X11/app-defaults/Xditview
|
||||
X11/app-defaults/Xditview-chrtr
|
||||
X11/app-defaults/Xedit
|
||||
X11/app-defaults/Xedit-color
|
||||
X11/app-defaults/Xfd
|
||||
X11/app-defaults/Xgc
|
||||
X11/app-defaults/Xmag
|
||||
X11/app-defaults/Xman
|
||||
X11/app-defaults/Xmessage
|
||||
X11/app-defaults/Xvidtune
|
||||
X11/lbxproxy/AtomControl
|
||||
X11/proxymngr/pmconfig
|
||||
X11/rstart/commands/@List
|
||||
X11/rstart/commands/ListContexts
|
||||
X11/rstart/commands/ListGenericCommands
|
||||
X11/rstart/commands/x11r6/@List
|
||||
X11/rstart/commands/x11r6/LoadMonitor
|
||||
X11/rstart/commands/x11r6/Terminal
|
||||
X11/rstart/config
|
||||
X11/rstart/contexts/@List
|
||||
X11/rstart/contexts/default
|
||||
X11/rstart/contexts/x
|
||||
X11/rstart/contexts/x11
|
||||
X11/rstart/contexts/x11r6
|
||||
X11/rstart/rstartd.real
|
||||
X11/twm/system.twmrc
|
||||
X11/xdm/GiveConsole
|
||||
X11/xdm/TakeConsole
|
||||
X11/xdm/Xaccess
|
||||
X11/xdm/Xresources
|
||||
X11/xdm/Xservers
|
||||
X11/xdm/Xsession
|
||||
X11/xdm/Xsetup_0
|
||||
X11/xdm/Xwilling
|
||||
X11/xdm/chooser
|
||||
X11/xdm/pixmaps/XFree86.xpm
|
||||
X11/xdm/pixmaps/XFree86bw.xpm
|
||||
X11/xdm/xdm-config
|
||||
X11/xinit/xinitrc
|
||||
X11/xsm/system.xsm
|
||||
@unexec rm -f %D/X11/xdm/authdir
|
||||
@unexec rmdir %D/X11/xdm/pixmaps
|
||||
@cwd /var
|
||||
db/xkb/README
|
||||
@unexec rmdir %D/db/xdm
|
||||
@unexec rmdir %D/db/xkb
|
||||
|
|
14
x11/XFree86-4-clients/scripts/configure
vendored
14
x11/XFree86-4-clients/scripts/configure
vendored
|
@ -36,8 +36,15 @@ configure () {
|
|||
BuildAoutLibraries=NO
|
||||
fi
|
||||
|
||||
echo "#define NothingOutsideProjectRoot YES" >> $LOCALDEF
|
||||
|
||||
# I want to set this line.
|
||||
# but the probrem is too deep. not yet done.
|
||||
# echo "#define InstallXserverSetUID NO" >> $LOCALDEF
|
||||
|
||||
# disable some configs: there are not used this ports
|
||||
for i in InstallFSConfig \
|
||||
for i in \
|
||||
InstallFSConfig \
|
||||
BuildServer \
|
||||
BuildFontServer \
|
||||
BuildFonts \
|
||||
|
@ -49,10 +56,13 @@ configure () {
|
|||
BuildCyrillicFonts \
|
||||
BuildLatin2Fonts \
|
||||
LibHeaders \
|
||||
ForceNormalLib
|
||||
LibInstall \
|
||||
ForceNormalLib \
|
||||
ModuleInstall
|
||||
do \
|
||||
echo "#define $i NO" >> $LOCALDEF
|
||||
done
|
||||
echo "#define LibInstallBuild YES" >> $LOCALDEF
|
||||
echo "#define FreeBSDBuildXlib NO" >> $LOCALDEF
|
||||
echo "#define FreeBSDBuildXbin YES" >> $LOCALDEF
|
||||
echo "#define InstallXdmConfig $InstallXdmConfig" >> $LOCALDEF
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# New ports collection makefile for: XFree86Xdocuments-4.0
|
||||
# New ports collection makefile for: XFree86-4-documents-4.0.1
|
||||
# Date created: 10 Oct 1999
|
||||
# Whom: taguchi@tohoku.iij.ad.jp
|
||||
#
|
||||
|
@ -6,33 +6,31 @@
|
|||
#
|
||||
|
||||
PORTNAME= documents
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0/source/
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-${PORTVERSION}/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/${PORTVERSION}/source/
|
||||
PKGNAMEPREFIX= XFree86-
|
||||
DISTFILES= X400src-1.tgz X400src-2.tgz
|
||||
EXTRACT_ONLY= X400src-2.tgz
|
||||
DISTFILES= X401src-1.tgz X401src-2.tgz
|
||||
EXTRACT_ONLY= X401src-2.tgz
|
||||
|
||||
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
||||
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4
|
||||
|
||||
PREFIX?= ${X11BASE}
|
||||
PROJECTROOT= -DProjectRoot=${PREFIX}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11.dist
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc/doc
|
||||
DEFFILE= ${PREFIX}/lib/X11/config/FreeBSD.ports.def
|
||||
INSTALL_TARGET= install install.man
|
||||
XFREE86_VERSION= 4
|
||||
USE_IMAKE= YES
|
||||
PROJECTROOT= -DProjectRoot=${PREFIX}
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc/doc
|
||||
DEFFILE= ${PREFIX}/lib/X11/config/FreeBSD.ports.def
|
||||
INSTALL_TARGET= install install.man
|
||||
|
||||
post-extract:
|
||||
(cd ${WRKDIR} && \
|
||||
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
|
||||
${DISTDIR}/${DIST_SUBDIR}/X400src-1.tgz \
|
||||
${DISTDIR}/${DIST_SUBDIR}/X401src-1.tgz \
|
||||
${EXTRACT_AFTER_ARGS} xc/doc)
|
||||
|
||||
do-configure:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (xc/X400src-1.tgz) = a93f407ee0dd7ed806a97370c2ae637d
|
||||
MD5 (xc/X400src-2.tgz) = ad5f7461adb6b2646f9a9c48ad93f6da
|
||||
MD5 (xc/X401src-1.tgz) = b2ad4a077ac7c09d85e6a0fc0728a536
|
||||
MD5 (xc/X401src-2.tgz) = a3363a076f355ddbba68c7f0557438ff
|
||||
|
|
|
@ -34,4 +34,3 @@ lib/X11/doc/xc-misc.TXT
|
|||
lib/X11/doc/xtest.TXT
|
||||
lib/X11/doc/xtestlib.TXT
|
||||
lib/X11/doc/xv-protocol-v2.TXT
|
||||
@dirrm lib/X11/doc/PostScript
|
||||
|
|
|
@ -6,37 +6,35 @@
|
|||
#
|
||||
|
||||
PORTNAME= libraries
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/4.0/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0/source/
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.freesoftware.com/pub/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-${PORTVERSION}/source/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/${PORTVERSION}/source/ \
|
||||
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/${PORTVERSION}/source/
|
||||
PKGNAMEPREFIX= XFree86-
|
||||
DISTFILES= X400src-1.tgz
|
||||
DISTFILES= X401src-1.tgz
|
||||
|
||||
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
||||
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4
|
||||
|
||||
PREFIX?= ${X11BASE}
|
||||
INSTALLS_SHLIB= yes
|
||||
MTREE_FILE= /etc/mtree/BSD.x11.dist
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc
|
||||
SCRIPTS_ENV+= PREFIX=${PREFIX} X11BASE=${X11BASE} \
|
||||
WRKDIR=${WRKDIR} DISTDIR=${DISTDIR}
|
||||
ALL_TARGET= FreeBSDPortsBuild
|
||||
.if defined(NO_INSTALL_MANPAGES)
|
||||
INSTALL_TARGET= FreeBSDPortsInstall installXlib
|
||||
.else
|
||||
XFREE86_VERSION= 4
|
||||
PREFIX?= ${X11BASE}
|
||||
MTREE_FILE= /etc/mtree/BSD.x11-4.dist
|
||||
INSTALLS_SHLIB= yes
|
||||
DIST_SUBDIR= xc
|
||||
WRKSRC= ${WRKDIR}/xc
|
||||
SCRIPTS_ENV+= PREFIX=${PREFIX} \
|
||||
X11BASE=${X11BASE} \
|
||||
WRKDIR=${WRKDIR} \
|
||||
DISTDIR=${DISTDIR}
|
||||
ALL_TARGET= FreeBSDPortsBuild
|
||||
INSTALL_TARGET= FreeBSDPortsInstall FreeBSDPortsInstall.man installXlib
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= bdftopcf.1 \
|
||||
mkfontdir.1
|
||||
MAN1= libxrx.1
|
||||
MAN3= Xaw.3
|
||||
.endif
|
||||
|
||||
.if defined(XDM_DES)
|
||||
.if ${USA_RESIDENT} == YES
|
||||
|
@ -47,7 +45,7 @@ pre-fetch:
|
|||
MASTER_SITES+= ftp://psych.psy.uq.oz.au/pub/X11R5/ \
|
||||
ftp://ftp.internat.freebsd.org/pub/FreeBSD/X11-Crypto/ \
|
||||
ftp://ftp3.za.freebsd.org/pub/FreeBSD/X11-Crypto/
|
||||
EXTRACT_ONLY= X400src-1.tgz
|
||||
EXTRACT_ONLY= X401src-1.tgz
|
||||
DISTFILES+= Wraphelp.c
|
||||
IGNOREFILES= Wraphelp.c
|
||||
.endif
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xc/X400src-1.tgz) = a93f407ee0dd7ed806a97370c2ae637d
|
||||
MD5 (xc/X401src-1.tgz) = b2ad4a077ac7c09d85e6a0fc0728a536
|
||||
|
|
|
@ -1,6 +1,25 @@
|
|||
--- config/cf/FreeBSD.cf.orig Thu Feb 17 18:09:43 2000
|
||||
+++ config/cf/FreeBSD.cf Sat Mar 18 19:42:06 2000
|
||||
@@ -336,14 +336,14 @@
|
||||
--- config/cf/FreeBSD.cf.orig Sat Jun 24 21:15:53 2000
|
||||
+++ config/cf/FreeBSD.cf Tue Aug 1 15:19:44 2000
|
||||
@@ -135,6 +135,18 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
+#ifndef HasAgpGart
|
||||
+# ifdef i386Architecture
|
||||
+# if OSMajorVersion >= 5 || (OSMajorVersion == 4 && OSMinorVersion >= 1)
|
||||
+# define HasAgpGart YES
|
||||
+# else
|
||||
+# define HasAgpGart NO
|
||||
+# endif
|
||||
+# else
|
||||
+# define HasAgpGart NO
|
||||
+# endif
|
||||
+#endif
|
||||
+
|
||||
/*
|
||||
* This doesn't work the way it does on every other system. On FreeBSD it's
|
||||
* only a "hint, not a demand", whatever that means. Note that this is not
|
||||
@@ -356,14 +368,14 @@
|
||||
/* The GCC strength-reduce bug is fixed for FreeBSD 2.1.5 and later */
|
||||
#ifndef DefaultGcc2i386Opt
|
||||
#if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion > 1) || (OSMajorVersion == 2 && OSMinorVersion == 1 && OSTeenyVersion >= 5)
|
||||
|
@ -17,14 +36,3 @@
|
|||
#endif
|
||||
|
||||
#ifndef PreIncDir
|
||||
@@ -463,8 +463,9 @@
|
||||
/*
|
||||
* A hack to work around an optimisation problem with the compiler on
|
||||
* FreeBSD 4.0-current in late 1999/early 2000.
|
||||
+ * (and FreeBSD 5.0-current in early 2000)
|
||||
*/
|
||||
-#if OSMajorVersion == 4 && OSMinorVersion == 0 && OSTeenyVersion == 0
|
||||
+#if (OSMajorVersion == 4 || OSMajorVersion == 5)
|
||||
#define FreeBSDGccOptBug
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,13 +1,11 @@
|
|||
--- programs/Xserver/xkb/xkbInit.c.orig Mon Oct 5 05:02:55 1998
|
||||
+++ programs/Xserver/xkb/xkbInit.c Tue May 23 16:52:19 2000
|
||||
@@ -910,7 +910,8 @@
|
||||
return 1;
|
||||
}
|
||||
else if (strncmp(argv[i], "-xkbmap", 7) == 0) {
|
||||
- if(++i < argc) {
|
||||
+ i++;
|
||||
+ if ((i < argc) && (strlen(argv[i]) < PATH_MAX)) {
|
||||
XkbInitialMap= argv[i];
|
||||
return 2;
|
||||
}
|
||||
|
||||
--- config/cf/xfree86.cf.orig Fri Jul 28 11:35:18 2000
|
||||
+++ config/cf/xfree86.cf Fri Jul 28 11:35:50 2000
|
||||
@@ -555,7 +555,7 @@
|
||||
*/
|
||||
#if !defined(i386MachArchitecture) && !defined(OS2Architecture)
|
||||
# ifndef InstallXserverSetUID
|
||||
-# define InstallXserverSetUID YES
|
||||
+# define InstallXserverSetUID NO
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,55 +1,11 @@
|
|||
--- extras/X-TrueType/xttcconv.c.xtt Mon May 8 16:28:29 2000
|
||||
+++ extras/X-TrueType/xttcconv.c Mon May 8 16:28:33 2000
|
||||
@@ -505,17 +505,19 @@ codeconv_search_code_converter(char cons
|
||||
--- programs/Xserver/GL/dri/Imakefile.ORIG Tue Aug 8 15:42:21 2000
|
||||
+++ programs/Xserver/GL/dri/Imakefile Tue Aug 8 15:43:34 2000
|
||||
@@ -14,7 +14,7 @@
|
||||
INCLUDES = -I$(SERVERSRC)/include -I$(XTOP)/include -I$(EXTINCSRC) \
|
||||
-I$(XF86OSSRC) -I$(XF86COMSRC) \
|
||||
-I../include -I../glx -I$(LIBSRC)/GL/include \
|
||||
- -I$(SERVERSRC)/mi -I$(FONTINCSRC)
|
||||
+ -I$(SERVERSRC)/mi -I$(FONTINCSRC) -I$(XF86OSSRC)/bus
|
||||
DEFINES = $(GLX_DEFINES)
|
||||
|
||||
{
|
||||
char **l;
|
||||
- char **tryItFirst = NULL;
|
||||
+ char **tryItFirst = NULL;
|
||||
|
||||
for (l=list; *l ; l++) {
|
||||
- if(!mystrcasecmp(*l,moduleArg.charSetHints->charsetStdName))
|
||||
- tryItFirst = l;
|
||||
- }
|
||||
+ if(!mystrcasecmp(*l,moduleArg.charSetHints->charsetStdName)) {
|
||||
+ tryItFirst = l;
|
||||
+ break;
|
||||
+ }
|
||||
+ }
|
||||
|
||||
- if(tryItFirst)
|
||||
- l = tryItFirst;
|
||||
- else
|
||||
- l = list;
|
||||
+ if(tryItFirst)
|
||||
+ l = tryItFirst;
|
||||
+ else
|
||||
+ l = list;
|
||||
|
||||
while(*l && !isFound) {
|
||||
/* load and call module */
|
||||
--- extras/X-TrueType/xttfuncs.c.xtt Mon May 8 16:28:29 2000
|
||||
+++ extras/X-TrueType/xttfuncs.c Mon May 8 16:28:33 2000
|
||||
@@ -702,7 +702,7 @@ get_metrics(FreeTypeFont *ft, int c, str
|
||||
|
||||
if ((entry = FontCacheGetEntry()) == NULL) {
|
||||
charInfo = &nocharinfo;
|
||||
- fprintf(stderr, "can't get cache entry\n");
|
||||
+ fprintf(stderr, "get_metrics: can't get cache entry\n");
|
||||
goto next;
|
||||
}
|
||||
FC_TT_SETVFUNC(entry);
|
||||
@@ -790,10 +790,9 @@ get_glyph(FreeTypeFont *ft, int c, int s
|
||||
char_width.pixel = char_width.raw = 0;
|
||||
get_metrics(ft, c, char_width);
|
||||
/* Retry to get it created in get_metrics(). */
|
||||
- FontCacheSearchEntry(ft->cache, c, &entry);
|
||||
- if (!charInfo) {
|
||||
+ if (!FontCacheSearchEntry(ft->cache, c, &entry)) {
|
||||
charInfo = &nocharinfo;
|
||||
- fprintf(stderr, "can't get cache entry\n");
|
||||
+ fprintf(stderr, "get_glyph: can't get cache entry\n");
|
||||
goto next;
|
||||
}
|
||||
}
|
||||
|
||||
LinkSourceFile(xf86dri.h,$(LIBSRC)/GL/dri)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- Imakefile.orig Tue Oct 6 20:26:47 1998
|
||||
+++ Imakefile Wed May 31 14:11:50 2000
|
||||
@@ -18,8 +18,27 @@
|
||||
--- Imakefile.orig Thu Jun 15 04:36:13 2000
|
||||
+++ Imakefile Fri Aug 18 14:40:02 2000
|
||||
@@ -18,8 +18,26 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -8,13 +8,12 @@
|
|||
+ SUBDIRS = include config lib $(NLSSUBDIR) \
|
||||
+ programs/Xserver/include \
|
||||
+ programs/Xserver/hw/xfree86/parser \
|
||||
+ programs/mkfontdir \
|
||||
+ programs/bdftopcf
|
||||
+ programs/proxymngr programs/xrx
|
||||
+#else
|
||||
+#if defined(FreeBSDBuildXbin) && FreeBSDBuildXbin
|
||||
+ SUBDIRS = include config lib $(NLSSUBDIR) \
|
||||
+ programs/Xserver/include \
|
||||
+ programs
|
||||
+ programs/Xserver/include programs/Xserver/hw/xfree86/parser \
|
||||
+ programs programs/Xserver/hw/xfree86/xf86cfg
|
||||
+#else
|
||||
+#if defined(FreeBSDBuildXfs) && FreeBSDBuildXfs
|
||||
+ SUBDIRS = include config lib $(NLSSUBDIR) \
|
||||
|
@ -28,21 +27,21 @@
|
|||
LNINSTALLDIRS = lib
|
||||
|
||||
#if HasParallelMake
|
||||
@@ -202,3 +221,73 @@
|
||||
@@ -206,3 +224,97 @@
|
||||
#undef BootstrapCleanSubdirs
|
||||
#define BootstrapCleanSubdirs BOOTSTRAPSUBDIRS="$(BOOTSTRAPSUBDIRS)"
|
||||
BOOTSTRAPSUBDIRS = imake makedepend
|
||||
+
|
||||
+#if defined(FreeBSDBuildXlib) && FreeBSDBuildXlib
|
||||
+FreeBSDPortsInstallDir = include lib programs/Xserver/include \
|
||||
+ programs/Xserver/hw/xfree86/parser \
|
||||
+ programs/bdftopcf programs/mkfontdir
|
||||
+FreeBSDPortsInstallDir = include lib nls programs/Xserver/include \
|
||||
+ programs/xrx/plugin \
|
||||
+ programs/Xserver/hw/xfree86/parser
|
||||
+#else
|
||||
+#if defined(FreeBSDBuildXbin) && FreeBSDBuildXbin
|
||||
+FreeBSDPortsInstallDir = lib nls programs
|
||||
+FreeBSDPortsInstallDir = lib programs programs programs/Xserver/hw/xfree86/xf86cfg
|
||||
+#else
|
||||
+#if defined(FreeBSDBuildXxserv) && FreeBSDBuildXxserv
|
||||
+FreeBSDPortsInstallDir = programs
|
||||
+FreeBSDPortsInstallDir = programs lib/font lib/GL/mesa/src/drv
|
||||
+#else
|
||||
+#if defined(FreeBSDBuildXfs) && FreeBSDBuildXfs
|
||||
+FreeBSDPortsInstallDir = programs/xfs
|
||||
|
@ -72,10 +71,34 @@
|
|||
+ (cd $$dir && $(MAKE) $(MFLAGS) $(PARALLELMFLAGS) install.man); \
|
||||
+ done
|
||||
+
|
||||
+# followings are in XBMPICS and XPMPICS at programs/Xserver/hw/xfree86/xf86cfg
|
||||
+XLIBADDFILES1= \
|
||||
+ card.xbm\
|
||||
+ keyboard.xbm\
|
||||
+ monitor.xbm\
|
||||
+ mouse.xbm\
|
||||
+ left.xbm\
|
||||
+ right.xbm\
|
||||
+ up.xbm\
|
||||
+ down.xbm\
|
||||
+ wider.xbm\
|
||||
+ narrower.xbm\
|
||||
+ shorter.xbm\
|
||||
+ taller.xbm
|
||||
+XLIBADDFILES2= \
|
||||
+ card.xpm\
|
||||
+ computer.xpm\
|
||||
+ keyboard.xpm\
|
||||
+ monitor.xpm\
|
||||
+ mouse.xpm
|
||||
+
|
||||
+installXlib::
|
||||
+ (cd programs/proxymngr && \
|
||||
+ $(INSTALL) -c $(INSTINCFLAGS) PM.h $(INCROOT)/X11/PM && \
|
||||
+ $(INSTALL) -c $(INSTINCFLAGS) PMproto.h $(INCROOT)/X11/PM)
|
||||
+ (cd programs/Xserver/hw/xfree86/xf86cfg && \
|
||||
+ $(INSTALL) -c $(INSTINCFLAGS) $(XLIBADDFILES1) $(INCROOT)/X11/bitmaps && \
|
||||
+ $(INSTALL) -c $(INSTINCFLAGS) $(XLIBADDFILES2) $(INCROOT)/X11/pixmaps)
|
||||
+
|
||||
+installXnest::
|
||||
+ (cd programs/Xserver && \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- config/cf/Library.tmpl.ORIG Sun May 7 21:06:16 2000
|
||||
+++ config/cf/Library.tmpl Sun May 7 21:11:44 2000
|
||||
--- config/cf/Library.tmpl.orig Wed Oct 13 13:20:41 1999
|
||||
+++ config/cf/Library.tmpl Wed Jul 19 09:15:07 2000
|
||||
@@ -434,10 +434,14 @@
|
||||
# ifdef IncSubdir
|
||||
# ifdef IncSubSubdir
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
--- lib/X11/Imakefile.orig Sat Feb 12 15:24:39 2000
|
||||
+++ lib/X11/Imakefile Tue May 23 11:37:14 2000
|
||||
@@ -946,8 +946,10 @@
|
||||
--- lib/X11/Imakefile.orig Sun Jun 18 03:41:29 2000
|
||||
+++ lib/X11/Imakefile Tue Jul 18 22:01:12 2000
|
||||
@@ -950,8 +950,12 @@
|
||||
#if InstallXcmsTxt
|
||||
InstallNonExecFile(Xcms.txt,$(LIBDIR))
|
||||
#endif
|
||||
+#if !defined(FreeBSDBuildXlib) || !FreeBSDBuildXlib
|
||||
InstallNonExecFile(XErrorDB,$(LIBDIR))
|
||||
InstallNonExecFile(XKeysymDB,$(LIBDIR))
|
||||
+test:
|
||||
+ _LinkBuildLibrary($@)
|
||||
+#endif
|
||||
InstallLintLibrary(X11,$(LINTLIBDIR))
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- programs/Xserver/hw/xfree86/os-support/Imakefile.orig Wed Apr 19 09:46:44 2000
|
||||
+++ programs/Xserver/hw/xfree86/os-support/Imakefile Wed Apr 19 09:48:15 2000
|
||||
@@ -107,6 +107,8 @@
|
||||
--- programs/Xserver/hw/xfree86/os-support/Imakefile.orig Sat Jul 1 08:39:11 2000
|
||||
+++ programs/Xserver/hw/xfree86/os-support/Imakefile Sun Jul 16 21:38:29 2000
|
||||
@@ -109,6 +109,8 @@
|
||||
SRCS = $(OS_SUBDIR)/?*.c $(BUS_SUBDIR)/?*.c misc/?*.c vbe/?*.c $(DRM_SRC)
|
||||
OBJS = $(OS_SUBDIR)/?*.o $(BUS_SUBDIR)/?*.o misc/?*.o vbe/?*.o $(DRM_OBJ)
|
||||
|
||||
+HEADERS = xf86_ansic.h
|
||||
+
|
||||
DONES = $(OS_SUBDIR)/DONE $(BUS_SUBDIR)/DONE misc/DONE vbe/DONE
|
||||
DONES = $(OS_SUBDIR)/DONE $(BUS_SUBDIR)/DONE misc/DONE vbe/DONE $(DRM_DONES)
|
||||
|
||||
#if HasParallelMake
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- programs/Xserver/hw/xfree86/common/Imakefile.orig Wed Apr 19 09:49:39 2000
|
||||
+++ programs/Xserver/hw/xfree86/common/Imakefile Wed Apr 19 09:50:25 2000
|
||||
@@ -151,6 +151,8 @@
|
||||
--- programs/Xserver/hw/xfree86/common/Imakefile.orig Sat Jul 1 08:38:03 2000
|
||||
+++ programs/Xserver/hw/xfree86/common/Imakefile Sun Jul 16 21:39:40 2000
|
||||
@@ -158,6 +158,8 @@
|
||||
-I$(XF86SRC)/scanpci -I$(XF86OSSRC)/vbe -I$(XF86SRC)/int10 \
|
||||
-I$(XF86SRC)/ddc
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- programs/Imakefile.orig Sat Feb 26 14:37:07 2000
|
||||
+++ programs/Imakefile Wed May 31 15:13:17 2000
|
||||
@@ -63,7 +63,11 @@
|
||||
--- programs/Imakefile.orig Sun Jun 18 03:42:14 2000
|
||||
+++ programs/Imakefile Sun Jul 16 21:40:39 2000
|
||||
@@ -65,7 +65,11 @@
|
||||
XPMCLIENTDIRS = cxpm sxpm
|
||||
|
||||
#if BuildServersOnly
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
--- programs/Xserver/hw/xnest/Imakefile.ORIG Mon May 8 16:57:25 2000
|
||||
+++ programs/Xserver/hw/xnest/Imakefile Mon May 8 16:58:49 2000
|
||||
@@ -52,7 +52,8 @@
|
||||
--- programs/Xserver/hw/xnest/Imakefile.orig Sun Jul 16 22:51:45 2000
|
||||
+++ programs/Xserver/hw/xnest/Imakefile Sun Jul 16 22:49:18 2000
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
INCLUDES = -I. -I$(XBUILDINCDIR) -I$(FONTINCSRC) \
|
||||
-I../../mi -I../../include -I../../os \
|
||||
- -I$(EXTINCSRC) -I$(XINCLUDESRC)
|
||||
+ -I$(EXTINCSRC) -I$(XINCLUDESRC) \
|
||||
+ -I../xfree86/loader
|
||||
|
||||
all:: $(OBJS)
|
||||
+ -I$(EXTINCSRC) -I$(XINCLUDESRC) -I../xfree86/loader
|
||||
DEFINES = $(OS_DEFINES) -UXINPUT -UXF86VIDMODE -UXFreeXDGA -UXF86MISC \
|
||||
-UMITSHM -UXF86DRI -UXFree86LOADER
|
||||
|
||||
|
|
13
x11/XFree86-4-libraries/files/patch-z30
Normal file
13
x11/XFree86-4-libraries/files/patch-z30
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- lib/GL/mesa/src/drv/Imakefile~ Sat Jul 1 08:35:56 2000
|
||||
+++ lib/GL/mesa/src/drv/Imakefile Tue Jul 18 16:52:39 2000
|
||||
@@ -59,6 +59,10 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
+#if (defined(FreeBSDBuildXlib) && FreeBSDBuildXlib) || (defined(ModuleInstall) && !ModuleInstall)
|
||||
+SUBDIRS = common
|
||||
+#endif
|
||||
+
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
|
35
x11/XFree86-4-libraries/files/patch-z31
Normal file
35
x11/XFree86-4-libraries/files/patch-z31
Normal file
|
@ -0,0 +1,35 @@
|
|||
--- lib/GL/Imakefile.orig Thu Jul 27 16:05:37 2000
|
||||
+++ lib/GL/Imakefile Thu Jul 27 16:08:01 2000
|
||||
@@ -283,10 +283,13 @@
|
||||
|
||||
#if NormalLibGlx
|
||||
NormalDepLibraryTarget($(LIBNAME),$(GLXSUBDIRS) $(DONES),$(UOBJS))
|
||||
+#if !defined(LibInstall) || LibInstall
|
||||
InstallLibrary($(LIBNAME),$(USRLIBDIR))
|
||||
#endif
|
||||
+#endif
|
||||
#if SharedLibGlx
|
||||
SharedDepLibraryTarget($(LIBNAME),$(SOREV),$(GLXSUBDIRS) $(DONES),$(OBJS) $(THREADOBJS),.,.)
|
||||
+#if !defined(LibInstall) || LibInstall
|
||||
InstallSharedLibrary($(LIBNAME),$(SOREV),$(SHLIBDIR))
|
||||
#if LinkGLToUsrLib && AlternateUsrLibDir
|
||||
install::
|
||||
@@ -296,13 +299,18 @@
|
||||
$(LN) $(SHLIBDIR)/lib$(LIBNAME).so.1 $(DESTDIR)$(SYSTEMUSRLIBDIR)/lib$(LIBNAME).so.1
|
||||
#endif
|
||||
#endif
|
||||
+#endif
|
||||
#if DebugLibGlx
|
||||
DebuggedDepLibraryTarget($(LIBNAME),$(GLXSUBDIRS) $(DONES),$(DOBJS))
|
||||
+#if !defined(LibInstall) || LibInstall
|
||||
InstallLibrary($(LIBNAME)_d,$(USRLIBDIR))
|
||||
#endif
|
||||
+#endif
|
||||
#if ProfileLibGlx
|
||||
ProfiledDepLibraryTarget($(LIBNAME),$(GLXSUBDIRS) $(DONES),$(POBJS))
|
||||
+#if !defined(LibInstall) || LibInstall
|
||||
InstallLibrary($(LIBNAME)_p,$(USRLIBDIR))
|
||||
+#endif
|
||||
#endif
|
||||
|
||||
XCOMM libOSmesa needs libGL, so build it now
|
12
x11/XFree86-4-libraries/files/patch-z32
Normal file
12
x11/XFree86-4-libraries/files/patch-z32
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- lib/GL/mesa/src/OSmesa/Imakefile.orig Thu Jul 27 16:09:32 2000
|
||||
+++ lib/GL/mesa/src/OSmesa/Imakefile Thu Jul 27 16:10:11 2000
|
||||
@@ -243,7 +243,8 @@
|
||||
/*InstallLibrary($(LIBNAME),$(USRLIBDIR))*/
|
||||
|
||||
SharedDepLibraryTarget($(LIBNAME),$(SOREV), $(DONES), $(OBJS), ., .)
|
||||
+#if !defined(LibInstall) || LibInstall
|
||||
InstallSharedLibrary($(LIBNAME),$(SOREV),$(SHLIBDIR))
|
||||
-
|
||||
+#endif
|
||||
|
||||
DependTarget()
|
20
x11/XFree86-4-libraries/files/patch-z33
Normal file
20
x11/XFree86-4-libraries/files/patch-z33
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- config/cf/Imake.rules.orig Thu Jul 27 15:15:59 2000
|
||||
+++ config/cf/Imake.rules Thu Jul 27 16:21:00 2000
|
||||
@@ -2266,7 +2266,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef LinkBuildLibrary
|
||||
-#ifdef UseInstalled
|
||||
+#if defined(UseInstalled) || (defined(LibInstall) && !defined(LibInstallBuild) && !LibInstall) || (defined(LibInstallBuild) && !LibInstallBuild)
|
||||
#define LinkBuildLibrary(lib) $(_NULLCMD_)
|
||||
#else
|
||||
#define LinkBuildLibrary(lib) MakeDir($(BUILDLIBDIR)) @@\
|
||||
@@ -3205,7 +3205,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef InstallLibraryModule
|
||||
-#if !DoLoadableServer
|
||||
+#if !DoLoadableServer || (defined(ModuleInstall) && !ModuleInstall)
|
||||
#define InstallLibraryModule(module,dest,subdir) /**/
|
||||
#else
|
||||
#if MakeDllModules
|
33
x11/XFree86-4-libraries/files/patch-z34
Normal file
33
x11/XFree86-4-libraries/files/patch-z34
Normal file
|
@ -0,0 +1,33 @@
|
|||
--- lib/font/Imakefile~ Sun Feb 13 15:15:23 2000
|
||||
+++ lib/font/Imakefile Thu Jul 27 16:26:42 2000
|
||||
@@ -120,22 +120,30 @@
|
||||
|
||||
#if NormalLibFont
|
||||
NormalDepLibraryTarget($(LIBNAME),$(SUBDIRS) $(DONES),$(STATIC_OBJS))
|
||||
+#if !defined(LibInstall) || LibInstall
|
||||
InstallLibrary($(LIBNAME),$(USRLIBDIR))
|
||||
+#endif
|
||||
#endif /* NormalLibFont */
|
||||
|
||||
#if SharedLibFont
|
||||
SharedDepLibraryTarget($(LIBNAME),$(SOREV),$(SUBDIRS) $(DONES),$(SHARED_OBJS),.,.)
|
||||
+#if !defined(LibInstall) || LibInstall
|
||||
InstallSharedLibrary($(LIBNAME),$(SOREV),$(SHLIBDIR))
|
||||
+#endif
|
||||
#endif /* SharedLibFont */
|
||||
|
||||
#if DebugLibFont
|
||||
DebuggedDepLibraryTarget(Xfont,$(SUBDIRS) $(DONES),$(DEBUG_OBJS))
|
||||
+#if !defined(LibInstall) || LibInstall
|
||||
InstallLibrary($(LIBNAME)_d,$(USRLIBDIR))
|
||||
+#endif
|
||||
#endif /* DebugLibFont */
|
||||
|
||||
#if ProfileLibFont
|
||||
ProfiledDepLibraryTarget(Xfont,$(SUBDIRS) $(DONES),$(PROFILE_OBJS))
|
||||
+#if !defined(LibInstall) || LibInstall
|
||||
InstallLibrary($(LIBNAME)_p,$(USRLIBDIR))
|
||||
+#endif
|
||||
#endif /* ProfileLibFont */
|
||||
|
||||
#if DoLoadableServer
|
12
x11/XFree86-4-libraries/files/patch-z35
Normal file
12
x11/XFree86-4-libraries/files/patch-z35
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- lib/font/stubs/Imakefile.orig Thu Jul 27 17:02:54 2000
|
||||
+++ lib/font/stubs/Imakefile Thu Jul 27 17:03:24 2000
|
||||
@@ -18,7 +18,9 @@
|
||||
NormalLibraryObjectRule()
|
||||
NormalLibraryTarget(fntstubs,$(OBJS))
|
||||
LintLibraryTarget(fntstubs,$(SRCS))
|
||||
+#if !defined(LibInstall) || LibInstall
|
||||
InstallLibrary(fntstubs,$(USRLIBDIR))
|
||||
+#endif
|
||||
NormalLintTarget($(SRCS))
|
||||
DependTarget()
|
||||
|
24
x11/XFree86-4-libraries/files/patch-z37
Normal file
24
x11/XFree86-4-libraries/files/patch-z37
Normal file
|
@ -0,0 +1,24 @@
|
|||
--- programs/Xserver/hw/xfree86/xf86cfg/Imakefile.orig Thu Jun 15 04:42:20 2000
|
||||
+++ programs/Xserver/hw/xfree86/xf86cfg/Imakefile Sat Aug 19 18:09:24 2000
|
||||
@@ -2,6 +2,10 @@
|
||||
|
||||
XCOMM CDEBUGFLAGS=-g -Wall -ansi -pedantic
|
||||
|
||||
+#if defined(FreeBSDBuildXbin) && FreeBSDBuildXbin
|
||||
+INCLUDES = -I../parser
|
||||
+#endif
|
||||
+
|
||||
SRCS =\
|
||||
accessx.c\
|
||||
card-cfg.c\
|
||||
@@ -67,8 +71,10 @@
|
||||
|
||||
NormalProgramTarget($(PROG),$(OBJS),,$(LOCAL_LIBRARIES),)
|
||||
InstallProgramWithFlags($(PROG),$(BINDIR),NullParameter)
|
||||
+#if !defined(LibHeaders) || LibHeaders
|
||||
InstallMultipleFlags($(XBMPICS),$(INCDIR)/X11/bitmaps,$(INSTINCFLAGS))
|
||||
InstallMultipleFlags($(XPMPICS),$(INCDIR)/X11/pixmaps,$(INSTINCFLAGS))
|
||||
+#endif
|
||||
InstallAppDefaults(XF86Cfg)
|
||||
InstallManPage(xf86cfg,$(MANDIR))
|
||||
|
|
@ -1,5 +1,3 @@
|
|||
bin/bdftopcf
|
||||
bin/mkfontdir
|
||||
include/DPS/ColorSB.h
|
||||
include/DPS/ColorSBP.h
|
||||
include/DPS/DPSScrollW.h
|
||||
|
@ -29,10 +27,8 @@ include/DPS/psops.h
|
|||
include/GL/gl.h
|
||||
include/GL/glext.h
|
||||
include/GL/glx.h
|
||||
include/GL/glxint.h
|
||||
include/GL/glxmd.h
|
||||
include/GL/glxproto.h
|
||||
include/GL/glxtokens.h
|
||||
include/GL/osmesa.h
|
||||
include/X11/Composite.h
|
||||
include/X11/CompositeP.h
|
||||
include/X11/ConstrainP.h
|
||||
|
@ -195,12 +191,14 @@ include/X11/bitmaps/2x2
|
|||
include/X11/bitmaps/black
|
||||
include/X11/bitmaps/boxes
|
||||
include/X11/bitmaps/calculator
|
||||
include/X11/bitmaps/card.xbm
|
||||
include/X11/bitmaps/cntr_ptr
|
||||
include/X11/bitmaps/cntr_ptrmsk
|
||||
include/X11/bitmaps/cross_weave
|
||||
include/X11/bitmaps/dimple1
|
||||
include/X11/bitmaps/dimple3
|
||||
include/X11/bitmaps/dot
|
||||
include/X11/bitmaps/down.xbm
|
||||
include/X11/bitmaps/dropbar7
|
||||
include/X11/bitmaps/dropbar8
|
||||
include/X11/bitmaps/escherknot
|
||||
|
@ -217,7 +215,9 @@ include/X11/bitmaps/grid8
|
|||
include/X11/bitmaps/hlines2
|
||||
include/X11/bitmaps/hlines3
|
||||
include/X11/bitmaps/icon
|
||||
include/X11/bitmaps/keyboard.xbm
|
||||
include/X11/bitmaps/keyboard16
|
||||
include/X11/bitmaps/left.xbm
|
||||
include/X11/bitmaps/left_ptr
|
||||
include/X11/bitmaps/left_ptrmsk
|
||||
include/X11/bitmaps/letters
|
||||
|
@ -232,25 +232,33 @@ include/X11/bitmaps/menu12
|
|||
include/X11/bitmaps/menu16
|
||||
include/X11/bitmaps/menu6
|
||||
include/X11/bitmaps/menu8
|
||||
include/X11/bitmaps/monitor.xbm
|
||||
include/X11/bitmaps/mouse.xbm
|
||||
include/X11/bitmaps/narrower.xbm
|
||||
include/X11/bitmaps/noletters
|
||||
include/X11/bitmaps/opendot
|
||||
include/X11/bitmaps/opendotMask
|
||||
include/X11/bitmaps/plaid
|
||||
include/X11/bitmaps/right.xbm
|
||||
include/X11/bitmaps/right_ptr
|
||||
include/X11/bitmaps/right_ptrmsk
|
||||
include/X11/bitmaps/root_weave
|
||||
include/X11/bitmaps/scales
|
||||
include/X11/bitmaps/shorter.xbm
|
||||
include/X11/bitmaps/sipb
|
||||
include/X11/bitmaps/star
|
||||
include/X11/bitmaps/starMask
|
||||
include/X11/bitmaps/stipple
|
||||
include/X11/bitmaps/taller.xbm
|
||||
include/X11/bitmaps/target
|
||||
include/X11/bitmaps/terminal
|
||||
include/X11/bitmaps/tie_fighter
|
||||
include/X11/bitmaps/up.xbm
|
||||
include/X11/bitmaps/vlines2
|
||||
include/X11/bitmaps/vlines3
|
||||
include/X11/bitmaps/weird_size
|
||||
include/X11/bitmaps/wide_weave
|
||||
include/X11/bitmaps/wider.xbm
|
||||
include/X11/bitmaps/wingdogs
|
||||
include/X11/bitmaps/woman
|
||||
include/X11/bitmaps/xfd_icon
|
||||
|
@ -345,9 +353,107 @@ include/X11/fonts/codeconv/xttversion.h
|
|||
include/X11/fonts/fsmasks.h
|
||||
include/X11/keysym.h
|
||||
include/X11/keysymdef.h
|
||||
include/X11/pixmaps/card.xpm
|
||||
include/X11/pixmaps/computer.xpm
|
||||
include/X11/pixmaps/keyboard.xpm
|
||||
include/X11/pixmaps/monitor.xpm
|
||||
include/X11/pixmaps/mouse.xpm
|
||||
include/X11/xpm.h
|
||||
include/xf86Parser.h
|
||||
include/xf86Optrec.h
|
||||
include/xf86Parser.h
|
||||
lib/X11/doc/html/Xaw.3.html
|
||||
lib/X11/doc/html/libxrx.1.html
|
||||
lib/X11/locale/C/XLC_LOCALE
|
||||
lib/X11/locale/armscii-8/Compose
|
||||
lib/X11/locale/armscii-8/XLC_LOCALE
|
||||
lib/X11/locale/compose.dir
|
||||
lib/X11/locale/en_US.UTF-8/XLC_LOCALE
|
||||
lib/X11/locale/en_US.utf/Compose
|
||||
lib/X11/locale/en_US.utf/XLC_LOCALE
|
||||
lib/X11/locale/georgian-academy/Compose
|
||||
lib/X11/locale/georgian-academy/XLC_LOCALE
|
||||
lib/X11/locale/georgian-ps/Compose
|
||||
lib/X11/locale/georgian-ps/XLC_LOCALE
|
||||
lib/X11/locale/ibm-cp1133/Compose
|
||||
lib/X11/locale/ibm-cp1133/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-1/Compose
|
||||
lib/X11/locale/iso8859-1/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-10/Compose
|
||||
lib/X11/locale/iso8859-10/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-14/Compose
|
||||
lib/X11/locale/iso8859-14/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-15/Compose
|
||||
lib/X11/locale/iso8859-15/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-2/Compose
|
||||
lib/X11/locale/iso8859-2/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-3/Compose
|
||||
lib/X11/locale/iso8859-3/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-4/Compose
|
||||
lib/X11/locale/iso8859-4/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-5/Compose
|
||||
lib/X11/locale/iso8859-5/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-6/Compose
|
||||
lib/X11/locale/iso8859-6/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-7/Compose
|
||||
lib/X11/locale/iso8859-7/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-8/Compose
|
||||
lib/X11/locale/iso8859-8/XLC_LOCALE
|
||||
lib/X11/locale/iso8859-9/Compose
|
||||
lib/X11/locale/iso8859-9/XLC_LOCALE
|
||||
lib/X11/locale/ja.JIS/Compose
|
||||
lib/X11/locale/ja.JIS/XLC_LOCALE
|
||||
lib/X11/locale/ja.SJIS/Compose
|
||||
lib/X11/locale/ja.SJIS/XLC_LOCALE
|
||||
lib/X11/locale/ja/Compose
|
||||
lib/X11/locale/ja/XLC_LOCALE
|
||||
lib/X11/locale/ko/Compose
|
||||
lib/X11/locale/ko/XLC_LOCALE
|
||||
lib/X11/locale/koi8-r/Compose
|
||||
lib/X11/locale/koi8-r/XLC_LOCALE
|
||||
lib/X11/locale/koi8-u/Compose
|
||||
lib/X11/locale/koi8-u/XLC_LOCALE
|
||||
lib/X11/locale/locale.alias
|
||||
lib/X11/locale/locale.dir
|
||||
lib/X11/locale/mulelao-1/Compose
|
||||
lib/X11/locale/mulelao-1/XLC_LOCALE
|
||||
lib/X11/locale/tbl_data/gb2312
|
||||
lib/X11/locale/tbl_data/jis0201
|
||||
lib/X11/locale/tbl_data/jis0208
|
||||
lib/X11/locale/tbl_data/ksc5601
|
||||
lib/X11/locale/tbl_data/tab8859_1
|
||||
lib/X11/locale/tbl_data/tab8859_10
|
||||
lib/X11/locale/tbl_data/tab8859_14
|
||||
lib/X11/locale/tbl_data/tab8859_15
|
||||
lib/X11/locale/tbl_data/tab8859_2
|
||||
lib/X11/locale/tbl_data/tab8859_3
|
||||
lib/X11/locale/tbl_data/tab8859_4
|
||||
lib/X11/locale/tbl_data/tab8859_5
|
||||
lib/X11/locale/tbl_data/tab8859_6
|
||||
lib/X11/locale/tbl_data/tab8859_7
|
||||
lib/X11/locale/tbl_data/tab8859_8
|
||||
lib/X11/locale/tbl_data/tab8859_9
|
||||
lib/X11/locale/tbl_data/tabarmscii_8
|
||||
lib/X11/locale/tbl_data/tabgeorgian_academy
|
||||
lib/X11/locale/tbl_data/tabgeorgian_ps
|
||||
lib/X11/locale/tbl_data/tabibm_cp1133
|
||||
lib/X11/locale/tbl_data/tabkoi8_r
|
||||
lib/X11/locale/tbl_data/tabkoi8_u
|
||||
lib/X11/locale/tbl_data/tabmulelao_1
|
||||
lib/X11/locale/tbl_data/tabtcvn
|
||||
lib/X11/locale/tbl_data/tabtis620
|
||||
lib/X11/locale/tbl_data/tabviscii
|
||||
lib/X11/locale/th_TH.TACTIS/Compose
|
||||
lib/X11/locale/th_TH.TACTIS/XLC_LOCALE
|
||||
lib/X11/locale/vi_VN.tcvn/Compose
|
||||
lib/X11/locale/vi_VN.tcvn/XLC_LOCALE
|
||||
lib/X11/locale/vi_VN.viscii/Compose
|
||||
lib/X11/locale/vi_VN.viscii/XLC_LOCALE
|
||||
lib/X11/locale/zh/Compose
|
||||
lib/X11/locale/zh/XLC_LOCALE
|
||||
lib/X11/locale/zh_TW.Big5/Compose
|
||||
lib/X11/locale/zh_TW.Big5/XLC_LOCALE
|
||||
lib/X11/locale/zh_TW/Compose
|
||||
lib/X11/locale/zh_TW/XLC_LOCALE
|
||||
lib/libFS.a
|
||||
lib/libGL.a
|
||||
lib/libGL.so
|
||||
|
@ -355,6 +461,8 @@ lib/libGL.so.1
|
|||
lib/libICE.a
|
||||
lib/libICE.so
|
||||
lib/libICE.so.6
|
||||
lib/libOSMesa.so
|
||||
lib/libOSMesa.so.3
|
||||
lib/libPEX5.a
|
||||
lib/libPEX5.so
|
||||
lib/libPEX5.so.6
|
||||
|
@ -420,6 +528,5 @@ lib/libpsres.so.1
|
|||
lib/libxf86config.a
|
||||
lib/libxkbfile.a
|
||||
lib/libxkbui.a
|
||||
@dirrm include/DPS
|
||||
@dirrm include/GL
|
||||
@dirrm include/X11/fonts/codeconv
|
||||
lib/libxrx.so
|
||||
lib/libxrx.so.6
|
||||
|
|
10
x11/XFree86-4-libraries/scripts/configure
vendored
10
x11/XFree86-4-libraries/scripts/configure
vendored
|
@ -22,8 +22,16 @@ configure () {
|
|||
grep -v '#define.*ProjectRoot' $ORIGHOSTDEF >> $LOCALDEF
|
||||
echo "#define ProjectRoot $PREFIX" >> $LOCALDEF
|
||||
|
||||
# It's good for FreeBSD ports/packages system.
|
||||
echo "#define NothingOutsideProjectRoot YES" >> $LOCALDEF
|
||||
|
||||
# I want to set this line.
|
||||
# but the probrem is too deep. not yet done.
|
||||
# echo "#define InstallXserverSetUID NO" >> $LOCALDEF
|
||||
|
||||
# disable some configs: there are not used this ports
|
||||
for i in InstallXdmConfig \
|
||||
for i in \
|
||||
InstallXdmConfig \
|
||||
InstallXinitConfig \
|
||||
InstallFSConfig \
|
||||
InstallAppDefFiles \
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1 +1 @@
|
|||
MD5 (xc/X400src-1.tgz) = a93f407ee0dd7ed806a97370c2ae637d
|
||||
MD5 (xc/X401src-1.tgz) = b2ad4a077ac7c09d85e6a0fc0728a536
|
||||
|
|
|
@ -0,0 +1,993 @@
|
|||
lib/X11/doc/html/AllPlanes.3.html
|
||||
lib/X11/doc/html/BitmapBitOrder.3.html
|
||||
lib/X11/doc/html/BitmapPad.3.html
|
||||
lib/X11/doc/html/BitmapUnit.3.html
|
||||
lib/X11/doc/html/BlackPixel.3.html
|
||||
lib/X11/doc/html/BlackPixelOfScreen.3.html
|
||||
lib/X11/doc/html/CellsOfScreen.3.html
|
||||
lib/X11/doc/html/ClientWhitePointOfCCC.3.html
|
||||
lib/X11/doc/html/ConnectionNumber.3.html
|
||||
lib/X11/doc/html/DBE.3.html
|
||||
lib/X11/doc/html/DefaultColormap.3.html
|
||||
lib/X11/doc/html/DefaultColormapOfScreen.3.html
|
||||
lib/X11/doc/html/DefaultDepth.3.html
|
||||
lib/X11/doc/html/DefaultDepthOfScreen.3.html
|
||||
lib/X11/doc/html/DefaultGC.3.html
|
||||
lib/X11/doc/html/DefaultGCOfScreen.3.html
|
||||
lib/X11/doc/html/DefaultRootWindow.3.html
|
||||
lib/X11/doc/html/DefaultScreen.3.html
|
||||
lib/X11/doc/html/DefaultScreenOfDisplay.3.html
|
||||
lib/X11/doc/html/DefaultVisual.3.html
|
||||
lib/X11/doc/html/DefaultVisualOfScreen.3.html
|
||||
lib/X11/doc/html/DisplayCells.3.html
|
||||
lib/X11/doc/html/DisplayHeight.3.html
|
||||
lib/X11/doc/html/DisplayHeightMM.3.html
|
||||
lib/X11/doc/html/DisplayOfCCC.3.html
|
||||
lib/X11/doc/html/DisplayOfScreen.3.html
|
||||
lib/X11/doc/html/DisplayPlanes.3.html
|
||||
lib/X11/doc/html/DisplayString.3.html
|
||||
lib/X11/doc/html/DisplayWidth.3.html
|
||||
lib/X11/doc/html/DisplayWidthMM.3.html
|
||||
lib/X11/doc/html/DoesBackingStore.3.html
|
||||
lib/X11/doc/html/DoesSaveUnders.3.html
|
||||
lib/X11/doc/html/EventMaskOfScreen.3.html
|
||||
lib/X11/doc/html/HeightMMOfScreen.3.html
|
||||
lib/X11/doc/html/HeightOfScreen.3.html
|
||||
lib/X11/doc/html/ImageByteOrder.3.html
|
||||
lib/X11/doc/html/IsCursorKey.3.html
|
||||
lib/X11/doc/html/IsFunctionKey.3.html
|
||||
lib/X11/doc/html/IsKeypadKey.3.html
|
||||
lib/X11/doc/html/IsMiscFunctionKey.3.html
|
||||
lib/X11/doc/html/IsModiferKey.3.html
|
||||
lib/X11/doc/html/IsPFKey.3.html
|
||||
lib/X11/doc/html/IsPrivateKeypadKey.3.html
|
||||
lib/X11/doc/html/LastKnownRequestProcessed.3.html
|
||||
lib/X11/doc/html/MaxCmapsOfScreen.3.html
|
||||
lib/X11/doc/html/MenuPopdown.3.html
|
||||
lib/X11/doc/html/MenuPopup.3.html
|
||||
lib/X11/doc/html/MinCmapsOfScreen.3.html
|
||||
lib/X11/doc/html/NextRequest.3.html
|
||||
lib/X11/doc/html/PlanesOfScreen.3.html
|
||||
lib/X11/doc/html/ProtocolRevision.3.html
|
||||
lib/X11/doc/html/ProtocolVersion.3.html
|
||||
lib/X11/doc/html/QLength.3.html
|
||||
lib/X11/doc/html/RootWindow.3.html
|
||||
lib/X11/doc/html/RootWindowOfScreen.3.html
|
||||
lib/X11/doc/html/ScreenCount.3.html
|
||||
lib/X11/doc/html/ScreenNumberOfCCC.3.html
|
||||
lib/X11/doc/html/ScreenOfDisplay.3.html
|
||||
lib/X11/doc/html/ScreenWhitePointOfCCC.3.html
|
||||
lib/X11/doc/html/ServerVendor.3.html
|
||||
lib/X11/doc/html/VendorRelease.3.html
|
||||
lib/X11/doc/html/VisualOfCCC.3.html
|
||||
lib/X11/doc/html/WhitePixel.3.html
|
||||
lib/X11/doc/html/WhitePixelOfScreen.3.html
|
||||
lib/X11/doc/html/WidthMMOfScreen.3.html
|
||||
lib/X11/doc/html/WidthOfScreen.3.html
|
||||
lib/X11/doc/html/X.7.html
|
||||
lib/X11/doc/html/XActivateScreenSaver.3.html
|
||||
lib/X11/doc/html/XAddConnectionWatch.3.html
|
||||
lib/X11/doc/html/XAddHost.3.html
|
||||
lib/X11/doc/html/XAddHosts.3.html
|
||||
lib/X11/doc/html/XAddPixel.3.html
|
||||
lib/X11/doc/html/XAddToSaveSet.3.html
|
||||
lib/X11/doc/html/XAllocClassHint.3.html
|
||||
lib/X11/doc/html/XAllocColor.3.html
|
||||
lib/X11/doc/html/XAllocColorCells.3.html
|
||||
lib/X11/doc/html/XAllocColorPlanes.3.html
|
||||
lib/X11/doc/html/XAllocIconSize.3.html
|
||||
lib/X11/doc/html/XAllocNamedColor.3.html
|
||||
lib/X11/doc/html/XAllocSizeHints.3.html
|
||||
lib/X11/doc/html/XAllocStandardColormap.3.html
|
||||
lib/X11/doc/html/XAllocWMHints.3.html
|
||||
lib/X11/doc/html/XAllowDeviceEvents.3.html
|
||||
lib/X11/doc/html/XAllowEvents.3.html
|
||||
lib/X11/doc/html/XAnyEvent.3.html
|
||||
lib/X11/doc/html/XArc.3.html
|
||||
lib/X11/doc/html/XAutoRepeatOff.3.html
|
||||
lib/X11/doc/html/XAutoRepeatOn.3.html
|
||||
lib/X11/doc/html/XBaseFontNameListOfFontSet.3.html
|
||||
lib/X11/doc/html/XBell.3.html
|
||||
lib/X11/doc/html/XButtonEvent.3.html
|
||||
lib/X11/doc/html/XChangeActivePointerGrab.3.html
|
||||
lib/X11/doc/html/XChangeDeviceControl.3.html
|
||||
lib/X11/doc/html/XChangeDeviceDontPropagateList.3.html
|
||||
lib/X11/doc/html/XChangeDeviceKeyMapping.3.html
|
||||
lib/X11/doc/html/XChangeFeedbackControl.3.html
|
||||
lib/X11/doc/html/XChangeGC.3.html
|
||||
lib/X11/doc/html/XChangeKeyboardControl.3.html
|
||||
lib/X11/doc/html/XChangeKeyboardDevice.3.html
|
||||
lib/X11/doc/html/XChangeKeyboardMapping.3.html
|
||||
lib/X11/doc/html/XChangePointerControl.3.html
|
||||
lib/X11/doc/html/XChangePointerDevice.3.html
|
||||
lib/X11/doc/html/XChangeProperty.3.html
|
||||
lib/X11/doc/html/XChangeSaveSet.3.html
|
||||
lib/X11/doc/html/XChangeWindowAttributes.3.html
|
||||
lib/X11/doc/html/XChar2b.3.html
|
||||
lib/X11/doc/html/XCharStruct.3.html
|
||||
lib/X11/doc/html/XCheckIfEvent.3.html
|
||||
lib/X11/doc/html/XCheckMaskEvent.3.html
|
||||
lib/X11/doc/html/XCheckTypedEvent.3.html
|
||||
lib/X11/doc/html/XCheckTypedWindowEvent.3.html
|
||||
lib/X11/doc/html/XCheckWindowEvent.3.html
|
||||
lib/X11/doc/html/XCirculateEvent.3.html
|
||||
lib/X11/doc/html/XCirculateRequestEvent.3.html
|
||||
lib/X11/doc/html/XCirculateSubwindows.3.html
|
||||
lib/X11/doc/html/XCirculateSubwindowsDown.3.html
|
||||
lib/X11/doc/html/XCirculateSubwindowsUp.3.html
|
||||
lib/X11/doc/html/XClassHint.3.html
|
||||
lib/X11/doc/html/XClearArea.3.html
|
||||
lib/X11/doc/html/XClearWindow.3.html
|
||||
lib/X11/doc/html/XClientMessageEvent.3.html
|
||||
lib/X11/doc/html/XClipBox.3.html
|
||||
lib/X11/doc/html/XCloseDevice.3.html
|
||||
lib/X11/doc/html/XCloseDisplay.3.html
|
||||
lib/X11/doc/html/XCloseIM.3.html
|
||||
lib/X11/doc/html/XCloseOM.3.html
|
||||
lib/X11/doc/html/XColor.3.html
|
||||
lib/X11/doc/html/XColormapEvent.3.html
|
||||
lib/X11/doc/html/XConfigureEvent.3.html
|
||||
lib/X11/doc/html/XConfigureRequestEvent.3.html
|
||||
lib/X11/doc/html/XConfigureWindow.3.html
|
||||
lib/X11/doc/html/XConsortium.7.html
|
||||
lib/X11/doc/html/XContextDependentDrawing.3.html
|
||||
lib/X11/doc/html/XContextualDrawing.3.html
|
||||
lib/X11/doc/html/XConvertCase.3.html
|
||||
lib/X11/doc/html/XConvertSelection.3.html
|
||||
lib/X11/doc/html/XCopyArea.3.html
|
||||
lib/X11/doc/html/XCopyColormapAndFree.3.html
|
||||
lib/X11/doc/html/XCopyGC.3.html
|
||||
lib/X11/doc/html/XCopyPlane.3.html
|
||||
lib/X11/doc/html/XCreateBitmapFromData.3.html
|
||||
lib/X11/doc/html/XCreateColormap.3.html
|
||||
lib/X11/doc/html/XCreateFontCursor.3.html
|
||||
lib/X11/doc/html/XCreateFontSet.3.html
|
||||
lib/X11/doc/html/XCreateGC.3.html
|
||||
lib/X11/doc/html/XCreateGlyphCursor.3.html
|
||||
lib/X11/doc/html/XCreateIC.3.html
|
||||
lib/X11/doc/html/XCreateImage.3.html
|
||||
lib/X11/doc/html/XCreateOC.3.html
|
||||
lib/X11/doc/html/XCreatePixmap.3.html
|
||||
lib/X11/doc/html/XCreatePixmapCursor.3.html
|
||||
lib/X11/doc/html/XCreatePixmapFromBitmapData.3.html
|
||||
lib/X11/doc/html/XCreateRegion.3.html
|
||||
lib/X11/doc/html/XCreateSimpleWindow.3.html
|
||||
lib/X11/doc/html/XCreateWindow.3.html
|
||||
lib/X11/doc/html/XCreateWindowEvent.3.html
|
||||
lib/X11/doc/html/XCrossingEvent.3.html
|
||||
lib/X11/doc/html/XDefaultString.3.html
|
||||
lib/X11/doc/html/XDefineCursor.3.html
|
||||
lib/X11/doc/html/XDeleteContext.3.html
|
||||
lib/X11/doc/html/XDeleteModifiermapEntry.3.html
|
||||
lib/X11/doc/html/XDeleteProperty.3.html
|
||||
lib/X11/doc/html/XDestroyIC.3.html
|
||||
lib/X11/doc/html/XDestroyImage.3.html
|
||||
lib/X11/doc/html/XDestroyOC.3.html
|
||||
lib/X11/doc/html/XDestroyRegion.3.html
|
||||
lib/X11/doc/html/XDestroySubwindows.3.html
|
||||
lib/X11/doc/html/XDestroyWindow.3.html
|
||||
lib/X11/doc/html/XDestroyWindowEvent.3.html
|
||||
lib/X11/doc/html/XDeviceBell.3.html
|
||||
lib/X11/doc/html/XDeviceTimeCoord.3.html
|
||||
lib/X11/doc/html/XDirectionalDependentDrawing.3.html
|
||||
lib/X11/doc/html/XDisableAccessControl.3.html
|
||||
lib/X11/doc/html/XDisplayKeycodes.3.html
|
||||
lib/X11/doc/html/XDisplayMotionBufferSize.3.html
|
||||
lib/X11/doc/html/XDisplayName.3.html
|
||||
lib/X11/doc/html/XDisplayOfIM.3.html
|
||||
lib/X11/doc/html/XDisplayOfOM.3.html
|
||||
lib/X11/doc/html/XDrawArc.3.html
|
||||
lib/X11/doc/html/XDrawArcs.3.html
|
||||
lib/X11/doc/html/XDrawImageString.3.html
|
||||
lib/X11/doc/html/XDrawImageString16.3.html
|
||||
lib/X11/doc/html/XDrawLine.3.html
|
||||
lib/X11/doc/html/XDrawLines.3.html
|
||||
lib/X11/doc/html/XDrawPoint.3.html
|
||||
lib/X11/doc/html/XDrawPoints.3.html
|
||||
lib/X11/doc/html/XDrawRectangle.3.html
|
||||
lib/X11/doc/html/XDrawRectangles.3.html
|
||||
lib/X11/doc/html/XDrawSegments.3.html
|
||||
lib/X11/doc/html/XDrawString.3.html
|
||||
lib/X11/doc/html/XDrawString16.3.html
|
||||
lib/X11/doc/html/XDrawText.3.html
|
||||
lib/X11/doc/html/XDrawText16.3.html
|
||||
lib/X11/doc/html/XEmptyRegion.3.html
|
||||
lib/X11/doc/html/XEnableAccessControl.3.html
|
||||
lib/X11/doc/html/XEqualRegion.3.html
|
||||
lib/X11/doc/html/XErrorEvent.3.html
|
||||
lib/X11/doc/html/XEvent.3.html
|
||||
lib/X11/doc/html/XEventsQueued.3.html
|
||||
lib/X11/doc/html/XExposeEvent.3.html
|
||||
lib/X11/doc/html/XExtendedMaxRequestSize.3.html
|
||||
lib/X11/doc/html/XExtentsOfFontSet.3.html
|
||||
lib/X11/doc/html/XFetchBuffer.3.html
|
||||
lib/X11/doc/html/XFetchBytes.3.html
|
||||
lib/X11/doc/html/XFetchName.3.html
|
||||
lib/X11/doc/html/XFillArc.3.html
|
||||
lib/X11/doc/html/XFillArcs.3.html
|
||||
lib/X11/doc/html/XFillPolygon.3.html
|
||||
lib/X11/doc/html/XFillRectangle.3.html
|
||||
lib/X11/doc/html/XFillRectangles.3.html
|
||||
lib/X11/doc/html/XFilterEvent.3.html
|
||||
lib/X11/doc/html/XFindContext.3.html
|
||||
lib/X11/doc/html/XFlush.3.html
|
||||
lib/X11/doc/html/XFocusChangeEvent.3.html
|
||||
lib/X11/doc/html/XFontProp.3.html
|
||||
lib/X11/doc/html/XFontSetExtents.3.html
|
||||
lib/X11/doc/html/XFontStruct.3.html
|
||||
lib/X11/doc/html/XFontsOfFontSet.3.html
|
||||
lib/X11/doc/html/XForceScreenSaver.3.html
|
||||
lib/X11/doc/html/XFree.3.html
|
||||
lib/X11/doc/html/XFreeColormap.3.html
|
||||
lib/X11/doc/html/XFreeColors.3.html
|
||||
lib/X11/doc/html/XFreeCursor.3.html
|
||||
lib/X11/doc/html/XFreeDeviceList.3.html
|
||||
lib/X11/doc/html/XFreeFont.3.html
|
||||
lib/X11/doc/html/XFreeFontInfo.3.html
|
||||
lib/X11/doc/html/XFreeFontNames.3.html
|
||||
lib/X11/doc/html/XFreeFontPath.3.html
|
||||
lib/X11/doc/html/XFreeFontSet.3.html
|
||||
lib/X11/doc/html/XFreeGC.3.html
|
||||
lib/X11/doc/html/XFreeModifierMap.3.html
|
||||
lib/X11/doc/html/XFreePixmap.3.html
|
||||
lib/X11/doc/html/XFreeStringList.3.html
|
||||
lib/X11/doc/html/XGCValues.3.html
|
||||
lib/X11/doc/html/XGContextFromGC.3.html
|
||||
lib/X11/doc/html/XGetAtomName.3.html
|
||||
lib/X11/doc/html/XGetAtomNames.3.html
|
||||
lib/X11/doc/html/XGetClassHint.3.html
|
||||
lib/X11/doc/html/XGetCommand.3.html
|
||||
lib/X11/doc/html/XGetDeviceButtonMapping.3.html
|
||||
lib/X11/doc/html/XGetDeviceControl.3.html
|
||||
lib/X11/doc/html/XGetDeviceDontPropagateList.3.html
|
||||
lib/X11/doc/html/XGetDeviceFocus.3.html
|
||||
lib/X11/doc/html/XGetDeviceKeyMapping.3.html
|
||||
lib/X11/doc/html/XGetDeviceModifierMapping.3.html
|
||||
lib/X11/doc/html/XGetDeviceMotionEvents.3.html
|
||||
lib/X11/doc/html/XGetErrorDatabaseText.3.html
|
||||
lib/X11/doc/html/XGetErrorText.3.html
|
||||
lib/X11/doc/html/XGetExtensionVersion.3.html
|
||||
lib/X11/doc/html/XGetFeedbackControl.3.html
|
||||
lib/X11/doc/html/XGetFontPath.3.html
|
||||
lib/X11/doc/html/XGetFontProperty.3.html
|
||||
lib/X11/doc/html/XGetGCValues.3.html
|
||||
lib/X11/doc/html/XGetGeometry.3.html
|
||||
lib/X11/doc/html/XGetICValues.3.html
|
||||
lib/X11/doc/html/XGetIMValues.3.html
|
||||
lib/X11/doc/html/XGetIconName.3.html
|
||||
lib/X11/doc/html/XGetIconSizes.3.html
|
||||
lib/X11/doc/html/XGetImage.3.html
|
||||
lib/X11/doc/html/XGetInputFocus.3.html
|
||||
lib/X11/doc/html/XGetKeyboardControl.3.html
|
||||
lib/X11/doc/html/XGetKeyboardMapping.3.html
|
||||
lib/X11/doc/html/XGetModifierMapping.3.html
|
||||
lib/X11/doc/html/XGetMotionEvents.3.html
|
||||
lib/X11/doc/html/XGetOCValues.3.html
|
||||
lib/X11/doc/html/XGetOMValues.3.html
|
||||
lib/X11/doc/html/XGetPixel.3.html
|
||||
lib/X11/doc/html/XGetPointerControl.3.html
|
||||
lib/X11/doc/html/XGetPointerMapping.3.html
|
||||
lib/X11/doc/html/XGetRGBColormaps.3.html
|
||||
lib/X11/doc/html/XGetScreenSaver.3.html
|
||||
lib/X11/doc/html/XGetSelectedExtensionEvents.3.html
|
||||
lib/X11/doc/html/XGetSelectionOwner.3.html
|
||||
lib/X11/doc/html/XGetSubImage.3.html
|
||||
lib/X11/doc/html/XGetTextProperty.3.html
|
||||
lib/X11/doc/html/XGetTransientForHint.3.html
|
||||
lib/X11/doc/html/XGetVisualInfo.3.html
|
||||
lib/X11/doc/html/XGetWMClientMachine.3.html
|
||||
lib/X11/doc/html/XGetWMColormapWindows.3.html
|
||||
lib/X11/doc/html/XGetWMHints.3.html
|
||||
lib/X11/doc/html/XGetWMIconName.3.html
|
||||
lib/X11/doc/html/XGetWMName.3.html
|
||||
lib/X11/doc/html/XGetWMNormalHints.3.html
|
||||
lib/X11/doc/html/XGetWMProtocols.3.html
|
||||
lib/X11/doc/html/XGetWMSizeHints.3.html
|
||||
lib/X11/doc/html/XGetWindowAttributes.3.html
|
||||
lib/X11/doc/html/XGetWindowProperty.3.html
|
||||
lib/X11/doc/html/XGrabButton.3.html
|
||||
lib/X11/doc/html/XGrabDevice.3.html
|
||||
lib/X11/doc/html/XGrabDeviceButton.3.html
|
||||
lib/X11/doc/html/XGrabDeviceKey.3.html
|
||||
lib/X11/doc/html/XGrabKey.3.html
|
||||
lib/X11/doc/html/XGrabKeyboard.3.html
|
||||
lib/X11/doc/html/XGrabPointer.3.html
|
||||
lib/X11/doc/html/XGrabServer.3.html
|
||||
lib/X11/doc/html/XGraphicsExposeEvent.3.html
|
||||
lib/X11/doc/html/XGravityEvent.3.html
|
||||
lib/X11/doc/html/XHostAddress.3.html
|
||||
lib/X11/doc/html/XIMOfIC.3.html
|
||||
lib/X11/doc/html/XIconSize.3.html
|
||||
lib/X11/doc/html/XIconifyWindow.3.html
|
||||
lib/X11/doc/html/XIfEvent.3.html
|
||||
lib/X11/doc/html/XInitImage.3.html
|
||||
lib/X11/doc/html/XInitThreads.3.html
|
||||
lib/X11/doc/html/XInsertModifiermapEntry.3.html
|
||||
lib/X11/doc/html/XInstallColormap.3.html
|
||||
lib/X11/doc/html/XInternAtom.3.html
|
||||
lib/X11/doc/html/XInternAtoms.3.html
|
||||
lib/X11/doc/html/XInternalConnectionNumbers.3.html
|
||||
lib/X11/doc/html/XIntersectRegion.3.html
|
||||
lib/X11/doc/html/XKeyEvent.3.html
|
||||
lib/X11/doc/html/XKeyboardControl.3.html
|
||||
lib/X11/doc/html/XKeycodeToKeysym.3.html
|
||||
lib/X11/doc/html/XKeymapEvent.3.html
|
||||
lib/X11/doc/html/XKeysymToKeycode.3.html
|
||||
lib/X11/doc/html/XKeysymToString.3.html
|
||||
lib/X11/doc/html/XKillClient.3.html
|
||||
lib/X11/doc/html/XListDepths.3.html
|
||||
lib/X11/doc/html/XListFonts.3.html
|
||||
lib/X11/doc/html/XListFontsWithInfo.3.html
|
||||
lib/X11/doc/html/XListHosts.3.html
|
||||
lib/X11/doc/html/XListInputDevices.3.html
|
||||
lib/X11/doc/html/XListInstalledColormaps.3.html
|
||||
lib/X11/doc/html/XListPixmapFormats.3.html
|
||||
lib/X11/doc/html/XListProperties.3.html
|
||||
lib/X11/doc/html/XLoadFont.3.html
|
||||
lib/X11/doc/html/XLoadQueryFont.3.html
|
||||
lib/X11/doc/html/XLocaleOfFontSet.3.html
|
||||
lib/X11/doc/html/XLocaleOfIM.3.html
|
||||
lib/X11/doc/html/XLocaleOfOM.3.html
|
||||
lib/X11/doc/html/XLockDisplay.3.html
|
||||
lib/X11/doc/html/XLookupColor.3.html
|
||||
lib/X11/doc/html/XLookupKeysym.3.html
|
||||
lib/X11/doc/html/XLookupString.3.html
|
||||
lib/X11/doc/html/XLowerWindow.3.html
|
||||
lib/X11/doc/html/XMapEvent.3.html
|
||||
lib/X11/doc/html/XMapRaised.3.html
|
||||
lib/X11/doc/html/XMapRequestEvent.3.html
|
||||
lib/X11/doc/html/XMapSubwindows.3.html
|
||||
lib/X11/doc/html/XMapWindow.3.html
|
||||
lib/X11/doc/html/XMappingEvent.3.html
|
||||
lib/X11/doc/html/XMaskEvent.3.html
|
||||
lib/X11/doc/html/XMatchVisualInfo.3.html
|
||||
lib/X11/doc/html/XMaxRequestSize.3.html
|
||||
lib/X11/doc/html/XModifierKeymap.3.html
|
||||
lib/X11/doc/html/XMotionEvent.3.html
|
||||
lib/X11/doc/html/XMoveResizeWindow.3.html
|
||||
lib/X11/doc/html/XMoveWindow.3.html
|
||||
lib/X11/doc/html/XNewModifiermap.3.html
|
||||
lib/X11/doc/html/XNextEvent.3.html
|
||||
lib/X11/doc/html/XNoExposeEvent.3.html
|
||||
lib/X11/doc/html/XNoOp.3.html
|
||||
lib/X11/doc/html/XOMOfOC.3.html
|
||||
lib/X11/doc/html/XOffsetRegion.3.html
|
||||
lib/X11/doc/html/XOpenDevice.3.html
|
||||
lib/X11/doc/html/XOpenDisplay.3.html
|
||||
lib/X11/doc/html/XOpenIM.3.html
|
||||
lib/X11/doc/html/XOpenOM.3.html
|
||||
lib/X11/doc/html/XParseColor.3.html
|
||||
lib/X11/doc/html/XParseGeometry.3.html
|
||||
lib/X11/doc/html/XPeekEvent.3.html
|
||||
lib/X11/doc/html/XPeekIfEvent.3.html
|
||||
lib/X11/doc/html/XPending.3.html
|
||||
lib/X11/doc/html/XPixmapFormatValues.3.html
|
||||
lib/X11/doc/html/XPoint.3.html
|
||||
lib/X11/doc/html/XPointInRegion.3.html
|
||||
lib/X11/doc/html/XPolygonRegion.3.html
|
||||
lib/X11/doc/html/XProcessInternalConnection.3.html
|
||||
lib/X11/doc/html/XProjectTeam.7.html
|
||||
lib/X11/doc/html/XPropertyEvent.3.html
|
||||
lib/X11/doc/html/XPutBackEvent.3.html
|
||||
lib/X11/doc/html/XPutImage.3.html
|
||||
lib/X11/doc/html/XPutPixel.3.html
|
||||
lib/X11/doc/html/XQueryBestCursor.3.html
|
||||
lib/X11/doc/html/XQueryBestSize.3.html
|
||||
lib/X11/doc/html/XQueryBestStipple.3.html
|
||||
lib/X11/doc/html/XQueryBestTile.3.html
|
||||
lib/X11/doc/html/XQueryColor.3.html
|
||||
lib/X11/doc/html/XQueryColors.3.html
|
||||
lib/X11/doc/html/XQueryDeviceState.3.html
|
||||
lib/X11/doc/html/XQueryFont.3.html
|
||||
lib/X11/doc/html/XQueryKeymap.3.html
|
||||
lib/X11/doc/html/XQueryPointer.3.html
|
||||
lib/X11/doc/html/XQueryTextExtents.3.html
|
||||
lib/X11/doc/html/XQueryTextExtents16.3.html
|
||||
lib/X11/doc/html/XQueryTree.3.html
|
||||
lib/X11/doc/html/XRaiseWindow.3.html
|
||||
lib/X11/doc/html/XReadBitmapFile.3.html
|
||||
lib/X11/doc/html/XReadBitmapFileData.3.html
|
||||
lib/X11/doc/html/XRebindKeySym.3.html
|
||||
lib/X11/doc/html/XRecolorCursor.3.html
|
||||
lib/X11/doc/html/XReconfigureWMWindow.3.html
|
||||
lib/X11/doc/html/XRectInRegion.3.html
|
||||
lib/X11/doc/html/XRectangle.3.html
|
||||
lib/X11/doc/html/XRefreshKeyboardMapping.3.html
|
||||
lib/X11/doc/html/XRegisterIMInstantiateCallback.3.html
|
||||
lib/X11/doc/html/XRemoveConnectionWatch.3.html
|
||||
lib/X11/doc/html/XRemoveFromSaveSet.3.html
|
||||
lib/X11/doc/html/XRemoveHost.3.html
|
||||
lib/X11/doc/html/XRemoveHosts.3.html
|
||||
lib/X11/doc/html/XReparentEvent.3.html
|
||||
lib/X11/doc/html/XReparentWindow.3.html
|
||||
lib/X11/doc/html/XResetScreenSaver.3.html
|
||||
lib/X11/doc/html/XResizeRequestEvent.3.html
|
||||
lib/X11/doc/html/XResizeWindow.3.html
|
||||
lib/X11/doc/html/XResourceManagerString.3.html
|
||||
lib/X11/doc/html/XRestackWindows.3.html
|
||||
lib/X11/doc/html/XRotateBuffers.3.html
|
||||
lib/X11/doc/html/XRotateWindowProperties.3.html
|
||||
lib/X11/doc/html/XSaveContext.3.html
|
||||
lib/X11/doc/html/XScreenNumberOfScreen.3.html
|
||||
lib/X11/doc/html/XScreenResourceString.3.html
|
||||
lib/X11/doc/html/XSegment.3.html
|
||||
lib/X11/doc/html/XSelectExtensionEvent.3.html
|
||||
lib/X11/doc/html/XSelectInput.3.html
|
||||
lib/X11/doc/html/XSelectionClearEvent.3.html
|
||||
lib/X11/doc/html/XSelectionEvent.3.html
|
||||
lib/X11/doc/html/XSelectionRequestEvent.3.html
|
||||
lib/X11/doc/html/XSendEvent.3.html
|
||||
lib/X11/doc/html/XSendExtensionEvent.3.html
|
||||
lib/X11/doc/html/XSetAccessControl.3.html
|
||||
lib/X11/doc/html/XSetAfterFunction.3.html
|
||||
lib/X11/doc/html/XSetArcMode.3.html
|
||||
lib/X11/doc/html/XSetBackground.3.html
|
||||
lib/X11/doc/html/XSetClassHint.3.html
|
||||
lib/X11/doc/html/XSetClipMask.3.html
|
||||
lib/X11/doc/html/XSetClipOrigin.3.html
|
||||
lib/X11/doc/html/XSetClipRectangles.3.html
|
||||
lib/X11/doc/html/XSetCloseDownMode.3.html
|
||||
lib/X11/doc/html/XSetCommand.3.html
|
||||
lib/X11/doc/html/XSetDashes.3.html
|
||||
lib/X11/doc/html/XSetDeviceButtonMapping.3.html
|
||||
lib/X11/doc/html/XSetDeviceFocus.3.html
|
||||
lib/X11/doc/html/XSetDeviceMode.3.html
|
||||
lib/X11/doc/html/XSetDeviceModifierMapping.3.html
|
||||
lib/X11/doc/html/XSetDeviceValuators.3.html
|
||||
lib/X11/doc/html/XSetErrorHandler.3.html
|
||||
lib/X11/doc/html/XSetFillRule.3.html
|
||||
lib/X11/doc/html/XSetFillStyle.3.html
|
||||
lib/X11/doc/html/XSetFont.3.html
|
||||
lib/X11/doc/html/XSetFontPath.3.html
|
||||
lib/X11/doc/html/XSetForeground.3.html
|
||||
lib/X11/doc/html/XSetFunction.3.html
|
||||
lib/X11/doc/html/XSetGraphicsExposure.3.html
|
||||
lib/X11/doc/html/XSetICFocus.3.html
|
||||
lib/X11/doc/html/XSetICValues.3.html
|
||||
lib/X11/doc/html/XSetIMValues.3.html
|
||||
lib/X11/doc/html/XSetIOErrorHandler.3.html
|
||||
lib/X11/doc/html/XSetIconName.3.html
|
||||
lib/X11/doc/html/XSetIconSizes.3.html
|
||||
lib/X11/doc/html/XSetInputFocus.3.html
|
||||
lib/X11/doc/html/XSetLineAttributes.3.html
|
||||
lib/X11/doc/html/XSetLocaleModifiers.3.html
|
||||
lib/X11/doc/html/XSetModifierMapping.3.html
|
||||
lib/X11/doc/html/XSetOCValues.3.html
|
||||
lib/X11/doc/html/XSetOMValues.3.html
|
||||
lib/X11/doc/html/XSetPlanemask.3.html
|
||||
lib/X11/doc/html/XSetPointerMapping.3.html
|
||||
lib/X11/doc/html/XSetRGBColormaps.3.html
|
||||
lib/X11/doc/html/XSetRegion.3.html
|
||||
lib/X11/doc/html/XSetScreenSaver.3.html
|
||||
lib/X11/doc/html/XSetSelectionOwner.3.html
|
||||
lib/X11/doc/html/XSetState.3.html
|
||||
lib/X11/doc/html/XSetStipple.3.html
|
||||
lib/X11/doc/html/XSetSubwindowMode.3.html
|
||||
lib/X11/doc/html/XSetTSOrigin.3.html
|
||||
lib/X11/doc/html/XSetTextProperty.3.html
|
||||
lib/X11/doc/html/XSetTile.3.html
|
||||
lib/X11/doc/html/XSetTransientForHint.3.html
|
||||
lib/X11/doc/html/XSetWMClientMachine.3.html
|
||||
lib/X11/doc/html/XSetWMColormapWindows.3.html
|
||||
lib/X11/doc/html/XSetWMHints.3.html
|
||||
lib/X11/doc/html/XSetWMIconName.3.html
|
||||
lib/X11/doc/html/XSetWMName.3.html
|
||||
lib/X11/doc/html/XSetWMNormalHints.3.html
|
||||
lib/X11/doc/html/XSetWMProperties.3.html
|
||||
lib/X11/doc/html/XSetWMProtocols.3.html
|
||||
lib/X11/doc/html/XSetWMSizeHints.3.html
|
||||
lib/X11/doc/html/XSetWindowAttributes.3.html
|
||||
lib/X11/doc/html/XSetWindowBackground.3.html
|
||||
lib/X11/doc/html/XSetWindowBackgroundPixmap.3.html
|
||||
lib/X11/doc/html/XSetWindowBorder.3.html
|
||||
lib/X11/doc/html/XSetWindowBorderPixmap.3.html
|
||||
lib/X11/doc/html/XSetWindowBorderWidth.3.html
|
||||
lib/X11/doc/html/XSetWindowColormap.3.html
|
||||
lib/X11/doc/html/XShapeCombineMask.3.html
|
||||
lib/X11/doc/html/XShapeCombineRectangles.3.html
|
||||
lib/X11/doc/html/XShapeCombineRegion.3.html
|
||||
lib/X11/doc/html/XShapeCombineShape.3.html
|
||||
lib/X11/doc/html/XShapeGetRectangles.3.html
|
||||
lib/X11/doc/html/XShapeInputSelected.3.html
|
||||
lib/X11/doc/html/XShapeOffsetShape.3.html
|
||||
lib/X11/doc/html/XShapeQueryExtension.3.html
|
||||
lib/X11/doc/html/XShapeQueryExtents.3.html
|
||||
lib/X11/doc/html/XShapeQueryVersion.3.html
|
||||
lib/X11/doc/html/XShapeSelectInput.3.html
|
||||
lib/X11/doc/html/XShrinkRegion.3.html
|
||||
lib/X11/doc/html/XSizeHints.3.html
|
||||
lib/X11/doc/html/XStandardColormap.3.html
|
||||
lib/X11/doc/html/XStandards.7.html
|
||||
lib/X11/doc/html/XStoreBuffer.3.html
|
||||
lib/X11/doc/html/XStoreBytes.3.html
|
||||
lib/X11/doc/html/XStoreColor.3.html
|
||||
lib/X11/doc/html/XStoreColors.3.html
|
||||
lib/X11/doc/html/XStoreName.3.html
|
||||
lib/X11/doc/html/XStoreNamedColor.3.html
|
||||
lib/X11/doc/html/XStringListToTextProperty.3.html
|
||||
lib/X11/doc/html/XStringToKeysym.3.html
|
||||
lib/X11/doc/html/XSubImage.3.html
|
||||
lib/X11/doc/html/XSubtractRegion.3.html
|
||||
lib/X11/doc/html/XSupportsLocale.3.html
|
||||
lib/X11/doc/html/XSync.3.html
|
||||
lib/X11/doc/html/XSynchronize.3.html
|
||||
lib/X11/doc/html/XTextExtents.3.html
|
||||
lib/X11/doc/html/XTextExtents16.3.html
|
||||
lib/X11/doc/html/XTextItem.3.html
|
||||
lib/X11/doc/html/XTextItem16.3.html
|
||||
lib/X11/doc/html/XTextProperty.3.html
|
||||
lib/X11/doc/html/XTextPropertyToStringList.3.html
|
||||
lib/X11/doc/html/XTextWidth.3.html
|
||||
lib/X11/doc/html/XTextWidth16.3.html
|
||||
lib/X11/doc/html/XTimeCoord.3.html
|
||||
lib/X11/doc/html/XTranslateCoordinates.3.html
|
||||
lib/X11/doc/html/XUndefineCursor.3.html
|
||||
lib/X11/doc/html/XUngrabButton.3.html
|
||||
lib/X11/doc/html/XUngrabDevice.3.html
|
||||
lib/X11/doc/html/XUngrabDeviceButton.3.html
|
||||
lib/X11/doc/html/XUngrabDeviceKey.3.html
|
||||
lib/X11/doc/html/XUngrabKey.3.html
|
||||
lib/X11/doc/html/XUngrabKeyboard.3.html
|
||||
lib/X11/doc/html/XUngrabPointer.3.html
|
||||
lib/X11/doc/html/XUngrabServer.3.html
|
||||
lib/X11/doc/html/XUninstallColormap.3.html
|
||||
lib/X11/doc/html/XUnionRectWithRegion.3.html
|
||||
lib/X11/doc/html/XUnionRegion.3.html
|
||||
lib/X11/doc/html/XUniqueContext.3.html
|
||||
lib/X11/doc/html/XUnloadFont.3.html
|
||||
lib/X11/doc/html/XUnlockDisplay.3.html
|
||||
lib/X11/doc/html/XUnmapEvent.3.html
|
||||
lib/X11/doc/html/XUnmapSubwindows.3.html
|
||||
lib/X11/doc/html/XUnmapWindow.3.html
|
||||
lib/X11/doc/html/XUnregisterIMInstantiateCallback.3.html
|
||||
lib/X11/doc/html/XUnsetICFocus.3.html
|
||||
lib/X11/doc/html/XVaCreateNestedList.3.html
|
||||
lib/X11/doc/html/XVisibilityNotifyEvent.3.html
|
||||
lib/X11/doc/html/XVisualIDFromVisual.3.html
|
||||
lib/X11/doc/html/XVisualInfo.3.html
|
||||
lib/X11/doc/html/XWMGeometry.3.html
|
||||
lib/X11/doc/html/XWMHints.3.html
|
||||
lib/X11/doc/html/XWarpPointer.3.html
|
||||
lib/X11/doc/html/XWindowAttributes.3.html
|
||||
lib/X11/doc/html/XWindowChanges.3.html
|
||||
lib/X11/doc/html/XWindowEvent.3.html
|
||||
lib/X11/doc/html/XWithdrawWindow.3.html
|
||||
lib/X11/doc/html/XWriteBitmapFile.3.html
|
||||
lib/X11/doc/html/XXorRegion.3.html
|
||||
lib/X11/doc/html/Xau.3.html
|
||||
lib/X11/doc/html/XauDisposeAuth.3.html
|
||||
lib/X11/doc/html/XauFileName.3.html
|
||||
lib/X11/doc/html/XauGetAuthByAddr.3.html
|
||||
lib/X11/doc/html/XauGetBestAuthByAddr.3.html
|
||||
lib/X11/doc/html/XauLockAuth.3.html
|
||||
lib/X11/doc/html/XauReadAuth.3.html
|
||||
lib/X11/doc/html/XauUnlockAuth.3.html
|
||||
lib/X11/doc/html/XauWriteAuth.3.html
|
||||
lib/X11/doc/html/XcmsAllocColor.3.html
|
||||
lib/X11/doc/html/XcmsAllocNamedColor.3.html
|
||||
lib/X11/doc/html/XcmsCCCOfColormap.3.html
|
||||
lib/X11/doc/html/XcmsCIELab.3.html
|
||||
lib/X11/doc/html/XcmsCIELabQueryMaxC.3.html
|
||||
lib/X11/doc/html/XcmsCIELabQueryMaxL.3.html
|
||||
lib/X11/doc/html/XcmsCIELabQueryMaxLC.3.html
|
||||
lib/X11/doc/html/XcmsCIELabQueryMinL.3.html
|
||||
lib/X11/doc/html/XcmsCIELuv.3.html
|
||||
lib/X11/doc/html/XcmsCIELuvQueryMaxC.3.html
|
||||
lib/X11/doc/html/XcmsCIELuvQueryMaxL.3.html
|
||||
lib/X11/doc/html/XcmsCIELuvQueryMaxLC.3.html
|
||||
lib/X11/doc/html/XcmsCIELuvQueryMinL.3.html
|
||||
lib/X11/doc/html/XcmsCIEXYZ.3.html
|
||||
lib/X11/doc/html/XcmsCIEuvY.3.html
|
||||
lib/X11/doc/html/XcmsCIExyY.3.html
|
||||
lib/X11/doc/html/XcmsColor.3.html
|
||||
lib/X11/doc/html/XcmsConvertColors.3.html
|
||||
lib/X11/doc/html/XcmsCreateCCC.3.html
|
||||
lib/X11/doc/html/XcmsDefaultCCC.3.html
|
||||
lib/X11/doc/html/XcmsFreeCCC.3.html
|
||||
lib/X11/doc/html/XcmsLookupColor.3.html
|
||||
lib/X11/doc/html/XcmsPad.3.html
|
||||
lib/X11/doc/html/XcmsQueryBlack.3.html
|
||||
lib/X11/doc/html/XcmsQueryBlue.3.html
|
||||
lib/X11/doc/html/XcmsQueryColor.3.html
|
||||
lib/X11/doc/html/XcmsQueryColors.3.html
|
||||
lib/X11/doc/html/XcmsQueryGreen.3.html
|
||||
lib/X11/doc/html/XcmsQueryRed.3.html
|
||||
lib/X11/doc/html/XcmsQueryWhite.3.html
|
||||
lib/X11/doc/html/XcmsRGB.3.html
|
||||
lib/X11/doc/html/XcmsRGBi.3.html
|
||||
lib/X11/doc/html/XcmsSetCCCOfColormap.3.html
|
||||
lib/X11/doc/html/XcmsSetWhiteAdjustProc.3.html
|
||||
lib/X11/doc/html/XcmsSetWhitePoint.3.html
|
||||
lib/X11/doc/html/XcmsStoreColor.3.html
|
||||
lib/X11/doc/html/XcmsStoreColors.3.html
|
||||
lib/X11/doc/html/XcmsTekHVC.3.html
|
||||
lib/X11/doc/html/XcmsTekHVCQueryMaxC.3.html
|
||||
lib/X11/doc/html/XcmsTekHVCQueryMaxV.3.html
|
||||
lib/X11/doc/html/XcmsTekHVCQueryMaxVC.3.html
|
||||
lib/X11/doc/html/XcmsTekHVCQueryMaxVSamples.3.html
|
||||
lib/X11/doc/html/XcmsTekHVCQueryMinV.3.html
|
||||
lib/X11/doc/html/XdbeAllocateBackBufferName.3.html
|
||||
lib/X11/doc/html/XdbeBeginIdiom.3.html
|
||||
lib/X11/doc/html/XdbeDeallocateBackBufferName.3.html
|
||||
lib/X11/doc/html/XdbeEndIdiom.3.html
|
||||
lib/X11/doc/html/XdbeFreeVisualInfo.3.html
|
||||
lib/X11/doc/html/XdbeGetBackBufferAttributes.3.html
|
||||
lib/X11/doc/html/XdbeGetVisualInfo.3.html
|
||||
lib/X11/doc/html/XdbeQueryExtension.3.html
|
||||
lib/X11/doc/html/XdbeSwapBuffers.3.html
|
||||
lib/X11/doc/html/XeviGetVisualInfo.3.html
|
||||
lib/X11/doc/html/XeviQueryVersion.3.html
|
||||
lib/X11/doc/html/XmbDrawImageString.3.html
|
||||
lib/X11/doc/html/XmbDrawString.3.html
|
||||
lib/X11/doc/html/XmbDrawText.3.html
|
||||
lib/X11/doc/html/XmbLookupString.3.html
|
||||
lib/X11/doc/html/XmbResetIC.3.html
|
||||
lib/X11/doc/html/XmbSetWMProperties.3.html
|
||||
lib/X11/doc/html/XmbTextEscapement.3.html
|
||||
lib/X11/doc/html/XmbTextExtents.3.html
|
||||
lib/X11/doc/html/XmbTextListToTextProperty.3.html
|
||||
lib/X11/doc/html/XmbTextPerCharExtents.3.html
|
||||
lib/X11/doc/html/XmbTextPropertyToTextList.3.html
|
||||
lib/X11/doc/html/XmbufChangeBufferAttributes.3.html
|
||||
lib/X11/doc/html/XmbufChangeWindowAttributes.3.html
|
||||
lib/X11/doc/html/XmbufCreateBuffers.3.html
|
||||
lib/X11/doc/html/XmbufCreateStereoWindow.3.html
|
||||
lib/X11/doc/html/XmbufDestroyBuffers.3.html
|
||||
lib/X11/doc/html/XmbufDisplayBuffers.3.html
|
||||
lib/X11/doc/html/XmbufGetBufferAttributes.3.html
|
||||
lib/X11/doc/html/XmbufGetScreenInfo.3.html
|
||||
lib/X11/doc/html/XmbufGetVersion.3.html
|
||||
lib/X11/doc/html/XmbufGetWindowAttributes.3.html
|
||||
lib/X11/doc/html/XmbufQueryExtension.3.html
|
||||
lib/X11/doc/html/XrmCombineDatabase.3.html
|
||||
lib/X11/doc/html/XrmCombineFileDatabase.3.html
|
||||
lib/X11/doc/html/XrmDestroyDatabase.3.html
|
||||
lib/X11/doc/html/XrmEnumerateDatabase.3.html
|
||||
lib/X11/doc/html/XrmGetDatabase.3.html
|
||||
lib/X11/doc/html/XrmGetFileDatabase.3.html
|
||||
lib/X11/doc/html/XrmGetResource.3.html
|
||||
lib/X11/doc/html/XrmGetStringDatabase.3.html
|
||||
lib/X11/doc/html/XrmInitialize.3.html
|
||||
lib/X11/doc/html/XrmLocaleOfDatabase.3.html
|
||||
lib/X11/doc/html/XrmMergeDatabases.3.html
|
||||
lib/X11/doc/html/XrmOptionDescRec.3.html
|
||||
lib/X11/doc/html/XrmOptionKind.3.html
|
||||
lib/X11/doc/html/XrmParseCommand.3.html
|
||||
lib/X11/doc/html/XrmPermStringToQuark.3.html
|
||||
lib/X11/doc/html/XrmPutFileDatabase.3.html
|
||||
lib/X11/doc/html/XrmPutLineResource.3.html
|
||||
lib/X11/doc/html/XrmPutResource.3.html
|
||||
lib/X11/doc/html/XrmPutStringResource.3.html
|
||||
lib/X11/doc/html/XrmQGetResource.3.html
|
||||
lib/X11/doc/html/XrmQGetSearchList.3.html
|
||||
lib/X11/doc/html/XrmQGetSearchResource.3.html
|
||||
lib/X11/doc/html/XrmQPutResource.3.html
|
||||
lib/X11/doc/html/XrmQPutStringResource.3.html
|
||||
lib/X11/doc/html/XrmQuarkToString.3.html
|
||||
lib/X11/doc/html/XrmSetDatabase.3.html
|
||||
lib/X11/doc/html/XrmStringToBindingQuarkList.3.html
|
||||
lib/X11/doc/html/XrmStringToQuark.3.html
|
||||
lib/X11/doc/html/XrmStringToQuarkList.3.html
|
||||
lib/X11/doc/html/XrmUniqueQuark.3.html
|
||||
lib/X11/doc/html/XrmValue.3.html
|
||||
lib/X11/doc/html/Xsecurity.7.html
|
||||
lib/X11/doc/html/XtAddActions.3.html
|
||||
lib/X11/doc/html/XtAddCallback.3.html
|
||||
lib/X11/doc/html/XtAddCallbacks.3.html
|
||||
lib/X11/doc/html/XtAddConverter.3.html
|
||||
lib/X11/doc/html/XtAddEventHandler.3.html
|
||||
lib/X11/doc/html/XtAddExposureToRegion.3.html
|
||||
lib/X11/doc/html/XtAddGrab.3.html
|
||||
lib/X11/doc/html/XtAddInput.3.html
|
||||
lib/X11/doc/html/XtAddRawEventHandler.3.html
|
||||
lib/X11/doc/html/XtAddTimeOut.3.html
|
||||
lib/X11/doc/html/XtAddTimeout.3.html
|
||||
lib/X11/doc/html/XtAllocateGC.3.html
|
||||
lib/X11/doc/html/XtAppAddActionHook.3.html
|
||||
lib/X11/doc/html/XtAppAddActions.3.html
|
||||
lib/X11/doc/html/XtAppAddBlockHook.3.html
|
||||
lib/X11/doc/html/XtAppAddConverter.3.html
|
||||
lib/X11/doc/html/XtAppAddInput.3.html
|
||||
lib/X11/doc/html/XtAppAddSignal.3.html
|
||||
lib/X11/doc/html/XtAppAddTimeOut.3.html
|
||||
lib/X11/doc/html/XtAppAddTimeout.3.html
|
||||
lib/X11/doc/html/XtAppAddWorkProc.3.html
|
||||
lib/X11/doc/html/XtAppCreateShell.3.html
|
||||
lib/X11/doc/html/XtAppError.3.html
|
||||
lib/X11/doc/html/XtAppErrorMsg.3.html
|
||||
lib/X11/doc/html/XtAppGetErrorDatabase.3.html
|
||||
lib/X11/doc/html/XtAppGetErrorDatabaseText.3.html
|
||||
lib/X11/doc/html/XtAppGetExitFlag.3.html
|
||||
lib/X11/doc/html/XtAppGetSelectionTimeout.3.html
|
||||
lib/X11/doc/html/XtAppInitialize.3.html
|
||||
lib/X11/doc/html/XtAppLock.3.html
|
||||
lib/X11/doc/html/XtAppMainLoop.3.html
|
||||
lib/X11/doc/html/XtAppNextEvent.3.html
|
||||
lib/X11/doc/html/XtAppPeekEvent.3.html
|
||||
lib/X11/doc/html/XtAppPending.3.html
|
||||
lib/X11/doc/html/XtAppProcessEvent.3.html
|
||||
lib/X11/doc/html/XtAppReleaseCacheRefs.3.html
|
||||
lib/X11/doc/html/XtAppSetErrorHandler.3.html
|
||||
lib/X11/doc/html/XtAppSetErrorMsgHandler.3.html
|
||||
lib/X11/doc/html/XtAppSetExitFlag.3.html
|
||||
lib/X11/doc/html/XtAppSetFallbackResources.3.html
|
||||
lib/X11/doc/html/XtAppSetSelectionTimeout.3.html
|
||||
lib/X11/doc/html/XtAppSetTypeConverter.3.html
|
||||
lib/X11/doc/html/XtAppSetWarningHandler.3.html
|
||||
lib/X11/doc/html/XtAppSetWarningMsgHandler.3.html
|
||||
lib/X11/doc/html/XtAppUnlock.3.html
|
||||
lib/X11/doc/html/XtAppWarning.3.html
|
||||
lib/X11/doc/html/XtAppWarningMsg.3.html
|
||||
lib/X11/doc/html/XtAugmentTranslations.3.html
|
||||
lib/X11/doc/html/XtBuildEventMask.3.html
|
||||
lib/X11/doc/html/XtCallAcceptFocus.3.html
|
||||
lib/X11/doc/html/XtCallActionProc.3.html
|
||||
lib/X11/doc/html/XtCallCallbackList.3.html
|
||||
lib/X11/doc/html/XtCallCallbacks.3.html
|
||||
lib/X11/doc/html/XtCallConverter.3.html
|
||||
lib/X11/doc/html/XtCallbackExclusive.3.html
|
||||
lib/X11/doc/html/XtCallbackNone.3.html
|
||||
lib/X11/doc/html/XtCallbackNonexclusive.3.html
|
||||
lib/X11/doc/html/XtCallbackPopdown.3.html
|
||||
lib/X11/doc/html/XtCalloc.3.html
|
||||
lib/X11/doc/html/XtCancelSelectionRequest.3.html
|
||||
lib/X11/doc/html/XtChangeManagedSet.3.html
|
||||
lib/X11/doc/html/XtCheckSubclass.3.html
|
||||
lib/X11/doc/html/XtClass.3.html
|
||||
lib/X11/doc/html/XtCloseDisplay.3.html
|
||||
lib/X11/doc/html/XtConfigureWidget.3.html
|
||||
lib/X11/doc/html/XtConvert.3.html
|
||||
lib/X11/doc/html/XtConvertAndStore.3.html
|
||||
lib/X11/doc/html/XtConvertCase.3.html
|
||||
lib/X11/doc/html/XtCreateApplicationContext.3.html
|
||||
lib/X11/doc/html/XtCreateApplicationShell.3.html
|
||||
lib/X11/doc/html/XtCreateManagedWidget.3.html
|
||||
lib/X11/doc/html/XtCreatePopupShell.3.html
|
||||
lib/X11/doc/html/XtCreateSelectionRequest.3.html
|
||||
lib/X11/doc/html/XtCreateWidget.3.html
|
||||
lib/X11/doc/html/XtCreateWindow.3.html
|
||||
lib/X11/doc/html/XtDatabase.3.html
|
||||
lib/X11/doc/html/XtDestroyApplicationContext.3.html
|
||||
lib/X11/doc/html/XtDestroyWidget.3.html
|
||||
lib/X11/doc/html/XtDirectConvert.3.html
|
||||
lib/X11/doc/html/XtDisownSelection.3.html
|
||||
lib/X11/doc/html/XtDispatchEvent.3.html
|
||||
lib/X11/doc/html/XtDispatchEventToWidget.3.html
|
||||
lib/X11/doc/html/XtDisplay.3.html
|
||||
lib/X11/doc/html/XtDisplayInitialize.3.html
|
||||
lib/X11/doc/html/XtDisplayOfObject.3.html
|
||||
lib/X11/doc/html/XtDisplayStringConversionWarning.3.html
|
||||
lib/X11/doc/html/XtDisplayToApplicationContext.3.html
|
||||
lib/X11/doc/html/XtError.3.html
|
||||
lib/X11/doc/html/XtErrorMsg.3.html
|
||||
lib/X11/doc/html/XtFindFile.3.html
|
||||
lib/X11/doc/html/XtFree.3.html
|
||||
lib/X11/doc/html/XtGetActionKeysym.3.html
|
||||
lib/X11/doc/html/XtGetActionList.3.html
|
||||
lib/X11/doc/html/XtGetApplicationNameAndClass.3.html
|
||||
lib/X11/doc/html/XtGetApplicationResources.3.html
|
||||
lib/X11/doc/html/XtGetClassExtension.3.html
|
||||
lib/X11/doc/html/XtGetConstraintResourceList.3.html
|
||||
lib/X11/doc/html/XtGetDisplays.3.html
|
||||
lib/X11/doc/html/XtGetErrorDatabase.3.html
|
||||
lib/X11/doc/html/XtGetErrorDatabaseText.3.html
|
||||
lib/X11/doc/html/XtGetGC.3.html
|
||||
lib/X11/doc/html/XtGetKeyboardFocusWidget.3.html
|
||||
lib/X11/doc/html/XtGetKeysymTable.3.html
|
||||
lib/X11/doc/html/XtGetMultiClickTime.3.html
|
||||
lib/X11/doc/html/XtGetResourceList.3.html
|
||||
lib/X11/doc/html/XtGetSelectionParameters.3.html
|
||||
lib/X11/doc/html/XtGetSelectionRequest.3.html
|
||||
lib/X11/doc/html/XtGetSelectionTimeout.3.html
|
||||
lib/X11/doc/html/XtGetSelectionValue.3.html
|
||||
lib/X11/doc/html/XtGetSelectionValueIncremental.3.html
|
||||
lib/X11/doc/html/XtGetSelectionValues.3.html
|
||||
lib/X11/doc/html/XtGetSelectionValuesIncremental.3.html
|
||||
lib/X11/doc/html/XtGetSubresources.3.html
|
||||
lib/X11/doc/html/XtGetSubvalues.3.html
|
||||
lib/X11/doc/html/XtGetValues.3.html
|
||||
lib/X11/doc/html/XtGrabButton.3.html
|
||||
lib/X11/doc/html/XtGrabKey.3.html
|
||||
lib/X11/doc/html/XtGrabKeyboard.3.html
|
||||
lib/X11/doc/html/XtGrabPointer.3.html
|
||||
lib/X11/doc/html/XtHasCallbacks.3.html
|
||||
lib/X11/doc/html/XtHooksOfDisplay.3.html
|
||||
lib/X11/doc/html/XtInitialize.3.html
|
||||
lib/X11/doc/html/XtInitializeWidgetClass.3.html
|
||||
lib/X11/doc/html/XtInsertEventHandler.3.html
|
||||
lib/X11/doc/html/XtInsertEventTypeHandler.3.html
|
||||
lib/X11/doc/html/XtInsertRawEventHandler.3.html
|
||||
lib/X11/doc/html/XtInstallAccelerators.3.html
|
||||
lib/X11/doc/html/XtInstallAllAccelerators.3.html
|
||||
lib/X11/doc/html/XtIsApplicationShell.3.html
|
||||
lib/X11/doc/html/XtIsComposite.3.html
|
||||
lib/X11/doc/html/XtIsConstraint.3.html
|
||||
lib/X11/doc/html/XtIsManaged.3.html
|
||||
lib/X11/doc/html/XtIsObject.3.html
|
||||
lib/X11/doc/html/XtIsOverrideShell.3.html
|
||||
lib/X11/doc/html/XtIsRealized.3.html
|
||||
lib/X11/doc/html/XtIsRectObj.3.html
|
||||
lib/X11/doc/html/XtIsSensitive.3.html
|
||||
lib/X11/doc/html/XtIsShell.3.html
|
||||
lib/X11/doc/html/XtIsSubclass.3.html
|
||||
lib/X11/doc/html/XtIsTopLevelShell.3.html
|
||||
lib/X11/doc/html/XtIsTransientShell.3.html
|
||||
lib/X11/doc/html/XtIsVendorShell.3.html
|
||||
lib/X11/doc/html/XtIsWMShell.3.html
|
||||
lib/X11/doc/html/XtIsWidget.3.html
|
||||
lib/X11/doc/html/XtKeysymToKeycodeList.3.html
|
||||
lib/X11/doc/html/XtLastEventProcessed.3.html
|
||||
lib/X11/doc/html/XtLastTimestampProcessed.3.html
|
||||
lib/X11/doc/html/XtMainLoop.3.html
|
||||
lib/X11/doc/html/XtMakeGeometryRequest.3.html
|
||||
lib/X11/doc/html/XtMakeResizeRequest.3.html
|
||||
lib/X11/doc/html/XtMalloc.3.html
|
||||
lib/X11/doc/html/XtManageChild.3.html
|
||||
lib/X11/doc/html/XtManageChildren.3.html
|
||||
lib/X11/doc/html/XtMapWidget.3.html
|
||||
lib/X11/doc/html/XtMergeArgLists.3.html
|
||||
lib/X11/doc/html/XtMoveWidget.3.html
|
||||
lib/X11/doc/html/XtName.3.html
|
||||
lib/X11/doc/html/XtNameToWidget.3.html
|
||||
lib/X11/doc/html/XtNew.3.html
|
||||
lib/X11/doc/html/XtNewString.3.html
|
||||
lib/X11/doc/html/XtNextEvent.3.html
|
||||
lib/X11/doc/html/XtNoticeSignal.3.html
|
||||
lib/X11/doc/html/XtNumber.3.html
|
||||
lib/X11/doc/html/XtOffset.3.html
|
||||
lib/X11/doc/html/XtOffsetOf.3.html
|
||||
lib/X11/doc/html/XtOpenApplication.3.html
|
||||
lib/X11/doc/html/XtOpenDisplay.3.html
|
||||
lib/X11/doc/html/XtOverrideTranslations.3.html
|
||||
lib/X11/doc/html/XtOwnSelection.3.html
|
||||
lib/X11/doc/html/XtOwnSelectionIncremental.3.html
|
||||
lib/X11/doc/html/XtParent.3.html
|
||||
lib/X11/doc/html/XtParseAcceleratorTable.3.html
|
||||
lib/X11/doc/html/XtParseTranslationTable.3.html
|
||||
lib/X11/doc/html/XtPeekEvent.3.html
|
||||
lib/X11/doc/html/XtPending.3.html
|
||||
lib/X11/doc/html/XtPopdown.3.html
|
||||
lib/X11/doc/html/XtPopup.3.html
|
||||
lib/X11/doc/html/XtPopupSpringLoaded.3.html
|
||||
lib/X11/doc/html/XtProcessEvent.3.html
|
||||
lib/X11/doc/html/XtProcessLock.3.html
|
||||
lib/X11/doc/html/XtProcessUnlock.3.html
|
||||
lib/X11/doc/html/XtQueryGeometry.3.html
|
||||
lib/X11/doc/html/XtRealizeWidget.3.html
|
||||
lib/X11/doc/html/XtRealloc.3.html
|
||||
lib/X11/doc/html/XtRegisterCaseConverter.3.html
|
||||
lib/X11/doc/html/XtRegisterDrawable.3.html
|
||||
lib/X11/doc/html/XtRegisterExtensionSelector.3.html
|
||||
lib/X11/doc/html/XtRegisterGrabAction.3.html
|
||||
lib/X11/doc/html/XtReleaseGC.3.html
|
||||
lib/X11/doc/html/XtReleasePropertyAtom.3.html
|
||||
lib/X11/doc/html/XtRemoveActionHook.3.html
|
||||
lib/X11/doc/html/XtRemoveAllCallbacks.3.html
|
||||
lib/X11/doc/html/XtRemoveBlockHook.3.html
|
||||
lib/X11/doc/html/XtRemoveCallback.3.html
|
||||
lib/X11/doc/html/XtRemoveCallbacks.3.html
|
||||
lib/X11/doc/html/XtRemoveEventHandler.3.html
|
||||
lib/X11/doc/html/XtRemoveEventTypeHandler.3.html
|
||||
lib/X11/doc/html/XtRemoveGrab.3.html
|
||||
lib/X11/doc/html/XtRemoveInput.3.html
|
||||
lib/X11/doc/html/XtRemoveRawEventHandler.3.html
|
||||
lib/X11/doc/html/XtRemoveSignal.3.html
|
||||
lib/X11/doc/html/XtRemoveTimeOut.3.html
|
||||
lib/X11/doc/html/XtRemoveWorkProc.3.html
|
||||
lib/X11/doc/html/XtReservePropertyAtom.3.html
|
||||
lib/X11/doc/html/XtResizeWidget.3.html
|
||||
lib/X11/doc/html/XtResolvePathname.3.html
|
||||
lib/X11/doc/html/XtScreen.3.html
|
||||
lib/X11/doc/html/XtScreenDatabase.3.html
|
||||
lib/X11/doc/html/XtScreenOfObject.3.html
|
||||
lib/X11/doc/html/XtSendSelectionRequest.3.html
|
||||
lib/X11/doc/html/XtSessionGetToken.3.html
|
||||
lib/X11/doc/html/XtSessionReturnToken.3.html
|
||||
lib/X11/doc/html/XtSetArg.3.html
|
||||
lib/X11/doc/html/XtSetErrorHandler.3.html
|
||||
lib/X11/doc/html/XtSetErrorMsgHandler.3.html
|
||||
lib/X11/doc/html/XtSetEventDispatcher.3.html
|
||||
lib/X11/doc/html/XtSetKeyTranslator.3.html
|
||||
lib/X11/doc/html/XtSetKeyboardFocus.3.html
|
||||
lib/X11/doc/html/XtSetLanguageProc.3.html
|
||||
lib/X11/doc/html/XtSetMappedWhenManaged.3.html
|
||||
lib/X11/doc/html/XtSetMultiClickTime.3.html
|
||||
lib/X11/doc/html/XtSetSelectionParameters.3.html
|
||||
lib/X11/doc/html/XtSetSelectionTimeout.3.html
|
||||
lib/X11/doc/html/XtSetSensitive.3.html
|
||||
lib/X11/doc/html/XtSetSubvalues.3.html
|
||||
lib/X11/doc/html/XtSetTypeConverter.3.html
|
||||
lib/X11/doc/html/XtSetValues.3.html
|
||||
lib/X11/doc/html/XtSetWMColormapWindows.3.html
|
||||
lib/X11/doc/html/XtSetWarningHandler.3.html
|
||||
lib/X11/doc/html/XtSetWarningMsgHandler.3.html
|
||||
lib/X11/doc/html/XtStringConversionWarning.3.html
|
||||
lib/X11/doc/html/XtSuperclass.3.html
|
||||
lib/X11/doc/html/XtToolkitInitialize.3.html
|
||||
lib/X11/doc/html/XtToolkitThreadInitialize.3.html
|
||||
lib/X11/doc/html/XtTranslateCoords.3.html
|
||||
lib/X11/doc/html/XtTranslateKeycode.3.html
|
||||
lib/X11/doc/html/XtUngrabButton.3.html
|
||||
lib/X11/doc/html/XtUngrabKey.3.html
|
||||
lib/X11/doc/html/XtUngrabKeyboard.3.html
|
||||
lib/X11/doc/html/XtUngrabPointer.3.html
|
||||
lib/X11/doc/html/XtUninstallTranslations.3.html
|
||||
lib/X11/doc/html/XtUnmanageChild.3.html
|
||||
lib/X11/doc/html/XtUnmanageChildren.3.html
|
||||
lib/X11/doc/html/XtUnmapWidget.3.html
|
||||
lib/X11/doc/html/XtUnrealizeWidget.3.html
|
||||
lib/X11/doc/html/XtUnregisterDrawable.3.html
|
||||
lib/X11/doc/html/XtVaAppCreateShell.3.html
|
||||
lib/X11/doc/html/XtVaAppInitialize.3.html
|
||||
lib/X11/doc/html/XtVaCreateArgsList.3.html
|
||||
lib/X11/doc/html/XtVaCreateManagedWidget.3.html
|
||||
lib/X11/doc/html/XtVaCreatePopupShell.3.html
|
||||
lib/X11/doc/html/XtVaCreateWidget.3.html
|
||||
lib/X11/doc/html/XtVaGetApplicationResources.3.html
|
||||
lib/X11/doc/html/XtVaGetSubresources.3.html
|
||||
lib/X11/doc/html/XtVaGetValues.3.html
|
||||
lib/X11/doc/html/XtVaOpenApplication.3.html
|
||||
lib/X11/doc/html/XtVaSetValues.3.html
|
||||
lib/X11/doc/html/XtWarning.3.html
|
||||
lib/X11/doc/html/XtWarningMsg.3.html
|
||||
lib/X11/doc/html/XtWidgetToApplicationContext.3.html
|
||||
lib/X11/doc/html/XtWindow.3.html
|
||||
lib/X11/doc/html/XtWindowOfObject.3.html
|
||||
lib/X11/doc/html/XtWindowToWidget.3.html
|
||||
lib/X11/doc/html/Xv.3.html
|
||||
lib/X11/doc/html/XvFreeAdaptorInfo.3.html
|
||||
lib/X11/doc/html/XvFreeEncodingInfo.3.html
|
||||
lib/X11/doc/html/XvGetPortAttribute.3.html
|
||||
lib/X11/doc/html/XvGetStill.3.html
|
||||
lib/X11/doc/html/XvGetVideo.3.html
|
||||
lib/X11/doc/html/XvGrabPort.3.html
|
||||
lib/X11/doc/html/XvPortNotify.3.html
|
||||
lib/X11/doc/html/XvPutStill.3.html
|
||||
lib/X11/doc/html/XvPutVideo.3.html
|
||||
lib/X11/doc/html/XvQueryAdaptors.3.html
|
||||
lib/X11/doc/html/XvQueryBestSize.3.html
|
||||
lib/X11/doc/html/XvQueryEncodings.3.html
|
||||
lib/X11/doc/html/XvQueryExtension.3.html
|
||||
lib/X11/doc/html/XvSelectPortNotify.3.html
|
||||
lib/X11/doc/html/XvSelectVideoNotify.3.html
|
||||
lib/X11/doc/html/XvSetPortAttribute.3.html
|
||||
lib/X11/doc/html/XvStopVideo.3.html
|
||||
lib/X11/doc/html/XvUngrabPort.3.html
|
||||
lib/X11/doc/html/XvVideoNotify.3.html
|
||||
lib/X11/doc/html/XwcDrawImageString.3.html
|
||||
lib/X11/doc/html/XwcDrawString.3.html
|
||||
lib/X11/doc/html/XwcDrawText.3.html
|
||||
lib/X11/doc/html/XwcFreeStringList.3.html
|
||||
lib/X11/doc/html/XwcLookupString.3.html
|
||||
lib/X11/doc/html/XwcResetIC.3.html
|
||||
lib/X11/doc/html/XwcTextEscapement.3.html
|
||||
lib/X11/doc/html/XwcTextExtents.3.html
|
||||
lib/X11/doc/html/XwcTextListToTextProperty.3.html
|
||||
lib/X11/doc/html/XwcTextPerCharExtents.3.html
|
||||
lib/X11/doc/html/XwcTextPropertyToTextList.3.html
|
||||
lib/X11/doc/html/glXChooseVisual.3.html
|
||||
lib/X11/doc/html/glXCopyContext.3.html
|
||||
lib/X11/doc/html/glXCreateContext.3.html
|
||||
lib/X11/doc/html/glXCreateGLXPixmap.3.html
|
||||
lib/X11/doc/html/glXDestroyContext.3.html
|
||||
lib/X11/doc/html/glXDestroyGLXPixmap.3.html
|
||||
lib/X11/doc/html/glXFreeContextEXT.3.html
|
||||
lib/X11/doc/html/glXGetClientString.3.html
|
||||
lib/X11/doc/html/glXGetConfig.3.html
|
||||
lib/X11/doc/html/glXGetContextIDEXT.3.html
|
||||
lib/X11/doc/html/glXGetCurrentContext.3.html
|
||||
lib/X11/doc/html/glXGetCurrentDisplay.3.html
|
||||
lib/X11/doc/html/glXGetCurrentDrawable.3.html
|
||||
lib/X11/doc/html/glXImportContextEXT.3.html
|
||||
lib/X11/doc/html/glXIntro.3.html
|
||||
lib/X11/doc/html/glXIsDirect.3.html
|
||||
lib/X11/doc/html/glXMakeCurrent.3.html
|
||||
lib/X11/doc/html/glXQueryContextInfoEXT.3.html
|
||||
lib/X11/doc/html/glXQueryExtension.3.html
|
||||
lib/X11/doc/html/glXQueryExtensionsString.3.html
|
||||
lib/X11/doc/html/glXQueryServerString.3.html
|
||||
lib/X11/doc/html/glXQueryVersion.3.html
|
||||
lib/X11/doc/html/glXSwapBuffers.3.html
|
||||
lib/X11/doc/html/glXUseXFont.3.html
|
||||
lib/X11/doc/html/glXWaitGL.3.html
|
||||
lib/X11/doc/html/glXWaitX.3.html
|
Loading…
Reference in a new issue